/*

Template 2106 Soft Landing

*/

@import url('https://fonts.googleapis.com/css?family=Open+Sans:300,300i,400');

body {
    font-family: 'Open Sans', sans-serif;
    overflow-x: hidden;
    background: #ffffff;
}



/*---------------------------------------
   TYPOGRAPHY
-----------------------------------------*/

h1,h2,h3,h4,h5,h6 {
    font-weight: 300;
    line-height: normal;
}

h1 {
    font-size: 3em;
}

h2 {
    color: #424242; /* Charcoal Grey */
    font-size: 2em;
}

p {
    color: #757575;
    font-size: 14px;
    font-weight: normal;
    line-height: 24px;
}



/*---------------------------------------
   GENERAL
-----------------------------------------*/

html{
    -webkit-font-smoothing: antialiased;
}

a {
    color: #424242; /* Charcoal Grey */
    text-decoration: none !important;
}

a,
input, button,
.form-control {
    -webkit-transition: 0.5s;
    transition: 0.5s;
}

a:hover, a:active, a:focus {
    color: #D1C4E9; /* Soothing Lavender */
    outline: none;
}

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

::-webkit-scrollbar-thumb {
    cursor: pointer;
    background: #424242; /* Charcoal Grey */
}

.section-title {
    padding-bottom: 40px;
}

section {
    position: relative;
    padding: 100px 0;
}

#contact,
footer {
    background: #ffffff;
    text-align: center;
}

.overlay {
    background: #C8E6C9;
    background: -webkit-linear-gradient(to right, #D1C4E9, #C8E6C9);
    background: linear-gradient(to right, #D1C4E9, #C8E6C9);
    opacity: 0.85;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.online-form {
    position: relative;
}

.online-form .form-control {
    border-color: #f0f0f0;
    display: inline-block;
    vertical-align: top;
    border-radius: 50px;
    box-shadow: none;
    height: 50px;
    margin-right: 0.5em;
    padding-left: 15px;
}

.online-form input[type="email"] {
    width: 60%;
}

.online-form button {
    background: #D1C4E9; /* Soothing Lavender */
    border: 0;
    color: #ffffff;
    position: absolute;
    right: 6em;
    width: 25%;
}

.online-form button:hover {
    background: #424242; /* Charcoal Grey */
    color: #ffffff;
}



/*---------------------------------------
   BUTTONS
-----------------------------------------*/

.section-btn {
    background: #D1C4E9; /* Soothing Lavender */
    border: 0;
    border-radius: 50px;
    color: #ffffff;
    font-size: 16px;
    font-weight: normal;
    padding: 12px 30px;
    transition: 0.5s 0.2s;
}

.section-btn:hover,
.section-btn:focus {
    background: #424242; /* Charcoal Grey */
    color: #ffffff;
}



/*---------------------------------------
     PRE LOADER
-----------------------------------------*/

.preloader {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 99999;
    display: flex;
    flex-flow: row nowrap;
    justify-content: center;
    align-items: center;
    background: none repeat scroll 0 0 #ffffff;
}

.spinner {
    border: 1px solid transparent;
    border-radius: 3px;
    position: relative;
}

.spinner:before {
    content: '';
    box-sizing: border-box;
    position: absolute;
    top: 50%;
    left: 50%;
    width: 45px;
    height: 45px;
    margin-top: -10px;
    margin-left: -10px;
    border-radius: 50%;
    border: 1px solid #575757;
    border-top-color: #ffffff;
    animation: spinner .9s linear infinite;
}

@-webkit-@keyframes spinner {
    to {transform: rotate(360deg);}
}

@keyframes spinner {
    to {transform: rotate(360deg);}
}



/*---------------------------------------
    MENU
-----------------------------------------*/

.custom-navbar {
    border: none;
    margin-bottom: 0;
    padding: 25px 0;
}

.custom-navbar .navbar-brand {
    color: #424242;
    font-size: 25px;
    font-weight: 500;
    letter-spacing: -1px;
}

.top-nav-collapse {
    background: #ffffff;
}

.custom-navbar .navbar-nav {
    margin-left: 6em;
}

.custom-navbar .nav li a {
    font-size: 16px;
    font-weight: normal;
    color: #424242;
    padding-right: 22px;
    padding-left: 22px;
}

.custom-navbar .nav li a:hover {
    background: transparent;
    color: #D1C4E9; /* Soothing Lavender */
}

.custom-navbar .navbar-nav > li > a:hover,
.custom-navbar .navbar-nav > li > a:focus {
    background-color: transparent;
}

.custom-navbar .nav li.active > a {
    background-color: transparent;
    color: #D1C4E9; /* Soothing Lavender */
}

.custom-navbar .navbar-toggle {
    border: none;
    padding-top: 10px;
}

.custom-navbar .navbar-toggle {
    background-color: transparent;
}

.custom-navbar .navbar-toggle .icon-bar {
    background: #D1C4E9; /* Soothing Lavender */
    border-color: transparent;
}

@media(min-width:768px) {
    .custom-navbar {
        border-bottom: 0;
        background: 0 0;
    }

    .custom-navbar.top-nav-collapse {
        background: #ffffff;
        -webkit-box-shadow: 0 1px 30px rgba(0, 0, 0, 0.1);
        -moz-box-shadow: 0 1px 30px rgba(0, 0, 0, 0.1);
        box-shadow: 0 1px 30px rgba(0, 0, 0, 0.1);
        padding: 10px 0;
    }

    .top-nav-collapse .navbar-brand {
        color: #424242; /* Charcoal Grey */
    }

    .top-nav-collapse .nav li a {
        color: #575757;
    }

    .top-nav-collapse .nav .section-btn a {
        color: #ffffff;
    }
}



/*---------------------------------------
    HOME
-----------------------------------------*/

#home {

    background-color: transparent;
    background-size: cover;
    vertical-align: middle;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    min-height: 100vh;
    position: relative;
    padding-top: 12em;
    text-align: center;
}

#home h1 {
    color: #424242;
    margin-top: 10px;
    margin-bottom: 40px;
}

.home-info {
    margin-top: 7em;
}

.home-info h3 {
    color: #424242;
    font-size: 11px;
    font-weight: bold;
    letter-spacing: 4px;
    text-transform: uppercase;
    margin: 10px 0;
}



/*---------------------------------------
    FEATURE
-----------------------------------------*/

#feature {
    background: #ffffff;
}

#feature .nav-tabs {
    border-bottom: 0;
}

#feature .nav>li>a {
    padding: 8px 0;
}

#feature .nav-tabs>li>a {
    color: #999999;
    font-size: 18px;
    border: 0;
    border-bottom: 3px solid transparent;
    border-radius: 0;
    margin-right: 35px;
}

#feature .nav-tabs>li.active>a,
#feature .nav-tabs>li.active>a:focus,
#feature .nav-tabs>li.active>a:hover {
    background: transparent;
    color: #424242; /* Charcoal Grey */
    border-bottom: 3px solid #D1C4E9; /* Soothing Lavender */
}

#feature .nav>li>a:focus,
#feature .nav>li>a:hover {
    background: transparent;
    border-bottom: 3px solid #D1C4E9; /* Soothing Lavender */
    color: #424242; /* Charcoal Grey */
}

#feature .tab-content {
    margin-top: 50px;
}

.tab-pane-item {
    margin: 20px 0;
}

.tab-pane-item h2 {
    margin: 0 0 5px 0;
}

.feature-image {
    position: relative;
    max-width: 100%;
    margin-top: 40px;
}



/*---------------------------------------
    ABOUT
-----------------------------------------*/

#about .col-md-4 {
    margin: 0;
    padding: 0;
}

.team-thumb {
    background: #ffffff;
    position: relative;
    overflow: hidden;
}

.team-thumb-up:after {
    display: block;
    margin: 0 auto;
    position: absolute;
    top: -15px;
    right: 0;
    left: 0;
    content: "";
    width: 0;
    height: 0;
    border-right: 15px solid transparent;
    border-left: 15px solid transparent;
    border-bottom: 15px solid #ffffff;
}

.team-thumb-down:after {
    display: block;
    margin: 0 auto;
    position: absolute;
    bottom: -15px;
    right: 0;
    left: 0;
    content: "";
    width: 0;
    height: 0;
    border-right: 15px solid transparent;
    border-left: 15px solid transparent;
    border-top: 15px solid #ffffff;
}

.team-info {
    position: relative;
    padding: 40px;
}

.team-info h2 {margin: 0;}

.team-info small {
    display: block;
    font-size: 18px;
    margin: 5px 0 10px 0;
}

.team-thumb img {
    width: 100%;
}



/*---------------------------------------
    TESTIMONIAL
-----------------------------------------*/

#testimonial {
    background: #ffffff;
}

#testimonial .col-md-6 {
    margin: 0;
    padding: 0;
}

#testimonial .section-title {
    padding-bottom: 0;
}

#testimonial h1 {
    color: #ffffff;
}

.testimonial-image {
    background: url('../images/testimonial-image.jpg') no-repeat center center;
    background-size: cover;
    width: 100%;
    height: 65vh;
}

.testimonial-info {
    background: #424242; /* Charcoal Grey */
    padding: 60px;
    height: 65vh;
}

.testimonial-info h3 {
    color: #d9d9d9;
    font-style: italic;
    margin-top: 5px;
}

.testimonial-info .item {
    display: block;
    width: 100%;
}

.testimonial-item {
    margin: 20px 0;
}

.owl-carousel .owl-item img,
.testimonial-item img,
.testimonial-item h4 {
    color: #d9d9d9;
    display: inline-block;
    vertical-align: top;
}

.owl-carousel .owl-item img,
.testimonial-item img {
    border: 3px solid #ffffff;
    border-radius: 100px;
    width: 60px;
    height: 60px;
    margin-right: 10px;
}



/*---------------------------------------
    PRICING
-----------------------------------------*/

#about .section-title,
#pricing .section-title {
    text-align: center;
}

#pricing .col-md-4 {
    margin: 0;
    padding: 0;
}

#pricing .col-md-4:last-child .pricing-thumb {
    border-right: 0;
}

.pricing-thumb {
    background: #ffffff;
    border-right: 2px solid #f0f0f0;
    padding: 20px 40px;
}

.pricing-title {
    padding-bottom: 5px;
}

.pricing-info {
    border-top: 2px solid #f0f0f0;
    border-bottom: 2px solid #f0f0f0;
}

.pricing-info,
.pricing-bottom {
    padding: 20px 0;
}

.pricing-info p {
    font-size: 16px;
}

.pricing-bottom {
    position: relative;
}

.pricing-bottom span {
    font-size: 20px;
}

.pricing-btn {
    position: absolute;
    top: 15px;
    right: 0;
    display: inline-block;
}



/*---------------------------------------
    CONTACT
-----------------------------------------*/

#contact-form .col-md-12,
#contact-form .col-md-4 {
    padding-left: 0;
}

#contact-form .form-control {
    background: transparent;
    border: 0;
    border-bottom: 3px solid #f0f0f0;
    border-radius: 0;
    box-shadow: none;
    margin: 10px 0;
}

#contact-form .form-control:focus {
    border-bottom-color: #424242; /* Charcoal Grey */
}

#contact-form input {
    height: 50px;
}

#contact-form input[type='submit'] {
    background: #424242; /* Charcoal Grey */
    border-radius: 50px;
    border: 0;
    color: #ffffff;
}

#contact-form input[type='submit']:hover {
    background: #D1C4E9; /* Soothing Lavender */
    color: #ffffff;
}



/*---------------------------------------
   FOOTER
-----------------------------------------*/

footer {
    padding-bottom: 80px;
}

.copyright-text p {
    margin: 5px;
}



/*---------------------------------------
   SOCIAL ICON
-----------------------------------------*/

.social-icon {
    position: relative;
    padding: 0;
    margin: 0;
}

.social-icon li {
    display: inline-block;
    list-style: none;
}

.social-icon li a {
    border-radius: 50px;
    color: #424242; /* Charcoal Grey */
    font-size: 15px;
    width: 35px;
    height: 35px;
    line-height: 35px;
    text-decoration: none;
    text-align: center;
    position: relative;
    margin: 5px 5px 5px 0;
}

.social-icon li a:hover {
    background: #D1C4E9; /* Soothing Lavender */
    color: #ffffff;
}



/*---------------------------------------
   RESPONSIVE STYLES
-----------------------------------------*/

@media only screen and (max-width: 1200px) {

    .custom-navbar .navbar-nav {
        margin-left: 3em;
    }

    .home-info {
        margin-top: 0;
    }
}


@media only screen and (max-width: 992px) {

    section {
        padding: 60px 0;
    }

    .custom-navbar .navbar-nav {
        margin-left: 0;
    }

    .custom-navbar .nav li a {
        font-size: 14px;
        padding-right: 15px;
        padding-left: 15px;
    }

    #feature .nav-tabs>li>a {
        font-size: 16px;
        margin-right: 20px;
    }

    .feature-image {
        bottom: -24em;
    }

    .pricing-thumb {
        margin-bottom: 30px;
    }

    footer {
        padding-bottom: 40px;
    }
}


@media screen and (max-width: 767px) {

    .section-title {
        padding-bottom: 20px;
    }

    .custom-navbar {
        background: #ffffff;
        -webkit-box-shadow: 0 1px 30px rgba(0, 0, 0, 0.1);
        -moz-box-shadow: 0 1px 30px rgba(0, 0, 0, 0.1);
        box-shadow: 0 1px 30px rgba(0, 0, 0, 0.1);
        padding: 10px 0;
        text-align: center;
    }

    .custom-navbar .nav li a {
        line-height: normal;
        padding: 5px;
    }

    .custom-navbar .navbar-brand,
    .top-nav-collapse .navbar-brand {
        color: #424242; /* Charcoal Grey */
        font-weight: normal;
    }

    .custom-navbar .nav li a,
    .top-nav-collapse .nav li a {
        color: #656565;
    }

    .feature-image {
        position: relative;
        bottom: 0;
    }

    #about .col-md-4:nth-child(3n) .team-thumb {
        display: flex;
        -webkit-box-orient: vertical;
        flex-direction: column-reverse;
        -webkit-flex-direction: column-reverse;
        -ms-flex-direction: column-reverse;
    }

    .team-thumb-down:after {
        top: -15px;
        bottom: inherit;
        border-top: inherit;
        border-bottom: 15px solid #ffffff;
    }

    .testimonial-image,
    .testimonial-info {
        height: 85vh;
    }

    .testimonial-info {
        padding: 30px;
    }
}


@media screen and (max-width: 480px) {

    .online-form input[type="email"],
    .online-form .form-control {
        width: 85%;
    }

    .online-form .form-control {
        display: block;
        margin: 20px auto;
    }

    .online-form button {
        position: relative;
        right: 0;
    }

    .testimonial-image,
    .testimonial-info {
        height: 65vh;
    }
}

#login-hero {
    min-height: auto;
    padding-top: 150px;
    padding-bottom: 150px;
}


#login-hero .home-info p {
    color: #585858;
}


#login-hero .home-info p a {
    color: #424242;
    font-weight: bold;
}

#login-hero .home-info p a:hover {
    color: #D1C4E9;
}

#login-hero .form-control {
    background-color: rgba(255, 255, 255, 0.9);
    border-radius: 50px;
    height: 50px;
    font-size: 16px;
    border: 1px solid transparent;
    margin-bottom: 15px;
}

#login-hero .form-control:focus {
    border-color: #D1C4E9;
}



#login-hero2 {
    min-height: auto;
    padding-top: 150px;
    padding-bottom: 150px;
}

#login-hero2 .home-info {
    text-align: center;
}


#login-hero2 .home-info h2 {
    color: #424242;
}


#login-hero2 .home-info p {
    color: #585858;
}


#login-hero2 .home-info p a {
    color: #424242;
    font-weight: bold;
}

#login-hero2 .home-info p a:hover {
    color: #D1C4E9;
}


#login-hero2 .form-control {
    background-color: rgba(255, 255, 255, 0.9);
    border-radius: 50px;
    height: 50px;
    font-size: 16px;
    border: 1px solid transparent;
    margin-bottom: 15px;
}

#login-hero2 .form-control:focus {
    border-color: #D1C4E9;
}
/*
 * Product Page Styles
 * --------------------------------------------------
 */
.product-page-container h2,
.product-page-container h4 {
    color: #424242; /* Charcoal Grey */
}

.product-categories a {
    color: #757575;
    line-height: 2;
    font-size: 16px;
}
.product-categories a:hover {
    color: #D1C4E9; /* Soothing Lavender */
}

.product-grid {
    margin-top: 30px;
}

.product-card {
    text-align: center;
    margin-bottom: 40px;
    border: 1px solid transparent; /* To prevent jumping on hover */
    padding: 10px;
    transition: all 0.3s;
}

.product-card:hover {
    border-color: #f0f0f0;
}

.product-image {
    position: relative;
    overflow: hidden;
    margin-bottom: 15px;
}

.sale-badge {
    position: absolute;
    top: 10px;
    left: 10px;
    background-color: #424242; /* Charcoal Grey */
    color: #ffffff;
    padding: 3px 8px;
    font-size: 12px;
    font-weight: bold;
    z-index: 10;
}

.product-info {
    padding: 10px 0;
}

.product-name {
    font-size: 18px;
    font-weight: 300;
    margin-top: 0;
    margin-bottom: 10px;
}

.product-price {
    font-size: 16px;
    color: #333;
    font-weight: 400;
}

.product-price .original-price {
    text-decoration: line-through;
    color: #999;
    margin-right: 5px;
}

.add-to-cart-btn {
    border-radius: 0;
    border-color: #ccc;
    color: #333;
    font-weight: 400;
    padding: 8px 25px;
    text-transform: uppercase;
    font-size: 12px;
    letter-spacing: 1px;
    margin-top: 10px;
    background: transparent;
}

.add-to-cart-btn:hover,
.add-to-cart-btn:focus {
    background: #424242; /* Charcoal Grey */
    color: #ffffff;
    border-color: #424242;
}

/*
 * New Header Styles
 * --------------------------------------------------
 */
.site-header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    padding: 20px 0;
    background-color: #ffffff;
    border-bottom: 1px solid #f0f0f0;
    z-index: 1000;
    transition: all 0.3s;
}

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

.header-left, .header-right {
    display: flex;
    align-items: center;
    flex: 1;
}

.header-right {
    justify-content: flex-end;
}

.header-center {
    flex-grow: 1;
    text-align: center;
}

/* Centered Brand */
.navbar-brand-boxed {
    display: inline-block;
    border: 2px solid #1a1a1a;
    padding: 10px 20px;
    color: #1a1a1a;
    font-size: 24px;
    font-weight: 500;
    letter-spacing: 2px;
    text-transform: uppercase;
}
.navbar-brand-boxed:hover {
    background-color: #1a1a1a;
    color: #ffffff;
}

/* Left Nav Menu */
.nav-menu {
    list-style: none;
    padding-left: 0;
    margin: 0;
}

.nav-menu li {
    display: inline-block;
    margin-right: 25px;
}

.nav-menu li a {
    color: #555;
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 400;
    letter-spacing: 1px;
}

.nav-menu li a:hover {
    color: #000;
}


/* Right Side Icons & Search */
.header-right .search-container {
    display: flex;
    align-items: center;
    border-bottom: 1px solid #ccc;
    margin-right: 20px;
}

.header-right .search-input {
    border: none;
    background: transparent;
    padding: 5px;
    width: 100px; /* Adjust as needed */
}
.header-right .search-input:focus {
    outline: none;
}

.header-right .nav-icon {
    color: #333;
    font-size: 18px;
    margin-left: 20px;
}

.header-right .nav-icon:hover {
    color: #000;
}

/* Remove old navbar fixed styles */
.navbar-fixed-top.top-nav-collapse {
    background: #ffffff;
    box-shadow: none;
    padding: 0;
}
/*
 * Side Cart Styles
 * --------------------------------------------------
 */
#cart-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    z-index: 1999;
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.3s ease-in-out, visibility 0.3s ease-in-out;
}

#side-cart {
    position: fixed;
    top: 0;
    right: 0;
    width: 420px;
    max-width: 90%;
    height: 100%;
    background: linear-gradient(135deg, #faf7ff 0%, #ffffff 100%);
    z-index: 2000;
    transform: translateX(100%);
    transition: transform 0.3s ease-in-out;
    display: flex;
    flex-direction: column;
}

/* Open State */
body.cart-is-open #cart-overlay {
    opacity: 1;
    visibility: visible;
}
body.cart-is-open #side-cart {
    transform: translateX(0);
    box-shadow: -8px 0 24px rgba(121, 82, 179, 0.2);
}

/* Cart Header */
.side-cart-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 24px;
    background: linear-gradient(145deg, #f7f2ff 0%, #efe8ff 100%);
    border-bottom: 2px solid #e7e1ff;
}
.side-cart-header h3 {
    margin: 0;
    font-size: 1.3rem;
    font-weight: 700;
    color: #2b1f4a;
    text-transform: uppercase;
    letter-spacing: 1px;
}
.close-btn {
    background: none;
    border: none;
    font-size: 32px;
    font-weight: 300;
    color: #7952B3;
    padding: 0;
    line-height: 1;
    cursor: pointer;
    transition: all 0.3s;
}
.close-btn:hover {
    color: #2b1f4a;
    transform: rotate(90deg);
}

/* Cart Body */
.side-cart-body {
    flex-grow: 1;
    overflow-y: auto;
    padding: 16px;
}

/* Cart Items List */
.cart-items-list {
    list-style: none;
    padding: 0;
    margin: 0;
}

.cart-item {
    background: transparent;
    border-radius: 0;
    padding: 16px 0;
    margin-bottom: 16px;
    border-bottom: 1px solid #e7e1ff;
    transition: all 0.3s;
    display: flex;
    gap: 16px;
}

.cart-item:hover {
    background: rgba(247, 242, 255, 0.5);
}

.cart-item-image {
    flex-shrink: 0;
}

.cart-item-image img {
    width: 70px;
    height: 70px;
    object-fit: cover;
    border-radius: 10px;
    border: 2px solid #f0f0f0;
}

.cart-item-content {
    flex-grow: 1;
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.cart-item-header {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    gap: 12px;
}

.cart-item-name {
    color: #2b1f4a;
    font-size: 1.3rem;
    font-weight: 600;
    line-height: 1.3;
    flex: 1;
}

.cart-item-price {
    color: #2b1f4a;
    font-size: 1.4rem;
    font-weight: 700;
    white-space: nowrap;
}

.cart-item-meta {
    color: #6b6b83;
    font-size: 1.05rem;
    margin-bottom: 4px;
}

.cart-item-actions {
    display: flex;
    align-items: center;
    gap: 8px;
}

.cart-update-form {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    margin: 0;
}

.cart-remove-form {
    display: inline;
    margin: 0;
}

.cart-qty-input {
    width: 55px;
    border: 2px solid #e7e1ff;
    border-radius: 6px;
    padding: 6px 8px;
    text-align: center;
    font-weight: 600;
    color: #2b1f4a;
    font-size: 0.9rem;
}

.cart-qty-input:focus {
    outline: none;
    border-color: #7952B3;
}

.cart-update-btn {
    background: #7952B3;
    color: white;
    border: none;
    border-radius: 6px;
    padding: 6px 10px;
    font-size: 1rem;
    transition: all 0.3s;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
}

.cart-update-btn:hover {
    background: #6841a3;
    transform: scale(1.1);
}

.cart-remove-btn {
    background: none;
    border: none;
    color: #dc3545;
    font-size: 1.1rem;
    padding: 6px 10px;
    cursor: pointer;
    transition: all 0.3s;
}

.cart-remove-btn:hover {
    color: #c82333;
    transform: scale(1.2);
}

.empty-cart-message {
    text-align: center;
    margin-top: 80px;
    color: #6b6b83;
    font-size: 1.1rem;
    padding: 20px;
}

/* Cart Footer */
.side-cart-footer {
    padding: 24px;
    background: linear-gradient(145deg, #f7f2ff 0%, #efe8ff 100%);
    border-top: 2px solid #e7e1ff;
}
.subtotal {
    display: flex;
    justify-content: space-between;
    font-size: 1.3rem;
    font-weight: 700;
    color: #2b1f4a;
    margin-bottom: 20px;
}
.continue-shopping-btn {
    background: #e7e1ff;
    color: #2b1f4a;
    text-transform: uppercase;
    padding: 14px;
    text-align: center;
    border-radius: 8px;
    display: block;
    text-decoration: none;
    font-weight: 600;
    margin-bottom: 12px;
    transition: all 0.3s;
    border: 2px solid #cbb6ff;
    box-shadow: 0 2px 8px rgba(121, 82, 179, 0.15);
}
.continue-shopping-btn:hover {
    background: #d4c5ff;
    color: #2b1f4a;
    text-decoration: none;
    transform: translateY(-2px);
    box-shadow: 0 4px 12px rgba(121, 82, 179, 0.25);
}
.continue-shopping-btn i {
    margin-right: 8px;
}
.checkout-btn {
    background: linear-gradient(145deg, #9b7fd9, #8a6bc9);
    color: #ffffff;
    text-transform: uppercase;
    padding: 14px;
    text-align: center;
    border-radius: 8px;
    display: block;
    text-decoration: none;
    font-weight: 600;
    transition: all 0.3s;
    box-shadow: 0 4px 12px rgba(121, 82, 179, 0.3);
    border: none;
    width: 100%;
}
.checkout-btn:hover {
    background: linear-gradient(145deg, #8a6bc9, #7952B3);
    color: #fff;
    text-decoration: none;
    transform: translateY(-2px);
    box-shadow: 0 6px 16px rgba(121, 82, 179, 0.4);
}
.checkout-btn.disabled,
.checkout-btn:disabled {
    background: #d0d0d0;
    color: #888;
    cursor: not-allowed;
    box-shadow: none;
    opacity: 0.6;
}
.checkout-btn.disabled:hover,
.checkout-btn:disabled:hover {
    background: #d0d0d0;
    transform: none;
    box-shadow: none;
}
/*
 * New Footer Styles
 * --------------------------------------------------
 */
.site-footer {
    background-color: #ffffff;
    padding: 80px 0;
    border-top: 1px solid #f0f0f0;
    color: #555;
}

.footer-column h4 {
    color: #1a1a1a;
    font-size: 14px;
    font-weight: 600;
    letter-spacing: 1.5px;
    text-transform: uppercase;
    margin-top: 0;
    margin-bottom: 20px;
}

.footer-column .navbar-brand-boxed {
    font-size: 20px;
    padding: 8px 18px;
    margin-bottom: 20px;
}

.footer-links {
    list-style: none;
    padding-left: 0;
    margin: 0;
}

.footer-links li {
    margin-bottom: 10px;
}

.footer-links a {
    color: #555;
    font-size: 15px;
}

.footer-links a:hover {
    color: #000;
}

.contact-info p {
    margin-bottom: 10px;
    font-size: 15px;
}

.contact-info a {
    color: #555;
}
.contact-info a:hover {
    color: #000;
}

.footer-social-icons {
    list-style: none;
    padding-left: 0;
    margin: 0;
}

.footer-social-icons li {
    display: inline-block;
    margin-right: 15px;
}

.footer-social-icons li a {
    color: #555;
    font-size: 20px;
}
.footer-social-icons li a:hover {
    color: #000;
}

.copyright-text {
    text-align: center;
    margin-top: 60px;
    padding-top: 20px;
    border-top: 1px solid #f0f0f0;
    color: #999;
    font-size: 14px;
}
/*
 * Most Popular Section Styles
 * --------------------------------------------------
 */
#most-popular {
    background-color: #f9f9f9;
    padding: 100px 0;
}

#most-popular .section-title {
    text-align: center;
    margin-bottom: 40px;
}

#most-popular .product-card {
    background-color: #ffffff;
}

#most-popular .owl-carousel .owl-item {
    opacity: 1 !important;
    visibility: visible !important;
    display: block !important;
}

#most-popular .owl-carousel .owl-item img {
    width: 100% !important;
    height: auto !important;
    border: none !important;
    border-radius: 0 !important;
    margin: 0 !important;
    display: block !important;
}

/* Owl Carousel Navigation Arrows */
#most-popular .owl-nav {
    position: static;
}

#most-popular .owl-nav button.owl-prev,
#most-popular .owl-nav button.owl-next {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    background: #fff !important;
    color: #000 !important;
    width: 40px;
    height: 40px;
    line-height: 40px !important;
    border-radius: 50%;
    box-shadow: 0 2px 5px rgba(0,0,0,0.1);
    font-size: 20px !important;
}

#most-popular .owl-nav button.owl-prev {
    left: -20px;
}

#most-popular .owl-nav button.owl-next {
    right: -20px;
}

@media (min-width: 768px) {
    #most-popular .owl-nav button.owl-prev {
        left: 10px;
    }

    #most-popular .owl-nav button.owl-next {
        right: 10px;
    }

    #most-popular .owl-carousel.owl-loaded {
        display: block !important;
    }

    #most-popular .owl-stage-outer {
        overflow: visible !important;
        position: static !important;
    }

    #most-popular .owl-stage {
        transform: none !important;
        width: 100% !important;
        display: flex !important;
        justify-content: space-between !important;
        position: static !important;
        left: auto !important;
    }

    #most-popular .owl-item {
        opacity: 1 !important;
        visibility: visible !important;
        display: block !important;
        width: auto !important;
        flex: 1 !important;
        margin: 0 10px !important;
        float: none !important;
        position: static !important;
    }

    #most-popular .owl-item.cloned {
        display: none !important;
    }

    #most-popular .item {
        padding: 0 10px;
        opacity: 1 !important;
        visibility: visible !important;
    }
}


/*
 * Shop Page Tabs Styles
 * --------------------------------------------------
 */
.shop-tabs {
    border-bottom: 2px solid #eee;
    margin-bottom: 40px;
    text-align: center;
}
.shop-tabs > li {
    display: inline-block;
    float: none;
    margin-bottom: -2px; /* Align with bottom border */
}
.shop-tabs > li > a {
    color: #757575;
    font-size: 18px;
    font-weight: 600;
    border: none;
    border-bottom: 2px solid transparent;
    padding: 10px 20px;
    text-transform: uppercase;
}
.shop-tabs > li > a:hover {
    background-color: transparent;
    border-bottom: 2px solid #ccc;
    color: #424242;
}
.shop-tabs > li.active > a,
.shop-tabs > li.active > a:focus,
.shop-tabs > li.active > a:hover {
    border: none;
    background-color: transparent;
    border-bottom: 2px solid #D1C4E9; /* Soothing Lavender */
    color: #424242;
}

.product-image .type-badge {
    position: absolute;
    top: 15px;
    right: 15px;
    background: rgba(66, 66, 66, 0.7); /* Charcoal Grey with transparency */
    color: white;
    padding: 5px 10px;
    font-size: 12px;
    font-weight: bold;
    z-index: 10;
    text-transform: uppercase;
}

.product-image-v2 .type-badge,
.product-image-v2 .out-of-stock-badge {
    position: absolute;
    top: 15px;
    left: 15px;
    background: rgba(220, 53, 69, 0.9);
    color: white;
    padding: 8px 15px;
    font-size: 13px;
    font-weight: bold;
    z-index: 10;
    text-transform: uppercase;
    border-radius: 4px;
}

.product-image-v2 .low-stock-badge {
    position: absolute;
    top: 15px;
    left: 15px;
    background: rgba(255, 193, 7, 0.9);
    color: #000;
    padding: 8px 15px;
    font-size: 13px;
    font-weight: bold;
    z-index: 10;
    text-transform: uppercase;
    border-radius: 4px;
}

/*
 * NEW Shop Page Header & Breadcrumbs
 * --------------------------------------------------
 */
.shop-page-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 40px;
    padding-bottom: 20px;
    border-bottom: 1px solid #eee;
}

.shop-page-header .header-left {
    display: flex;
    align-items: center;
    gap: 40px;
}

.shop-page-header h2 {
    margin: 0;
    font-size: 28px;
}

.breadcrumb {
    background: none;
    padding: 0;
    margin: 0;
}

.breadcrumb-item a {
    color: #D1C4E9;
}

.breadcrumb-item.active {
    color: #757575;
}

.shop-page-header .header-right .form-group {
    display: flex;
    align-items: center;
    margin-bottom: 0;
}

.shop-page-header .header-right label {
    margin-right: 10px;
    font-weight: normal;
    color: #757575;
}

.shop-page-header .header-right .form-control {
    width: 180px;
}
/*
 * =========================================
 * FINAL Shop Page Styles (Version 2)
 * =========================================
 */

/* Main wrapper to override theme background */
.shop-page-wrapper {
    background-color: #ffffff;
    padding-top: 120px; /* Space from top header */
    padding-bottom: 100px;
}

/* Tab Navigation */
.shop-tabs {
    border-bottom: 1px solid #e0e0e0;
    margin-bottom: 30px;
    text-align: center;
}
.shop-tabs > li {
    display: inline-block;
    float: none;
    margin-bottom: -1px; /* Align with bottom border */
}
.shop-tabs > li > a {
    color: #757575;
    font-size: 16px;
    font-weight: 600;
    border: none;
    border-bottom: 2px solid transparent;
    padding: 15px 25px;
    margin: 0 10px;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}
.shop-tabs > li > a:hover {
    background-color: transparent;
    border-bottom-color: #ccc;
    color: #424242;
}
.shop-tabs > li.active > a,
.shop-tabs > li.active > a:focus,
.shop-tabs > li.active > a:hover {
    border: none;
    background-color: transparent;
    border-bottom: 2px solid #424242;
    color: #424242;
}

/* Page Header (Title, Breadcrumbs, Sort) */
.shop-page-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 40px;
    padding: 0 15px; /* Align with grid padding */
}

.shop-page-header .header-left {
    display: flex;
    align-items: center;
    gap: 40px;
}

.shop-page-header h2 {
    margin: 0;
    font-size: 24px;
    font-weight: 600;
}

.breadcrumb {
    background: none;
    padding: 0;
    margin: 0;
    font-size: 14px;
}
.breadcrumb-item a {
    color: #999;
}
.breadcrumb-item a:hover {
    color: #424242;
}
.breadcrumb-item.active {
    color: #212121;
}

.shop-page-header .header-right .form-group {
    display: flex;
    align-items: center;
    margin-bottom: 0;
}
.shop-page-header .header-right label {
    margin-right: 15px;
    font-weight: normal;
    color: #757575;
}
.shop-page-header .header-right .form-control {
    width: 180px;
    border: 1px solid #e0e0e0;
    border-radius: 0;
}

/* Product Card Version 2 */
.product-grid {
    margin-top: 20px;
}
.product-card-v2 {
    margin-bottom: 30px;
    text-align: center;
}
.product-image-v2 {
    position: relative;
    overflow: hidden;
    background: #f9f9f9;
}
.product-image-v2 img {
    width: 100%;
    transition: opacity 0.4s ease;
}
.product-card-v2:hover .product-image-v2 img {
    opacity: 0.8;
}

.product-overlay-v2 {
    position: absolute;
    bottom: 20px;
    left: 50%;
    transform: translateX(-50%);
    opacity: 0;
    transition: all 0.3s ease;
    display: flex;
}
.product-card-v2:hover .product-overlay-v2 {
    opacity: 1;
}
.product-overlay-v2 .overlay-icon {
    background: #ffffff;
    color: #424242;
    width: 45px;
    height: 45px;
    line-height: 45px;
    border-radius: 50%;
    margin: 0 5px;
    font-size: 16px;
    box-shadow: 0 5px 15px rgba(0,0,0,0.1);
    transition: all 0.3s ease;
}
.product-overlay-v2 .overlay-icon:hover {
    background: #424242;
    color: white;
    transform: translateY(-3px);
}

.product-info-v2 {
    padding: 20px 10px;
}

.star-rating {
    margin-bottom: 10px;
    font-size: 12px;
    color: #f8b600;
}
.product-info-v2 .product-name {
    font-size: 16px;
    color: #424242;
    margin-top: 0;
    margin-bottom: 8px;
    font-weight: 600;
}
.product-info-v2 .product-price {
    font-size: 15px;
    color: #757575;
}
.product-info-v2 .product-price .original-price {
    text-decoration: line-through;
    color: #aaa;
    margin-right: 8px;
}

/*
 * Shop Page Sidebar Styles
 * --------------------------------------------------
 */
.shop-sidebar {
    border: 1px solid #f0f0f0;
    padding: 25px;
}

.shop-sidebar h4 {
    font-size: 18px;
    font-weight: 600;
    margin-top: 0;
    margin-bottom: 20px;
    padding-bottom: 15px;
    border-bottom: 1px solid #eee;
}

.product-categories {
    padding-left: 0;
    list-style: none;
}

.product-categories li {
    margin-bottom: 10px;
}

.product-categories a {
    color: #757575;
    font-size: 15px;
    transition: all 0.3s ease;
}

.product-categories a:hover {
    color: #424242;
    padding-left: 5px;
}

/*
 * Blog Section Styles
 * --------------------------------------------------
 */
#blog {
    background-color: #ffffff;
    padding: 100px 0;
}

#blog .section-title {
    text-align: center;
    margin-bottom: 50px;
}

.blog-card {
    background: #fff;
    margin-bottom: 30px;
}

.blog-image {
    overflow: hidden;
}

.blog-image img {
    transition: transform 0.4s ease;
}

.blog-card:hover .blog-image img {
    transform: scale(1.05);
}

.blog-info {
    padding: 25px;
    border: 1px solid #f0f0f0;
    border-top: none;
}

.blog-date {
    color: #999;
    font-size: 12px;
    font-weight: 600;
    letter-spacing: 0.5px;
    text-transform: uppercase;
}

.blog-title {
    font-size: 20px;
    margin-top: 5px;
    margin-bottom: 15px;
}

.blog-title a {
    color: #424242;
}

.blog-title a:hover {
    color: #D1C4E9;
}

.blog-excerpt {
    color: #757575;
    margin-bottom: 20px;
}

.read-more-btn {
    color: #424242;
    font-weight: 600;
}

.read-more-btn i {
    margin-left: 5px;
    transition: margin-left 0.3s ease;
}

.read-more-btn:hover i {
    margin-left: 10px;
}


/*
 * Product Detail Page Styles
 * ---------------------------------------
 */
.product-detail-wrapper {
    background: #fff;
    padding: 120px 0;
}
.product-details .product-title {
    font-size: 32px;
    font-weight: 600;
    margin-top: 0;
}
.product-details .star-rating {
    margin-bottom: 15px;
    color: #f8b600;
}
.product-details .star-rating span {
    color: #999;
    margin-left: 10px;
}
.product-price-detail {
    font-size: 28px;
    font-weight: 300;
    color: #424242;
    margin-bottom: 20px;
}
.product-price-detail .original-price {
    font-size: 20px;
    text-decoration: line-through;
    color: #aaa;
    margin-right: 15px;
}
.product-short-description {
    font-size: 16px;
    line-height: 1.7;
    margin-bottom: 30px;
}
.product-actions {
    display: flex;
    align-items: center;
}
.quantity-selector {
    display: flex;
    margin-right: 20px;
}
.quantity-selector .form-control {
    text-align: center;
    width: 60px;
    border-radius: 0;
}
.add-to-cart-main-btn {
    padding: 10px 30px;
    text-transform: uppercase;
    font-weight: 600;
}
.product-description-tabs {
    margin-top: 80px;
}

/*
 * Booking Page Styles
 * ---------------------------------------
 */
.booking-wrapper {
    background: #f9f9f9;
    padding: 120px 0;
}
.booking-panel {
    background: #fff;
    padding: 40px;
    box-shadow: 0 10px 40px rgba(0,0,0,0.08);
}
.booking-panel h1 {
    margin-top: 0;
}
.booking-panel h4 {
    margin-top: 30px;
    margin-bottom: 15px;
}
.time-slots {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 10px;
}
.time-slots .btn.active {
    background-color: #424242;
    color: #fff;
}
.booking-confirm-btn {
    margin-top: 40px;
    width: 100%;
}
/*
 * Product Detail Page Styles
 * ---------------------------------------
 */
.product-detail-wrapper {
    background: #fff;
    padding: 120px 0;
}

.product-image-container {
    padding: 20px;
    background: #f9f9f9;
    border-radius: 10px;
    box-shadow: 0 5px 20px rgba(0,0,0,0.05);
}

.product-image-container .view-badge {
    position: absolute;
    top: 30px;
    left: 30px;
    padding: 10px 20px;
    font-size: 14px;
    font-weight: bold;
    z-index: 10;
    text-transform: uppercase;
    border-radius: 5px;
}

.product-image-container .view-badge.out-of-stock-badge {
    background: rgba(220, 53, 69, 0.95);
    color: white;
}

.product-image-container .view-badge.low-stock-badge {
    background: rgba(255, 193, 7, 0.95);
    color: #000;
}

.product-image-container img {
    width: 100%;
    height: auto;
    display: block;
    border-radius: 8px;
}

.product-details-container {
    padding-left: 50px; /* Adjust spacing between image and text */
}

.product-name {
    font-size: 32px;
    font-weight: 600;
    color: #424242; /* Charcoal Grey */
    margin-top: 0;
    margin-bottom: 10px;
}

.product-sku {
    font-size: 14px;
    color: #757575;
    margin-bottom: 20px;
}

.product-price {
    font-size: 28px;
    font-weight: 300;
    color: #424242;
    margin-bottom: 25px;
}

.product-quantity {
    display: flex;
    align-items: center;
    margin-bottom: 20px;
}

.product-quantity label {
    margin-right: 15px;
    font-weight: 600;
    color: #757575;
}

.product-quantity .form-control {
    width: 80px;
    border-radius: 5px;
    text-align: center;
}

.product-actions .btn {
    border-radius: 50px;
    font-weight: 600;
    padding: 12px 25px;
    text-transform: uppercase;
    font-size: 14px;
    margin-right: 10px;
}

.btn-add-to-cart {
    background: #424242; /* Charcoal Grey */
    color: #ffffff;
}

.btn-buy-now {
    background: #D1C4E9; /* Soothing Lavender */
    color: #ffffff;
}

.product-info-sections {
    margin-top: 50px;
}

.info-title {
    font-size: 18px;
    font-weight: 600;
    color: #424242;
    cursor: pointer;
    padding: 15px 0;
    border-bottom: 1px solid #f0f0f0;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.info-title .fa {
    transition: transform 0.3s ease;
}

.info-title[aria-expanded="true"] .fa {
    transform: rotate(180deg);
}

.info-content {
    padding: 20px 0;
}
/*
 * =========================================
 * CUSTOM STYLES FOR FILTER SIDEBAR
 * =========================================
 */

.shop-sidebar {
    background: white;
    padding: 25px;
    border-radius: 12px;
    box-shadow: 0 2px 12px rgba(0, 0, 0, 0.08);
}

.shop-sidebar .filter-form {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.shop-sidebar .filter-section {
    background: #fafafa;
    padding: 20px;
    border-radius: 12px;
    border: 1px solid #f0f0f0;
    transition: all 0.3s ease;
}

.shop-sidebar .filter-section:hover {
    background: white;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.05);
}

.shop-sidebar .browse-by-title {
    margin-top: 35px !important;
    font-size: 18px;
    font-weight: 600;
    color: #333;
    padding-bottom: 15px;
    border-bottom: 2px solid #e8e8e8;
}

.shop-sidebar h4 {
    font-size: 16px;
    font-weight: 600;
    margin: 0 0 15px 0;
    padding-bottom: 12px;
    border-bottom: 2px solid #e8e8e8;
    color: #333;
    display: flex;
    align-items: center;
}

.shop-sidebar h4 i {
    color: #D1C4E9;
}

.shop-sidebar h4:first-child {
    margin-top: 0;
}

/* Search Box Styles */
.shop-sidebar .search-box {
    position: relative;
}

.shop-sidebar .search-input {
    width: 100%;
    padding: 12px 40px 12px 16px;
    border: 2px solid #e0e0e0;
    border-radius: 25px;
    font-size: 14px;
    transition: all 0.3s ease;
    background: white;
}

.shop-sidebar .search-input:focus {
    outline: none;
    border-color: #D1C4E9;
    box-shadow: 0 0 0 3px rgba(209, 196, 233, 0.25);
}

.shop-sidebar .search-icon {
    position: absolute;
    right: 16px;
    top: 50%;
    transform: translateY(-50%);
    color: #999;
    pointer-events: none;
}

/* Price Slider Styles */
.shop-sidebar .price-slider {
    margin: 15px 0;
}

.shop-sidebar .noUi-target {
    background: #e8e8e8;
    border: none;
    box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.1);
    border-radius: 10px;
    height: 6px;
}

.shop-sidebar .noUi-connect {
    background: #424242;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.2);
}

.shop-sidebar .noUi-handle {
    border: 3px solid #ffffff;
    border-radius: 50%;
    background: #D1C4E9;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.2);
    cursor: grab;
    width: 20px !important;
    height: 20px !important;
    transition: all 0.2s ease;
    top: -7px !important;
    right: -10px !important;
}

.shop-sidebar .noUi-handle:hover {
    transform: scale(1.15);
    box-shadow: 0 3px 8px rgba(0, 0, 0, 0.25);
}

.shop-sidebar .noUi-handle:active {
    cursor: grabbing;
}

.shop-sidebar .noUi-handle::before,
.shop-sidebar .noUi-handle::after {
    display: none;
}

.shop-sidebar .price-display-box {
    text-align: center;
    padding: 12px 20px;
    background: transparent;
    color: #424242;
    border: 2px solid #e0e0e0;
    border-radius: 8px;
    font-weight: 600;
    font-size: 16px;
    margin-top: 15px;
}

/* Apply Filter Button */
.shop-sidebar .btn-filter-apply {
    background: #D1C4E9;
    color: #ffffff;
    border: none;
    width: 100%;
    padding: 12px 20px;
    font-size: 14px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    border-radius: 25px;
    transition: all 0.3s ease;
    box-shadow: 0 2px 8px rgba(209, 196, 233, 0.4);
    cursor: pointer;
    margin-top: 20px;
}

.shop-sidebar .btn-filter-apply:hover {
    background: #B39DDB;
    transform: translateY(-2px);
    box-shadow: 0 4px 12px rgba(209, 196, 233, 0.5);
}

.shop-sidebar .btn-filter-apply i {
    margin-right: 8px;
}

/* ==========================================
   Order Success Page - Full Screen Design
   ========================================== */

.order-success-page {
    background: #f9f7fc;
    min-height: 100vh;
    padding: 60px 0;
}

.order-success-page .container-fluid {
    max-width: 900px;
    margin: 0 auto;
}

/* Success Header */
.success-header {
    text-align: center;
    padding: 50px 0 50px;
}

.success-header .success-icon {
    font-size: 100px;
    color: #28a745;
    margin-bottom: 25px;
    animation: scaleIn 0.5s ease-out;
}

@keyframes scaleIn {
    0% {
        transform: scale(0);
        opacity: 0;
    }
    50% {
        transform: scale(1.1);
    }
    100% {
        transform: scale(1);
        opacity: 1;
    }
}

.success-header h1 {
    color: #2b1f4a;
    font-size: 3rem;
    font-weight: 700;
    margin-bottom: 15px;
}

.success-header .subtitle {
    color: #666;
    font-size: 1.4rem;
}

/* Order Details Wrapper */
.order-details-wrapper {
    background: #ffffff;
    padding: 50px;
    border-radius: 0;
    box-shadow: none;
}

.order-details-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-bottom: 25px;
    border-bottom: 2px solid #e7e1ff;
    margin-bottom: 35px;
}

.order-details-header h2 {
    color: #2b1f4a;
    font-size: 2rem;
    font-weight: 700;
    margin: 0;
}

.order-id {
    background: #e7e1ff;
    color: #2b1f4a;
    padding: 12px 24px;
    border-radius: 20px;
    font-size: 1.2rem;
    font-weight: 600;
}

/* Order Info Grid */
.order-info-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 35px;
    margin-bottom: 35px;
}

.info-item {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.info-label {
    color: #666;
    font-size: 1.05rem;
    font-weight: 500;
}

.info-value {
    color: #2b1f4a;
    font-size: 1.25rem;
    font-weight: 600;
}

.status-badge {
    background: #28a745;
    color: white;
    padding: 8px 18px;
    border-radius: 15px;
    font-size: 1.05rem;
    font-weight: 600;
    display: inline-block;
    width: fit-content;
}

/* Section Divider */
.section-divider {
    height: 1px;
    background: #e7e1ff;
    margin: 35px 0;
}

/* Delivery Section */
.delivery-section h3,
.items-section h3 {
    color: #2b1f4a;
    font-size: 1.5rem;
    font-weight: 600;
    margin-bottom: 25px;
}

.delivery-section h3 i,
.items-section h3 i {
    color: #7952B3;
    margin-right: 10px;
}

.address-content {
    background: #f9f7fc;
    padding: 30px;
    border-left: 4px solid #7952B3;
    line-height: 2;
}

.address-content p {
    margin: 0;
    color: #333;
    font-size: 1.15rem;
}

.recipient-name {
    font-weight: 700;
    color: #2b1f4a;
    font-size: 1.3rem !important;
    margin-bottom: 12px !important;
}

.address-content .phone {
    margin-top: 12px !important;
    color: #666 !important;
}

.address-content .phone i {
    color: #7952B3;
    margin-right: 8px;
}

/* Order Items */
.items-list {
    margin-bottom: 35px;
}

.order-item-row {
    display: flex;
    align-items: center;
    padding: 25px;
    background: #f9f7fc;
    margin-bottom: 18px;
    transition: all 0.2s;
}

.order-item-row:hover {
    background: #f3eeff;
}

.order-item-row .item-image {
    width: 90px;
    height: 90px;
    border-radius: 8px;
    overflow: hidden;
    margin-right: 25px;
    flex-shrink: 0;
}

.order-item-row .item-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.order-item-row .item-info {
    flex: 1;
}

.order-item-row .item-name {
    font-size: 1.35rem;
    font-weight: 600;
    color: #2b1f4a;
    margin-bottom: 8px;
}

.order-item-row .item-quantity {
    color: #666;
    font-size: 1.15rem;
}

.order-item-row .item-total {
    font-size: 1.5rem;
    font-weight: 700;
    color: #2b1f4a;
    margin-left: 25px;
}

/* Order Summary */
.order-summary {
    background: #f9f7fc;
    padding: 30px;
    margin-top: 25px;
}

.summary-row {
    display: flex;
    justify-content: space-between;
    padding: 14px 0;
    font-size: 1.25rem;
    color: #333;
}

.summary-row.total-row {
    border-top: 2px solid #e7e1ff;
    padding-top: 25px;
    margin-top: 15px;
    font-size: 1.6rem;
    font-weight: 700;
    color: #2b1f4a;
}

.summary-row.points-discount {
    color: #28a745;
    font-weight: 600;
}

.summary-row.points-discount i {
    color: #ffc107;
}

.summary-row.points-discount .discount-amount {
    color: #28a745;
    font-weight: 700;
}

.summary-row.points-earned {
    background: #fff3cd;
    border-left: 4px solid #ffc107;
    padding: 14px 20px;
    margin-top: 20px;
    border-radius: 4px;
    font-weight: 600;
}

.summary-row.points-earned i {
    color: #ffc107;
    margin-right: 5px;
}

.summary-row.points-earned .points-value {
    color: #28a745;
    font-weight: 700;
    font-size: 1.4rem;
}

/* Email Confirmation */
.email-confirmation {
    display: flex;
    align-items: flex-start;
    background: #d1ecf1;
    border-left: 4px solid #17a2b8;
    padding: 25px 30px;
}

.email-confirmation i {
    font-size: 1.8rem;
    color: #17a2b8;
    margin-right: 18px;
    margin-top: 5px;
}

.confirmation-text strong {
    display: block;
    color: #2b1f4a;
    font-size: 1.25rem;
    margin-bottom: 8px;
}

.confirmation-text p {
    margin: 0;
    color: #333;
    line-height: 1.7;
    font-size: 1.1rem;
}

.confirmation-text a {
    color: #7952B3;
    font-weight: 600;
    text-decoration: underline;
}

.confirmation-text a:hover {
    color: #2b1f4a;
}

/* Action Buttons */
.action-buttons {
    display: flex;
    gap: 20px;
    justify-content: center;
    margin-top: 50px;
}

.action-buttons .btn-secondary,
.action-buttons .btn-primary {
    padding: 18px 40px;
    font-size: 1.25rem;
    font-weight: 600;
    border-radius: 8px;
    text-decoration: none;
    display: inline-flex;
    align-items: center;
    gap: 12px;
    transition: all 0.3s;
}

.action-buttons .btn-secondary {
    background: transparent;
    border: 2px solid #7952B3;
    color: #7952B3;
}

.action-buttons .btn-secondary:hover {
    background: #7952B3;
    color: white;
    transform: translateY(-2px);
}

.action-buttons .btn-primary {
    background: #7952B3;
    border: 2px solid #7952B3;
    color: white;
}

.action-buttons .btn-primary:hover {
    background: #2b1f4a;
    border-color: #2b1f4a;
    transform: translateY(-2px);
}

/* Responsive Design */
@media (max-width: 768px) {
    .order-success-page {
        padding: 30px 0;
    }

    .order-details-wrapper {
        padding: 30px 20px;
    }

    .success-header h1 {
        font-size: 2.2rem;
    }

    .success-header .success-icon {
        font-size: 80px;
    }

    .order-details-header {
        flex-direction: column;
        gap: 18px;
        text-align: center;
    }

    .order-info-grid {
        grid-template-columns: 1fr;
        gap: 25px;
    }

    .order-item-row {
        flex-direction: column;
        text-align: center;
    }

    .order-item-row .item-image {
        margin-right: 0;
        margin-bottom: 18px;
    }

    .order-item-row .item-total {
        margin-left: 0;
        margin-top: 12px;
    }

    .action-buttons {
        flex-direction: column;
    }

    .action-buttons .btn-secondary,
    .action-buttons .btn-primary {
        width: 100%;
        justify-content: center;
    }
}

/* ==========================================
   User Orders Page Styles
   ========================================== */

.user-orders-page {
    background: white;
    min-height: 100vh;
    padding-top: 100px;
    padding-bottom: 40px;
}

.orders-container {
    max-width: 100%;
    margin: 0 auto;
    padding: 0 20px;
}

.dashboard-title {
    color: #2b1f4a;
    font-size: 2.5rem;
    font-weight: 700;
    margin-bottom: 20px;
}

.dashboard-header {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    margin-bottom: 40px;
}

.header-left {
    flex: 1;
}

.user-welcome {
    color: #666;
    font-size: 1.2rem;
    margin: 0;
}

.header-right {
    margin-left: 30px;
}

/* Orders Section */
.orders-section {
    background: transparent;
    border-radius: 0;
    padding: 0;
    box-shadow: none;
}

.section-title {
    color: #2b1f4a;
    font-size: 1.8rem;
    font-weight: 700;
    margin-bottom: 12px;
    display: flex;
    align-items: center;
    gap: 12px;
}

.section-title i {
    color: #7952B3;
}

/* Orders List */
.orders-list {
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.order-card-new {
    position: relative;
    border: 2px solid #e7e1ff;
    border-radius: 16px;
    background-color: white;
    transition: box-shadow 0.3s ease, transform 0.3s ease;
    overflow: hidden;
    cursor: pointer;
}

.order-card-new:hover {
    box-shadow: 0 6px 16px rgba(121, 82, 179, 0.15);
    transform: translateY(-2px);
}

.order-status-badge {
    position: absolute;
    top: 16px;
    left: 16px;
    padding: 10px 20px;
    border-radius: 25px;
    font-size: 1rem;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    z-index: 1;
}

.order-status-badge.status-processing {
    background-color: #fff3cd;
    color: #856404;
}

.order-status-badge.status-completed {
    background-color: #d4edda;
    color: #155724;
}

.order-status-badge.status-shipped {
    background-color: #d1ecf1;
    color: #0c5460;
}

.order-status-badge.status-cancelled {
    background-color: #f8d7da;
    color: #721c24;
}

.order-content {
    display: flex;
    align-items: center;
    padding: 20px 25px;
    gap: 20px;
}

.order-image {
    width: 120px;
    height: 120px;
    border-radius: 12px;
    overflow: hidden;
    background-color: #f9f7fc;
    flex-shrink: 0;
}

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

.order-details {
    flex: 1;
    display: flex;
    flex-direction: column;
    gap: 6px;
    min-width: 0;
}

.order-id-date {
    display: flex;
    align-items: center;
    gap: 16px;
    flex-wrap: wrap;
}

.order-id {
    font-weight: 600;
    color: #2b1f4a;
    font-size: 1.2rem;
}

.order-date-text {
    color: #6c757d;
    font-size: 1.05rem;
}

.order-description {
    color: #495057;
    font-size: 1.1rem;
    line-height: 1.5;
}

.order-amount {
    font-size: 1.8rem;
    font-weight: 700;
    color: #7952B3;
    margin-top: 4px;
}

.order-arrow {
    flex-shrink: 0;
    width: 50px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    background-color: #f9f7fc;
    transition: background-color 0.3s ease;
    color: #7952B3;
    font-size: 1.4rem;
}

.order-arrow a {
    color: #7952B3;
    font-size: 1.4rem;
    text-decoration: none;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
}

.order-card-new:hover .order-arrow {
    background-color: #7952B3;
    color: white;
}

.order-card-new:hover .order-arrow a {
    color: white;
}

/* Responsive */
@media (max-width: 768px) {
    .orders-container {
        padding: 0 15px;
    }

    .orders-section {
        padding: 0;
    }

    .order-content {
        flex-direction: column;
        align-items: flex-start;
        gap: 16px;
    }

    .order-image {
        width: 100%;
        height: 120px;
    }

    .order-arrow {
        align-self: flex-end;
    }

    .order-status-badge {
        top: 8px;
        left: 8px;
        font-size: 0.75rem;
        padding: 5px 12px;
    }
}

/* Legacy order card styles (keeping for compatibility) */
.order-card {
    border: 2px solid #e7e1ff;
    border-radius: 12px;
    overflow: hidden;
    transition: all 0.3s;
}

.order-card:hover {
    border-color: #7952B3;
    box-shadow: 0 4px 16px rgba(121, 82, 179, 0.15);
    transform: translateY(-2px);
}

.order-header {
    background: #f9f7fc;
    padding: 18px 25px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-bottom: 1px solid #e7e1ff;
}

.order-number {
    font-size: 1.2rem;
    font-weight: 700;
    color: #2b1f4a;
}

.order-date {
    color: #666;
    font-size: 1rem;
}

.order-body {
    padding: 25px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 20px;
}

.order-items {
    display: flex;
    gap: 12px;
    align-items: center;
}

.order-item-preview {
    width: 60px;
    height: 60px;
    border-radius: 8px;
    overflow: hidden;
    border: 2px solid #e7e1ff;
}

.order-item-preview img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.more-items {
    background: #e7e1ff;
    color: #7952B3;
    padding: 8px 14px;
    border-radius: 20px;
    font-size: 0.9rem;
    font-weight: 600;
}

.order-info {
    display: flex;
    align-items: center;
    gap: 25px;
}

.status-badge {
    padding: 8px 16px;
    border-radius: 20px;
    font-size: 0.95rem;
    font-weight: 600;
    text-transform: capitalize;
}

.status-paid {
    background: #d4edda;
    color: #155724;
}

.status-pending {
    background: #fff3cd;
    color: #856404;
}

.status-shipped {
    background: #d1ecf1;
    color: #0c5460;
}

.status-delivered {
    background: #d4edda;
    color: #155724;
}

.order-total {
    font-size: 1.5rem;
    font-weight: 700;
    color: #2b1f4a;
}

.order-footer {
    padding: 18px 25px;
    background: #f9f7fc;
    border-top: 1px solid #e7e1ff;
    text-align: right;
}

.btn-view-order {
    background: #7952B3;
    color: white;
    padding: 10px 24px;
    border-radius: 8px;
    text-decoration: none;
    font-weight: 600;
    display: inline-block;
    transition: all 0.3s;
}

.btn-view-order:hover {
    background: #2b1f4a;
    color: white;
    transform: translateY(-2px);
    box-shadow: 0 4px 12px rgba(121, 82, 179, 0.3);
}

/* Empty State */
.empty-state {
    text-align: center;
    padding: 80px 20px;
}

.empty-state i {
    font-size: 100px;
    color: #e7e1ff;
    margin-bottom: 30px;
}

.empty-state h4 {
    color: #2b1f4a;
    font-size: 1.5rem;
    margin-bottom: 10px;
}

.empty-state p {
    color: #666;
    font-size: 1.1rem;
    margin-bottom: 25px;
}

.btn-shop-now {
    background: #7952B3;
    color: white;
    padding: 14px 32px;
    border-radius: 8px;
    text-decoration: none;
    font-weight: 600;
    font-size: 1.1rem;
    display: inline-block;
    transition: all 0.3s;
}

.btn-shop-now:hover {
    background: #2b1f4a;
    color: white;
    transform: translateY(-2px);
    box-shadow: 0 4px 12px rgba(121, 82, 179, 0.3);
}

/* Responsive */
@media (max-width: 768px) {
    .dashboard-header {
        flex-direction: column;
        align-items: flex-start;
        gap: 25px;
    }

    .header-right {
        margin-left: 0;
        width: 100%;
    }

    .points-badge {
        width: 100%;
        justify-content: center;
    }

    .order-body {
        flex-direction: column;
        align-items: flex-start;
    }

    .order-info {
        width: 100%;
        justify-content: space-between;
    }
}

