/* custom css  */
@font-face {
    font-family: Plus_Jakarta_Sans_44fb9e;
    font-style: normal;
    font-weight: 400;
    font-display: swap;
    src: url("../font/2b3f1035ed87a788-s.p.woff2") format("woff2");
}

body {
    font-family: "Plus Jakarta Sans", serif;
    overflow-x: hidden;
}

* {
    font-family: "Plus Jakarta Sans", serif;
}

p.para {
    font-size: 18px;
    margin-bottom: -1rem;
}

p.para.frame {
    font-size: 18px;
    margin-bottom: 0;
}

.py {
    padding-top: 25px;
    padding-bottom: 45px;
}

/* custom css  */

/* header css   */

.main_logo {
    width: 100%;
    height: 100%;
}

/* .main_logo img {
    width: 100%;
    object-fit: contain;
} */

.text-brand-dark {
    color: #ff0168;
}

.btn-brand-dark {
    background-color: #ff0168 !important;
    color: #fff !important;
}

.btn-brand-dark:hover {
    box-shadow: 0 0 5px 1px #99003e;
}

.custom-btn {
    background: transparent;
    border: 2px solid #ff0168;
    border-radius: 0;
    padding: 12px 20px;
    font-size: 16px;
    position: relative;
    z-index: 0;
    color: #ff0168;
    font-weight: 600;
}

.custom-btn:before {
    content: "";
    position: absolute;
    right: 0px;
    top: 0px;
    border-bottom: 2px solid #ff0168;
    border-right: 2px solid #ff0168;
    width: 90%;
    height: 100%;
    opacity: 0;
    transition: opacity 0.3scubic-bezier (0.455, 0.03, 0.515, 0.955),
        right 0.3scubic-bezier (0.455, 0.03, 0.515, 0.955),
        top 0.3scubic-bezier (0.455, 0.03, 0.515, 0.955);
    transition: all 0.3s ease-in-out;
}

.custom-btn:hover::before {
    opacity: 1;
    right: calc(-0.4rem - 3px);
    top: calc(0.4rem + 2px);
    width: 100%;
}

.custom-btn:hover {
    background-color: #ff0168 !important;
    color: white !important;
}

header .navbar-brand img {
    max-width: 110px;
}

.right-navbar ul {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    align-items: start;
    gap: 25px;
    flex-direction: column-reverse;
}

header .nav-link.active,
.nav-underline .nav-link:focus,
.nav-underline .nav-link:hover {
    color: #ff0168 !important;
    border-bottom: 2px solid #ff0168 !important;
}

.nav-link:focus,
.nav-link:hover {
    color: #ff0168 !important;
    border-bottom: 2px solid #ff0168 !important;
}

header .nav-link {
    padding: 28px 0 !important;
    margin: 0px 12px;
    font-weight: 500;
    color: black;
}

::-webkit-scrollbar-thumb {
    background-color: #ff0168;
    border: 3px solid #ff0168;
}

::-webkit-scrollbar-track {
    background: #f5e5f1;
}

::-webkit-scrollbar {
    width: 5px;
    height: 5px;
}

nav.navbar.navbar-expand-lg {
    padding: 0;
}

.nav-underline .nav-link:focus,
.nav-underline .nav-link:hover {
    border-bottom-color: currentcolor;
}

.right-navbar ul li a {
    display: flex;
    align-items: center;
    gap: 15px;
}

span.break-line {
    height: 21px;
    border: 1px solid #efefef;
    margin-right: 1rem;
}

header {
    /* border-bottom: 1px solid #efefef; */
    position: relative;
    z-index: 1;
}

.cart-count {
    position: relative;
    z-index: 0;
}

.cart-count p {
    position: absolute;
    z-index: -1;
    top: -6px;
    right: -6px;
    font-size: 12px;
    background: #ff0168;
    width: 15px;
    height: 16px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0;
    color: white;
    border-radius: 60%;
    font-weight: 700;
}

.porfile-dropdown .custom-btn {
    padding: 0;
    border: none;
    color: #ff0168 !important;
    margin-left: 10px;
}

.porfile-dropdown .custom-btn:before {
    all: unset;
}

.porfile-dropdown .custom-btn:hover {
    background: transparent !important;
}

.porfile-dropdown .custom-btn svg {
    width: 30px !important;
    height: 40px !important;
}

.porfile-dropdown .custom-btn span {
    font-size: 12px;
}


.porfile-dropdown {
    position: relative;
    z-index: 0;
}



/* .porfile-dropdown  {
    opacity: unset;
    display: none;
    position: absolute;
    z-index: 5;
} */

.porfile-dropdown {
    display: block;
    border-radius: 5px;
}

.profile-menu ul {
    display: unset;
    list-style: none;
}

.profile-menu ul li {
    padding: 5px 10px;
}

.profile-menu ul li a {
    font-size: 16px;
    text-decoration: none !important;
    font-weight: 400;
}

.profile-menu ul li a:hover {
    color: black;
}

/* header css   */

/* slider css  */
.innerFrame img {
    object-fit: contain;
    width: 100%;
    height: 100%;
}

/* slider css  */

.custom-hero-slider-parent .swiper-slide {
    position: relative;
    z-index: 0;
}

.custom-hero-slider-parent .swiper-slide {
    width: auto;
}

.custom-hero-slider-parent .swiper-slide {
    width: 215px !important;
    overflow: hidden;
    height: 100%;
    height: 100%;
    transition: transform 1scubic-bezier(0.455, 0.03, 0.515, 0.955);
}

.custom-hero-slider-parent {
    position: relative;
    z-index: 0;
}

.fogeffect:before {
    top: 0;
    left: 0;
    opacity: 1;
    z-index: 2;
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    background-color: #fff;
    transition: opacity 2s cubic-bezier(0.455, 0.03, 0.515, 0.955);
}

.fogeffect:after {
    opacity: 1;
    z-index: 3;
    content: "";
    position: absolute;
    background-size: 120px;
    background-position: 50%;
    background-repeat: no-repeat;
    transition: opacity 1s cubic-bezier(0.455, 0.03, 0.515, 0.955);
    background-image: url("../images/logo.d2517efb.png");
    right: 0;
    top: 0;
    width: 214px;
    height: 272px;
    margin-left: 0px;
}

.fogeffect:after,
.fogeffect:before {
    width: 100%;
    content: "";
    z-index: 2;
    position: absolute;
    pointer-events: none;
}

.fogeffect:before {
    top: 0;
    height: 35%;
    background: linear-gradient(0deg, transparent, rgba(0, 0, 0, 0.3));
}

.fogeffect:after {
    bottom: 0;
    height: 45%;
    background: linear-gradient(0deg, rgba(0, 0, 0, 0.5), transparent);
}

@media (min-width: 768px) {

    .fogeffect:after,
    .fogeffect:before {
        width: 30%;
        height: 100%;
        background: #fff;
    }

    .fogeffect:before {
        top: 0;
        left: 0;
        background: linear-gradient(90deg, #fff, hsla(0, 0%, 100%, 0));
    }

    .fogeffect:after {
        right: 0;
        background: linear-gradient(270deg, #fff, hsla(0, 0%, 100%, 0));
    }

    .fogeffect .HomeBanner_bannerSlider__SU3Fz {
        padding: 30px 0 86px;
        --swiper-pagination-color: #000;
        --swiper-pagination-bullet-width: 10px;
        --swiper-pagination-bullet-height: 10px;
        --swiper-pagination-bullet-inactive-color: #000;
    }
}

.custom-hero-slider-section .container {
    position: relative;
    z-index: 0;
}

.custom-hero-slider-section {
    padding-top: 0;
    padding-bottom: 0;
    position: relative;
    z-index: 0;
}

.bannerFrame {
    --frame-width: 12px;
    width: 214px;
    height: 272px;
    left: 50%;
    top: 100px;
    margin-left: -105px;
    pointer-events: none;
}

@media (min-width: 768px) {
    .bannerFrame {
        top: 2px;
        width: 246px;
        height: 340px;
        margin-left: -123px;
        --frame-width: 16px;
    }
}

@media (min-width: 1600px) {
    .bannerFrame {
        width: 270px;
        height: 376px;
        margin-left: -135px;
        --frame-width: 18px;
        top: -10px;
    }
}

.bannerFrame:before {
    z-index: -1;
    content: "";
    position: absolute;
    top: -30px;
    left: 12px;
    border: 18px solid #fff;
    transform: translateX(-2px) rotate(-0.2deg);
    width: calc(100% - 2 * 12px);
    height: calc(100% - 2 * 12px);
}

@media (min-width: 768px) {
    .bannerFrame:before {
        border: 16px solid #fff;
        transform: translateY(-2px) rotate(-0.2deg);
        box-shadow: 18px 18px 18px 8px rgba(0, 0, 0, 0.23);
    }
}

@media (min-width: 768px) {
    .bannerFrame:before {
        border: 16px solid #fff;
        transform: translateY(0px) rotate(-0.2deg);
        box-shadow: 18px 18px 18px 8px rgba(0, 0, 0, 0.23);
    }
}

.bannerFrame:after {
    content: "";
    position: absolute;
    left: 0;
    top: -40px;
    width: 100%;
    height: 100%;
    background-size: contain;
    background-repeat: no-repeat;
    background-image: url("../images/leaves-frame-v3.02262e87.png");
    z-index: 99999999;
}

@media (min-width: 768px) {
    .bannerFrame:after {
        background-image: url("../images/leaves-frame-v3.02262e87.png");
    }
}

.innerFrame img {
    object-fit: cover;
    width: 100%;
    height: 265px;
}

.swiper-pagination-bullet-active {
    background: #000;
}

.swiper-pagination.swiper-pagination-clickable.swiper-pagination-bullets.swiper-pagination-horizontal.swiper-pagination-bullets-dynamic {
    bottom: -75px;
}

@keyframes custom-btn {
    0% {
        transform: translateY(10px);
        opacity: 0.3;
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.custom-btn.filled {
    line-height: 1.75;
    animation: custom-btn 0.6s ease-in-out forwards;
    will-change: transform, opacity;
    transform-origin: bottom;
    background: #ff0168;
    color: white;
}

@media (min-width: 768px) {
    .custom-btn.filled {
        line-height: 1;
    }
}

.custom-btn.filled {
    animation: custom-btn 0.8s ease-in-out forwards;
    animation-delay: 0.1s;
    will-change: transform, opacity;
    transform-origin: bottom;
}

.custom-btn.filled {
    min-width: auto;
    --bs-btn-font-size: 1.125rem;
    animation: custom-btn 1s ease-in-out forwards;
    animation-delay: 0.15s;
    will-change: transform, opacity;
}

.main-banner-section {
    padding-bottom: 2.5rem;
    /* margin-top: -5rem; */
}

.heading-2 {
    font-size: 60px;
    line-height: 1;
    color: black;
    font-weight: 700;
    margin-bottom: 2rem;
}

.heading-1 {
    font-size: 100px;
    display: block;
    line-height: 1;
    font-family: "Great Vibes", serif;
    font-weight: 400;
    color: black;
    font-size: 80px;
}

.main-title {
    margin: 1rem 0 2rem;
}

.main-title span.heading-1 {
    margin-top: 1rem;
}

.ClusterCard .card-title {
    font-size: 1rem;
    margin: 0 0 6px;
    color: black;
}

.ClusterCard .card-prize {
    display: flex;
    align-items: center;
    gap: 18px;
}

.ClusterCard .card-prize .product-prize {
    display: flex;
    gap: 18px;
    margin: 0;
}

span.cutPrize {
    color: #767676;
    font-size: 16px;
    font-weight: 600;
}

span.discountPercent {
    color: rgb(7, 172, 0);
    font-size: 14px;
    font-weight: 700;
}

span.realPize {
    font-size: 18px;
    font-weight: 600;
    color: black;
}

.custom-card-body {
    margin: 1rem 0 0rem;
}

.ClusterCard {
    margin: 3rem 0;
    cursor: pointer;
}

.clusters-section {
    padding: 26px 115px;
    background: linear-gradient(180deg,
            hsla(0, 0%, 87%, 0.2),
            hsla(0, 0%, 100%, 0));
}

.swiper .swiper-button-next {
    transition: all 0.3sease-in-out;
}

.swiper .swiper-button-next,
.swiper .swiper-button-prev {
    border-radius: 50%;
    background-color: #fff;
    transition: opacity 0.3scubic-bezier(0.455, 0.03, 0.515, 0.955);
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.05);
    width: calc(36px * 1.3);
    height: calc(36px * 1.3);
}

.swiper .swiper-button-prev:after {
    content: "";
    background-image: url("../images/arrownavleft.svg");
}

.swiper .swiper-button-next:after {
    background-image: url("../images/arrownavleft.svg");
    content: "";
    transform: rotate(180deg);
}

.swiper .swiper-button-next:after,
.swiper .swiper-button-prev:after {
    width: 100%;
    height: 100%;
    display: block;
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: 36px;
}

.swiper .swiper-button-next:hover,
.swiper .swiper-button-prev:hover {
    box-shadow: none;
    background-color: #ff0168;
    transition: background-color 0.3scubic-bezier(0.455, 0.03, 0.515, 0.955),
        box-shadow 0.3scubic-bezier(0.455, 0.03, 0.515, 0.955);
}

.swiper .swiper-button-next:hover:after,
.swiper .swiper-button-prev:hover:after {
    filter: brightness(0) invert(1);
}

/* designs page css  */

section.file-uploadSection {
    height: 70vh;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #f8f5f5;
    min-height: calc(100vh - 83px);
}

.MiniUploadBtn.card {
    width: 20.375rem;
    padding: 1.375rem;
    border-radius: 14px;
    border-style: dashed;
    min-height: 17.875rem;
    border: 1px dashed #d08cbf;
}

.MiniUploadBtn_uploadInner.card-body {
    border-radius: 14px;
    background-color: #fff;
    will-change: transform;
    transition: all 0.3sease-in-out;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

span.MiniUploadBtn_sign {
    border-radius: 50% !important;
    background: rgb(255 1 104);
    padding: 6px 6px;
    margin: 0rem 0;
}

span.MiniUploadBtn_sign svg {
    font-size: 30px;
    width: 35px;
    height: 35px;
    filter: brightness(0) invert(1);
}

h6.instruction {
    font-size: 18px;
    font-weight: 600;
    margin: 2rem 0;
    color: black;
}

p.minResolution {
    padding: 0;
    margin: 0;
    font-size: 12px;
    font-weight: 600;
    color: #767676;
}

p.sizeuploaded {
    font-size: 12px;
    font-weight: 600;
    margin: 0;
}

.file-uploadMain {
    position: relative;
    z-index: 0;
    background: white;
}

.file-uploadMain input {
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 1;
    opacity: 0;
    cursor: pointer;
}

ul.LeftSidebar_designTool {
    padding: 0rem 0;
    margin: 0;
    display: inline-flex;
    flex-direction: column;
    gap: 0rem;
    background: white;
    position: relative;
    z-index: 1;
    height: auto;
}

ul.LeftSidebar_designTool button {
    padding: 0;
    border: 0;
    text-align: center;
}

ul.LeftSidebar_designTool button svg {
    font-size: 20px;
    margin-bottom: 2px;
    height: 1em;
    width: 1em;
    color: black;
}

ul.LeftSidebar_designTool button {
    padding: 1rem 1rem;
    width: 80px;
    transition: all 0.3sease-in-out;
    position: relative;
    z-index: 99999;
    border-right: 2px solid transparent;
    background: white;
}

ul.LeftSidebar_designTool button p {
    color: rgba(0, 0, 0, 0.6);
    font-size: 12px;
    font-weight: 500;
    margin-bottom: 0 !important;
    padding-top: 4px;
}

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

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

.multi-upload-Main {
    display: flex;
    align-items: center;
    gap: 50px;
    margin-top: 0rem;
    padding: 7rem 2rem 2rem;
    justify-content: start;
    width: 100%;
    position: relative;
    z-index: 0;
}

.multi-upload-Main .MiniUploadBtn.card {
    width: 100%;
    height: 100%;
    min-height: auto;
    padding: 10px 20px;
}

.multi-upload-Main .MiniUploadBtn.card h6.instruction {
    margin: 12px 0 0;
}

.swiper.Images-frame-slider {
    position: static;
    z-index: 0;
    margin: unset;
    width: 100%;
}

.multi-upload-Main .file-uploadMain {
    /* position: absolute; */
    z-index: 0;
    background: white;
    /* bottom: 0; */
    /* left: 0; */
    padding: 3px;
    border-radius: 12px;
}

.swiper.Images-frame-slider .swiper-slide {
    max-width: 130px;
    /* max-height: 100%; */
}

.swiper.Images-frame-slider .swiper-slide .box {
    border-bottom: none;
    padding: 1rem 1rem 1rem;
    background-color: transparent;
    border-top: 2px solid transparent;
}

.swiper.Images-frame-slider:before {
    left: 0;
    background: linear-gradient(90deg, #ffffff, transparent);
    top: 0;
    z-index: 2;
    content: "";
    width: 70px;
    height: 100%;
    position: absolute;
    pointer-events: none;
}

.Right-Sidebar-header {
    border: 1px solid rgba(0, 0, 0, 0.175);
    /* position: sticky; */
    top: 36px;
}

.card-header {
    border-bottom: 1px solid rgba(0, 0, 0, 0.175);
}

.Right-Sidebar-Cart-Parent * {
    margin: 0;
    padding: 0;
}

.Right-Sidebar-Cart-Parent .card-header,
.Right-Sidebar-Cart-Parent .summary-card-footer {
    padding: 20px;
}

.Right-Sidebar-Cart-Parent .card-body {
    padding: 20px 30px;
}

.Right-Sidebar-Cart-Parent .card-body .frame-detail p.para {
    font-size: 12px;
    font-weight: 500;
    color: black;
}

.Right-Sidebar-Cart-Parent .card-body .frame-detail .heading-4 {
    font-size: 1rem;
    font-weight: 600;
}

.Right-Sidebar-Cart-Parent .card-body .frame-detail {
    padding-left: 1rem;
}

.Right-Sidebar-Cart-Parent .summary-card-footer {
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-top: 1px solid rgba(0, 0, 0, 0.175);
}

.Right-Sidebar-Cart-Parent .card-body li {
    margin: 10px 0;
}

.Right-Sidebar-Cart-Parent .heading-3 {
    font-size: 20px;
}

.summary-card-footer p.para {
    font-size: 16px;
    font-weight: 500;
    color: black;
}

.summary-card-footer .prizing {
    font-size: 18px;
    font-weight: 600;
    color: rgb(255 1 104);
}

.Right-Sidebar-footer {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: auto;
    width: 100%;
}

.GrandTotal p {
    font-size: 12px;
    color: #767676;
    font-weight: 700;
}

.GrandTotal h6 {
    font-size: 18px;
    font-weight: 700;
}

.Right-Sidebar-footer .custom-btn.filled {
    height: 50px;
    padding: 0 12px;
}

.Right-Sidebar-Cart-Parent {
    position: relative;
    z-index: 0;
    height: 100%;
    padding: 36px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-direction: column;
    width: 410px;
}

.grid-4 {
    display: flex;
    justify-content: space-between;
    width: 95%;
}

.grid-2 {
    width: calc(100% - 410px - 80px);
    background: #f8f5f5;
    height: calc(100vh - 84px);
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
    /* height: 100%; */
}

.grid-parent {
    display: flex;
    flex-wrap: wrap;
    background: white;
}

.grid-1 {
    max-width: 100%;
    background: #ffffff;
    position: relative;
    z-index: 1;
}

.box {
    padding: 3rem;
    /* display: flex; */
    align-items: center;
    /* justify-content: center; */
    /* height: 100%; */
    /* display: inline-block; */
    margin: auto;
}

/* side menu dropdown css  */
ul.designToolPropertiesLists {
    width: 312px;
    padding: 1.625rem 1.375rem;
    border: none;
    border-radius: 0;
    height: auto;
    overflow-y: auto;
    min-height: 100%;
    transform: translate(-320px, 0px) !important;
    left: 0 !important;
    transition: all ease 0.7s;
    opacity: 0;
    display: block !important;
    z-index: -1;
    height: auto;
    max-height: 64vh;
}

.parentProperties {
    padding: 0;
    display: flex;
    justify-content: space-between;
    margin-bottom: 0.875rem;
    padding: 1px;
    border: 1px solid #d8d8d9;
}

.PropertiesRightChild {
    display: flex;
    align-items: center;
    width: 100%;
    justify-content: space-between;
    padding: 0rem 1rem;
}

figure.PropertiesleftChild img {
    margin: 0;
    width: 62px;
    height: 62px;
}

figure.PropertiesleftChild {
    margin: 0;
}

.PropertiesRightChild p {
    margin: 0;
}

.propertyName {
    font-size: 16px;
    font-weight: 600;
}

.propertyPrize {
    color: #898989;
}

.propertyTitle {
    font-size: 16px;
    font-weight: 600;
    padding-bottom: 4px;
}

ul.LeftSidebar_designTool button.show {
    /* background: #f5e5f1; */
    color: #ff0168;
    border-color: #ff0168;
}

ul.LeftSidebar_designTool button.show p {
    color: #ff0168;
}

ul.designToolPropertiesLists.show {
    opacity: 1 !important;
    transition: all ease 0.5s;
    transform: translate(82px, 0px) !important;
    z-index: -1;
}

.dropdown-menu {
    display: block;
    opacity: 0;
    transition: all ease 0.7s;
}

ul.designToolPropertiesLists li:last-child {
    /* margin-bottom: 0 !important; */
}

li.designToolPropertiesChild {
    padding: 0rem 0;
    z-index: 999999;
    background: white;
    border-radius: 0;
}

.grid-3 {
    background: white;
}

.multi-Images-frame-slider {
    width: 100%;
    height: 100%;
    text-align: center;
    display: flex;
    justify-content: center;
    overflow: hidden;
    position: relative;
    z-index: 0;
}

/* about css  */
.about-section {
    background: linear-gradient(180deg,
            hsla(0, 0%, 87%, 0.2),
            hsla(0, 0%, 100%, 0));
    margin-top: 1rem;
}

.about-section .heading-3 {
    margin-bottom: 3rem;
}

.heading-3 {
    font-size: 60px;
    font-weight: 600;
}

.AboutSliderParent {
    display: flex;
    flex-direction: column;
    background: rgb(251, 246, 246);
    height: 100%;
    max-width: 100%;
    width: 56%;
    padding: 50px 15px;
    min-width: 80px;
    align-items: center;
    justify-content: center;
    /* border: 1px solid rgba(0, 0, 0, 0.11); */
    border-radius: 15px;
    text-align: center;
    margin: auto;
}

.AboutSliderParent h5 {
    font-size: 14px;
}

.AboutSliderParent p {
    font-size: 14px;
    font-weight: 600;
    margin: 0;
}

.AboutSliderParent svg {
    font-size: 38px;
    max-height: 30px;
}

.swiper.AboutSlider .swiper-slide {
    height: auto;
}

.RightSliderChild .heading-3 {
    margin-bottom: 2rem;
}

.RightSliderChild p.para {
    font-size: 20px;
    font-weight: 500;
}

/* grid slider css  */

@media (min-width: 768px) {

    .HomeFrameSlider_sliderWrp:after,
    .HomeFrameSlider_sliderWrp:before {
        content: "";
        position: absolute;
        top: 0;
        height: 100%;
        width: 40%;
        z-index: 2;
    }

    .HomeFrameSlider_sliderWrp:before {
        left: 0;
        background: rgba(0, 0, 0, 0.5);
        background: linear-gradient(90deg, rgba(0, 0, 0, 0.72), transparent);
    }

    .HomeFrameSlider_sliderWrp:after {
        right: 0;
        background: rgba(0, 0, 0, 0.5);
        background: linear-gradient(270deg, rgba(0, 0, 0, 0.72), transparent);
    }
}

.HomeFrameSlider_sliderWrp .swiper-wrapper {
    grid-auto-flow: column;
    height: 735px !important;
    justify-content: flex-end;
    will-change: transform, width;
}

.HomeFrameSlider_sliderWrp .swiper-slide {
    width: 168px;
    margin-bottom: 60px;
    margin-right: 60px;
    height: auto !important;
}

@media (min-width: 768px) {
    .HomeFrameSlider_sliderWrp .swiper-slide {
        width: 310px;
        margin-bottom: 0;
        margin-right: 20px;
    }
}

.HomeFrameSlider_framesContent {
    position: static;
    margin-bottom:-7rem;
}

@media (max-width: 767.98px) {
    .HomeFrameSlider_framesContent {
        position: absolute;
        transform: translateY(-50%);
    }
}

.HomeFrameSlider_sliderFrames {
    --swiper-wrapper-transition-timing-function: linear;
}

.HomeFrameSlider_frameCard {
    --bs-card-spacer-x: 8px;
    --bs-card-spacer-y: 8px;
    --bs-card-border-width: 0;
    border-radius: 0;
}

.HomeFrameSlider_frameCard.fr-sm .HomeFrameSlider_frameImg {
    --bs-aspect-ratio: 62.58%;
}

.HomeFrameSlider_frameCard.fr-md .HomeFrameSlider_frameImg {
    --bs-aspect-ratio: 65.306%;
}

.HomeFrameSlider_frameCard.fr-lg .HomeFrameSlider_frameImg {
    --bs-aspect-ratio: 127.21%;
}

.HomeFrameSlider_frameCard.fr-xl .HomeFrameSlider_frameImg {
    --bs-aspect-ratio: 130%;
}

.HomeFrameSlider_framesSliderWrp {
    background-color: #fbf9f9;
    --section-padding-top: 3.5rem;
    --section-padding-bottom: 1rem;
}

@media (min-width: 768px) {
    .HomeFrameSlider_framesSliderWrp {
        background-color: #000;
        --section-padding-top: 5rem;
    }

    .HomeFrameSlider_framesSliderWrp:before {
        content: "";
        position: absolute;
        left: 0;
        z-index: 2;
        bottom: 0;
        width: 100%;
        height: 40%;
        background: rgba(0, 0, 0, 0.5);
        background: linear-gradient(0deg, rgba(0, 0, 0, 0.9), transparent);
    }
}

@media (min-width: 1600px) {
    .HomeFrameSlider_framesSliderWrp {
        --section-padding-top: 100px;
    }
}

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

.HomeFrameSlider_frameCard p {
    color: black;
    font-family: "Great Vibes", serif;
}

.HomeFrameSlider_frameCard p {
    font-size: 22px;
    font-weight: 600;
    padding-bottom: 0;
    padding-top: 1rem;
    margin: 0;
}

.HomeFrameSlider_framesContent p {
    width: 50%;
    margin: 2rem auto 4rem;
}

/* grid slider css  */

/* testimonial slider  */

.TestimonialCard_testimonialCard {
    --bs-card-spacer-y: 1rem;
    --bs-card-spacer-x: 1rem;
    --bs-card-border-width: 0;
}

@media (min-width: 992px) {
    .TestimonialCard_testimonialCard {
        --bs-card-spacer-y: 2rem;
        --bs-card-spacer-x: 2rem;
    }

    .TestimonialCard_testimonialCard .TestimonialCard_cardRow {
        --bs-gutter-x: 3rem;
    }
}

@media (min-width: 1200px) {
    .TestimonialCard_testimonialCard .TestimonialCard_cardImage {
        max-width: 368px;
        width: 25%;
    }
}

.TestimonialCard_testimonialCard .TestimonialCard_cardImage .ratio {
    --bs-aspect-ratio: 71%;
}

@media (min-width: 992px) {
    .TestimonialCard_testimonialCard .TestimonialCard_cardImage .ratio {
        --bs-aspect-ratio: 100%;
    }
}

@media (max-width: 991.9px) {
    .TestimonialCard_testimonialCard .TestimonialCard_cardImage {
        position: absolute;
    }
}

.TestimonialCard_testimonialCard .TestimonialCard_cardContent {
    --bs-gutter-x: 4rem;
    padding-top: 1.95rem;
    padding-bottom: 1.2rem;
}

@media (min-width: 768px) {
    .TestimonialCard_testimonialCard .TestimonialCard_cardContent {
        --bs-gutter-x: 2.25rem;
        padding-top: 0.625rem;
        padding-bottom: 0.625rem;
    }
}

@media (max-width: 991.9px) {
    .TestimonialCard_testimonialCard .TestimonialCard_cardContent:before {
        content: "";
        width: 100%;
        position: relative;
        display: block;
        padding-bottom: 71%;
        margin-bottom: 10px;
    }
}

.TestimonialCard_readmore_btn {
    cursor: pointer;
    transition: all 0.3s ease-in-out;
    font-size: 0.8em;
    white-space: nowrap;
}

.TestimonialCard_readmore_btn:hover {
    color: #680750 !important;
}

.TestimonialCard_cardTitle {
    line-height: 1.6em;
    margin-bottom: 16px;
    font-size: 16px;
}

@media (max-width: 767.9px) {
    .TestimonialCard_cardTitle {
        font-size: 15px !important;
    }
}

@media (min-width: 768px) {
    .TestimonialCard_cardTitle {
        max-width: none;
        margin-bottom: 0.5rem;
    }
}

.HomeTestimonials_HomeTestimonialsWrp {
    background-color: #f8f2ed;
}

.HomeTestimonials_HomeTestimonialsWrp .subtitle,
.HomeTestimonials_HomeTestimonialsWrp .title {
    opacity: 0.5;
    transform: translateY(10px);
    will-change: opacity, transform;
}

.HomeTestimonials_htContent__sML46 {
    max-width: 1000px;
}

@media (min-width: 576px) {
    .HomeTestimonials_htContent__sML46 {
        max-width: 1000px;
    }
}

.HomeTestimonials_htSliderWrp__7Yh76 {
    max-width: 1128px;
}

.HomeTestimonials_htSliderWrp__7Yh76 .swiper:after {
    content: "";
    display: block;
    position: absolute;
    inset: 0;
    width: calc(100% - 4px);
    margin-left: 2px;
    margin-right: 2px;
    height: 100%;
    z-index: 10;
    pointer-events: none;
    box-shadow: 20vw 0 0 0 #f8f2ed, -20vw 0 0 0 #f8f2ed;
}

.HomeTestimonials_testimonialSlider__5ZpaD {
    padding: 28px 0 52px;
    --swiper-navigation-sides-offset: 20px;
    overflow: visible;
}

.HomeTestimonials_testimonialSlider__5ZpaD .swiper-button-next:not(.swiper-button-disabled),
.HomeTestimonials_testimonialSlider__5ZpaD .swiper-button-prev:not(.swiper-button-disabled),
.HomeTestimonials_testimonialSlider__5ZpaD .swiper-slide:not(:first-child) {
    opacity: 1;
    transition: all 0.3s ease-in-out;
    will-change: opacity;
}

.HomeTestimonials_testimonialSlider__5ZpaD:not(.swiper-initialized) .swiper-button-next,
.HomeTestimonials_testimonialSlider__5ZpaD:not(.swiper-initialized) .swiper-button-prev,
.HomeTestimonials_testimonialSlider__5ZpaD:not(.swiper-initialized) .swiper-slide:not(:first-child) {
    opacity: 0;
}

@media (min-width: 768px) {
    .HomeTestimonials_testimonialSlider__5ZpaD {
        overflow: hidden;
        padding: 56px 112px 66px;
    }
}

@media (min-width: 576px) and (max-width: 767.98px) {
    .HomeTestimonials_testimonialSlider__5ZpaD .HomeTestimonials_testimonialSlide__izQDP {
        width: 358.333px;
    }
}

.HomeTestimonials_testimonialSlider__5ZpaD .swiper-slide {
    height: auto !important;
}

.HomeTestimonials_testimonialSlider__5ZpaD .swiper-slide .card {
    height: 100%;
}

.HomeTestimonials_testimonialSlider__5ZpaD .swiper-button-next:after,
.HomeTestimonials_testimonialSlider__5ZpaD .swiper-button-prev:after {
    filter: invert(0) sepia(0) saturate(100%) hue-rotate(0deg) brightness(100%) contrast(100%);
}

.HomeTestimonials_testimonialSlider__5ZpaD .swiper-button-next:not(:hover):after,
.HomeTestimonials_testimonialSlider__5ZpaD .swiper-button-prev:not(:hover):after {
    filter: invert(10%) sepia(98%) saturate(3338%) hue-rotate(303deg) brightness(70%) contrast(80%);
}

.HomeTestimonials_testimonialModal__frvDE .card-body {
    padding: 0 !important;
}

.HomeTestimonials_testimonialModal__frvDE .card-title {
    padding-bottom: 30px;
}

.h-em {
    height: 1em !important;
}

.w-em {
    width: 1em !important;
}

.swiper-pagination-bullet-active {
    opacity: 1;
    background: #ff0168;
}

.swiper-pagination-bullet {
    width: 11px;
    height: 7px;
    display: inline-block;
    border-radius: 5px;
    background: #ff0168;
    opacity: 0.31;
}

.swiper .swiper-pagination-bullet.swiper-pagination-bullet-active {
    width: 23px;
    background: #ff0168;
    opacity: 1;
}

.TestimonialCard_cardContent .text-primary {
    color: #ff0168 !important;
}

.TestimonialCard_cardContent svg.text-primary {
    font-size: 44px;
}

.text-success svg {
    color: rgb(7, 172, 0);
    font-size: 18px;
}

/* testimonial slider  */

.subtitle a {
    color: #ff0168 !important;
}

/* faq css  */

.accordion-item {
    margin-bottom: 15px;
}

button.accordion-button {
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    position: relative;
    display: flex;
    align-items: center;
    width: 100%;
    padding: 0rem 0rem 1.8rem !important;
    height: auto;
    border: 0px solid #ebebeb;
    font-size: 22px;
    font-weight: 600;
    color: black !important;
}

div#accordionFlushExample {
    margin-top: 3rem;
}

.accordion-button:focus {
    border: none;
    border-color: inherit !important;
    box-shadow: none;
    background: inherit;
}

.accordion-body {
    border: 0;
    box-shadow: none;
    padding: 0 0 2rem;
    font-size: 16px;
    width: 70%;
    color: black;
}

.accordion-item {
    border: 1px solid #e7e7e7 !important;
    padding: 2rem 2rem 0;
}

.accordion-button:not(.collapsed) {
    box-shadow: none;
    background: inherit;
    border: none;
}

/* cta box css  */

.HomeEnquire_homeEnquireWrp {
    margin-bottom: 100px;
}

@media (max-width: 991.98px) {
    .HomeEnquire_homeEnquireWrp {
        background-color: #dde8e1;
        margin-bottom: 0;
    }
}

.HomeEnquire_homeEnquireWrp .HomeEnquire_homeEnquirebtn__GfLkp {
    opacity: 0.5;
    transform: translateY(10px);
    will-change: opacity, transform;
}

.HomeEnquire_homeEnquireContent {
    padding: 100px 45px 0px;
    background-repeat: no-repeat;
    background-position: center bottom -1px;
    /* background-image: url("../images/home-enquire-bg-v2.jpg"); */
    background-size: contain;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-right: 0;
}

.heading-4 {
    font-size: 40px;
    font-weight: 600;
}

.HomeEnquire_homeEnquireContent .heading-4 {
    width: 85%;
    margin-bottom: 2rem;
}

.HomeEnquire_homeEnquireContent .custom-btn.filled {
    min-width: auto !important;
}

/* cta box css  */

/* footer css  */

.Footer_footer {
    background-color: #ededed;
    padding: 5rem 0 0rem;
}

.Footer_footer .active {
    color: #000000;
}

.Footer_footer .Footer_socialNav {
    margin: 0 -1rem;
    padding-bottom: 1rem;
    font-size: 22px;
    color: #000000;
    margin-top: 0;
}

.Footer_footer .Footer_footerLinksWrp address {
    line-height: 1.85;
}

.Footer_footer .Footer_footerLinksWrp img {
    width: 100%;
    margin-top: -30px;
    height: 60%;
    margin-left: -30px;
}

.Footer_footer .Footer_footerLinksWrp .whatsapp-icon {
    width: 87%;
    margin-top: 0px !important;
}

.Footer_footer .Footer_footerLinks__ZPOt7 .active {
    font-weight: 500;
}

.Footer_footer .Footer_footerContact {
    --bs-link-color: #fff;
}

.Footer_footer .Footer_footerBottomWrp {
    /* padding: 2rem 0 3.2rem; */
    color: #896b82 !important;
    --bs-link-hover-color: #ff0168;
    border-top: 1px solid #000000;
    padding: 2rem 0;
    margin-top: 5rem;
}

.Footer_footer .Footer_footerAccordion .accordion-body {
    padding-top: 0;
}

.Footer_footer .Footer_footerAccordion .ttl-18 {
    font-size: 18px;
}

.Footer_socialNav.nav {
    padding-bottom: 0;
    padding-top: 1.1rem;
    padding-left: 20px;
}

.Footer_socialNav.nav a.nav-link {
    color: #000000;
    border: none !important;
    text-decoration: none;
    padding-bottom: 0;
}

.Footer_footerLinks {
    gap: 1rem;
}

.Footer_footer .Footer_footerBottomWrp a {
    color: #000000 !important;
    border-bottom: 0 !important;
}

a:hover {
    color: #ab6198;
}

a {
    color: #ff0168;
}

/* footer css  */

/* design css */
.li-border-color {
    border-color: #ff0168;
    color: var(--swiper-pagination-color);
}

:root {
    --shadow-right-color: #5b585b;
    /* default value */
    --shadow-bottom-color: #222222;
    /* default value */
}

.classic-card-design {
    padding: 37px 30px;
    margin: auto;
    width: 309px;
    height: 318px;
    max-width: 500px;
    border-image: url("../images/1703846727357.png");
    border-image-slice: 30;
    border-image-width: 10px;
    border-image-outset: 0;
    border-image-repeat: stretch;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    z-index: 0;
}

.bold-card-design {
    padding: 1px 0px;
    margin: auto;
    width: 309px;
    height: 318px;
    max-width: 500px;
    border-image: url("../images/1703846727357.png");
    border-image-slice: 30;
    border-image-width: 20px;
    border-image-outset: 0;
    border-image-repeat: stretch;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    z-index: 0;
}

.frameless-card-design {
    margin: auto;
    width: 309px;
    height: 318px;
    max-width: 500px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    z-index: 0;
}

.frameless-card-design .frameinner img {
    object-fit: cover !important;
}

/* .box-shadow-black:before {
    position: absolute;
    z-index: -1;
    content: "";
    right: -8px;
    top: 4px;
    bottom: 0;
    height: 100%;
    width: 8px;
    background: #5b585b;
    transform: skewY(45deg);
}

.box-shadow-black:after {
    position: absolute;
    z-index: -1;
    content: "";
    background: #222222;
    width: 100%;
    height: 8px;
    bottom: -8px;
    transform: skewX(45deg);
    left: 5px;
}

.box-shadow-dark:before {
    position: absolute;
    z-index: -1;
    content: "";
    right: -8px;
    top: 4px;
    bottom: 0;
    height: 100%;
    width: 8px;
    background: #7e6e67;
    transform: skewY(45deg);
}

.box-shadow-dark:after {
    position: absolute;
    z-index: -1;
    content: "";
    background: #57473c;
    width: 100%;
    height: 8px;
    bottom: -8px;
    transform: skewX(45deg);
    left: 5px;
}

.box-shadow-white:before {
    position: absolute;
    z-index: -1;
    content: "";
    right: -8px;
    top: 4px;
    bottom: 0;
    height: 100%;
    width: 8px;
    background: #807e7f;
    transform: skewY(45deg);
}

.box-shadow-white:after {
    position: absolute;
    z-index: -1;
    content: "";
    background: #555555;
    width: 100%;
    height: 8px;
    bottom: -8px;
    transform: skewX(45deg);
    left: 5px;
}

.box-shadow-light:before {
    position: absolute;
    z-index: -1;
    content: "";
    right: -8px;
    top: 4px;
    bottom: 0;
    height: 100%;
    width: 8px;
    background: #7d6960;
    transform: skewY(45deg);
}

.box-shadow-light:after {
    position: absolute;
    z-index: -1;
    content: "";
    background: #5b4333;
    width: 100%;
    height: 8px;
    bottom: -8px;
    transform: skewX(45deg);
    left: 5px;
} */

/* design css */

/* irtiza css  */
.mfp-fade.mfp-bg {
    opacity: 0;
    -webkit-transition: all 0.15s ease-out;
    -moz-transition: all 0.15s ease-out;
    transition: all 0.15s ease-out;
}

.mfp-fade.mfp-bg.mfp-ready {
    opacity: 0.8;
}

.mfp-fade.mfp-bg.mfp-removing {
    opacity: 0;
}

.mfp-fade.mfp-wrap .mfp-content {
    opacity: 0;
    -webkit-transition: all 0.15s ease-out;
    -moz-transition: all 0.15s ease-out;
    transition: all 0.15s ease-out;
}

.mfp-fade.mfp-wrap.mfp-ready .mfp-content {
    opacity: 1;
}

.mfp-fade.mfp-wrap.mfp-removing .mfp-content {
    opacity: 0;
}

.main-logo {
    padding: 11px;
    background-color: #ff0168;
    color: #fff;
    font-size: 17px;
    font-weight: 900;
}

.inherit-design {
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    /* position: absolute;
    z-index: -1;
    padding: 15px; */
}

.child-inherit-design {
    width: 100%;
    height: 100%;
}

/* crop css  */
label.cabinet {
    display: block;
    cursor: pointer;
}

label.cabinet input.file {
    position: relative;
    height: 0;
    width: auto;
    opacity: 0;
    margin-top: -30px;
    height: 0;
    display: none;
}

#upload-demo {
    width: 100%;
    height: 420px;
    padding-bottom: 25px;
}

div#cropImagePop .modal-footer button.btn.custom-btn.filled {
    min-width: auto;
}

.modal-header .btn-close {
    padding: 0 !important;
    width: auto;
    color: white;
    font-size: 20px;
    top: -10px;
    margin: 0;
    position: relative;
    background: no-repeat;
    opacity: 1;
}

.customcroppopup .modal-content {
    background-color: transparent !important;
    border: none;
}

.customcroppopup .modal-header {
    border-bottom: none !important;
    justify-content: end;
    padding-bottom: 0;
}

.modal#cropImagePop {
    background: transparent;
    backdrop-filter: blur(2px);
    background-color: hsla(0, 18%, 97%, 0.5);
}

.modal-footer {
    border: none;
    justify-content: center;
}

input.cr-slider {
    border-color: red;
}

/* crop css  */

/* frame section  */

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

.custom-tabs-content button {
    border: none;
    padding: 0;
    margin: 0;
    text-align: start;
    border-left: 2px solid transparent;
    padding-left: 20px;
    font-size: 22px;
    background: transparent;
}

.custom-tabs-content #v-pills-tab {
    gap: 20px;
    margin-top: 2rem;
}

.custom-tabs-content button.active {
    color: #ff0168;
    border-left: 2px solid #ff0168;
}

.custom-tabs-content .heading-4 span {
    display: block;
}

.customTabsContent {
    overflow: hidden;
    width: 91%;
    height: 658px;
    border-radius: 12px;
    margin: 0;
    box-shadow: 0 0 120px #c3c3c3;
    border: 2px solid white;
    background: #fff;
    margin-left: auto;
}

figure.Tabframed {
    /* overflow: hidden; */
    margin: 0;
    height: 100%;
    width: 100%;
}

span.swiper-pagination-bullet.swiper-pagination-bullet-active.swiper-pagination-bullet-active-main {
    opacity: 1;
}

.ClusterCard a {
    text-decoration: none;
}

.Right-Sidebar-footer .custom-btn.filled svg.RightSidebar_addtocart_btn_icon__nIKa3 {
    margin-left: 6px;
    margin-bottom: 2px;
}

.RightSliderChild .para:last-child {
    margin-bottom: 0;
}

figure {
    margin: 0;
}

.swiper.Images-frame-slider .swiper-slide.swiper-slide-active .box {
    background: #f5e5f1;
    border-top: 2px solid #ff0168;
    /* padding: 1rem 1.25rem 2.5rem; */
}

.swiper.Images-frame-slider .frameinner img {
    /* max-width: 90px !important; */
    /* display: none !important; */
    /* width: 100%; */
    height: 100%;
    max-height: 80px;
}

.frameinner {}

.swiper.Images-frame-slider .swiper-slide .box .frame-main-wrap {
    padding: 6px 6px !important;
    border: 5px solid black !important;
    width: 100%;
    height: 105px !important;
    display: flex;
    align-items: center;
    justify-content: center;
}

.sec-2-span {
    color: #ff0168;
}

.RightSliderChild.whyChooseUs {
    font-size: 18px;
    line-height: 31px;
    font-weight: 400;
    text-align: justify;
}

.blurred {
    filter: blur(5px);
    pointer-events: none;
    /* Optional: Disable clicks */
}

/* new css 2 March 2025  */

/* modal css  */
.custom-modal .heading-6 {
    color: black;
    font-weight: 800;
    font-size: 22px;
    margin-bottom: 1rem;
}

.custom-modal p {
    color: black;
    font-weight: 400;
    font-size: 16px;
    margin-top: 0rem;
}

.Login_separator {
    color: black;
    font-weight: 400;
    font-size: 18px;
}

.custom-modal label {
    color: black;
    font-size: 14px;
}

.Login_forgotBtn button {
    color: black;
    font-size: 14px;
    font-weight: 600;
}

.btn-check:checked+.btn,
.btn.active,
.btn.show,
.btn:first-child:active,
:not(.btn-check)+.btn:active {
    color: black;
}

.btn:hover {
    color: black;
}

.custom-modal {
    padding: 0px;
}

.custom-modal .modal-header {
    border-bottom: 0;
    padding-bottom: 0;
    padding-top: 0;
}

.custom-modal .modal-header .btn-close {
    color: black;
    padding: 10px 10px;
    width: fit-content;
    opacity: 1;
}

button.btn.google-btn {
    height: 40px;
    border: 1px solid #dadce0;
    color: #000000;
    display: flex;
    gap: 8px;
    align-items: center;
    margin: auto auto 1rem;
    font-size: 14px;
    opacity: 1;
}

span.googleimg svg {
    width: 20px !important;
}

.btnParentlogin {
    text-align: center;
}


.modal-content {
    padding: 2rem;
}

.PasswordInput_showButton.btn-text {
    top: 8px !important;
}

.custom-modal .modal-content {
    border-radius: 0;
}

.custom-modal input {
    border-radius: 0;
}

button.Login_authSwitch {
    border: 0;
    text-decoration: underline;
    font-weight: 700;
    color: #FF0168;
}

.custom-modal .modal-dialog.modal-dialog-centered {
    width: 100%;
}


/* modal css  */


/* symmetry css  */
.Parentframe {
    position: relative;
    z-index: 0;
}

.framelayoutsParent {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
}

figure.frameBackground {
    width: 100%;
    max-width: 744px;
    margin: 0 auto;
    position: relative;
}

figure.frameBackground img {
    width: 100%;
    height: auto;
    object-fit: contain; /* Or 'cover' if you want cropping */
    display: block;
}


.clusterAddBtn__Rreup:hover {
    opacity: .8;
}

.clusterAddBtn__Rreup {
    transition: all 0.3s ease-in-out;
    background: #FF0168;
    color: white;
    width: 60%; /* relative to container */
    height: 60%; /* maintains ratio */
    max-width: 28px; /* optional: upper limit */
    max-height: 28px;
    border-radius: 50%;
    border: none;
    opacity: 1;
    padding: 0; /* remove padding for tight fit */
    box-sizing: border-box;
}

.clusterAddBtn__Rreup:hover {
    opacity: .8;
}

#cluster-block-1 {
    top: 200px;
    left: 165px;
    width: 58px;
    height: 58px;
}

#cluster-block-2 {
    width: 126px;
    height: 189px;
    left: 235px;
    top: 70px;
}

#cluster-block-3 {
    width: 77px;
    height: 96px;
    left: 371px;
    top: 129px;
}

#cluster-block-4 {
    width: 58px;
    height: 58px;
    left: 460px;
    top: 168px;
}

#cluster-block-5 {
    width: 58px;
    height: 58px;
    left: 214px;
    top: 269px;
}

#cluster-block-6 {
    width: 77px;
    height: 96px;
    left: 283px;
    top: 269px;
}

#cluster-block-7 {
    width: 126px;
    height: 189px;
    left: 371px;
    top: 236px;
}

#cluster-block-8 {
    width: 58px;
    height: 58px;
    left: 508px;
    top: 237px;
}

.btn.custom-btn.rounded {
    border-radius: 22px !important;
    bottom: 50px;
    left: 20px;
}

.Parentframe .btn.custom-btn.rounded {
    position: absolute;
    bottom: 20px;
    left: 20px;
}

ol.breadcrumb {
    align-items: baseline;
    margin-top: 1rem;
}

.breadcrumb a {
    text-decoration: none;
    color: #959595;
    font-size: 12px;
}

.breadcrumb-item.active {
    color: black;
    font-size: 12px;
    line-height: revert-layer;
}

ul.designToolPropertiesLists.CustomizeOption {
    transform: none !important;
    position: static;
    opacity: 1;
    width: 100%;
    padding: 0;
    margin: 1.5rem 0 0rem;
    display: inline-flex !important;
    gap: 20px;
    justify-content: start;
    align-items: baseline;
    flex-wrap: wrap;
}

.parentRightAccordiance {
    padding-left: 22%;
}

.heading-5 {
    font-size: 2rem;
    font-weight: 800;
}

.pricedetails h5 {
    font-size: 26px;
    color: #FF0168;
    font-weight: 800;
    margin: 0;
}

.pricedetails {
    display: flex;
    align-items: center;
    gap: 12px;
    margin: 1rem 0 4px;
}

p.discount {
    margin: 0;
    color: rgb(7, 172, 0);
    font-weight: 600;
}

.parentaccording {
    margin-top: 3rem;
}

.parentRightAccordiance .heading-6 {
    font-size: 16px;
    font-weight: 600;
    color: black;
    margin-bottom: 1rem;
}

.parentaccording div#accordionFlushExample {
    margin-top: 2rem;
}

.parentaccording .accordion-item {
    padding: 12px 16px;
}

.parentaccording .accordion-item span {
    font-size: 14px;
    font-weight: 600;
}

.parentaccording .accordion-item button.accordion-button {
    padding-bottom: 0 !important;
    gap: 7px;
    align-items: center;
}

span.customTilename {
    font-size: 14px;
}

.parentaccording .accordion-item button.accordion-button span.text-body-tertiary {
    font-size: 12px;
    color: #898989;
    font-weight: 600;
}

.parentaccording .accordion-body {
    width: 100%;
    padding: 0;
}

ul.designToolPropertiesLists.CustomizeOption .li-border-color {
    border: none;
}

ul.designToolPropertiesLists.CustomizeOption .parentProperties {
    border: 0px;
}

ul.designToolPropertiesLists.CustomizeOption li.active figure.PropertiesleftChild {
    border: 2px solid #FF0168;
}

ul.designToolPropertiesLists.CustomizeOption li.active p.propertyName {
    color: #FF0168;
}

ul.designToolPropertiesLists.CustomizeOption li figure.PropertiesleftChild {
    padding: 3px;
}

ul.designToolPropertiesLists.CustomizeOption li figure.PropertiesleftChild img {
    width: 44px;
    height: 44px;
}


p.noted {
    font-size: 12px;
    color: #898989;
    font-weight: 600;
}

.parentaccording .accordion-item svg {
    color: #FF0168;
}

ul.ClusterDetails_detailsList li {
    font-size: 14px;
    font-weight: 500;
    line-height: 2;
    color: black;
}

ul.ClusterDetails_detailsList {
    list-style-image: url('../images/marker.svg') !important;
    padding-left: 18px;
}

.noticeproductdetail p {
    font-size: 12px;
    color: #767676;
}

.noticeproductdetail {
    margin: 3rem 0 0;
}

.productpolicylinks {
    display: flex;
    gap: 26px;
    font-weight: 600;
}

.productDetailSection {
    padding: 0rem 0 7rem 0rem;
}

.productpolicylinks a {
    font-size: 14px;
}

.addtocardbtn {
    margin: 2rem 0;
    display: grid;
    grid-template-columns: 85% 15%;
    gap: 20px;
    height: 75px;
}

button.btn.custom-btn.transparent.copied {
    border: none;
}

button.btn.custom-btn.transparent.copied svg {
    width: 25px !important;
    height: 25px !important;
}

/* cart css  */

.listGroup {
    display: grid;
    align-items: center;
    justify-content: space-between;
    grid-template-columns: 8% 70% 15%;
    width: 100%;
    padding: 24px 0;
}

.heading-6 {
    font-size: 16px;
    font-weight: 600;
    color: black;
    margin-bottom: 1rem;
}

.CartListItem_action {
    border: 0;
    padding: 0;
    display: flex;
    align-items: center;
    font-size: 14px;
    color: black;
}

.cardlistaction {
    display: flex;
    gap: 30px;
}

.cartPrice h5 {
    color: black;
    font-size: 18px;
    text-align: end;
    margin: 0;
    font-weight: 600;
}

.cardList {
    padding: 0rem 0;
}

.cartSection {
    padding: 4rem 0 3rem;
}

.parentCart h4 {
    font-size: 24px;
    font-weight: 600;
}

figure.carditemimage img {
    height: 60px;
    width: 60px;
}

.CartListItem_action:hover {
    color: #FF0168;
}

.cartheader {
    border-bottom: 1px solid #f0e1ec;
    /* padding: 2.1875rem; */
}

.ApplyCoupon_couponApply {
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-bottom: 1px solid #e1e1e1;
    padding-bottom: 1rem;
}

.ApplyCoupon_couponApply p {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 8px;
    font-weight: 700;
    font-size: 16px;
}

.ApplyCoupon_couponApply img {
    max-width: 20px;
}

ul.cartListpaymentdetails {
    list-style: none;
    padding: 0px 0;
    border-bottom: 0px solid #e1e1e1;
    margin: 22px 0;
}

.cartParent .pricedetails {
    font-weight: 600;
    font-size: 16px;
}

ul.cartListpaymentdetails li {
    display: flex;
    justify-content: space-between;
    align-items: baseline;
    font-size: 14px;
    font-weight: 500;
    color: black;
    margin: 16px 0;
}

ul.cartListpaymentdetails p.customTilename {
    margin: 0;
}

ul.cartListpaymentdetails li span.text-body-tertiary {
    color: #00000080;
    font-weight: 700;
    font-size: 12px;
}

span.discounttag {
    color: rgb(7, 172, 0);
}

.paymentdetailsbody {
    padding: 2.1875rem;
    border: 1px solid #f0e1ec;
}

.ApplyCoupon_couponApply .custom-btn {
    /* padding: 4px 16px; */
    font-size: 14px;
}

ul.cartListpaymentdetails li.grandTotal {
    border-top: 1px solid #e1e1e1;
    padding-top: 1rem;
}

ul.cartListpaymentdetails li.grandTotal p.customTilename {
    font-size: 1rem;
    font-weight: 600;
}

ul.cartListpaymentdetails li.grandTotal span {
    font-size: 1rem;
    font-weight: 600;
}

.parentcardlistdetail .custom-btn.filled {
    width: 100%;
    height: 100%;
}

span.itemsCount {
    font-size: 16px;
    font-weight: 600;
}

.form-check.giftcheck {
    font-size: 16px;
    font-weight: 500;
}

.listGroup.giftitemparent figure.carditemimage {
    width: 84px;
    height: 84px;
    background-color: #fff8dd;
    display: flex;
    align-items: center;
    justify-content: center;
}

.listGroup.giftitemparent figure.carditemimage svg {
    max-width: 1em !important;
    width: 1em !important;
    height: 1em !important;
    font-size: 36px;
}

.myinformatinfoam .accordion-item {
    padding: 0;
    border: none !important;
}

.myinformatinfoam .accordion-body {
    width: 100%;
}

.myinformatinfoam .accordion-body input,
.myinformatinfoam .accordion-body select,
.myinformatinfoam .accordion-body input,
.myinformatinfoam .accordion-body button {
    width: 100%;
    padding: 1rem 1.25rem;
    border-radius: 0;
    margin: 1rem 0;
}

.myinformatinfoamsection {
    padding: 7.25rem 0;
}

.myinformatinfoamsection .ApplyCoupon_couponApply p {
    margin-bottom: 0 !important;
}

.purchaseditem {
    display: flex;
    align-items: center;
    gap: 20px;
    margin-bottom: 1rem;
}

.purchaseditem .heading-6 {
    margin: 0px 0 6px;
    font-size: 14px;
    font-weight: 500;
}

.purchaseditem h5 {
    font-size: 12px;
    color: rgba(0, 0, 0, .5) !important;
    font-weight: 600;
}

.myinformatinfoamsection .ApplyCoupon_couponApply {
    border: navajowhite;
}

.myinformatinfoamsection .cartheader {
    border: none;
}

.myinformatinfoamsection .parentcardlistdetail {
    margin-top: 3rem;
}

.pay_options {
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: space-evenly;
    margin: 0rem 0 2rem;
}

.myinformatinfoamsection label {
    font-size: 14px;
    font-weight: 500;
}


.myinformatinfoamsection .paymentdetailsbody .custom-btn.filled {
    margin: 2rem 0 0rem;
}

/* symmetry css  */
.Parentframe {
    position: relative;
    z-index: 0;
}

.framelayoutsParent {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
}

.clusterFrameWrp {
    /* border: 0px solid black; */
    box-shadow: inset 0 4px 8px 0 rgba(0, 0, 0, .11);
    background-color: #fff;
    /* box-shadow: 2px 2px 3px rgba(0, 0, 0, .11); */
    padding: 0px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    /* overflow: hidden; */
}

#cluster-block-1 {
    top: 200px;
    left: 165px;
    width: 58px;
    height: 58px;
}

.btn.custom-btn.rounded {
    border-radius: 22px !important;
}

.Parentframe .btn.custom-btn.rounded {
    position: absolute;
    bottom: 20px;
    left: 20px;
}

ol.breadcrumb {
    align-items: baseline;
    margin-top: 1rem;
}

.breadcrumb a {
    text-decoration: none;
    color: #959595;
    font-size: 12px;
}

.breadcrumb-item.active {
    color: black;
    font-size: 12px;
    line-height: revert-layer;
}

ul.designToolPropertiesLists.CustomizeOption {
    transform: none !important;
    position: static;
    opacity: 1;
    width: 100%;
    padding: 0;
    margin: 1.5rem 0 0rem;
    display: inline-flex !important;
    gap: 20px;
    justify-content: start;
    align-items: baseline;
    flex-wrap: wrap;
}

.parentRightAccordiance {
    padding-left: 22%;
}

.heading-5 {
    font-size: 2rem;
    font-weight: 800;
}

.pricedetails h5 {
    font-size: 26px;
    color: #FF0168;
    font-weight: 800;
    margin: 0;
}

.pricedetails {
    display: flex;
    align-items: center;
    gap: 12px;
    margin: 1rem 0 4px;
}

p.discount {
    margin: 0;
    color: rgb(7, 172, 0);
    font-weight: 600;
}

.parentaccording {
    margin-top: 3rem;
}

.parentRightAccordiance .heading-6 {
    font-size: 16px;
    font-weight: 600;
    color: black;
    margin-bottom: 1rem;
}

.parentaccording div#accordionFlushExample {
    margin-top: 2rem;
}

.parentaccording .accordion-item {
    padding: 12px 16px;
}

.parentaccording .accordion-item span {
    font-size: 14px;
    font-weight: 600;
}

.parentaccording .accordion-item button.accordion-button {
    padding-bottom: 0 !important;
    gap: 7px;
    align-items: center;
}

span.customTilename {
    font-size: 14px;
}

.parentaccording .accordion-item button.accordion-button span.text-body-tertiary {
    font-size: 12px;
    color: #898989;
    font-weight: 600;
}

.parentaccording .accordion-body {
    width: 100%;
    padding: 0;
}

ul.designToolPropertiesLists.CustomizeOption .li-border-color {
    border: none;
}

ul.designToolPropertiesLists.CustomizeOption .parentProperties {
    border: 0px;
}

ul.designToolPropertiesLists.CustomizeOption li.active figure.PropertiesleftChild {
    border: 2px solid #FF0168;
}

ul.designToolPropertiesLists.CustomizeOption li.active p.propertyName {
    color: #FF0168;
}

ul.designToolPropertiesLists.CustomizeOption li figure.PropertiesleftChild {
    padding: 3px;
}

ul.designToolPropertiesLists.CustomizeOption li figure.PropertiesleftChild img {
    width: 44px;
    height: 44px;
}


p.noted {
    font-size: 12px;
    color: #898989;
    font-weight: 600;
}

.parentaccording .accordion-item svg {
    color: #FF0168;
}

ul.ClusterDetails_detailsList li {
    font-size: 14px;
    font-weight: 500;
    line-height: 2;
    color: black;
}

ul.ClusterDetails_detailsList {
    list-style-image: url('../images/marker.svg') !important;
    padding-left: 18px;
}

.noticeproductdetail p {
    font-size: 12px;
    color: #767676;
}

.noticeproductdetail {
    margin: 3rem 0 0;
}

.productpolicylinks {
    display: flex;
    gap: 26px;
    font-weight: 600;
}

.productDetailSection {
    padding: 0rem 0 7rem 0rem;
}

.productpolicylinks a {
    font-size: 14px;
}

.addtocardbtn {
    margin: 2rem 0;
    display: grid;
    grid-template-columns: 85% 15%;
    gap: 20px;
    height: 75px;
}

button.btn.custom-btn.transparent.copied {
    border: none;
}

button.btn.custom-btn.transparent.copied svg {
    width: 25px !important;
    height: 25px !important;
}

.btn-input-apply {
    /* width: 100%; */
    padding: 1rem 1.25rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.3125;
    color: #ff0168;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ffffff;
    border-radius: 0;
    text-decoration: underline;
    transition: border-color .3scubic-bezier(.455, .03, .515, .955), box-shadow .3scubic-bezier(.455, .03, .515, .955);
}

.available_offers {
    border-right-width: 0;
    border-color: #767676;
    border-width: 0.1px;
    margin: 14px;
}

.btn-apply-coupon {
    color: #ff0168;
    padding: 16px;
    font-weight: 500;
    width: 27%;
    background-color: #fff;
    border-color: #707070;
    border-width: 0.1px;
}

.btn-apply-coupon:hover {
    color: #fff;
    background-color: #ff0168;
    border-color: #ff0168;
}

.rounded-pill:hover {
    color: #fff;
    background-color: #ff0168;
}

.couponsuccess {
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
}

.couponsuccess img {
    margin: 0 0 -100px;
    width: auto;
}

.couponsuccess_heading1 {
    font-size: 18px;
    text-align: center;
    font-weight: 600;
    padding-top: 25px;
}

.couponsuccess_price {
    color: #282c3f;
    text-align: center;
    margin-top: 16px;
    font-size: 2.42rem;
    font-weight: 600;
    line-height: 1;
}

.couponsuccess_desc1 {
    font-weight: 600;
    font-size: 1rem;
    color: #282c3f;
    text-align: center;
}

.couponsuccess_successText {
    margin: 12px 15px 20px;
    color: #7e808c;
    font-size: 16px;
    font-weight: 500;
    text-align: center;
    position: relative;
}

.couponsuccess_btn {
    color: #ff0168;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 16px;
    min-width: 120px;
    margin-top: 0;
    font-size: 17px;
    text-transform: uppercase;
    font-weight: 600;
    border: 0;
    outline: none;
    border-top: 1px solid #d4d5d9;
    width: 100%;
    border-radius: 0 0 5px 5px;
}

.ApplyCoupon_couponItem {
    border: 1px dashed #34dc8c;
    padding: 0 15px;
    margin: 10px 0 15px;
    color: #686b78;
    font-size: 12px;
    display: flex;
    align-items: center;
    height: 55px;
}

.ApplyCoupon_couponItem .ApplyCoupon_textContainer {
    flex: 1 1;
}

.ApplyCoupon_couponItem .ApplyCoupon_heading {
    color: #34dc8c;
    text-transform: uppercase;
    font-size: 13px;
    font-weight: 500;
}

.ApplyCoupon_couponItem .ApplyCoupon_description {
    margin-top: 2px;
    font-size: 12px;
    color: #34dc8c;
}

.ApplyCoupon_couponItem span {
    text-transform: uppercase;
    cursor: pointer;
    margin-left: 8px;
    font-weight: 600;
    color: #282c3f;
    font-size: 14px;
}


/* profile pg css start */

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

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

.profilesidebar ul {
    border: 1px solid #e2e2e2;
    list-style: none;
    padding: 0;
}

.profilesidebar ul li {
    padding: 0px 30px;
}

.profilesidebar ul li a {
    text-decoration: none;
    display: flex;
    padding: 25px 0px;
    border-bottom: 1px solid;
    font-size: 16px;
    font-weight: 500;
}

.profilesidebar ul li a svg {
    font-size: 22px;
}


.profilesidebar ul li:last-child {
    margin-top: 120px;
    margin-bottom: 10px;
}

.profilesidebar ul li:last-child a {
    border: none;
}


.faqsidebar ul {
    border: 1px solid #e2e2e2;
    list-style: none;
    padding: 0;
}

.faqsidebar ul li {
    padding: 0px 30px;
}

.faqsidebar ul li a {
    text-decoration: none;
    display: flex;
    padding: 25px 0px;
    border-bottom: 1px solid;
    font-size: 16px;
    font-weight: 500;
}

.faqsidebar ul li a svg {
    font-size: 22px;
}


/* .faqsidebar ul li:last-child {
    margin-top: 120px;
    margin-bottom: 10px;
} */

.faqsidebar ul li:last-child a {
    border: none;
}

.account-information h1 {
    font-size: 25px;
    font-weight: 600;
    color: black;
    margin-bottom: 40px;
}

.account-information {
    padding-left: 50px;
}

.account-information .form-group.label-hover {
    position: relative;
    z-index: 0;
}

.account-information .form-group input {
    border-radius: 0;
    height: 50px;
    margin-bottom: 35px;
    background: transparent;
    position: relative;
    z-index: 1;
}

.account-information .form-group.label-hover label {
    position: absolute;
    z-index: 0;
    top: 15px;
    left: 20px;
    font-size: 14px;
    color: #767676;
    font-weight: 500;
    transition: all ease 0.5s;
}

.account-information .form-group.active label,
.account-information .form-group input:focus+label {
    top: -7px;
    font-size: 10px;
    background: white;
    transition: all ease 0.5s;
    padding: 0 2px;
}

.account-information .form-group input:focus {
    box-shadow: none;
    border: 1px solid black;
    z-index: 0;
}

.form-group.birth-label {
    position: relative;
    z-index: 0;
}

.form-group.birth-label label {
    position: absolute;
    z-index: 0;
    top: -8px;
    font-size: 12px;
    background: white;
    left: 15px;
}

.gender-label {
    display: flex;
    align-items: center;
    gap: 10px;
}

.gender-label p {
    margin: 0;
    color: black;
    font-weight: 500;
}

.input-toggle-click label {
    color: black;
    font-size: 15px !important;
    font-weight: 500;
    cursor: pointer;
}

.input-toggle-click {
    display: flex;
    gap: 10px;
    align-items: center;
    cursor: pointer;
}

.input-toggle-click input {
    border-radius: 60%;
}

.input-toggle-click .form-check-input:checked[type=radio] {
    background-image: url(../images/toggle-img.svg);
}

.input-toggle-click .form-check-input:checked {
    background: transparent;
    border-color: black;
}

.account-information div#example_wrapper table {
    border: 1px solid #ced4da;
    margin: 25px 0;
}

.account-information div#example_wrapper table td {
    border: 1px solid #ced4da;
    color: black !important;
    font-weight: 400;
    font-size: 14px;
}

.account-information div#example_wrapper table th {
    border: 1px solid #ced4da;
    color: black !important;
    font-weight: 500;
    font-size: 12px;
}


.account-information table.table.dataTable.table-striped>tbody>tr:nth-of-type(2n+1)>* {
    box-shadow: none;
}

.add-address {
    height: 510px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px dashed #bbc6c0;
}

/* profile pg css end */

/* order pg css start */
.address-modal .modal-dialog.modal-dialog-centered {
    max-width: 1000px;
}

.modal-dialog.modal-dialog-centered.set-coordinates-modal {
    max-width: 100%;
}

.address-modal .modal-dialog .modal-content {
    height: 1060px;
    border-radius: 0;
    overflow: auto;
}

.address-modal .modal-dialog .modal-content .modal-header h5 {
    font-size: 25px;
    color: black;
    font-weight: 800;
}

.address-modal .modal-dialog .modal-content .modal-header {
    border: none;
}

.address-modal .modal-dialog .modal-content .modal-header button i {
    color: black;
}


/* .admin-modal .modal-dialog.modal-dialog-centered {
    max-width: 1000px;
}


.admin-modal .modal-dialog .modal-content {
    height: 1060px;
    border-radius: 0;
    overflow: auto;
}

.admin-modal .modal-dialog .modal-content .modal-header h5 {
    font-size: 25px;
    color: black;
    font-weight: 800;
}

.admin-modal .modal-dialog .modal-content .modal-header {
    border: none;
}

.admin-modal .modal-dialog .modal-content .modal-header button i {
    color: black;
} */

.modal-form .form-group .form-control {
    border-radius: 0;
    margin-bottom: 20px;
    height: 50px;
    font-size: 15px;
}

.modal-form .form-group textarea {
    border-radius: 0;
    margin-bottom: 20px;
    height: unset !important;
    font-size: 15px;
}

/* order pg css end */


.swiper.main-banner-slider .swiper-wrapper {
    padding-bottom: 37px;
}

.swiper.main-banner-slider {
    padding-bottom: 90px;
}

.main-banner-slider .swiper-pagination {
    top: 358px;
    z-index: 99999999999;
}

.frames-main {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.frames-main button {
    margin-bottom: 40px;
}

.ImgFrame {
    overflow: hidden;
}

.ImgFrame:hover img {
    transform: scale(1.1);
    transition: all ease 0.5s;
}

.ImgFrame img {
    transition: all ease 0.5s;
}

.Cart_cartNoData {
    min-height: calc(100vh - 125px);
    display: flex;
    justify-content: center;
    align-items: center;
}

.Cart_cartNoData .heading-5 {
    font-size: 24px;
    font-weight: 600;
}

.Cart_cartNoData p.para {
    font-size: 16px;
}

#mainImagePreview,
#noCordmagePreview,
#cordmagePreview,
#editMainImagePreview,
#editNoCordmagePreview,
#editCordmagePreview {
    margin-bottom: 20px;
}

div#cke_descriptionEditor {
    margin-bottom: 20px;
}

div#cke_descriptionEditor {
    margin-bottom: 20px;
}

button.accordion-button:disabled .customTilename,
button.accordion-button:disabled .text-body-tertiary {
    color: rgba(108, 117, 125, 0.5) !important;
    /* Dim the text color */
}

span.caption-crop {
    margin-left: 23rem;
    margin-top: 1rem;
    font-weight: 800;
    font-size: 16px;
    font-style: italic;
    color: #ff0168;
}

a.link {
    color: white;
}

.Footer_footer a,
.Footer_footer p,
.Footer_footer span {
    color: #000000;
}

.ImgFrame {
    height: 314px;
    overflow: hidden;
}

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

.cke_notification_warning {
    display: none !important;
}

/* modal css  */
.custom-modal .heading-6 {
    color: black;
    font-weight: 800;
    font-size: 22px;
    margin-bottom: 1rem;
}

.custom-modal p {
    color: black;
    font-weight: 400;
    font-size: 16px;
    margin-top: 0rem;
}

.Login_separator {
    color: black;
    font-weight: 400;
    font-size: 18px;
}

.custom-modal label {
    color: black;
    font-size: 14px;
}

.Login_forgotBtn button {
    color: black;
    font-size: 14px;
    font-weight: 600;
}

.btn-check:checked+.btn,
.btn.active,
.btn.show,
.btn:first-child:active,
:not(.btn-check)+.btn:active {
    color: black;
}

.btn:hover {
    color: black;
}

.custom-modal {
    padding: 0px;
}

.custom-modal .modal-header {
    border-bottom: 0;
    padding-bottom: 0;
    padding-top: 0;
}

.custom-modal .modal-header .btn-close {
    color: black;
    padding: 10px 10px;
    width: fit-content;
    opacity: 1;
}

button.btn.google-btn {
    height: 40px;
    border: 1px solid #dadce0;
    color: #000000;
    display: flex;
    gap: 8px;
    align-items: center;
    margin: auto auto 1rem;
    font-size: 14px;
    opacity: 1;
}

span.googleimg svg {
    width: 20px !important;
}

.btnParentlogin {
    text-align: center;
}


.modal-content {
    padding: 2rem;
}

.PasswordInput_showButton.btn-text {
    top: 8px !important;
}

.custom-modal .modal-content {
    border-radius: 0;
}

.custom-modal input {
    border-radius: 0;
}

button.Login_authSwitch {
    border: 0;
    text-decoration: underline;
    font-weight: 700;
    color: #FF0168;
}

.custom-modal .modal-dialog.modal-dialog-centered {
    width: 100%;
}

/* modal css  */



/* photoslayout css  */
.PlusBtn_plus_btn {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    color: #959090;
    /* position: absolute; */
    inset: 0;
    margin: auto;
    height: 100px;
    width: 90px;
    display: flex;
    bottom: 0;
}

.PlusBtn_plus_btn svg {
    width: 60% !important;
    height: 60% !important;
    margin: auto;
    inset: 0;
    /* transform: translate(0) !important; */
}

.SwapImageModal_progress {
    position: relative;
    /* padding-bottom: 25px; */
    position: relative;
    pointer-events: auto;
    filter: brightness(1);
    margin: 20px 0;
}

.SwapImageModal_progress_2 {
    position: relative;
    /* padding-bottom: 25px; */
    position: relative;
    pointer-events: auto;
    filter: brightness(1);
    margin: 20px 0;
}

.PlusBtn_plus {
    width: 100px;
    cursor: pointer;
    transition: all .3s ease 0s;
    background: #f6f6f6;
    border-radius: 50%;
    display: flex;
    position: relative;
    max-width: 100%;
    align-items: center;
    justify-content: center;
    /* height: 100px; */
    width: 100px;
}

.PlusBtn_plus:hover svg {
    color: #8e0e6d;
    cursor: pointer;
}

.child-layout-photos img {
    object-fit: cover;
    height: 122px;
    width: 100%;
    inset: 0px;
    color: transparent;
    max-width: 122px;
}

.custom-modal.photoslayoutmodalparent .modal-dialog {
    max-width: 686px;
}

.SwapImageModal_swapImages {
    align-items: center;
    margin: 2rem 0;
}

.SwapImageModal_swapTop h4.heading-3 {
    font-size: 24px;
    font-weight: 600;
    line-height: 1.25;
    text-align: center;
}

.SwapImageModal_swapTop {
    text-align: center;
}

.SwapImageModal_swapTop p.para {
    color: #898989;
    font-size: 16px;
    margin: 0;
}

.modal-btns-parent {
    display: flex;
    align-items: center;
    text-align: center;
    justify-content: center;
    gap: 20px;
    /* margin: 2rem 0 0; */
}

.modal-btns-parent button.btn.custom-btn {
    height: 60px;
    width: 140px;
    font-size: 18px;
}


.Cart_cartNoData {
    min-height: calc(100vh - 125px);
    display: flex;
    justify-content: center;
    align-items: center;
}

.Cart_cartNoData .heading-5 {
    font-size: 24px;
    font-weight: 600;
}

.Cart_cartNoData p.para {
    font-size: 16px;
}

/* photoslayout css  */

.crop-container {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 400px;
    height: 400px;
    overflow: hidden;
    margin: 0 auto;
}

#crop-image-preview {
    max-width: 100%;
    max-height: 100%;
    display: block;
    object-fit: contain;
}

.modal-dialog.modal-dialog-centered.set-coordinates-modal {
    max-width: 100%;
    width: 935px;
    height: 935px;
}

.swal-image-confirm-button {
    background-color: #ff0168 !important;
    color: white !important;
}

.swal-image-cancel-button {
    background-color: #ff0168 !important;
    color: white !important;
}

.swal2-confirm {
    background-color: #ff0168 !important;
}

.main-radio-select {
    border: 1px solid #ff0168;
    padding: 20px;
    margin: 40px 0;
}

.new-address-added {
    display: flex;
    align-items: start;
    gap: 15px;
}

.address-info {
    color: black !important;
}

.address-info p {
    margin: 0;
    font-size: 15px;
    color: black !important;

}

.address-info h5 {
    font-size: 15px;
    font-weight: 700;
}

.address-info {
    margin-bottom: 70px;
}

.address-show button {
    background: transparent;
    border: none;
    font-size: 15px;
    color: black;
}

.address-show {
    margin-left: 10px;
}

.radio-address input {
    border-color: #ff0168;
}

input[type="radio"]:checked {

    background-color: #ff0168;
}

.parent-address {
    display: flex;
    align-items: center;
    /* justify-content: space-between; */
    gap: 23px;
}

.profile-menu.show {
    display: block;
}

.loader-container {
    background-attachment: fixed;
    background-color: #ffff;
    height: 100vh;
    position: fixed;
    z-index: 999999;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    top: 0;
    margin: auto;
}

.loaderMain img {
    max-width: 350px;
    margin: auto;
    animation: circle 10s infinite linear
}

.newframe-sideimg img {
    width: 100%;
    height: 390px;
}

.newframeimg {
    width: 50%;
}

.newframe-sideimg {
    width: 50%;
    text-align: center;
}


/* new css start */

.profilesidebar.mobile-view {
    display: none;
}

.offcanvas.offcanvas-start {
    width: 300px;
}

.mixphototilessidemenu {
    /* padding-top: 20px;
    margin-top: 20px; */
    border-bottom: 1px solid #00000040;
    padding-bottom: 15px;
}

.mixphototilessidemenu .navbar-nav {
    padding-top: 20px;
    /* margin-top: 20px; */
    border-top: 1px solid #00000040;
}

button.btn-close.text-reset {
    margin-top: -37px;
}

.topmenu-logo {
    display: flex;
    align-items: center;
    gap: 30px;
    padding: 0px 30px;
}

.sidehammenu img {
    width: 30px;
    height: 30px;
}

.topmenu-logo a img {
    width: 14%;
}

header.scrollheader {
    padding: 10px 0;
    position: absolute;
    z-index: 0;
    left: 0;
    right: 0;
    top: -60px;
    transition: all ease 0.5s;
    background: white;
}

header.scrollheader.is-sticky {
    position: fixed;
    z-index: 999;
    top: 0;
    transition: all ease 0.5s;
}

button.hammenubtn {
    position: absolute;
    z-index: 5;
    top: 20px;
    left: 20px;
}

button.hammenubtn img {
    width: 30px;
    height: 30px;
}

button.hammenubtn {
    border: none;
    background: none;
}

.banner-video video {
    height: 700px;
    object-fit: cover;
}

.premium-material {
    padding: 22px 0;
}

.usa-pic {
    display: flex;
    align-items: center;
    gap: 20px;
}

.usa-logo img {
    width: 14%;
}

.indian-logo img {
    width: 23%;
}

.usa-pic h6 {
    font-weight: 600;
    font-size: 20px;
    color: black;
}

.login-nav {
    gap: 2px !important;
}

.banner-video {
    position: relative;
    z-index: 0;
    /* height: 70vh; */
}

.shopvideobtn {
    position: absolute;
    z-index: 0;
    bottom: 57%;
    left: 46%;
}

.shopvideobtn a.btn.custom-btn.filled {
    padding: 20px 40px;
    border-radius: 10px;
    background: rgba(231, 216, 225, 0.3);
    border: none;
    font-weight: 900;
}

.shopvideobtn a.btn.custom-btn:before {
    display: none;
}

.banner-video:before {
    position: absolute;
    z-index: 0;
    content: "";
    left: 0;
    right: 0;
    top: 0;
    width: 100%;
    height: 100%;
    /* background: #0000008f; */
}

.shopvideobtn a.btn.custom-btn.filled{
    background: rgb(219 209 209 / 60%) !important;
    color: rgb(255, 255, 255) !important;
}

.shopvideobtn a.btn.custom-btn.filled:hover {
    background: rgba(231, 216, 225, 0.7) !important;
    color: rgb(215, 42, 110) !important;
}

.shopbtnmobile {
    display: none;
}

.mixphototilessidemenu .nav-link:hover {
    border-bottom: none !important;
}

section.custom-tabs-section.py {
    padding-left: 169px;
}

.custom-tabs-content .heading-3 {
    font-size: 41px;
}

.view-grand-total-1 {
    display: none;
}

.offcanvas-header {
    padding-bottom: 1px !important;
}

/* new css end */

.hang-icon svg {
    font-size: 28px;
    margin-top: -24px;
    margin-left: 3px;
}
