@font-face {
    font-display: swap;
    font-family: 'Sofia Sans';
    font-style: normal;
    font-weight: 300;
    src: url('../fonts/sofia-sans-v19-latin-300.woff2') format('woff2'),
    url('../fonts/sofia-sans-v19-latin-300.ttf') format('truetype');
}

@font-face {
    font-display: swap;
    font-family: 'Sofia Sans';
    font-style: normal;
    font-weight: 400;
    src: url('../fonts/sofia-sans-v19-latin-regular.woff2') format('woff2'),
    url('../fonts/sofia-sans-v19-latin-regular.ttf') format('truetype');
}

@font-face {
    font-display: swap;
    font-family: 'Sofia Sans';
    font-style: normal;
    font-weight: 500;
    src: url('../fonts/sofia-sans-v19-latin-500.woff2') format('woff2'),
    url('../fonts/sofia-sans-v19-latin-500.ttf') format('truetype');
}

@font-face {
    font-display: swap;
    font-family: 'Sofia Sans';
    font-style: normal;
    font-weight: 700;
    src: url('../fonts/sofia-sans-v19-latin-700.woff2') format('woff2'),
    url('../fonts/sofia-sans-v19-latin-700.ttf') format('truetype');
}

@font-face {
    font-display: swap;
    font-family: 'Sofia Sans';
    font-style: normal;
    font-weight: 800;
    src: url('../fonts/sofia-sans-v19-latin-800.woff2') format('woff2'),
    url('../fonts/sofia-sans-v19-latin-800.ttf') format('truetype');
}

@font-face {
    font-display: swap;
    font-family: 'Instrument Sans';
    font-style: normal;
    font-weight: 400;
    src: url('../fonts/instrument-sans-v3-latin-regular.woff2') format('woff2'),
    url('../fonts/instrument-sans-v3-latin-regular.ttf') format('truetype');
}

@font-face {
    font-display: swap;
    font-family: 'Instrument Sans';
    font-style: normal;
    font-weight: 500;
    src: url('../fonts/instrument-sans-v3-latin-500.woff2') format('woff2'),
    url('../fonts/instrument-sans-v3-latin-500.ttf') format('truetype');
}

@font-face {
    font-display: swap;
    font-family: 'Instrument Sans';
    font-style: normal;
    font-weight: 600;
    src: url('../fonts/instrument-sans-v3-latin-600.woff2') format('woff2'),
    url('../fonts/instrument-sans-v3-latin-600.ttf') format('truetype');
}

@font-face {
    font-display: swap;
    font-family: 'Instrument Sans';
    font-style: normal;
    font-weight: 700;
    src: url('../fonts/instrument-sans-v3-latin-700.woff2') format('woff2'),
    url('../fonts/instrument-sans-v3-latin-700.ttf') format('truetype');
}

* {
    padding: 0;
    margin: 0;
    box-sizing: border-box;
}

body {
    font-family: "Poppins", sans-serif;
    color: #000;
    font-weight: 400;
    font-size: 14px;
}

:root {
    --primary: #603267;
    --secondary: #303030;
    --body-txt: #A8A8A8;
    --title: #ADADAD;
    --sub-tatle: #202020;
}

/* =============================================== Start Header  ===============================================  */
.top_bar {
    background-color: var(--primary);
    font-size: 14px;
}

.top_bar h6 {
    font-size: 14px;
    color: #fff;
    text-align: center;
    margin: 0;
}

.topheader_txt {
    font-size: 14px;
    font-weight: 600;
}

.search_bar {
    background: #FDF6FE;
    border-radius: 30px;
    border: none !important;
}

.search_bar::placeholder {
    color: var(--primary);
    font-size: 14px;
}

.search_bar:focus {
    box-shadow: none;
}

.search_icon {
    right: 20px;
}

.nav_icons .icon_btnn {
    background: none;
    border: none;
    font-size: 20px;
    color: var(--primary);
    position: relative;
}

.nav_icons .cart_icon {
    background-color: #FDF6FE;
    border-radius: 50%;
    width: 40px;
    height: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
}

.nav_icons .cart_badge {
    position: absolute;
    top: 8%;
    right: 8%;
    background-color: #DB4A4A;
    color: white;
    font-size: 10px;
    width: 16px;
    height: 16px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    transform: translate(50%, -50%);
}


.main_nav .nav-item {
    padding: 0 10px;
}

.main_nav .nav_link {
    font-size: 16px;
    font-weight: 500;
    padding: 0 20px;
    color: var(--primary);
}

.dropdown-toggle::after {
    display: none;
}

.shop_button {
    background-color: var(--primary);
    color: #fff;
    border: none;
    border-radius: 25px;
    font-weight: 500;
    width: 203px;
    height: 44px;
    font-size: 14px;
    padding-left: 15px;
}

.dropdown-menu {
    border-radius: 10px;
    border: none;
    box-shadow: 0px 4px 12px rgba(0, 0, 0, 0.1);
}

.dropdown-menu .dropdown-item {
    font-size: 14px;
    color: var(--primary);
}

.dropdown-menu .dropdown-item:hover {
    background-color: #FDF6FE;
    color: var(--secondary);
}

.hr {
    color: #cbcbcb;
}

.menu_icon {
    color: var(--primary);
}

.navbar-collapse.collapsing {
    overflow: hidden !important
}

.navbar-toggler:focus {
    box-shadow: none !important;
}
.main_header {
    position: sticky;
    top: 0;
    z-index: 2;
    background: #fff;
    /*box-shadow: 0 2px 6px rgba(0,0,0,0.1);*/
}
.main_header.fixed {
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 2;
    background: #fff;
    box-shadow: 0 2px 6px rgba(0,0,0,0.1);
}
.dropdown {
    position: relative;
    display: inline-block;
}

.dropdown_menu {
    display: none;
    position: absolute;
    top: 40px;
    left: -40px;
    background: #fff;
    border-radius: 10px;
    box-shadow: 0 2px 8px rgba(0,0,0,0.15);
    z-index: 999;
    min-width: 110px;
    text-align: center;
}
.border_buttom{
    border: 1px solid #eee;
}
.dropdown_menu.show {
    display: block;
}

.dropdown_menu a {
    display: block;
    padding: 8px 0;
    color: var(--primary);
    text-decoration: none;
    font-weight: 600;

}

.dropdown_menu a.logout {
    color: #DB4A4A;
}

/* =============================================== End Header  ===============================================  */
/* =============================================== Start Banner  ===============================================  */

.carousel-item img {
    width: 100%;
}

.carousel-caption {
    top: 0 !important;
    bottom: 0 !important;
    left: 6% !important;
    color: #fff;
    align-content: center;
}

.carousel-caption h1 {
    font-family: "Dancing Script", cursive;
    font-weight: 700;
    font-size: 48px;
    color: var(--primary);
}

.carousel-caption p {
    font-weight: 400;
    font-size: 18px;
    width: 40%;
    padding-bottom: 20px;
    color: var(--primary);
}

.carousel-caption a {
    border: 1px solid #FFFFFF;
    font-weight: 500;
    font-size: 16px;
    padding: 15px 20px;
}

.carousel-indicators [data-bs-target] {
    background-color: #fff !important;
}

/* =============================================== End Banner  ===============================================  */
/* =============================================== Start Home  ===============================================  */
.carousel-caption a {
    border: 1px solid #603267;
    font-weight: 500;
    font-size: 16px;
    border-radius: 30px;
    padding: 10px 30px;
    color: var(--primary);
    text-decoration: none;
    transition: .3s;
    text-align: center;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

.categories {
    text-align: center;
    padding: 25px 0;
}

.categories h4 {
    font-size: 20px;
    font-weight: 600;
    color: var(--primary);
}

.categories_slider {
    max-width: 1200px;
    margin: auto;
    padding: 0 15px;
}

.categories_item {
    position: relative;
    border-radius: 8px;
    overflow: hidden;
}

.categories_item img {
    width: 100%;
    height: auto;
    display: block;
    transition: transform 0.3s ease;
}

.categories_item:hover img {
    transform: scale(1.05);
}

.categories_overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    padding: 20px;
    background: linear-gradient(180deg, rgba(255, 255, 255, 0) 40%, #603267 100%);
    display: flex;
    align-items: flex-end;
    justify-content: center;
}

.categories_overlay p {
    margin: 0;
    font-size: 17px;
    font-weight: 400;
    color: #fff;
    text-align: center;
    width: 70%;
}

.owl-nav button {
    position: absolute;
    top: 40%;
    background: rgba(128, 0, 64, 0.7);
    color: #fff !important;
    border: none;
    padding: 10px 15px;
    border-radius: 50%;
    cursor: pointer;
}

.owl-nav .owl-prev {
    left: -15px;
}

.owl-nav .owl-next {
    right: -15px;
}

.owl-dots .owl-dot span {
    background: #800040 !important;
}

.bestselling_slider {
    margin: auto;
}

.bestselling_item {
    border-radius: 8px;
    background: #fff;
    transition: 0.3s;
}

.bestselling_image {
    position: relative;
    overflow: hidden;
}

.bestselling_image img {
    width: 100%;
    display: block;
}

.tag {
    position: absolute;
    left: -38px;
    top: 40px;
    background: var(--primary);
    color: #fff;
    padding: 5px 12px;
    font-size: 14px;
    transform: rotate(-90deg);
}

.wishlist {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    transition: .3s;
    padding: 0 2px;
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0;
}

.wishlist .wish {
    background: var(--primary);
    width: 40px;
    height: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    margin: 0 2px;
}

.wish img {
    cursor: pointer;
    opacity: 1;
    width: 20px;
    height: 20px;
}

.add_cart {
    display: block;
    text-align: center;
    padding: 10px;
    background: var(--primary);
    color: #fff;
    text-decoration: none;
    font-size: 14px;
    font-weight: 500;
    opacity: 0;
    transition: .3s;
    position: absolute;
    bottom: 3%;
    right: 5%;
    width: 90%;
}

.bestselling_item:hover .wishlist {
    opacity: 1;
}

.bestselling_content {
    padding: 12px 0;
}

.bestselling_content h4 {
    margin: 0;
    font-size: 16px;
    font-weight: 400;
    color: #000;
}

.discount {
    color: #fff;
    font-weight: 400;
    float: right;
    font-size: 12px;
    position: absolute;
    left: -40px;
    top: -12px;
    padding-bottom: 4px;
    background-color: #D02F44;
    transform: rotate(305deg);
    z-index: 1;
    width: 94px;
    height: 46px;
    text-align: center;
    align-items: end;
    display: flex;
    justify-content: center;
}

.bestselling_content p {
    font-size: 14px;
    color: #666;
    display: flex;
    align-items: center;
    margin-bottom: 0;
}

.bestselling_content h5 {
    position: relative;
    font-size: 16px;
    font-weight: 400;
    padding-left: 5px;
    margin-bottom: 0;
}

.bestselling_content h5::before {
    content: "";
    position: absolute;
    height: 15px;
    width: 2.5px;
    top: 5%;
    left: 0;
    bottom: 0;
    right: 0;
    background-color: #7F2A53;
}

.rating {
    font-size: 16px;
    color: #000;
    margin: 6px 0;
}

.rating i {
    color: #0F9F07;
}

.rating span {
    color: #333;
}

.price {
    font-size: 16px;
    font-weight: 500;
    color: var(--secondary);
}

.old_price {
    text-decoration: line-through;
    color: var(--body-txt);
    margin-left: 8px;
    font-size: 14px;
    font-weight: 400;
}

.sizes {
    margin-top: 10px;
    background-color: #7F2A530F;
    border-radius: 6px;
    transition: .3s;
    padding: 5px;
    display: flex;
    flex-wrap: wrap;
    column-gap: 15px;
}

.sizes span {
    margin: 3px;
    border-radius: 4px;
    font-size: 12px;
    cursor: pointer;
    color: var(--primary);
    width: 16px;
    text-align: center;
}

.view_all a {
    border: 1px solid #603267;
    border-radius: 8px;
    color: #603267 !important;
    padding: 10px 80px;
    text-align: center;
    font-size: 16px;
    font-weight: 500;
}

.fabrics_items span {
    font-size: 16px;
    font-weight: 500;
    color: #000;
}

.fabrics_items p {
    font-size: 14px;
    font-weight: 400;
    color: #000;
}

.view_all_btn {
    background-color: var(--primary);
    display: flex;
    align-items: center;
    border-radius: 9px;
    padding: 6px 5px 6px 25px;
    height: 47px;
    cursor: pointer;
    text-decoration: none;
    transition: .3s;
}

.view_all_btn p, .contact_btn p {
    margin: 0;
    color: #fff;
    font-weight: 500;
    font-size: 16px;
    margin-right: 20px;
    text-decoration: none;
}

.home-banner-button {
    width: 40px;
    height: 40px;
    background-color: #fff;
    border-radius: 8px;
}

.home-banner-button img {
    display: block;
    margin: 13px auto 0 auto;
}

/* =============================================== End Home Page ===============================================  */
/* =============================================== Start Category Details Page ===============================================  */
.product_detail {
    display: flex;
    gap: 40px;
    margin: auto;
    flex-wrap: wrap;
}

.product_images {
    display: flex;
    gap: 15px;
    flex: 1;
    min-width: 300px;
}

.image_thumbnails {
    display: flex;
    flex-direction: column;
    gap: 15px;
    max-height: 710px;
    overflow-y: auto;
    overflow-x: hidden;
    padding-right: 5px;
}

.image_thumbnails::-webkit-scrollbar {
    width: 0;
}

.image_thumbnails img {
    width: 92px;
    height: 167px;
    object-fit: cover;
    cursor: pointer;
    transition: border 0.3s ease;
}

.main_image {
    flex: 1;
    text-align: center;
}

.product_info {
    flex: 1;
    min-width: 300px;
}

.product_title {
    font-size: 24px;
    font-weight: 500;
    margin-bottom: 10px;
    color: #603267;
}

.product_desc {
    font-size: 16px;
    font-weight: 400;
    margin-bottom: 10px;
    color: #000;
}

.product_ratine i {
    color: #603267;
    font-size: 16px;
}

.product_ratine span {
    color: #603267;
    font-size: 16px;
    font-weight: 400;
    padding-left: 20px;
}

.product_price {
    font-size: 18px;
    font-weight: 500;
    margin-bottom: 10px;
    color: #603267;
}

.size_chart span {
    font-size: 16px;
    font-weight: 400;
    color: #000;
    padding-left: 10px;
    text-decoration: underline;
}

.size-title {
    font-size: 16px;
    font-weight: 500;
    color: #5b2a6b;
}

.size-buttons {
    display: flex;
    flex-wrap: wrap;
    gap: 14px;
}

.size-btn {
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #8a7295;
    background: #f9f6fb;
    color: #8a7295;
    font-weight: 400;
    font-size: 14px;
    cursor: pointer;
    transition: all 0.2s ease-in-out;
}

.size-btn.active {
    background: #5b2a6b;
    color: white;
    border-color: #5b2a6b;
}

.size-btn:hover {
    transform: translateY(-2px);
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
}

.size-btn.disabled {
    background: #f2f2f2;
    color: #c4c4c4;
    border-color: #ddd;
    cursor: not-allowed;
    position: relative;
}


.option_group {
    margin-bottom: 20px;
}

.option_group span {
    display: inline-block;
    font-weight: 400;
    font-size: 16px;
}

.color_options button {
    width: 32px;
    height: 32px;
    border: none;
    cursor: pointer;
}

.omnis {
    font-size: 16px;
    color: #A1A1A0;
    font-weight: 300;
    border-top: 1px solid #D9D9D9;
    padding-top: 10px;
}

.add_cart_section {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 20px;
    flex-wrap: wrap;
}

.quantity_box {
    width: 110px;
    height: 38px;
    display: flex;
    justify-content: space-between;
    border-top: 1px solid #603267;
    border-bottom: 1px solid #603267;
    border-right: none;
    border-left: none;
}

.quantity_box button {
    border-right: 1px solid #603267;
    border-left: 1px solid #603267;
    border-top: none;
    border-bottom: none;
    padding: 8px 13.4px;
    cursor: pointer;
    background: transparent !important;
}
.quantity_box input[type=number]::-webkit-inner-spin-button,
.quantity_box input[type=number]::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0;
}
.quantity_box input[type=number] {
    -moz-appearance: textfield;
}
.quantity_box input {
    width: 40px;
    text-align: center;
    border: none;
}

.btn_add_cart {
    width: 176px;
    height: 38px;
    border: 1px solid #603267;
    background-color: #603267;
    color: #fff;
    font-size: 16px;
    font-weight: 400;
}

.btn_buy_now {
    width: 176px;
    height: 38px;
    border: 1px solid #603267;
    background-color: #603267;
    color: #fff;
    font-size: 16px;
    font-weight: 400;
    text-decoration: none !important;
    text-align: center;
    align-content: center;
}

.cart_heart {
    width: 52px;
    height: 38px;
    border: 1px solid #603267;
    background-color: #603267;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
}

.delivery {
    box-shadow: 0px 1px 3px 1px #6E1D1C17;
    padding: 20px;
}

.delivery span {
    color: #603267;
    font-size: 16px;
    font-weight: 400;
    padding-left: 10px;
}

.delivery p {
    color: #000;
    font-size: 14px;
    font-weight: 400;
    margin-bottom: 0;
}

.product_care p {
    color: #603267;
    font-size: 14px;
    font-weight: 400;
    margin-bottom: 0;
    margin-top: 10px;
}

.accordion-button:not(.collapsed) {
    background-color: transparent !important;
}

.accordion-button:focus {
    box-shadow: none !important;
}

.review-section {
    margin: 20px 0 0 0;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.left-side {
    width: 30%;
    border-right: 1px solid #f0f0f0;
    padding-right: 20px;
}

.stars i {
    color: #5c2a6c;
    font-size: 20px;
}

.left-side h5 {
    margin: 10px 0;
    font-size: 18px;
    font-weight: 600;
}

.left-side p {
    color: #666;
    margin: 10px 0;
}

.left-side .btn {
    background: #5c2a6c;
    color: #fff;
    border-radius: 5px;
    padding: 8px 20px;
}

.right-side {
    width: 70%;
    padding-left: 20px;
}

.progress-bar {
    background-color: #5c2a6c !important;
}

.rating-row {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 8px;
}

.rating-row i {
    color: #5c2a6c;
    margin-right: 2px;
}

.progress {
    border-radius: 0 !important;
}

.review-container {
    margin: 0 0 20px 0;
    border: 1px solid #f0f0f0;
    border-radius: 8px;
    padding: 20px;
}

.review-list {
    border-right: 1px solid #f0f0f0;
    padding-right: 20px;
}

.review-item {
    padding: 15px 0;
    border-bottom: 1px solid #f0f0f0;
}

.review-item:last-child {
    border-bottom: none;
}

.review-name {
    font-weight: 600;
    font-size: 18px;
    color: #4a2c5c;
}

.review-text {
    font-size: 14px;
    color: #666;
    margin: 8px 0;
}

.stars i {
    color: #ffcc00;
    font-size: 16px;
}

.review-heading {
    font-weight: 600;
    font-size: 16px;
    color: #4a2c5c;
    margin-bottom: 10px;
}

.review-form {
    padding-left: 20px;
}

.star-input i {
    font-size: 24px;
    color: #ddd;
    cursor: pointer;
    transition: color 0.3s ease;
}

.star-input i.selected{
    color: #ffcc00;
}

.form-control {
    border: 1px solid #ddd;
    border-radius: 6px;
    font-size: 14px;
    color: #616161 !important;
}

.submit-btn {
    background-color: #5c2a6c;
    color: #fff;
    border-radius: 6px;
    padding: 8px 20px;
    font-size: 14px;
    border: none;
    transition: background 0.3s ease;
}

.submit-btn:hover {
    background-color: #4a2257;
}

.main_image img {
    width: 100%;
    height: auto;
    object-fit: cover;
}

.thumb_img {
    border: 2px solid transparent;
}

.thumb_img.active {
    border-color: #6a0dad;
}

.accordion-button {
    font-size: 22px !important;
    background-color: #f0f0f0;
    color: #000 !important;
    font-weight: 500;
}

.accordion-button:focus {
    box-shadow: none !important;
}

.accordion-button:not(.collapsed) {
    background-color: #f0f0f0 !important;
}

.accordion-item:first-of-type > .accordion-header .accordion-button {
    border-radius: 0 !important;
}

.cart-item img {
    width: 130px;
    height: 235px;
    object-fit: cover;
}

.discount_detail {
    color: red;
    font-size: 15px;
    font-weight: 500;
}

.checkout {
    background-color: var(--primary);
    color: #fff;
    font-weight: 600;
    padding: 10px;
    border: none;
    text-decoration: none;
    text-align: center;
}
.checkout a{
    color: #fff;
    text-decoration: none;
}
.offcanvas.offcanvas-end {
    width: 450px !important;
}

.color-swatch {
    width: 18px;
    height: 18px;
    /*border-radius: 50%;*/
    border: 2px solid #000;
    /*cursor: default;*/
    /*background-color: var(--primary);*/

}
.color-title span{
    color: var(--primary);
}
.color-swatch.active {
    border: 2px solid #000;
}
/* =============================================== End Category Details Page ===============================================  */
/* =============================================== Start Login Page  ===============================================  */
.collection_banner_content {
    position: absolute;
    right: 0;
    top: 20%;
    left: 3%;
    padding: 0;
    color: var(--bs-carousel-caption-color);
    text-align: center;
}

.collection_banner_content h2 {
    color: #fff;
    font-size: 38px;
    font-weight: 600;
    margin: 0;
}

.collection_banner_content p {
    color: #fff;
    font-size: 16px;
    font-weight: 400;
}

/*.login-container {*/
/*    min-height: 100vh;*/
/*    display: flex;*/
/*    align-items: center;*/
/*    justify-content: center;*/
/*}*/

.card {
    border: none;
    border-radius: 20px;
    overflow: hidden;
    height: 100%;
}

.card-body {
    padding: 2rem 3rem;
}

.brand-logo {
    font-size: 1.5rem;
    font-weight: 600;
    color: #72286e;
}

.form_label {
    margin-bottom: 0 !important;
    position: absolute;
    left: 5%;
    top: -18%;
    background-color: #fff;
    padding: 0 6px;
}
.form-label{
    color: #898989;
}
.form-control {
    padding: 14px 12px !important;
}

.btn-login {
    background-color: #72286e !important;
    color: #fff !important;
    border-radius: 8px;
    padding: 10px;
    font-weight: 500;
}
.social-btn {
    border: 1px solid #ccc;
    border-radius: 8px;
    padding: 10px;
    width: 100%;
}

.side-image {
    width: 80%;
    margin-top: 35px;
}

.remember-forgot {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.remember-forgot a {
    color: #e67b7b;
    font-size: 0.9rem;
    text-decoration: none;
}

.social-btn {
    border: 1px solid #72286e;
    border-radius: 8px;
    padding: 10px;
    width: 150px;
    height: 50px;
    background-color: #fff;
    font-weight: 500;
    color: #333;
    transition: all 0.3s ease;
}

.social-btn:hover {
    background-color: #f7f0f7;
    border-color: #5d2059;
}

.toggle-password {
    position: absolute;
    top: 16px;
    right: 12px;
    opacity: 0.6;
}
.collection_banner img {
    border-radius: 20px;
}

.back-link {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    font-size: 16px;
    color: #333;
    text-decoration: none;
    font-weight: 500;
    transition: color 0.2s ease;
    margin-bottom: 15px;
}
.back-link:hover {
    color: #72286e;
    text-decoration: underline;
}

.back-link i {
    font-size: 18px;
}

/* =============================================== End Login Page  ===============================================  */
/* =============================================== Start About Us Page  ===============================================  */

.legal_title {
    color: #000;
    font-weight: 600;
    font-size: 18px;
    margin: 5px;
}

.banner {
    height: 277px;
    background-color: #F5F5F5;
    border-radius: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    margin: 20px 0;
}

.banner h2 {
    font-size: 60px;
    font-weight: 800;
    color: var(--primary);
}

.banner div span {
    color: var(--primary);
    font-weight: 400;
}

/* =============================================== End About Us Page  ===============================================  */

/* =============================================== Start Wishlist Empty Page ===============================================  */

.wishlist_empty {
    text-align: center;
}

.wishlist_empty h3 {
    font-size: 24px;
    font-weight: 400;
}

/* =============================================== End Wishlist Empty Page ===============================================  */
/* =============================================== Start shopping Page ===============================================  */
.start_shopping {
    height: 47px;
    width: 200px;
    border: 1px solid var(--primary);
    display: flex;
    align-items: center;
    justify-content: center;
    margin: auto;
}

.start_shopping a {
    color: #000;
    text-decoration: none;
}

/* =============================================== End shopping Page ===============================================  */

/* =============================================== Start Contact Page ===============================================  */
.contact_container {
    margin: 0 auto;
    padding: 0 20px;
}

.contact_title {
    font-size: 20px;
    font-weight: 700;
    margin-bottom: 10px;
}

.contact_input {
    margin-bottom: 15px;
    border-radius: 8px;
    border: 1px solid #ddd;
    padding: 12px;
    font-size: 15px;
}

.contact_input:focus {
    border-color: #5e2c82;
    box-shadow: 0 0 0 2px rgba(94, 44, 130, 0.2);
}

.contact_checkbox {
    margin-top: -10px;
    margin-bottom: 15px;
}

.contact_flex {
    display: flex;
    gap: 10px;
}

.contact_icon_input {
    position: relative;
}

.contact_icon_input input {
    padding-right: 35px;
}

.contact_icon_input i {
    position: absolute;
    right: 12px;
    top: 50%;
    transform: translateY(-50%);
    color: #777;
}

.contact_link {
    float: right;
    font-size: 14px;
    font-weight: 500;
    color: #5e2c82;
    text-decoration: none;
}

.contact_link:hover {
    text-decoration: underline;
}

.contact-group input:focus,
.contact-group textarea:focus {
    border-color: #5e3370;
}

.contact {
    max-width: 900px;
    margin: 30px auto;
    padding: 20px;
    border: 1px solid var(--primary);
    font-family: 'Poppins', sans-serif;
}

.contact-form {
    width: 100%;
}

.contact-row {
    display: flex;
    gap: 20px;
    flex-wrap: wrap;
}

.contact-group {
    flex: 1;
    margin-bottom: 20px;
}

.contact-group input,
.contact-group textarea {
    width: 100%;
    border: none;
    border-bottom: 1px solid #8e44ad;
    padding: 8px 4px;
    font-size: 14px;
    outline: none;
    resize: none;
}

.contact-group input:focus,
.contact-group textarea:focus {
    border-color: #5e3370;
}

.contact-form {
    width: 100%;
}

.contact-row {
    display: flex;
    gap: 20px;
    flex-wrap: wrap;
}

.contact-group {
    flex: 1;
    min-width: 250px;
    margin-bottom: 20px;
}

.contact-group input,
.contact-group textarea {
    width: 100%;
    border: none;
    border-bottom: 1px solid #8e44ad;
    padding: 10px 6px;
    font-size: 14px;
    outline: none;
    resize: none;
    box-sizing: border-box;
}

.contact-group input:focus,
.contact-group textarea:focus {
    border-color: #5e3370;
}

.contact-btn {
    border: 1px solid #8e44ad;
    background: #5e3370;
    color: #fff;
    padding: 12px 25px;
    cursor: pointer;
    font-size: 16px;
    transition: 0.3s;
    width: 150px;
    height: 47px;
    display: block;
    border-radius: 4px;
    align-items: center;
}

.contact-form {
    width: 100%;
}

.contact-group {
    flex: 1;
    position: relative;
    margin-bottom: 20px;
    display: flex;
    gap: 20px;
    flex-wrap: wrap;
}

.contact-group {
    flex: 1;
    margin-bottom: 20px;
}

.contact-group input,
.contact-group textarea {
    width: 100%;
    padding: 14px;
    font-size: 14px;
    border: 1px solid #79747E;
    border-radius: 5px;
    outline: none;
    transition: 0.3s;
}

.contact-group label {
    position: absolute;
    top: -10px;
    left: 12px;
    background: #fff;
    padding: 0 6px;
    font-size: 13px;
    color: #333;
}


/* =============================================== End Contact Page ===============================================  */
/* =============================================== Start Payment Page ===============================================  */
.payment_container {
    max-width: 650px;
    margin: 20px auto;
    padding: 20px;
}

.payment_title {
    font-size: 18px;
    font-weight: 700;
    margin-bottom: 10px;
}

.payment_input {
    margin-bottom: 15px;
    border-radius: 8px;
    border: 1px solid #ddd;
    padding: 12px;
    font-size: 15px;
}

.payment_box {
    border: 1px solid #ddd;
    border-radius: 8px;
    margin-bottom: 12px;
    overflow: hidden;
    transition: all 0.3s ease-in-out;
}

.payment_option {
    display: flex;
    align-items: center;
    padding: 12px;
    cursor: pointer;
}

.payment_option input[type="radio"] {
    margin-right: 8px;
}

.payment_icons img {
    height: 20px;
    margin-left: 6px;
}

.payment_details {
    display: none;
    padding: 15px;
    font-size: 14px;
    background: #fafafa;
    border-top: 1px solid #eee;
}

.payment_box.active .payment_details {
    display: block;
}

.payment_btn {
    width: 100%;
    background: #5e2c82;
    color: #fff;
    border-radius: 8px;
    padding: 12px;
    border: none;
    font-size: 16px;
    font-weight: bold;
    margin-top: 20px;
}

.payment_btn:hover {
    background: #4a2167;
}

/* =============================================== End Payment Page ===============================================  */
/* =============================================== Start Footer  ===============================================  */
.footer {
    background: #6c3c74;
    color: #fff;
    padding: 50px 0 70px 0;
}

.footer_col {
    margin-top: 0 !important;
}

.footer_title {
    font-size: 20px;
    font-weight: 500;
}

.footer_text {
    font-size: 16px;
    font-weight: 300;
    color: #fff;
    display: flex;
    align-items: start;
    gap: 10px
}

.footer a:hover {
    color: #ddd;
}

.footer_ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.footer_ul li {
    margin-bottom: 8px;
}

.footer_ul li a {
    color: #fff !important;
    text-decoration: none;
}

.footer_social a {
    font-size: 20px;
    color: #fff !important;
    text-decoration: none;
    font-weight: 400;
}

.footer_social a:hover {
    color: #ddd;
}

.footer_bottom {
    text-align: center;
    font-size: 13px;
    background-color: #4E2954;
    padding: 10px 0;
    color: #fff;
}

.footer_image img {
    position: absolute;
    top: 18%;
    left: 0;
    right: 0;
    bottom: 0;
    opacity: 7%;
    margin: auto;
    z-index: 0;
}

.footer_row {
    z-index: 1;
}
.scrollTopBtn {
    background-color: #ffffff;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    display: none; /* hidden by default */
    justify-content: center;
    align-items: center;
    position: fixed;
    bottom: 2%;
    right: 1.5%;
    z-index: 1000;
    padding: 10px;
    border: 1px solid var(--primary);
    cursor: pointer;
    transition: opacity 0.3s ease-in-out;
}

.whatsappBtn {
    position: fixed;
    bottom: 3%;   /* default bottom jyare scrollTopBtn nathi */
    right: 1.5%;
    background-color: #fff;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 999;
    cursor: pointer;
    border: 2px solid #25D366;
    transition: all 0.3s ease;
    text-decoration: none;
}

.whatsappBtn i {
    color: #25D366;
    font-size: 24px;
}

/* =============================================== End Footer  ===============================================  */
.shipping_section {
    border: 1px solid #ddd;
    padding: 10px 20px;
}

.shipping_item {
    display: flex;
    align-items: center;
    gap: 12px;
    padding: 15px;
}

.shipping_icon {
    font-size: 28px;
    color: #5a2d82;
}

.shipping_content h5 {
    margin: 0;
    font-size: 16px;
    font-weight: 600;
    color: #5a2d82;
}

.shipping_content p {
    margin: 0;
    font-size: 14px;
    color: #555;
}

.shipping_content p {
    margin: 0;
    font-size: 14px;
    color: #6c3c74;
}
/* =============================================== End Footer  ===============================================  */

/* =============13-9=============  */
.profile{
    border-top: 1px solid #E8E8E8;
}
.account_sidebar {
    background: #fff;
    /*padding: 0 20px;*/
    border-right: 1px solid #eee;
    border-left: 1px solid #eee;
    border-bottom: 1px solid #eee;
    min-height: 100%;
}
.myacount{
    padding: 10px;
    margin-bottom: 10px;
    border-bottom: 1px solid #E8E8E8
}
.myacountt h5{
    font-size: 28px;
    font-weight: 500;
    color: #000;
}
    .myacountt   p{
    font-size: 14px;
    font-weight: 400;
    color: #898989;
}
.account_sidebar h5 {
    font-weight: 600;
    margin-bottom: 4px;
    color: var(--primary);
}

.account_sidebar p {
    font-size: 14px;
    font-weight: 300;
    color: #898989;
    margin: 0;
}

.account_menu .nav-link {
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 12px 15px;
    border-radius: 8px;
    color: #333;
    background: #fafafa;
    transition: all 0.3s ease;
    font-weight: 500;
    margin: 5px 20px;

}

.account_menu .nav-link.active {
    background: var(--primary);
    color: #fff;
    margin: 0 20px;
}

.account_menu .nav-link:hover {
    background: var(--primary);
    color: #fff;
}

.account_menu .logout {
    color: #DB4A4A !important;
    background: #fafafa !important;
}

.account_menu .logout:hover {
    background: #DB4A4A !important;
    color: #fff !important;
}

.account_content h3 {
    font-weight: 600;
}

.account_content p {
    color: #666;
    font-size: 14px;
    margin-bottom: 20px;
}

.card-custom {
    border: 1px solid #eee;
    border-radius: 12px;
    padding: 10px 8px;
}

.btn-save {
    background: var(--primary);
    color: #fff;
    border-radius: 8px;
    padding: 10px 25px;
    font-weight: 500;
}

.btn-save:hover {
    background: var(--primary);
    color: #fff;
}
.order-status span {
    font-size: 13px;
    font-weight: 500;
    padding: 8px 10px;
    border-radius: 6px;
    margin: 10px 8px;
}
.order-delivered {
    background: #d6ebde;
    color: #0F9F07;
}
.order-cancel {
    background: #facfcb;
    color: #DB4A4A;
}
.order-return {
    background: #f3e8bb;
    color: #EBC81A;
}
.select_gender {
    height: 51px;
    color: #898989;
}
.upload-box {
    border: 1px dashed #ccc;
    border-radius: 10px;
    height: 150px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    cursor: pointer;
    transition: all 0.3s;
    background-color: #E8E8E8;
    max-width: 146px;
    overflow: hidden;
}

.upload-box:hover {
    border-color: var(--primary);
    background: #fafafa;
}

.upload-box i {
    font-size: 30px;
    color: #666;
}

.upload-box small {
    font-size: 13px;
    color: #888;
}

.upload-box input[type="file"] {
    display: none;
}

.form-control:focus,
.form-select:focus {
    box-shadow: none !important;
    border-color: var(--primary) !important;
    color: #898989;
}
/* Orders Table */
.orderr_table {
    border-collapse: separate;
    border-spacing: 0;
    width: 100%;
    background: #fff;
    border-radius: 12px;
    overflow: hidden;
}

.orderr_table thead {
    background: #f6f1fb;
    color: #5a2a82;
}

.orderr_table thead th {
    font-weight: 400;
    padding: 14px 10px;
    font-size: 14px;
    border: none;
    white-space: nowrap;
    background: #60326712;

}

/* Table Body */
.orderr_table tbody td {
    padding: 14px 16px;
    font-size: 14px;
    white-space: nowrap;
}

/* View Icon */
.view-btn {
    color: #5a2a82;
    font-size: 16px;
    transition: 0.3s;
}
.view-btn:hover {
    color: #3a165a;
}

/* Responsive */
.table-responsive {
    border-radius: 12px;
}
.myaddress h3 {
    font-size: 22px;
    font-weight: 600;
}
.myaddress p {
    font-size: 14px;
    color: #777;
    margin: 0;
}
.myaddress_add {
    background: #f7f5f7;
    border-radius: 8px;
    padding: 10px 15px;
    margin: 15px 0;
}
.addnew_btn {
    background: none;
    border: none;
    font-size: 14px;
    font-weight: 500;
    color: #5a2a82;
    display: flex;
    align-items: center;
    gap: 6px;
    cursor: pointer;
}
.myaddress_card {
    border: 1px solid #eee;
    border-radius: 10px;
    padding: 15px;
    margin-bottom: 15px;
    background: #fff;
    width: 100%;
}
.myaddress_radio {
    margin-right: 12px;
}
.myaddress_radio input {
    width: 18px;
    height: 18px;
}

/* Details */
.myaddress_details p {
    font-size: 14px;
    margin: 3px 0;
    color: #707070;
}
.myaddress_details p span{
    font-size: 14px;
    font-weight: 500;
    color: #4E4E4E;

}
/* Actions */
.myaddress_actions {
    display: flex;
    flex-direction: column;
    gap: 8px;
}
.icon_btn {
    background: #5a2a82;
    border: none;
    color: #fff;
    width: 32px;
    height: 32px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: 0.3s;
    text-decoration: none;
}
/*.icon_btn:hover {*/
/*    background: #3a165a;*/
/*}*/
.myaddress_radio input[type="radio"] {
    accent-color: #603267;   /* modern browsers */
    width: 18px;
    height: 18px;
    cursor: pointer;
}
.change {
    background: #fff;
    padding: 25px;
    border-radius: 10px;
    max-width: 400px;
    width: 100%;
    border: 0.75px solid #89898924
}

.change h2 {
    font-size: 16px;
    margin-bottom: 20px;
    font-weight: 400;
}

.change label {
    display: block;
    font-size: 13px;
    font-weight: 400;
    margin-bottom: 6px;
}

.change .input-group {
    position: relative;
    margin-bottom: 15px;
}

.change input {
    width: 100%;
    padding: 12px 40px 12px 12px;
    border: 1px solid #ddd;
    border-radius: 8px !important;
    outline: none;
    font-size: 14px;
}

.change input:focus {
    border-color: #603267;
}

.change .input-group i {
    position: absolute;
    right: 12px;
    top: 50%;
    color: #888;
    cursor: pointer;
}

.change .password-rules {
    font-size: 13px;
    margin: 15px 0;
}

.change .password-rules ul {
    padding-left: 20px;
    margin: 8px 0 0;
}

.change .password-rules li {
    margin-bottom: 5px;
    color: #616161;
    font-size: 14px;
    font-weight: 400;
}

.change button {
    width: 100%;
    padding: 12px;
    background: #603267;
    color: #fff;
    font-size: 15px;
    font-weight: 600;
    border: none;
    border-radius: 8px;
    cursor: pointer;
    transition: 0.3s;
}

.change button:hover {
    background: #4a244f;
}
/* Product Section */
.delivery-product {
    display: flex;
    gap: 20px;
    align-items: flex-start;
    flex-wrap: wrap;
    border: 2px solid #f3f3f3;
    margin-bottom: 15px;
    padding: 12px;
    border-radius: 10px;
}

.delivery-img img {
    width: 120px;
    height: auto;
    border-radius: 6px;
    object-fit: cover;
}

.delivery-details {
    flex: 1;
    min-width: 200px;
}

.delivery-title {
    font-size: 16px;
    font-weight: 600;
    color: var(--primary);
    margin-bottom: 6px;
}

.delivery-desc {
    font-size: 14px;
    color: var(--secondary);
    margin-bottom: 8px;
    max-width: 400px;
}

.delivery-price {
    font-size: 16px;
    font-weight: 600;
    color: var(--secondary);
}

/* Summary Section */
.delivery-summary {
    margin-top: 25px;
}

.delivery-line,
.delivery-total {
    display: flex;
    justify-content: space-between;
    margin-bottom: 10px;
    font-size: 16px;
    color: var(--secondary);
}

.delivery-total {
    font-weight: 600;
    font-size: 16px;
    background: #f3f3f3;
    padding: 10px;
    border-radius: 4px;
}

.sidebar_search_bar {
    background: #FDF6FE;
    border: none !important;
}
.sidebar_search_bar::placeholder {
    font-size: 14px !important;
    padding-left: 10px;
}
.sidebar_search_icon {
    right: 20px;
}
.filter-title {
    margin: 15px 0;
    font-weight: 600;
    font-size: 16px;
    color: #2D2D2D;
}
.custom-checkbox {
    display: flex;
    align-items: center;
    margin-bottom: 15px;
}
.custom-checkbox span {
    font-size: 14px;
    font-weight: 500;
    color: #000;
}
.styled-checkbox {
    accent-color: var(--primary);
    margin-right: 10px;
    width: 15px;
    height: 15px;
}
.filter-size-btn {
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #EAEAEA;
    color: #000;
    font-weight: 400;
    font-size: 14px;
    cursor: pointer;
    transition: all 0.2s ease-in-out;
    border-radius: 4px;
}
.filter-size-btn.active {
    border: 1px solid #603267;
    background: #eee;
    color: #603267;
}

.color-box {
    width: 20px;
    height: 20px;
    border-radius: 4px;
    margin-right: 10px;
}
.category_offcanvas .offcanvas-header .btn-close {
    position: absolute !important;
    top: 15px !important;
    right: 20px !important;
}
.btn-purple {
    background-color: var(--primary);
    color: #fff;
    font-size: 14px;
}

/* iPhone font size */
input,
select,
textarea {
    font-size: 16px !important;
    /*-webkit-text-size-adjust: 100%;*/
}
.order_img{
    width: 100px;
}
