html,
body {
    font-family: 'Montserrat', sans-serif;
    margin: 0;
    padding: 0;
    overflow-x: hidden; /* Prevents horizontal scrolling */

}

/* header */
.header {
    border-bottom: 1px solid #ccc;
    padding: 3rem 0;
}

#demo {
    display: none;
    opacity: 0;
    transition: opacity 0.01s ease-in-out;
}

#demo.show {
    display: block;
    opacity: 1;
}

.search-btn {
    border: none;
    background: none;
}

.search-input-field {
    border: none;
    font-size: 15px;
}

.search-input-field:focus-visible {
    outline: none;
}

/* navbar mega menu */
.navbar {
    justify-content: center;
    padding: 10px 0;
}

.nav-links {
    list-style: none;
    display: flex;
    justify-content: center;
    padding: 0;
}

.nav-item {
    position: relative;
    margin: 0 20px;
}

.nav-item a {
    color: #000;
    font-size: 14px;
    font-weight: 400;
    line-height: 23px;
    text-decoration: none;
    padding: 15px;
    display: block;
}

.nav-item a:hover {
    font-weight: 500;
}

.mega-menu {
    position: absolute;
    top: 100%;
    left: 0;
    background: #363636;
    color: #fff;
    display: none;
    width: 32rem;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
    padding: 2rem;
    z-index: 1000;
}

.mega-menu ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.mega-sub-menu {
    padding: 0;
}

.mega-sub-menu a {
    color: #fff;
}

.mega-menu-login-btn {
    position: absolute;
    bottom: 0;
    width: 90%;
    display: block;
    padding: 5px 10px !important;
    font-size: 12px;
    background: #f0c1e9;
    border: none;
    font-weight: 500;
    transition: 0.3s ease;
    border-radius: 0px;
}

.mega-menu-login-btn:hover {
    background: #c97ca2;
    color: #000;
}

.nav-item.active .mega-menu {
    display: block;
}

/* navbar mega menu end */

/* mobile nav menu start */
.sidepanel {
    width: 0;
    position: fixed;
    z-index: 1;
    height: 100%;
    top: 0;
    left: 0;
    background-color: #3c3c3c;
    overflow-x: hidden;
    transition: 0.5s;
    padding-top: 60px;
}

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

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

.sidepanel .closebtn {
    position: absolute;
    top: 0;
    right: 25px;
    font-size: 36px;
}

.openbtn {
    font-size: 24px;
    font-weight: bold;
    cursor: pointer;
    background-color: #fff;
    color: #5c5c5c;
    margin-right: 4rem;
    border: none;
}

.openbtn:hover {
    color: #000;
}

/* Sidepanel dropdown css */
.dropbtn {
    color: #fff;
    background: #3c3c3c;
    padding: 0;
    padding-bottom: .3rem;
    font-size: 22px;
    font-weight: 600;
    border: none;
    border-bottom: 1px solid #fff;
    cursor: pointer;
    margin-bottom: .5rem;
}


.dropdown {
    position: relative;
    display: inline-block;
}

.dropdown-content {
    display: none;
    position: absolute;
    background-color: #3c3c3c;
    min-width: 160px;
    overflow: auto;
    z-index: 1;
}

.dropdown-content a {
    color: #fff;
    padding: 0;
    text-decoration: none;
    display: block;
    margin-bottom: 14px;
}

.show {
    display: block;
}

.mobile-menu-login-btn {
    width: 100%;
    display: block;
    padding: 10px 10px !important;
    font-size: 16px;
    background: #f0c1e9;
    color: #000;
    border: none;
    font-weight: 500;
    border-radius: 0px;
}

.mobile-menu-login-btn:hover {
    background: #c97ca2;
}

/* Sidepanel dropdown css end */

/* mobile navbar menu end */


/* First section */
.small-title {
    letter-spacing: 2px;
    text-transform: uppercase;
    color: rgb(17, 17, 17);
    margin: 2rem 0rem;
}

.big-title {
    font-weight: 600;
    font-size: 2rem;
    margin-bottom: 3rem;
}

/* shop section */

.l-img {
    width: 100%;
    height: 32rem;
    object-fit: cover;
}

.shop-section {
    display: flex;
    align-items: center;
    justify-content: center;
}

.right-image-gents {
    width: 100%;
    height: 15.5rem;
    margin-bottom: 8px;
}

.right-image-ladies {
    width: 100%;
    height: 16rem;
}

.center-content {
    background: #e8dfd6;
    padding: 3rem;
    text-align: center;
}


.center-content p {
    font-size: 13px;
    line-height: 23px;
    font-weight: 500;
    color: rgb(17, 17, 17);
    margin-bottom: 20px;
}

.divider {
    border-right: 1px solid #000;
}

.login-link {
    color: #5f5f5f;
    text-decoration: none;
    font-size: 13px;
}

.btn-custom {
    display: block;
    padding: 10px;
    font-size: 12px;
    background: #f0c1e9;
    border: none;
    font-weight: 500;
    transition: 0.3s ease;
    border-radius: 0px;
}

.btn-custom:hover {
    background: #c97ca2;
}


/* Most popular section start */

.product-section {
    text-align: center;
    padding: 50px 0;
}

.product-section h2 {
    font-weight: bold;
    margin-bottom: 30px;
}

.product-card {
    text-align: center;
}

.product-card img {
    width: 100%;
    height: auto;
    border-radius: 5px;
}

.product-title {
    margin-top: 10px;
    font-size: 14px;
    letter-spacing: 1px;
}

.product-name {
    font-size: 16px;
    margin-top: 5px;
    color: #333;
}

.product-price {
    font-size: 16px;
    font-weight: 500;
    color: #000;
    margin-top: 5px;
}

.more-products-btn {
    border: 1px solid black;
    padding: 10px 20px;
    margin-top: 30px;
    background: none;
    font-size: 16px;
    cursor: pointer;
    transition: all 0.3s ease;
}

.more-products-btn:hover {
    background: #ff99cc;
    color: #000;
    border: none;
}

/* Most popular section end */


/* UniqueMe works start */

.section-title {
    font-size: 2rem;
    font-weight: 600;
    margin-bottom: 3rem;
}

.icon img {
    height: 120px;
    width: auto;
    object-fit: contain;
    margin-bottom: 2rem;
}

.icon-text {
    text-align: center;
    font-size: 14px;
}

.step {
    max-width: 300px;
    margin: auto;
}

.login-link {
    color: #f37fb9;
    text-decoration: none;
    font-weight: 500;
}

.login-link:hover {
    color: #ef0d7e;
    /* Bootstrap pink color */
    text-decoration: none;
    font-weight: 500;
}

.cta-button {
    background-color: #f0c1e9;
    color: #000;
    padding: 10px 30px;
    font-weight: 500;
    font-size: 14px;
    display: inline-block;
    text-decoration: none;
    margin-top: 15px;
}

.cta-button:hover {
    background-color: #c97ca2;
}

/* UniqueMe works end */


/* Last section start */
.content-wrapper {
    display: flex;
    flex-direction: column;
    justify-content: center;
    text-align: center;
    padding: 0rem 3rem;
}

.content-title {
    font-size: 1.6rem;
    font-weight: 600;
    margin-bottom: 1rem;
}

.fit-content-text {
    font-size: .9rem;
    line-height: 1.6;
    color: #333;
    margin-bottom: 20px;

}

.uniqueMe-story-btn {
    border: 1px solid black;
    background: none;
    padding: 10px 15px;
    font-weight: 500;
    text-decoration: none;
    color: black;
    display: inline-block;
    width: 50%;
    margin: auto;
}

.uniqueMe-story-btn:hover {
    background: #ff99cc;
    color: #000;
    border: 1px solid #ff99cc;
}

.image-section img {
    width: 100%;
    height: auto;
    border-radius: 5px;
}


/* pagination style */
.pagination {
    display: inline-block;
}

.pagination a {
    color: black;
    float: left;
    padding: 8px 16px;
    text-decoration: none;
    font-size: 13px;
}

.pagination a.active {
    color: #c97ca2;
}

/* pagination style end */


/* Side panel for Filter */
.overlay {
    height: 100%;
    width: 0;
    position: fixed;
    z-index: 1;
    top: 0;
    right: 0;
    background-color: #ebe7de;
    overflow-x: hidden;
    transition: 0.5s;

}

.overlay-content {
    position: relative;
    top: 30%;
    width: 100%;
    text-align: center;
    margin-top: 30px;
}

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

.overlay a:hover,
.overlay a:focus {
    color: #000;
}

.overlay .closebtn {
    position: absolute;
    top: 85px;
    right: 80px;
    font-size: 32px;
}

.dropdown-toggle::after {
    margin-left: 11rem;
    font-size: 24px;
    vertical-align: middle;
}

.label-font-size {
    font-size: 15px;
}

.filter-heading {
    position: absolute;
    top: 100px;
    left: 75px;
    font-size: 20px;
}

.filter-button {
    border: 1px solid #000;
    background: #ebe7de;
    width: 56%;
    padding: 5px 10px;
    margin-top: .5rem;
    font-size: 14px;
}

.filter-button:hover {
    background: #c97ca2;
    border: 1px solid #c97ca2;
}

/* Close side panel for Filter */

/* floating filter button */
.floatingFilterContainer {
    position: fixed;
    bottom: 2em;
    z-index: 999;
    left: 0;
    right: 0;
    width: 190px;
    margin-left: auto;
    margin-right: auto;
}

.floatingFilterBtn {
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #f0c1e9;
    border-color: #f0c1e9;
    cursor: pointer;
    height: 42px;
}

.floatingFilterBtn:hover {
    background-color: #c97ca2;
}

.product-link {
    color: #000;
    text-decoration: none;
}

.product-image {
    width: 100%;
    height: auto;
    border-radius: 5px;

}

.details-button {
    text-decoration: none;
    background-color: #72aee6;
    color: #fff;
    border: none;
    padding: .9rem 4rem;
    font-weight: 500;
    font-size: 13px;
    margin-top: 1rem;
}

.details-button:hover {
    background-color: #c97ca2;
    color: #000;
}

.dropdown-ul {
    background: #ebe7de;
    border: none;
    width: 100%;
}

/* zoom image css */
.image-container {
    position: relative;
    width: 100%;
    height: auto;
    overflow: hidden;
    border: 1px solid #ddd;
    border-radius: 10px;
    cursor: zoom-in;
}

.image-container img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.3s ease, transform-origin 0.3s ease;
}

/* Hover zoom effect following mouse */
.image-container:hover img {
    transform: scale(2);
}

/* Zoom icon */
.zoom-icon {
    position: absolute;
    top: 10px;
    right: 10px;
    background: rgba(0, 0, 0, 0);
    color: white;
    font-size: 20px;
    padding: 8px 12px;
    border-radius: 50%;
    cursor: pointer;
    z-index: 2;
}

.zoom-icon:hover {
    background: rgba(0, 0, 0, 0);
}

/* Fullscreen overlay */
.fullscreen-overlay {
    z-index: 10;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.8);
    display: none;
    justify-content: center;
    align-items: center;
}

.fullscreen-overlay img {
    max-width: 90%;
    max-height: 90%;
}

/* Close button */
.close-btn {
    position: absolute;
    top: 20px;
    right: 30px;
    font-size: 20px;
    color: #888;
    cursor: pointer;
    background: rgba(0, 0, 0, 0);
    padding: 10px 15px;
    border-radius: 50%;
    border: none;
}

.close-btn:hover {
    color: #666;
}
/* zoom image end */

.red-mark-letter {
    background-color: #ffeffa;
    padding: 3px 5px;
}
.green-mark-letter {
    background-color: #d2fde2;
    padding: 3px 5px;
}

.mark-desc {
    font-size: 14px;
    margin-bottom: 5px;
}

.no-products-found {
    background-color: #f0c1e9;
    width: 100%;
    height: 3rem;
    text-align: left !important;
    display: flex;
    align-items: center;
    padding-left: 20px;
}

/* contact us start */
.form-wrapper {
    background-color: #ffffff;
    width: 100%;
    max-width: 600px;
    padding: 40px;
    border-radius: 12px;
    box-shadow: 0 8px 16px rgba(0, 0, 0, 0.2);
    animation: fadeIn 1s ease-out;
}

.title {
    font-size: 28px;
    text-align: center;
    color: #333;
    margin-bottom: 10px;
}

.subtitle {
    text-align: center;
    color: #666;
    font-size: 16px;
    margin-bottom: 30px;
}

.contact-form {
    width: 100%;
}

.form-row {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    margin-bottom: 20px;
}

.form-column {
    flex: 1;
    min-width: 250px;
}

.form-label {
    display: block;
    color: #333;
    font-size: 14px;
    margin-bottom: 5px;
}

.form-input,
.form-textarea {
    width: 100%;
    padding: 12px;
    border-radius: 8px;
    border: 1px solid #ddd;
    transition: border-color 0.3s, transform 0.3s;
}

.form-input:focus,
.form-textarea:focus {
    border-color: #6f6df4;
    outline: none;
    transform: scale(1.02);
}

.form-textarea {
    resize: none;
}

.submit-button {
    display: block;
    width: 100%;
    padding: 12px;
    background: #f0c1e9;
    color: #000;
    border: none;
    border-radius: 8px;
    font-size: 16px;
    cursor: pointer;
    transition: background 0.3s, transform 0.3s;
}

.submit-button:hover {
    background: #c97ca2;
    transform: scale(1.05);
}

@keyframes fadeIn {
    from {
        opacity: 0;
        transform: translateY(-20px);
    }

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

@media (max-width: 768px) {
    .form-wrapper {
        padding: 30px;
    }

    .title {
        font-size: 24px;
    }

    .subtitle {
        font-size: 14px;
    }

    .form-row {
        flex-direction: column;
    }
}

@media (max-width: 540px) {
    .form-wrapper {
        padding: 20px;
    }

    .title {
        font-size: 20px;
    }

    .subtitle {
        font-size: 12px;
    }

    .form-row {
        flex-direction: column;
        gap: 15px;
    }

    .form-column {
        min-width: 100%;
    }

    .form-label {
        font-size: 12px;
    }

    .form-input,
    .form-textarea {
        padding: 10px;
    }

    .submit-button {
        padding: 10px;
        font-size: 14px;
    }
}
/* contactus end */

/* Footers strat */
.footer {
    padding-top: 1em;
    background: #363636;
    color: white;
    min-height: 300px;
}

.footer-bold-text {
    font-weight: 700;
    font-size: 13px;
    margin: 0;
    text-decoration: underline;
    line-height: 23px;
}

.footer-text {
    font-size: 13px;
    margin: 0;
    line-height: 23px;
}

.social-media {
    padding: 20px;
    background-color: #fff;
    color: #363636;
    width: 2rem;
    height: 2rem;
    font-size: 20px;
    display: flex;
    justify-content: center;
    align-items: center;
    box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.1);
    cursor: pointer;
    transition: 0.3s;
}

.social-media:hover {
    background-color: #ccc;
}

.footer-link {
    font-size: 13px;
    margin: 0;
    line-height: 23px;
    text-decoration: none;
    color: #fff;
    cursor: pointer;
    display: block;
}

/* Footer end */


/******* Media Query *******/
@media (max-width: 767px) {
    .mobile-padding {
        padding: 1rem 2rem;
    }
    .mbl-navbar {
        display: none;
    }

    .mbl-col {
        padding: 0;
    }

    .center-content {
        margin: 10px 0;
        padding: 1rem;
    }

    .fit-mbl-container {
        padding: 3rem 0rem !important;
    }

    .overlay a {
        font-size: 20px
    }

    .overlay .closebtn {
        font-size: 40px;
        top: 75px;
        right: 35px;
    }

    .mbl-breadcumb {
        justify-items: center;
        margin-bottom: 10px;
    }

    .mbl-comb {
        padding-right: 5rem;
        margin-top: 25px;
    }

    .uniqueMe-story-btn {
        border: 1px solid black;
        background: none;
        padding: 10px 10px;
        font-weight: 500;
        text-decoration: none;
        color: black;
        display: inline-block;
        width: 50%;
        margin: auto;
        margin-bottom: 30px;
    }

    .uniqueMe-story-btn:hover {
        background: #ff99cc;
        color: #000;
        border: 1px solid #ff99cc;
    }

    .dropdown-toggle::after {
        margin-left: 5rem;
    }

    .mbl-title {
        text-align: center;
        margin-top: 2rem;
    }

    .mbl-heading {
        text-align: center !important;
    }
}


/* Laptops */
@media (min-width: 992px) and (max-width: 1199px) {
    .openbtn {
        display: none;
    }

    .desktop-logo {
        display: block;
        margin: auto;
    }
}


/* Desktop and large screens */
@media (min-width: 1200px) {
    .openbtn {
        display: none;
    }

    .desktop-logo {
        display: block;
        margin: auto;
    }

    .mbl-sidepanel {
        display: none;
    }
}



/*Custom CSS*/
.navbar-horizontal {
    margin-bottom: 2rem;
}
.horizontal-menu .navbar-horizontal ul#main-menu-navigation > li > a {
    padding: 0.5rem 1rem;
}
.horizontal-menu-padding .header-navbar .navbar-container {
    justify-content: center;
}

.btn-custom-danger{
    background-color: #fc8585;
}
.btn-custom-danger:hover{
    background-color: #ff5555;
}


/*User Profile Style*/

#profiles {
    padding: 15px 1% 50px;
}

#profiles .headline {
    margin-bottom: 89px;
    text-align: center;
}

#profiles .profiles-grid {
    display: grid;
    gap: 1em;
    grid-template-columns: 1fr;
}

@media (min-width: 768px) {
    #profiles .profiles-grid {
        grid-template-columns: repeat(auto-fit, minmax(calc(50% - 42px), 1fr));
        gap: 42px;
        max-width: 88vw;
        margin-left: auto;
        margin-right: auto;
    }
}

@media (min-width: 1300px) {
    #profiles .profiles-grid {
        max-width: 75vw;
        grid-template-columns: repeat(auto-fit, minmax(calc(50% - 42px), 1fr));
    }
}

#profiles .profile {
    background-color: #ebe7de;
    border-radius: 37px;
    padding: 50px;
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(50%, 1fr));
}

@media (max-width: 479px), (min-width: 768px) and (max-width: 999px) {
    #profiles .profile {
        grid-template-columns: 1fr;
    }
}

@media (min-width: 1440px) {
    #profiles .profile:only-child {
        grid-column: 2;
        margin-left: auto;
        margin-right: auto;
    }
}

#profiles .profile.active {
    border: 5px solid #707070;
}

#profiles .profile input[type=submit]:hover, #profiles .profile input[type=submit]:focus, #profiles .profile input[type=submit]:active {
    background: #E83E8CFF;
    border-color: #E83E8CFF;
}

#profiles .profile .profile-name {
    grid-area: name;
    grid-column: 1/span 1;
    grid-row: 1;
}

#profiles .profile .profile-avatar {
    grid-area: avatar;
    position: relative;
    padding: 1em 0;
    grid-row: 2;
    grid-column: 2;
    text-align: center;
}

@media (max-width: 479px), (min-width: 768px) and (max-width: 999px) {
    #profiles .profile .profile-avatar {
        grid-column: 1/span 2;
        grid-row: 3;
    }
}

#profiles .profile .profile-avatar img {
    max-height: 300px;
    margin-left: auto;
    margin-right: auto;
}

#profiles .profile .profile-avatar form {
    position: absolute;
    bottom: 1em;
    right: 0;
}

#profiles .profile .details {
    grid-area: details;
    list-style: none;
    grid-row: 4;
    padding: 0;
    padding-right: 1em;
    grid-column: 1;
    grid-row: 2;
}

@media (max-width: 479px), (min-width: 768px) and (max-width: 999px) {
    #profiles .profile .details {
        grid-column: 1/span 2;
        grid-row: 4;
    }
}

#profiles .profile .details li {
    white-space: nowrap;
}

#profiles .profile .toggle {
    grid-area: toggle;
    position: relative;
    grid-row: 1;
    z-index: 0;
    display: flex;
    justify-content: flex-end;
    grid-column: 2;
}

/*#profiles .profile .toggle:after {
    content: "";
    display: inline-block;
    width: 40px;
    height: 22px;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: top left;
    background-image: url('data:image/svg+xml;utf8,<svg enable-background="new 0 0 24 24" height="512" viewBox="0 0 24 24" width="512" xmlns="http://www.w3.org/2000/svg"><path fill="%23fff" d="m17 5h-10c-3.859 0-7 3.14-7 7s3.141 7 7 7h10c3.859 0 7-3.14 7-7s-3.141-7-7-7zm-10 11c-2.206 0-4-1.794-4-4s1.794-4 4-4 4 1.794 4 4-1.794 4-4 4z"/></svg>');
    position: absolute;
    z-index: -1;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    transition: background-image 150ms ease-in-out;
}*/
/*#profiles .profile .toggle:hover:after {
    background-image: url('data:image/svg+xml;utf8,<svg enable-background="new 0 0 24 24" height="512" viewBox="0 0 24 24" width="512" xmlns="http://www.w3.org/2000/svg"><path fill="%23C97CA2" d="m17 5h-10c-3.859 0-7 3.14-7 7s3.141 7 7 7h10c3.859 0 7-3.14 7-7s-3.141-7-7-7zm-10 11c-2.206 0-4-1.794-4-4s1.794-4 4-4 4 1.794 4 4-1.794 4-4 4z"/></svg>');
}*/
#profiles .profile .toggle form {
    flex: 0;
    display: flex;
}

#profiles .profile .toggle input[type=submit] {
    border: 0;
    flex: 1;
    padding: 0;
    padding-right: 60px;
}

#profiles .profile .toggle input[type=submit]:hover, #profiles .profile .toggle input[type=submit]:focus, #profiles .profile .toggle input[type=submit]:active {
    background: transparent !important;
    border-color: #000000;
}

/*#profiles .profile .toggle.enabled:after {
    background-image: url('data:image/svg+xml;utf8,<svg enable-background="new 0 0 24 24" height="512" viewBox="0 0 24 24" width="512" xmlns="http://www.w3.org/2000/svg"><path fill="%23F0C1E9" d="m0 12c0 3.86 3.141 7 7 7h10c3.859 0 7-3.14 7-7s-3.141-7-7-7h-10c-3.859 0-7 3.14-7 7zm13 0c0-2.206 1.794-4 4-4s4 1.794 4 4-1.794 4-4 4-4-1.794-4-4z"/></svg>');
}
#profiles .profile .toggle.enabled:hover:after {
    background-image: url('data:image/svg+xml;utf8,<svg enable-background="new 0 0 24 24" height="512" viewBox="0 0 24 24" width="512" xmlns="http://www.w3.org/2000/svg"><path fill="%23C97CA2" d="m0 12c0 3.86 3.141 7 7 7h10c3.859 0 7-3.14 7-7s-3.141-7-7-7h-10c-3.859 0-7 3.14-7 7zm13 0c0-2.206 1.794-4 4-4s4 1.794 4 4-1.794 4-4 4-4-1.794-4-4z"/></svg>');
}*/
#profiles .profile .actions {
    grid-area: actions;
    grid-row: 5;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 25px;
    margin-top: auto;
    grid-row: 3;
    grid-column: 1/span 2;
}

@media (max-width: 479px), (min-width: 768px) and (max-width: 999px) {
    #profiles .profile .actions {
        grid-row: 5;
        grid-template-columns: 1fr;
    }
}

#profiles .profile .actions input[type=submit] {
    width: 100%;
}


.change-avatar-radio-input {
    display: none;
}

.change-avatar-label {
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    border: 2px solid transparent;
    padding: 5px;
    border-radius: 10px;
    transition: border-color 0.3s ease-in-out;
    width: 100%; /* Full width */
    position: relative;
    margin-bottom: 0px;
    cursor: pointer;
}

.change-avatar-label img {
    max-width: 100%;
    height: 400px;
    display: block;
    border-radius: 10px;
}

/* Text overlay for the first block */
.change-avatar-span {
    font-size: 14px;
    font-weight: bold;
    color: black;
    padding: 71% 10px;
    border-radius: 5px;
}

/* Highlight selection */
.change-avatar-radio-input:checked + .change-avatar-label {
    border-color: #ff66cc1a;
    background-color: #ff66cc1a;
}

.panel-active {
    background-color: #f8c5e0 !important;
}
.more-products-btn:hover {
    background-color: #c97ca2 !important;
}
.required {
    color: red;
}
.success-session {
    color: #389838;
}

.product-link {
    text-decoration: none;
    color: black;
}


/*How it works, Story, Privacy page styl Start */

.extra-header-text {
    font-size: 1rem;
    font-weight: 500;
    letter-spacing: 3px;
    text-transform: uppercase;
}

.extra-para-text {
    font-size: 0.9rem;
}

.extra-orange-circle {
    display: block;
    width: 8px;
    height: 8px;
    color: #e78200;
    margin: 0 auto;
}

@media (min-width: 992px) {
    .desk-padding {
        padding: 0 5rem;
    }
}

/*How it works, Story, Privacy page style End */

/*Product Details Page Start */

#avatar {
    width: 200px;
    height: 400px;
}
/*Product Details Page End */


/*Mobile Menu Bar - Header Page Start*/

.mbl-menu{
    margin: 0rem 3rem 0rem 3rem !important;
}
.mbl-menu-text{
    color: #fff !important;
    border-bottom: 0 !important;
    padding: 0 !important;
}
/*Mobile Menu Bar - Header Page End*/

/*SideBar Page Start*/

 .accordion {
     /* width: 400px; */
     margin: 20px auto;
     border-radius: 8px;
     overflow: hidden;
 }

.accordion-item {
    background: #ebe7de;
    margin-bottom: 2rem;
    border: none;
}

.accordion-header {
    background: #ebe7de;
    cursor: pointer;
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 250px;
    border-bottom: 1px solid #000;
    margin: 0 auto;
    text-align: center;
}

.accordion-content {
    display: none;
    padding: 10px 0;
    width: 250px;
    margin: 0 auto;
    text-align: left;
}

.accordion-content input[type="checkbox"] {
    margin-right: 5px;
}

.accordion-item.active .accordion-content {
    display: block;
}
/*SideBar Page End*/
