--------------------------------------------------------------------- File Name: style.css ---------------------------------------------------------------------*/
/*--------------------------------------------------------------------- import Files ---------------------------------------------------------------------*/

@import url(animate.min.css);
@import url(normalize.css);
@import url(icomoon.css);
@import url(css/font-awesome.min.css);
@import url(meanmenu.css);
@import url(owl.carousel.min.css);
@import url(swiper.min.css);
@import url(slick.css);
@import url(jquery.fancybox.min.css);
@import url(jquery-ui.css);
@import url(nice-select.css);

/*--------------------------------------------------------------------- skeleton ---------------------------------------------------------------------*/

* {
    box-sizing: border-box !important;
    transition: ease all 0.5s;
}

html {
    scroll-behavior: smooth;
    overflow-x: hidden;
}

body {
    color: #666666;
    font-size: 14px;
    line-height: 1.80857;
    font-weight: normal;
    overflow-x: hidden;
    font-family: 'Quicksand', sans-serif !important;
}
#mymob{display:none;}
a {
    color: #1f1f1f;
    text-decoration: none !important;
    outline: none !important;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    letter-spacing: 0;
    font-weight: normal;
    position: relative;
    padding: 0 0 10px 0;
    font-weight: normal;
    line-height: normal;
    margin: 0;
    font-family:"Alice", sans-serif !important;
}

h1 {
    font-size: 24px
}

h2 {
    font-size: 22px
}

h3 {
    font-size: 18px
}

h4 {
    font-size: 16px
}

h5 {
    font-size: 14px
}

h6 {
    font-size: 13px
}

*,
*::after,
*::before {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
    color: #212121;
    text-decoration: none!important;
    opacity: 1
}

button:focus {
    outline: none;
}

ul,
li,
ol {
    margin: 0px;
    padding: 0px;
    list-style: none;
}

p {
    font-weight: 300;
    font-size: 15px;
    line-height: 24px;
}

a {
    color: #222222;
    text-decoration: none;
    outline: none !important;
}

a,
.btn {
    text-decoration: none !important;
    outline: none !important;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}

img {
    max-width: 100%;
    height: auto;
}

 :focus {
    outline: 0;
}

.paddind_bottom_0 {
    padding-bottom: 0 !important;
}

.btn-custom {
    margin-top: 20px;
    background-color: transparent !important;
    border: 2px solid #ddd;
    padding: 12px 40px;
    font-size: 16px;
}

.lead {
    font-size: 18px;
    line-height: 30px;
    color: #767676;
    margin: 0;
    padding: 0;
}

.form-control:focus {
    /*border-color: #ffffff !important;*/
    box-shadow: 0 0 0 .2rem rgba(255, 255, 255, .25);
}

.navbar-form input {
    border: none !important;
}

.badge {
    font-weight: 500;
}

blockquote {
    margin: 20px 0 20px;
    padding: 30px;
}

button {
    border: 0;
    margin: 0;
    padding: 0;
    cursor: pointer;
}

.full {
    float: left;
    width: 100%;
}

.layout_padding {
    padding-top: 90px;
    padding-bottom: 0px;
}

.padding_0 {
    padding: 0px;
}


/* banner bg main start */

.banner_bg_main {
    width: 100%;
    height: auto;
    background-size: 100%;
    background-repeat: no-repeat;
    padding-bottom: 20px;
}


/* banner bg main end */


/* header top section start */

.header_section_top {
    width: 100%;
    float: left;
    background-color: #2b2a29;
    clip-path: polygon(0 0, 100% 0, 96% 100%, 3% 100%);
    height: auto;
    padding: 10px 0px;
}

.custom_menu {
    width: 100%;
    margin: 0 auto;
    text-align: center;
}

.custom_menu ul {
    margin: 0px;
    padding: 0px;
    display: inline-block;
}

.custom_menu li {
    float: left;
    font-size: 16px;
    color: #f1f1f1;
    padding: 6px 10px 0px 10px;
}

.custom_menu li a {
    color: #f1f1f1;
}

.custom_menu li a:hover {
    color: #f26522;
}


/* header top section end */


/* logo section start */

.logo_section {
    width: 100%;
}

.logo {
    width: 100%;
    text-align: center;
    padding: 10px 0px;
}

.logo img{
    width: 220px;
}


/* logo section end */


/* header section start */

.header_section {
    width: 100%;
    display: flex;
}

.containt_main {
    display: flex;
    align-items: center;
}


/* opennav bar start */

.sidenav {
    height: 100%;
    width: 0;
    position: fixed;
    z-index: 1040;
    top: 0;
    left: 0;
    background-color: #111;
    overflow-x: hidden;
    transition: 0.5s;
    padding-top: 60px;
}

.sidenav a {
    padding: 8px 8px 8px 32px;
    text-decoration: none;
    color: #ffffff;
    display: block;
    transition: 0.3s;
}

.sidenav a:hover {
    color: #f26522;
}

.sidenav .closebtn {
    position: absolute;
    top: 0;
    right: 25px;
    font-size: 36px;
    margin-left: 50px;
}

@media screen and (max-height: 450px) {
    .sidenav {
        padding-top: 15px;
    }
    .sidenav a {
        font-size: 18px;
    }
}

.toggle_icon {
    cursor: pointer;
    color: #ffffff;
    order: 2;
    font-size: 28px;
}

.header_box {
    order: 2;
    display: flex;
}

.dropdown,
.dropleft,
.dropright,
.dropup {
    position: relative;
    margin: 0 auto;
    text-align: center;
    display: inline-block;
    margin-left: 30px;
    order: 2;
}

.btn-secondary {
    color: #fff;
    background-color: #30302e;
    border-color: #30302e;
}

.btn-secondary:hover {
    color: #fff;
    background-color: #30302e;
    border-color: #30302e;
}

.show>.btn-secondary.dropdown-toggle:focus {
    box-shadow: none;
}


/* opennav bar end */


/* Styles for wrapping the search box start */

.main {
    flex: 1;
    margin: 0px 30px;
    display: inline-block;
    order: 2;
}


/* Bootstrap 4 text input with search icon */

.has-search .form-control {
    padding-left: 2.375rem;
}

.has-search .form-control-feedback {
    position: absolute;
    z-index: 2;
    display: block;
    width: 2.375rem;
    height: 2.375rem;
    line-height: 2.375rem;
    text-align: center;
    pointer-events: none;
    color: #aaa;
}


/* Styles for wrapping the search box end */

.login_menu {
    display: flex;
    text-align: right;
    float: right;
}

.login_menu ul {
    margin: 0px;
    padding: 0px;
}

.login_menu li {
    float: left;
    font-size: 16px;
    color: #ffffff;
    text-transform: uppercase;
    padding-left: 10px;
    padding-top: 4px;
}

.login_menu li a {
    color: #565656;
}

.login_menu li a:hover {
    color: #f26522;
}

.padding_10 {
    padding-left: 10px;
}


/* flage css start */

.lang_box {
    display: none;
    float: right;
    background: #fff;
    border-radius: 5px;
    margin-right: 20px;
}

.nav-link {
    display: block;
    padding: .4rem 1rem;
}

a:hover {
    color: #f26522;
    text-decoration: underline;
}


/* flage css end */


/* header section end */


/* banner section start */

.banner_section {
    width: 100%;
}

.banner_taital {
    width: 100%;
    font-size: 60px;
    color: #ffffff;
    text-align: center;
    text-transform: uppercase;
    font-weight: bold;
}

.buynow_bt {
    width: 170px;
    margin: 0 auto;
    padding-top: 30px;
}

.buynow_bt a {
    width: 100%;
    float: left;
    font-size: 16px;
    color: #ffffff;
    background-color: #252525;
    text-align: center;
    padding: 10px 0px;
    border-radius: 5px;
    text-transform: uppercase;
    font-weight: bold;
}

.buynow_bt a:hover {
    background-color: #f26522;
    color: #ffffff;
}

#my_slider a.carousel-control-next {
    right: 0px;
}

#my_slider a.carousel-control-prev {
    left: 0px;
}

#my_slider .carousel-control-next,
#my_slider .carousel-control-prev {
    width: 45px;
    opacity: 1;
    font-size: 20px;
    color: #000;
    border-radius: 100px;
}

#my_slider .carousel-control-next i,
#my_slider .carousel-control-prev i {
    width: 45px;
    height: 45px;
    background: rgb(242, 222, 172, 0.80);
    display: flex;
    justify-content: center;
    align-items: center;
}

#my_slider .carousel-control-next:focus,
#my_slider .carousel-control-next:hover,
#my_slider .carousel-control-prev:focus,
#my_slider .carousel-control-prev:hover {
    color: #fff;
}


/* banner section end */


/* fashion section start */

.fashion_section {
    width: 100%;
    float: left;
    padding-bottom: 150px;
}

.fashion_taital {
    width: 100%;
    font-size: 40px;
    color: #30302e;
    text-align: center;
    font-weight: bold;
}

.fashion_section_2 {
    width: 100%;
    margin-top: 30px;
}

.box_main {
    width: 100%;
    background-color: #ffffff;
    height: auto;
    padding: 20px;
    box-shadow: 0px 0 30px 10px #f0f0f0;
    margin-bottom: 20px;
}

.shirt_text {
    width: 100%;
    font-size: 20px;
    color: #30302e;
    text-align: center;
    font-weight: bold;
    padding-bottom: 5px;
}

.price_text {
    width: 100%;
    font-size: 16px;
    color: #f26522;
    text-align: center;
    margin: 0px;
}

.tshirt_img {
    width: 100%;
    text-align: center;
    margin: 50px 0px;
    min-height: 370px;
}

.btn_main {
    width: 100%;
    display: flex;
}

.buy_bt {
    float: left;
    width: 100%;
}

.buy_bt a {
    width: 100%;
    font-size: 16px;
    color: #f26522;
    background-color: transparent;
    text-align: right;
    font-weight: bold;
}

.buy_bt a:hover {
    background-color: transparent;
    color: #262626;
}

.seemore_bt {
    width: 100%;
    float: right;
    text-align: right;
}

.seemore_bt a {
    width: 100%;
    font-size: 16px;
    color: #262626;
    background-color: transparent;
    text-align: right;
}

.seemore_bt a:hover {
    background-color: transparent;
    color: #f26522;
}

#main_slider a.carousel-control-next {
    right: 615px;
    top: 105%;
}

#main_slider a.carousel-control-prev {
    left: 615px;
    top: 105%;
}

#main_slider .carousel-control-next,
#main_slider .carousel-control-prev {
    width: 55px;
    height: 55px;
    background-color: #30302e;
    opacity: 1;
    font-size: 30px;
    color: #ffffff;
}

#main_slider .carousel-control-next:focus,
#main_slider .carousel-control-next:hover,
#main_slider .carousel-control-prev:focus,
#main_slider .carousel-control-prev:hover {
    color: #fff;
    background-color: #f26522;
}


/* fashion section end */


/* electronic section start */

.electronic_img {
    width: 100%;
    text-align: center;
    margin: 50px 0px;
    min-height: 293px;
}

#electronic_main_slider a.carousel-control-next {
    right: 615px;
    top: 105%;
}

#electronic_main_slider a.carousel-control-prev {
    left: 615px;
    top: 105%;
}

#electronic_main_slider .carousel-control-next,
#electronic_main_slider .carousel-control-prev {
    width: 55px;
    height: 55px;
    background-color: #30302e;
    opacity: 1;
    font-size: 30px;
    color: #ffffff;
}

#electronic_main_slider .carousel-control-next:focus,
#electronic_main_slider .carousel-control-next:hover,
#electronic_main_slider .carousel-control-prev:focus,
#electronic_main_slider .carousel-control-prev:hover {
    color: #fff;
    background-color: #f26522;
}


/* electronic section end */


/* jewellery section start */

.jewellery_section {
    width: 100%;
    float: left;
    padding-bottom: 50px;
}

.jewellery_img {
    width: 100%;
    text-align: center;
    margin: 50px 0px;
    min-height: 293px;
}

#jewellery_main_slider a.carousel-control-next {
    right: 615px;
    top: 75%;
}

#jewellery_main_slider a.carousel-control-prev {
    left: 615px;
    top: 75%;
}

#jewellery_main_slider .carousel-control-next,
#jewellery_main_slider .carousel-control-prev {
    width: 55px;
    height: 55px;
    background-color: #30302e;
    opacity: 1;
    font-size: 30px;
    color: #ffffff;
}

#jewellery_main_slider .carousel-control-next:focus,
#jewellery_main_slider .carousel-control-next:hover,
#jewellery_main_slider .carousel-control-prev:focus,
#jewellery_main_slider .carousel-control-prev:hover {
    color: #fff;
    background-color: #f26522;
}


/* loader bar css start */

.loader_main {
    width: 100%;
    text-align: center;
    margin-top: 140px;
}

.loader {
    border: 16px solid #f3f3f3;
    border-radius: 50%;
    border-top: 16px solid #414744;
    border-right: 16px solid #f26522;
    border-bottom: 16px solid #414744;
    border-left: 16px solid #f26522;
    width: 120px;
    height: 120px;
    -webkit-animation: spin 2s linear infinite;
    animation: spin 6s linear infinite;
    margin: 0 auto;
}

@-webkit-keyframes spin {
    0% {
        -webkit-transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(360deg);
    }
}

@keyframes spin {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}


/* loader bar css end */


/* jewellery section end */


/* footer section start */


/* footer section start */

.footer_section {
    width: 100%;
    float: left;
    background-color: #252525;
    height: auto;
}

.footer_logo {
    width: 100%;
    text-align: center;
}

.footer_logo img{width: 230px; filter: invert(1);}
.input_bt {
    width: 60%;
    margin: 0 auto;
    text-align: center;
    display: flex;
    border-bottom: 1px solid #ffffff !important;
}

.mail_bt {
    width: 100%;
    float: left;
    font-size: 18px;
    color: #fff;
    background-color: transparent;
    padding: 5px 0px 5px 0px;
    height: 60px;
    border: 0px;
}

input.mail_bt::placeholder {
    color: #fff;
}

.subscribe_bt {
    width: 30%;
    float: right;
    font-size: 16px;
    color: #f26522;
    background-color: transparent;
    padding: 20px 0px 5px 0px;
    border-radius: 30px;
    border: 0px;
    text-transform: uppercase;
    text-align: right;
}

.subscribe_bt a {
    color: #f26522;
}

.subscribe_bt a:hover {
    color: #ffffff;
}

.footer_menu {
    width: 100%;
    margin: 0 auto;
    text-align: center;
}

.footer_menu ul {
    margin: 0px;
    padding: 0px;
    display: inline-block;
}

.footer_menu li {
    float: left;
    font-size: 16px;
    color: #f1f1f1;
    padding: 20px 10px 0px 10px;
}

.footer_menu li a {
    color: #f1f1f1;
}

.footer_menu li a:hover {
    color: #f26522;
}

.location_main {
    width: 100%;
    margin: 0 auto;
    padding-top: 30px;
    text-align: center;
}

.location_main {
    float: left;
    font-size: 16px;
    color: #ffffff;
    padding: 30px 30px 30px 30px;
}

.location_main a {
    color: #ffffff;
}

.location_main a:hover {
    color: #f26522;
}


/* footer section end */


/* copyright section start */

.copyright_section {
    width: 100%;
    float: left;
    background-color: #252525;
    height: auto;
}

.copyright_text {
    width: 100%;
    float: left;
    color: #ffffff;
    text-align: center;
    font-size: 16px;
    margin: 20px 0px;
}

.copyright_text a {
    color: #ffffff;
}

.copyright_text a:hover {
    color: #f26522;
}

.margin_top90 {
    margin-top: 90px;
}


/* copyright section end */

.fa-dolly:before{
    content:"\f472";
}
.productitem{position: relative;}
.pitemlink{position: absolute; left: 0; top: 0; width: 100%; height: 100%; display: flex; justify-content: center; align-items: center; z-index: 99;}
.pitemlink span{opacity: 0; margin-top: 20px; transition: .3s ease;}
.pitemlink:hover span{opacity: 1; margin-top: 5px;}
.fl li{float: left !important;}
.slideritem{position: relative;}
.slidercontent{position: absolute; left: 0; top: 0; width: 100%; height: 100%; display: flex; justify-content: center; align-items: center;}

.sincon{text-align: center;}
.pricesize{font-size: 18px;}
.sincon{width: 80%; max-width: 768px;}


/* Style the tab content */
.tabcontent {
  display: none;
  animation: fadeEffect 1s; /* Fading effect takes 1 second */
}
.tablinks:hover{
    cursor: pointer;
}

/* Go from zero to full opacity */
@keyframes fadeEffect {
  from {opacity: 0;}
  to {opacity: 1;}
}
.profilepic img{width: 120px;}

.aboutus-title {
    font-size: 30px;
    letter-spacing: 0;
    line-height: 32px;
    margin: 0 0 39px;
    padding: 0 0 11px;
    position: relative;
    text-transform: uppercase;
    color: #000;
}
.aboutus-title::after {
    background: #fdb801 none repeat scroll 0 0;
    bottom: 0;
    content: "";
    height: 2px;
    left: 0;
    position: absolute;
    width: 54px;
}
.aboutus-text {
    color: #606060;
    font-size: 13px;
    line-height: 22px;
    margin: 0 0 35px;
}

a:hover, a:active {
    color: #ffb901;
    text-decoration: none;
    outline: 0;
}
.aboutus-more {
    border: 1px solid #fdb801;
    border-radius: 25px;
    color: #fdb801;
    display: inline-block;
    font-size: 14px;
    font-weight: 700;
    letter-spacing: 0;
    padding: 7px 20px;
    text-transform: uppercase;
}
.feature .feature-box .iconset {
    background: #fff none repeat scroll 0 0;
    float: left;
    position: relative;
    width: 18%;
}
.feature .feature-box .iconset::after {
    background: #000 none repeat scroll 0 0;
    content: "";
    height: 150%;
    left: 43%;
    position: absolute;
    top: 100%;
    width: 1px;
}

.feature .feature-box .feature-content h4 {
    color: #0f0f0f;
    font-size: 18px;
    letter-spacing: 0;
    line-height: 22px;
    margin: 0 0 5px;
}


.feature .feature-box .feature-content {
    float: left;
    padding-left: 28px;
    width: 78%;
}
.feature .feature-box .feature-content h4 {
    color: #0f0f0f;
    font-size: 18px;
    letter-spacing: 0;
    line-height: 22px;
    margin: 0 0 5px;
}
.feature .feature-box .feature-content p {
    color: #606060;
    font-size: 13px;
    line-height: 22px;
}
.icon1 {
    padding:0px;
    border: 1px solid #000;
    border-radius: 100px;
    color: #000;
    font-size: 28px !important;
    height: 70px;
    line-height: 70px !important;
    text-align: center;
    width: 70px;
}
.mym{margin-right: 5px; margin-top: 5px;}
#special-offer{padding: 0 !important;}
#special-offer-open{width: 100% !important; height: 100vh !important; display: flex; justify-content: center; align-items: center; background: rgba(0, 0, 0, 0.6);}
.soffer{background-image: url('../images/offerbg.png'); background-size: cover; background-attachment: fixed; position: relative;}
#cross{width: 40px; height: 40px; position: absolute; display: flex; justify-content: center; align-items: center; right: 0; top: 0; background-color: #000; color: #fff; cursor: pointer;}
.file-input {
  display: inline-block;
  text-align: left;
  background: #fff;
  position: relative;
  border-radius: 10px;
  width: 100%;
  border: 1px solid #ced4da;
}

.file-input > [type='file'] {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  z-index: 10;
  cursor: pointer;
}

.file-input > .button {
  display: inline-block;
  cursor: pointer;
  background: #eee;
  padding: 7px 16px;
  border-radius: 2px;
  margin-right: 8px;
}

.file-input:hover > .button {
  background: dodgerblue;
  color: white;
  cursor: pointer;
}

.file-input:hover > .label {
  cursor: pointer;
}

.file-input > .label {
  color: #333;
  white-space: nowrap;
  opacity: .3;
}

.file-input.-chosen > .label {
  opacity: 1;
}

/* ==========================================
           HEADER & NAVIGATION (FIXED FOR SCROLL)
        ========================================== */
        .main-navbar {
            background-color: #F5F5DC;
            padding: 15px 0;
            z-index: 1050; /* High z-index to stay above everything */
            width: 100%;
            position: fixed; /* Forces it to stay at the top */
            top: 0;
            left: 0;
            transition: padding 0.3s ease, box-shadow 0.3s ease;
        }

        .main-navbar.scrolled {
            padding: 8px 0; /* Shrinks the header */
            box-shadow: 0 4px 15px rgba(0,0,0,0.5); /* Adds a drop shadow */
        }


/* ==========================================
           HEADER & NAVIGATION (FABBAT STYLE)
        ========================================== */
        .main-navbar {
            background-color: #F5F5DC; /* Deep dark maroon */
            padding: 15px 0;
            z-index: 1030;
            width: 100%;
        }

/* ==========================================
           SCROLLING ANNOUNCEMENT BAR (MARQUEE)
        ========================================== */
        .announcement-bar {
            background-color: #f6f4ef;
            color: #F5F5DC;
            border-bottom: 1px solid rgba(0,0,0,0.08);
            font-size: 0.85rem;
            font-weight: 600;
            padding: 12px 0;
            margin-top: 85px; /* Pushes below the fixed header */
            overflow: hidden; /* Hides text outside the screen */
            width: 100%;
            position: relative;
            display: flex;
            align-items: center;
        }

        .marquee-track {
            display: flex;
            white-space: nowrap;
            /* 25s controls the speed. Lower = faster, Higher = slower */
            animation: scrollMarquee 25s linear infinite; 
        }

        .marquee-track:hover {
            animation-play-state: paused; /* Pauses the scroll if a user hovers their mouse over it! */
        }

        .marquee-content {
            display: flex;
            min-width: 100vw;
            justify-content: space-around;
        }

        .marquee-item {
            padding: 0 40px;
            letter-spacing: 1px;
            text-transform: uppercase;
        }

        @keyframes scrollMarquee {
            0% { transform: translateX(0); }
            /* Slides exactly half the track width to create a perfect invisible loop */
            100% { transform: translateX(-50%); } 
        }

        /* Mobile Adjustment for the margin */
        @media (max-width: 768px) {
            .announcement-bar { margin-top: 75px; }
        }

        .navbar-brand-center img {
            max-height: 55px;
            
        }

        .hamburger-btn {
            background: transparent;
            border: none;
            color: #fff;
            font-size: 1.5rem;
            cursor: pointer;
            padding: 0;
        }
        .hamburger-btn i{color: #000;}

        .nav-icons a {
            color: #000;
            margin-left: 20px;
            font-size: 1.1rem;
            text-decoration: none;
            position: relative;
            transition: color 0.3s ease;
        }

        .nav-icons a:hover { color: var(--theme-gold); }

        .cart-badge {
            position: absolute;
            top: -8px;
            right: -10px;
            background-color: var(--theme-gold);
            color: #fff;
            font-size: 0.65rem;
            font-weight: bold;
            padding: 2px 5px;
            border-radius: 50%;
            font-family: var(--font-body);
        }

        /* ==========================================
           OFFCANVAS SIDEBAR (DARK MAROON)
        ========================================== */
        .offcanvas-custom {
            background-color: #000 !important; /* Maroon background */
            color: #fff;
        }
        
        .offcanvas-custom .offcanvas-header {
            border-bottom: 1px solid rgba(255,255,255,0.05);
        }

        /* Turns the Bootstrap X close button white */
        .offcanvas-custom .btn-close {
            filter: invert(1) grayscale(100%) brightness(200%); 
        }

        .side-link {
            color: #fff;
            text-decoration: none;
            display: block;
            padding: 15px 30px;
            font-family: var(--font-body);
            font-weight: 500;
            text-transform: uppercase;
            font-size: 0.9rem;
            letter-spacing: 1px;
            transition: background 0.3s;
        }

        .side-link:hover {
            background-color: rgba(255,255,255,0.05);
            color: var(--theme-gold);
        }

        /* ==========================================
           FULL-SCREEN SEARCH OVERLAY
        ========================================== */
        .search-overlay {
            position: fixed;
            top: 0;
            left: 0;
            width: 100%;
            height: 100vh;
            background-color: var(--theme-cream); /* Uses your beautiful cream background */
            z-index: 9999; /* Sits above everything, including the header */
            display: flex;
            flex-direction: column;
            align-items: center;
            justify-content: center;
            opacity: 0;
            visibility: hidden;
            transition: opacity 0.4s ease, visibility 0.4s ease;
        }

        .search-overlay.active {
            opacity: 1;
            visibility: visible;
        }

        .search-close-btn {
            position: absolute;
            top: 40px;
            right: 50px;
            background: transparent;
            border: none;
            font-size: 2rem;
            color: var(--theme-maroon);
            cursor: pointer;
            transition: transform 0.3s ease;
        }

        .search-close-btn:hover {
            transform: rotate(90deg); /* Nice little rotation effect on hover */
        }

        .search-form-container {
            width: 100%;
            max-width: 650px;
            padding: 0 20px;
        }

        .search-input-group {
            position: relative;
            width: 100%;
            border-bottom: 1px solid #ccc;
            margin-bottom: 25px;
        }

        .search-input-group input {
            width: 100%;
            background: transparent;
            border: none;
            padding: 15px 50px 15px 0; /* Room for the icon on the right */
            font-size: 1.2rem;
            font-family: var(--font-body);
            color: var(--theme-text-dark);
            outline: none;
        }

        .search-input-group input::placeholder {
            color: #999;
        }

        .search-input-group button {
            position: absolute;
            right: 0;
            top: 50%;
            transform: translateY(-50%);
            background: transparent;
            border: none;
            color: var(--theme-text-dark);
            font-size: 1.2rem;
            cursor: pointer;
        }

        .popular-searches {
            font-family: var(--font-body);
            font-size: 0.9rem;
            display: flex;
            align-items: center;
            justify-content: center;
            gap: 15px;
            flex-wrap: wrap;
        }

        .popular-searches span {
            color: var(--theme-maroon);
            font-weight: 600;
        }

        .popular-searches a {
            color: var(--theme-text-dark);
            text-decoration: none;
            transition: color 0.3s ease;
        }

        .popular-searches a:hover {
            color: var(--theme-gold);
        }

/* ==========================================
           HERITAGE SLOGAN BANNER (UPDATED)
        ========================================== */
        .heritage-slogan-section {
            position: relative;
            padding: 90px 0; /* Increased padding to show more of the beautiful background */
            text-align: center;
            
        
        }

        /* Optional: If the image is a bit too bright, this adds a subtle dark overlay */
        .heritage-slogan-section::before {
            content: '';
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            
            z-index: 1;
        }

        .heritage-slogan-text {
            color: var(--theme-cream);
            font-family: var(--font-body);
            font-size: 2.2rem;
            font-weight: 400;
            letter-spacing: 1px;
            margin: 0;
            position: relative;
            z-index: 2; /* Keeps the text above the background overlay */
        }

        /* Mobile Adjustments */
        @media (max-width: 768px) {
            .heritage-slogan-text {
                font-size: 1.5rem;
                padding: 0 20px;
            }
            .heritage-slogan-section {
                padding: 80px 0;
            }
            #mymob{display:block !important;}
            #mydesk{display:none;}
        }

/* ==========================================
           3-COLUMN EDITORIAL GRID (PRODUCTS)
        ========================================== */
        .editorial-grid {
            background-color: var(--theme-cream); /* Or dark if you prefer the lines between them to be dark */
        }
        
        .editorial-item {
            position: relative;
            overflow: hidden;
        }

        .editorial-item img {
            width: 100%;
            height: 800px; /* Tall, luxurious editorial height */
            object-fit: cover;
            display: block;
            transition: transform 0.8s ease;
        }

        .editorial-item:hover img {
            transform: scale(1.03); /* Subtle, premium zoom effect */
        }

        .editorial-btn {
            position: absolute;
            bottom: 40px;
            left: 50%;
            transform: translateX(-50%);
            background-color: #faf0e6; /* Deep maroon from your screenshot */
            color: #000 !important;
            padding: 12px 35px;
            font-family: var(--font-body);
            font-size: 0.9rem;
            font-weight: 500;
            text-transform: capitalize;
            text-decoration: none;
            white-space: nowrap;
            transition: all 0.3s ease;
            /* Optional: subtle shadow to make it pop over the dress */
            box-shadow: 0 4px 15px rgba(0,0,0,0.3); 
        }

        .editorial-btn:hover {
            background-color: #f5f5dc; /* Darkens on hover */
        }

        .btn-maroon{background-color: #faf0e6; /* Deep maroon from your screenshot */
            color: #000 !important;}

            .btn-maroon:hover {
            background-color: #f5f5dc; /* Darkens on hover */
        }

        /* Mobile Adjustments */
        @media (max-width: 991px) {
            .editorial-item img { height: 600px; }
        }
        @media (max-width: 768px) {
            .editorial-item img { height: 500px; }
        }

/* ==========================================
           HERITAGE VINTAGE SECTION
        ========================================== */
        .heritage-vintage-section {
            /* Using the exact textured cream background from your reference */
            background-image: url('https://cdn.shopify.com/s/files/1/0663/7620/4376/files/cream-bg.jpg?v=1752221661');
            background-size: cover;
            background-position: center;
            padding: 100px 0; 
        }

        .heritage-vintage-desc {
            max-width: 80% !important; /* Constrains the text width like the original */
            margin: 0 auto;
            font-size: 0.95rem;
            line-height: 1.8;
            color: var(--theme-text-dark);
        }
        
        .vintage-frame-img {
            width: 100%;
            height: auto;
            transition: transform 0.5s ease;
            /* Optional: Adds a very soft shadow to make the images pop off the cream background */
            filter: grayscale(0.5);
            aspect-ratio: 1;
            object-fit: cover;
        }
        
        .vintage-frame-img:hover {
            transform: scale(1.02); /* Slight premium zoom effect on hover */
        }

/* ==========================================
           FULL-WIDTH VIDEO BANNER
        ========================================== */
        .video-banner-section {
            position: relative;
            width: 100%;
            height: 85vh; /* Makes it take up most of the screen */
            overflow: hidden;
            display: flex;
            align-items: center;
            justify-content: center;
        }

        .video-background {
            position: absolute;
            top: 50%;
            left: 50%;
            min-width: 100%;
            min-height: 100%;
            width: auto;
            height: auto;
            z-index: 0;
            transform: translateX(-50%) translateY(-50%);
            object-fit: cover; /* Ensures the video fills the screen without stretching */
        }

        .video-overlay {
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            background: linear-gradient(to bottom, rgba(0,0,0,0.2), rgba(0,0,0,0.5)); 
            z-index: 1;
        }

        /* Decorative Corners (Optional) */
        .corner-flourish {
            position: absolute;
            width: 150px;
            height: 150px;
            z-index: 2;
            pointer-events: none;
        }
        
        .corner-bottom-left {
            bottom: 20px;
            left: 20px;
            /* Replace with your actual left corner image */
            /* background: url('images/corner-left.png') no-repeat bottom left; */
            background-size: contain;
        }
        
        .corner-bottom-right {
            bottom: 20px;
            right: 20px;
            /* Replace with your actual right corner image */
            /* background: url('images/corner-right.png') no-repeat bottom right; */
            background-size: contain;
        }

        .video-content {
            position: relative;
            z-index: 3;
            text-align: center;
            color: #fff;
        }

        .video-content h2 {
            font-size: 4.5rem;
            margin-bottom: 1.5rem;
            text-shadow: 2px 2px 10px rgba(0,0,0,0.5); /* Makes text readable over bright video parts */
        }

        /* Mobile Adjustments */
        @media (max-width: 768px) {
            .video-banner-section { height: 65vh; }
            .video-content h2 { font-size: 2.8rem; }
        }

        /* ==========================================
           TESTIMONIALS SECTION
        ========================================== */
        .testimonial-section {
            /* Reusing that beautiful textured cream background */
            background-image: url('https://cdn.shopify.com/s/files/1/0663/7620/4376/files/cream-bg.jpg?v=1752221661');
            background-size: cover;
            background-position: center;
            padding: 100px 0;
            text-align: center;
        }

        .testimonial-stars {
            margin-bottom: 25px;
        }

        .testimonial-stars i {
            color: #310c17; /* Deep maroon for the stars */
            font-size: 0.85rem;
            margin: 0 2px;
        }

        .testimonial-quote {
            max-width: 850px;
            margin: 0 auto 30px;
            font-size: 0.95rem;
            line-height: 1.9;
            color: var(--theme-text-dark);
        }

        .testimonial-author {
            font-family: var(--font-body);
            font-weight: 700;
            font-size: 0.9rem;
            color: #310c17;
            margin-bottom: 0;
        }

        /* Customizing Owl Carousel Dots to look like the reference (Dash + Dots) */
        .testimonial-section .owl-dots {
            margin-top: 40px !important;
        }
        
        .testimonial-section .owl-theme .owl-dots .owl-dot span {
            width: 6px;
            height: 6px;
            background: rgba(0,0,0,0.2) !important;
            transition: all 0.3s ease;
            margin: 5px 4px !important;
        }
        
        /* The active dot becomes a wider dash */
        .testimonial-section .owl-theme .owl-dots .owl-dot.active span {
            background: #310c17 !important;
            width: 24px;
            border-radius: 4px;
        }

        /* ==========================================
           COLLECTIONS SECTION (SOLID BLOCK STYLE)
        ========================================== */
        .collections-section {
            background-color: #F5F5DC; /* Deep dark background */
            padding: 80px 0 0 0;
        }

        .collection-card {
            display: block;
            text-decoration: none;
            transition: opacity 0.3s ease;
        }

        .collection-card:hover {
            opacity: 0.9;
        }

        .collection-img-wrap {
            overflow: hidden;
        }

        .collection-img-wrap img {
            width: 100%;
            height: 600px; /* Adjust height if you want them taller/shorter */
            object-fit: cover;
            display: block;
        }

        .collection-label {
            background-color: #000000; /* Slightly lighter maroon for the text box */
            color: #ffffff;
            text-align: center;
            padding: 25px 10px;
            font-family: var(--font-body);
            font-size: 1rem;
            font-weight: 600;
            border-bottom: 1px solid rgba(255, 255, 255, 0.8); /* The white line at the bottom */
        }

        /* ==========================================
           INSTAGRAM GALLERY SECTION
        ========================================== */
        .insta-section {
            /* Reusing the textured cream background */
            background-image: url('https://cdn.shopify.com/s/files/1/0663/7620/4376/files/cream-bg.jpg?v=1752221661');
            background-size: cover;
            background-position: center;
            padding: 80px 0;
        }

        .insta-item {
            position: relative;
            display: block;
            overflow: hidden;
            text-decoration: none;
        }

        .insta-item img {
            width: 100%;
            height: 450px; /* Gives the images that tall, portrait Instagram feel */
            object-fit: cover;
            transition: transform 0.6s ease;
            display: block;
        }

        /* The Premium Hover Overlay */
        .insta-overlay {
            position: absolute;
            top: 0; 
            left: 0; 
            right: 0; 
            bottom: 0;
            background: rgba(43, 15, 22, 0.4); /* Subtle maroon tint overlay */
            display: flex;
            align-items: center;
            justify-content: center;
            opacity: 0;
            transition: opacity 0.4s ease;
        }

        .insta-overlay i {
            color: #fff;
            font-size: 2.5rem;
            transform: scale(0.5) translateY(20px);
            transition: all 0.4s ease;
        }

        /* Hover Animations */
        .insta-item:hover img {
            transform: scale(1.05);
        }

        .insta-item:hover .insta-overlay {
            opacity: 1;
        }

        .insta-item:hover .insta-overlay i {
            transform: scale(1) translateY(0);
        }

        /* ==========================================
           FOOTER SECTION
        ========================================== */
        .site-footer {
            background-color: #F5F5DC; /* Deep maroon background */
            color: #f6f4ef; /* Cream text */
            padding-top: 80px;
            font-family: var(--font-body);
        }

        .site-footer a {
            color: #000000;
            text-decoration: none;
            transition: color 0.3s ease;
        }

        .site-footer a:hover {
            color: #c3a35e; /* Gold hover effect */
        }

        .footer-logo {
            max-width: 180px;
            margin-bottom: 20px;

        }

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

        .footer-links li {
            margin-bottom: 18px;
            font-size: 0.95rem;
            letter-spacing: 0.5px;
        }

        .footer-contact li {
            display: flex;
            align-items: flex-start;
            margin-bottom: 20px;
            font-size: 0.95rem;
            line-height: 1.6;
            color: #000;
        }

        .footer-contact li i {
            margin-top: 4px;
            margin-right: 15px;
            font-size: 1.1rem;
            color: #000; 
        }

        .footer-bottom {
            border-top: 1px solid rgba(246, 244, 239, 0.1); /* Subtle top line */
            padding: 25px 0;
            margin-top: 60px;
            font-size: 0.85rem;
            color: rgba(246, 244, 239, 0.7);
        }

        /* ==========================================
       EXQUISITE PICKS (SIMILAR PRODUCTS)
    ========================================== */
    .exquisite-section {
        background-color: var(--theme-cream, #f6f4ef);
        padding: 80px 0;
        border-top: 1px solid rgba(0,0,0,0.08);
    }

    .exquisite-heading {
        font-family: var(--font-heading, 'Alice', serif);
        font-size: 2.5rem;
        color: #310c17;
        margin-bottom: 40px;
    }

    .exquisite-card {
        text-decoration: none;
        display: block;
    }

    /* Image Wrapper & Hover Swap Logic */
    .exquisite-img-wrapper {
        position: relative;
        overflow: hidden; 
    }

    .exquisite-img-wrapper img {
        width: 100%;
        height: 480px;
        object-fit: cover;
        display: block;
        transition: transform 0.8s ease, opacity 0.5s ease;
    }

    .primary-img {
        opacity: 1;
    }

    /* Secondary image sits perfectly on top but is invisible by default */
    .secondary-img {
        position: absolute;
        top: 0;
        left: 0;
        opacity: 0; 
    }

    /* On Hover: Fade out primary, Fade in & zoom secondary */
    .exquisite-card:hover .primary-img {
        opacity: 0; 
    }

    .exquisite-card:hover .secondary-img {
        opacity: 1;
        transform: scale(1.04); 
    }

    /* The Sliding Dark Hover Bar */
    .exquisite-actions {
        position: absolute;
        bottom: -50px; 
        left: 0;
        width: 100%;
        height: 50px;
        background-color: #310c17; 
        display: flex;
        transition: bottom 0.3s ease; 
        z-index: 5; /* Keeps it above both images */
    }

    .exquisite-card:hover .exquisite-actions {
        bottom: 0; 
    }

    .exquisite-action-btn {
        flex: 1;
        display: flex;
        align-items: center;
        justify-content: center;
        color: #fff;
        font-size: 1.1rem;
        transition: background-color 0.3s ease, color 0.3s ease;
    }

    .exquisite-action-btn:hover {
        background-color: #4a1525; 
        color: #c3a35e; 
    }

    .exquisite-action-btn:first-child {
        border-right: 1px solid rgba(255, 255, 255, 0.15);
    }

    .exquisite-info {
        padding: 20px 0;
        text-align: center;
    }

    .exquisite-title {
        font-family: var(--font-body, 'Quicksand', sans-serif);
        font-size: 1.05rem;
        font-weight: 600;
        color: #2c2c2c;
        margin: 0;
    }

    /* ==========================================
       QUICK VIEW MODAL
    ========================================== */
    .quick-view-modal .modal-content {
        border-radius: 20px; /* The soft rounded edges */
        border: none;
        overflow: hidden;
        background-color: var(--theme-cream, #f6f4ef);
    }
    
    .quick-view-modal .btn-close {
        position: absolute;
        top: 20px;
        right: 20px;
        z-index: 10;
        background-color: white;
        border-radius: 50%;
        padding: 10px;
        box-shadow: 0 4px 10px rgba(0,0,0,0.1);
        opacity: 0.8;
    }

    .quick-view-modal .btn-close:hover {
        opacity: 1;
    }

    .quick-view-img {
        width: 100%;
        height: 100%;
        min-height: 450px;
        object-fit: cover;
    }

    .quick-view-info {
        padding: 40px 40px 40px 20px;
    }

    .quick-view-title {
        font-family: var(--font-heading, 'Alice', serif);
        font-size: 2.2rem;
        font-weight: 600;
        color: #310c17;
        margin-bottom: 20px;
    }

    .quick-view-desc {
        font-family: var(--font-body, 'Quicksand', sans-serif);
        font-size: 0.9rem;
        line-height: 1.8;
        color: #444;
    }
    
    .quick-view-btn {
        background-color: #4A121A;
        color: #FFE4BF;
        padding: 15px 25px;
        text-align: center;
        text-decoration: none;
        font-weight: 600;
        letter-spacing: 1px;
        display: inline-block;
        transition: background-color 0.3s ease;
        white-space: nowrap;
    }

    .quick-view-btn:hover {
        background-color: #2b0f16;
        color: #FFE4BF;
    }

    /* ==========================================
       IMAGE GALLERY & HOVER ZOOM
    ========================================== */
    .main-image-wrapper {
        position: relative;
        overflow: hidden; /* Keeps the zoomed image from spilling out */
        width: 100%;
        height: 750px; /* Tall, editorial height */
        background-color: #f1ede3;
        cursor: zoom-in; /* Changes mouse to a magnifying glass */
        margin-bottom: 15px;
    }

    .main-image-wrapper img {
        width: 100%;
        height: 100%;
        object-fit: cover;
        transition: transform 0.1s ease-out; /* Smooth tracking */
        transform-origin: center center; /* Default origin */
    }

    /* Thumbnail Row */
    .thumbnail-gallery {
        display: flex;
        gap: 15px;
        overflow-x: auto; /* Allows scrolling if there are many thumbnails */
        padding-bottom: 10px; /* Room for scrollbar if needed */
    }

    /* Hide scrollbar for cleaner look */
    .thumbnail-gallery::-webkit-scrollbar { height: 4px; }
    .thumbnail-gallery::-webkit-scrollbar-thumb { background: rgba(0,0,0,0.1); border-radius: 4px; }

    .thumbnail-item {
        width: 100px;
        height: 130px;
        object-fit: cover;
        cursor: pointer;
        opacity: 0.5;
        transition: opacity 0.3s ease, outline 0.3s ease;
        outline: 1px solid transparent;
        outline-offset: 2px;
    }

    .thumbnail-item:hover,
    .thumbnail-item.active {
        opacity: 1;
        outline: 1px solid #310c17; /* Dark maroon border on active thumb */
    }

/* REGALTHREADS CTA */

.regalthreads-cta{

padding:120px 0;

background:linear-gradient(
135deg,
#111,
#1f1f1f
);

position:relative;

overflow:hidden;
}

.regalthreads-cta::before{

content:"";

position:absolute;

right:-120px;
top:-120px;

width:350px;
height:350px;

border:1px solid rgba(255,255,255,.08);

border-radius:50%;
}

.regalthreads-cta::after{

content:"";

position:absolute;

right:-60px;
top:-60px;

width:250px;
height:250px;

border:1px solid rgba(255,255,255,.05);

border-radius:50%;
}

.threads-content{

position:relative;
z-index:2;
}

.threads-tag{

display:inline-block;

padding:8px 18px;

border:1px solid rgba(255,255,255,.2);

color:#c5a47e;

font-size:13px;

letter-spacing:3px;

margin-bottom:25px;
}

.threads-content h2{

font-family:'Alice',serif;

font-size:68px;

font-weight:500;

line-height:1.2;

color:#fff;

margin-bottom:25px;
}

.threads-content p{

font-size:22px;

line-height:1.8;

color:#cfcfcf;

max-width:600px;
}

.threads-btn{

display:inline-block;

padding:18px 55px;

background:#fff;

color:#111;

text-decoration:none;

font-size:20px;

font-weight:600;

transition:.4s;
}

.threads-btn:hover{

transform:translateY(-5px);

background:#c5a47e;

color:#fff;
}

@media(max-width:991px){

.regalthreads-cta{

text-align:center;
}

.threads-content h2{

font-size:42px;
}

.threads-btn{

margin-top:40px;
}

}

/* PRIVACY PAGE */

.privacy-hero{

padding:150px 0 100px;

background:#111;

text-align:center;
}

.policy-subtitle{

display:inline-block;

color:#c8a27a;

font-size:14px;

letter-spacing:4px;

margin-bottom:25px;
}

.privacy-hero h1{

font-family:'Alice',serif;

font-size:75px;

font-weight:400;

color:#fff;

margin-bottom:25px;
}

.privacy-hero p{

font-size:22px;

color:#ddd;

max-width:700px;

margin:auto;

line-height:1.8;
}


.privacy-content{

padding:100px 0;

background:#f8f8f8;
}

.policy-card{

background:#fff;

padding:80px;

box-shadow:0 10px 40px rgba(0,0,0,.06);
}

.policy-card h2{

font-family:'Alice',serif;

font-size:34px;

margin-top:40px;

margin-bottom:25px;
}

.policy-card p{

font-size:19px;

line-height:1.9;

color:#666;
}

.policy-card ul{

padding-left:25px;
}

.policy-card li{

font-size:19px;

line-height:2;

color:#666;
}

@media(max-width:991px){

.privacy-hero{

padding:100px 0 70px;
}

.privacy-hero h1{

font-size:45px;
}

.policy-card{

padding:35px;
}

}

.account-dashboard{

padding:80px 0;
background:#f4f7fc;
position:relative;
overflow:hidden;
}

.dashboard-bg-circle{

position:absolute;
border-radius:50%;
filter:blur(80px);
}

.one{

width:350px;
height:350px;

background:#5b7fff;

top:-100px;
left:-100px;

opacity:.2;
}

.two{

width:300px;
height:300px;

background:#ff5e94;

right:-100px;
bottom:-100px;

opacity:.2;
}

.welcome-card{

background:linear-gradient(135deg,#111,#333);

padding:40px;

border-radius:25px;

color:white;

animation:fadeIn .8s;
}

.dashboard-btn{

padding:15px 25px;

background:white;

border-radius:50px;

text-decoration:none;

color:#111;

font-weight:600;
}

.profile-card,
.modern-card{

background:white;

padding:35px;

border-radius:25px;

box-shadow:0 10px 30px rgba(0,0,0,.05);

transition:.4s;
}

.profile-card:hover,
.modern-card:hover{

transform:translateY(-5px);
}

.profile-ring{

width:140px;
height:140px;

margin:auto;

padding:5px;

background:linear-gradient(45deg,#5b7fff,#ff5e94);

border-radius:50%;
}

.profile-ring img{

width:100%;
height:100%;

object-fit:cover;

border-radius:50%;
}

.input-box{

position:relative;
}

.input-box i{

position:absolute;

top:15px;
left:15px;

color:#888;
}

.input-box input{

padding-left:45px;
}

.save-btn{

background:#111;

color:white;

border:none;

padding:14px 30px;

border-radius:40px;
}

.address-box{

padding:20px;

background:#fafafa;

border-radius:15px;

margin-top:20px;
}

@keyframes fadeIn{

from{
opacity:0;
transform:translateY(30px);
}

to{
opacity:1;
transform:none;
}
}

.orders-dashboard{

padding:80px 0;

background:#f6f8fc;
}

.orders-hero{

background:linear-gradient(
135deg,
#111,
#444
);

padding:50px;

border-radius:30px;

color:white;
}

.hero-btn{

padding:15px 25px;

border-radius:50px;

background:white;

color:#111;

text-decoration:none;
}

.stat-card{

padding:35px;

border-radius:25px;

color:white;

transition:.5s;

text-align:center;
}

.stat-card:hover{

transform:translateY(-8px);
}

.progress-card{

background:linear-gradient(45deg,#0099ff,#00c6ff);
}

.complete-card{

background:linear-gradient(45deg,#00b894,#55efc4);
}

.cancel-card{

background:linear-gradient(45deg,#ff416c,#ff4b2b);
}

.total-card{

background:linear-gradient(45deg,#333,#111);
}

.stat-card i{

font-size:40px;

margin-bottom:15px;
}

.stat-card h3{

font-size:45px;

margin-bottom:0;
}

.order-card{

background:white;

padding:25px;

border-radius:20px;

margin-bottom:15px;

box-shadow:0 5px 25px rgba(0,0,0,.05);

transition:.4s;
}

.order-card:hover{

transform:translateY(-5px);
}

.section-title{

margin-bottom:25px;

font-size:28px;
}

.cancel-btn{

color:red;

text-decoration:none;
}

.order-details-modern{

padding:80px 0;

background:#f6f8fc;
}

.top-order-card{

background:linear-gradient(
135deg,
#111,
#444
);

padding:40px;

border-radius:30px;

color:white;
}

.status-pill{

padding:12px 22px;

border-radius:50px;

font-weight:600;
}

.progress-pill{

background:#0dcaf0;
}

.success-pill{

background:#198754;
}

.danger-pill{

background:#dc3545;
}

.info-card,
.products-card{

background:white;

padding:30px;

border-radius:25px;

box-shadow:0 10px 30px rgba(0,0,0,.06);
}

.product-row{

display:flex;

align-items:center;

justify-content:space-between;

padding:20px 0;

border-bottom:1px solid #eee;

transition:.4s;
}

.product-row:hover{

transform:translateX(10px);
}

.product-image img{

width:90px;

height:90px;

object-fit:contain;
}

.product-info{

flex:1;

padding-left:25px;
}

.view-btn{

padding:10px 18px;

border-radius:50px;

background:#111;

color:white;

text-decoration:none;
}

.cancel-order-btn{

padding:15px 25px;

background:#dc3545;

color:white;

border-radius:50px;

text-decoration:none;
}

.action-box{

margin-top:30px;

text-align:right;
}

@media(max-width:991px){

.product-row{

flex-direction:column;

text-align:center;
}

.product-info{

padding:15px 0;
}

}

    