@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');




*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: "Poppins", sans-serif;
    
}
a{
     text-decoration: none !important;
}
ul{
    margin-bottom: 0 !important;
    padding-left: 0 !important;
}
li{
    list-style: none;
}
.mainsection-heading h1{

text-align: center;
margin-bottom: 2rem;
}
.cartdiv{
    position: relative;
}
.cartdiv p{
 background-color: #f9bf2a;
    color: #fff;
    border-radius: 50%;
    width: 16px;
    height: 16px;
    font-size: 10px;

    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 0;
    position: absolute;
    top: -5px;
    right: -5px;
}

        .offer-bar {
    background: white;
    color: black;
    overflow: hidden;
    white-space: nowrap;
    padding: 8px 0;
    position: relative;
    z-index: 99999999;
    height: 40px;
}


.main-header{
    width: 100%;
    background: #fff;
    /* transition: 0s; */
    z-index: 9999999999;
    /* margin-top: 40px; */
}

/* Scroll ke baad */
.main-header.fixed{
    /* margin-top: 0px; */
    position: fixed;
    top: 0;
    left: 0;
}

/* Google translate widget */
.goog-te-banner-frame {
    display: none !important;
}

.goog-te-gadget {
    z-index: 1 !important;
}

.goog-te-menu-frame {
    z-index: 1 !important;
}

.offer-track {
    display: inline-block;
    animation: scrollText 25s linear infinite;
}

.offer-track p {
    display: inline-block;
    margin: 0 40px;
    font-size: 18px;
    font-weight: 600;
}

@keyframes scrollText {
    from {
        transform: translateX(0%);
    }
    to {
        transform: translateX(-100%);
    }
}

/* .input-group{
    width:300px !important;
} */
.form-control:focus{
    box-shadow: none !important;
}
.input-group-text{
    background-color: #fabe29 !important;
}
header{
    background-color: rgb(255, 250, 245);
}
.searchicon , .topestnav a i{
color: #ffffffa1;
font-size: 1.7rem;
cursor: pointer;
}
.logoimg{
    display: flex;
    align-items: center;
    gap: 10px;
}
.logoimg img{
    width: 60px;
}
.sidemenu-img{
    width: 100%;
}
.sidemenu-img img{
    width: 100%;
}
.logoimg .logo-name{
    width: 170px;
}
.header-bottom{
   background-color: rgba(255, 250, 245, 0.646);
   transition: 0.3s ease-in;
   
}
.header-main-cont{
    max-width: 330px;
    background: white;
    display: none;
}
.header-content{
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    gap: 20px;
    row-gap: 7px;
    padding: 15px 0;
}
.header-bottom .container{
    border-top: 1px solid rgb(197 197 197 / 33%);
    border-bottom: 1px solid rgb(197 197 197 / 33%);
}
.header-bottom .container a{
    font-family: sans-serif;
    /* font-size: 1.25rem; */
    font-weight: 100;
    color: #000;
    position: relative;
}
.header-bottom .container a::before{
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    background-color: #000;
    height: 2px;
    width: 0;
    transition: 0.3s linear;
}
.header-bottom .container a:hover::before{
    width: 100%;
}

.logo-headerPhone{
    display: none;
    /* padding: 20px; */
}


/* .header-bottom-menu{
    width: 280px;
    height: 100vh;
    position: fixed;
    left: -350px;
    top: 0;
    background-color: #fff;
padding: 2rem 1rem;
transition: 0.3s ease-in;
overflow-y: scroll;
z-index: 99;
} */
.header-bottom.open{
     left: 0;
}
.header-bottom-menu a{
    border-bottom: 1px solid grey;
    padding:0.65rem 1rem;
    /* font-size: 1.45rem; */
    text-transform: uppercase;
    
    color: #000;
    width: 100%;
}
.bottom-nav{
    display:flex;
    align-items: center;
    justify-content: space-between;
    position: fixed;
    width: 100%;
    bottom: 0;
    z-index: 2;
    left:0;
    padding: 0.5rem 1rem;
    background-color: #fff;
    border-top:1px solid grey;
}
.bottom-nav a{
display: flex;
align-items: center;
justify-content: center;
flex-direction: column;
color: #000;
}
.bottom-nav a span{
    font-size: 12px;
}
.bottom-nav a i{
    font-size: 26px;
}

/* highligths */
.hightlight-card{
       display: flex !important;
    align-items: center;
    justify-content: center;
    flex-direction: column;
padding: 0.1rem;
}

.highlight-img img{
    width: 80px;
    border-radius: 50%;
    border: 3px solid #fff;
    outline: 3px solid black;
}
.hightlight-card span{
    font-size: 12px;
    margin-top: 5px;
}

/* hero banner */

.hero-banner-img{
    overflow: hidden;
    width: 100%;
    aspect-ratio: 16/9;
    object-fit: cover;
    border-radius: 13px;
}
.hero-banner-img img{
    
    /* width: 100%; */
    height: 100%;
    object-fit: cover;
    border-radius: 13px;

}

.carousel-control-next i , .carousel-control-prev i{
    font-size: 30px;
}


/* watch and buy */
.watchandbuy-div{
    position: relative;
    width:fit-content;
    padding: 0 5px;
    display:flex !important;
    align-items:center;
    justify-content:center;
}
.watchandbuy-div video{
    width: 100%;
    height: auto;
}
.video-thumnail{
    background-color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    column-gap: 4px;
    position: absolute;    
    bottom: 10px;
    padding: 4px;
    left: 0;
    margin:0 10px;
}
.video-thumnail-img{
    min-width: 40px;
    background-color: rgb(255, 223, 200);
    display: flex;
    align-items: center;
    justify-content: center;
}
.video-thumnail-img img{
    width: 30px;
}
.video-thumnail p{
    font-size: 10px;
    margin-bottom: 0;
}
.video-thumnail p del{
    color: goldenrod;
}

/* category section */

/* SECTION */
.xzcv-category-section {
  padding:  0;
}

/* HEADING */
.xzcv-heading h1 {
  text-align: center;
  font-size: 34px;
  font-weight: 700;
  margin-bottom: 10px;
}

/* CARD */
.xzcv-card {
  position: relative;
  overflow: hidden;
  border-radius: 10px;
  height: 280px;
  cursor: pointer;
  transition: 0.4s;
  box-shadow: 0 10px 30px rgba(0,0,0,0.08);
}

/* IMAGE */
.xzcv-card img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: top;
  transition: 0.6s;
}

/* DARK OVERLAY */
.xzcv-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(to top, rgba(0,0,0,0.7), transparent);
  opacity: 0.7;
  transition: 0.4s;
}

/* CONTENT */
.xzcv-content {
  position: absolute;
  bottom: 20px;
  left: 20px;
  color: #fff;
  z-index: 2;
}

.xzcv-content h3 {
  font-size: 18px;
  margin-bottom: 5px;
}

.xzcv-content span {
  font-size: 13px;
  opacity: 0.8;
}

/* HOVER EFFECTS */
.xzcv-card:hover {
  transform: translateY(-4px) scale(1.02);
  box-shadow: 0 20px 50px rgba(0,0,0,0.2);
}

.xzcv-card:hover img {
  transform: scale(1.1);
}

.xzcv-card:hover .xzcv-overlay {
  background: linear-gradient(to top, rgba(0,0,0,0.9), transparent);
}

/* SHINE EFFECT */
.xzcv-card::after {
  content: "";
  position: absolute;
  top: 0;
  left: -100%;
  width: 50%;
  height: 100%;
  transform: skewX(-25deg);
  background: linear-gradient(
    to right,
    transparent,
    rgba(255,255,255,0.4),
    transparent
  );
  transition: 0.8s;
}

.xzcv-card:hover::after {
  left: 120%;
}

/* RESPONSIVE */
@media(max-width:768px){
  .xzcv-card {
    height: 200px;
  }
  .xzcv-card.card2 {
    height: 190px;
  }

  .xzcv-content h3 {
    font-size: 14px;
  }
}

/* product section */
.prd-crd{
    border-radius: 10px;
    cursor: pointer;
    position: relative;
    box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
}
.prd-img{
border-radius: 10px 10px 0 0;
aspect-ratio: 3/3;
object-fit: cover;
object-position: top;
overflow: hidden;
position: relative;

}

.prd-img img{
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
object-fit: cover;
object-position: top;
border-radius: 10px 10px 0 0;
transition: 0.3s;
}
.prd-img img:nth-child(1) {
  opacity: 1;
}

.prd-img img:nth-child(2) {
  opacity: 0;
}

.prd-img:hover img:nth-child(1) {
  opacity: 0;
}

.prd-img:hover img:nth-child(2) {
  opacity: 1;
}

.btn-add{
    color: white;
    background: #EC8B21;
    text-align: center;
    padding: 10px 20px;
    position: absolute;
    width: 90%;
    font-size: 18px;
    font-weight: bold  ;
    bottom: -54%;
    left: 5%;
    border-radius: 4px;
    transition: .3s ease;
}
.crd-wishlist{
    position: absolute;
    top: 0.5rem;
    right: 0.5rem;
    border: none;
    outline: none;
background: transparent;
color: white;
height: 35px;
width: 35px;
border-radius: 5px;
opacity: 0.95;
display: flex;
align-items: center;
justify-content: center;
transition: .3s ease;
/* border: 1px solid #fabe29; */
}
.crd-wishlist.new-list{
    top: 2.5rem;
    height: 40px;
width: 40px;
}
.crd-wishlist.new-list i{
    font-size: 25px;
}
.crd-wishlist:hover{
    /* background: #fabe29; */
    color: rgb(255, 0, 0);
}

.crd-wishlist.active {
    /* background: #fabe29; */
    color: rgb(255, 0, 0);
}
.mobile-dis{
     position: absolute;
    top: 0.5rem;
    left: 0.5rem;
background-color: #000;
color: #fff;
border-radius: 50%;
font-size: 12px;
padding: 4px;
height: 35px;
width: 35px;
display: flex;
align-items: center;
justify-content: center;
}
.prd-info{
    text-align: center;
    padding:0.5rem;
    
}
.prd-info .prd-name{
    font-size: 18px;
    
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    margin-bottom: 0.5rem;
}

.prd-info .prd-price del{
    font-size: 12px;
    color: red;
}
.prd-info .prd-price .saving{
    background-color: #000;
    color:#fff ;
    padding: 3px 5px;
    border-radius: 5px;
    margin-left: .5rem;
    font-size: 14px;
}


.prd-crd:hover .btn-add{
bottom: 5%;
}



/* review section */
.review-card {
    background: #fff;
    border-radius: 12px;
    overflow: hidden;
    margin: 10px;
    box-shadow: 0 4px 10px rgba(0,0,0,0.05);
}
.review-slider .slick-slide {
    padding: 4px;   /* space between cards */
}

.review-slider {
    margin: 0 -4px; /* balance outer spacing */
}
.review-img {
    width: 100%;
    aspect-ratio: 9/8;
    overflow: hidden;
    object-fit: cover;
}

.review-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: top;
}

.review-content {
    padding: 12px;
}

.review-user {
    display: flex;
    align-items: center;
    gap: 10px;
}

.user-badge {
    width: 35px;
    height: 35px;
    border-radius: 50%;
    background: #eee;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 600;
}

.review-user h6 {
    margin: 0;
    font-size: 14px;
}

.stars {
    color: #0d6efd;
    font-size: 13px;
    margin: 5px 0;
}

.review-text {
    font-size: 13px;
    color: #555;
     display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    margin-bottom: 0;
}












/* footer top */
.footer-icons {
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    flex-direction: column;
}
.footer-icons img{
width: 60px;
margin-bottom: 1rem;
}
.footer-icons a{
    color: #fabe29;
    font-weight: 700;
    font-size: 18px;
}

/* footer  */
.accordion {
       --bs-accordion-bg: transparent !important;
        --bs-accordion-border-color: rgb(99, 99, 99) !important;
        border-bottom: 1px solid rgb(99, 99, 99);
        margin-bottom: 1rem;
}
.accordion-button{
    justify-content: center;
    font-weight: 600;
}
.accordion-button::after{
    position: absolute;
    right: 20px;
}
.accordion-button:focus{
    box-shadow: none !important;
}
.accordion-button:not(.collapsed) {
    color: #000 !important;
    background-color: transparent !important;
    box-shadow: none !important;
}
.footer-text ul li a{
    color: #000;
}
.footer-text .accordion-body ul {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
.footerimg{
    /* height: 120vh; */
    object-fit: cover;
    object-position: bottom;
    width: 100%;
    
  /* height: auto; */
}
.footer-text{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    /* backdrop-filter: blur(5px); */
}
.Copyright{
    font-weight: bold;
    text-align: center;
}





/* .whatsapp-icon {
    position: absolute;
    bottom: 20px;
    right: 20px;
    width: 55px;
    height: 55px;
    z-index: 999;
    cursor: pointer;
} */

/* ICON */




/* FLOAT ANIMATION */
/* @keyframes floatBtn {
    0%, 100% {
        transform: translateY(-60px);
    }
    50% {
        transform: translateY(-80px);
    }
} */


.whatsapp-float {
  position: fixed;
  width: 55px;
  height: 55px;
  bottom: 50px;
  right: 13px;
  /* background: white; */
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  /* box-shadow: 0 8px 25px rgba(0,0,0,0.3); */
  z-index: 999;
  animation: pulse 1s infinite;
  transition: all 0.3s ease;
}

.whatsapp-float img {
  width: 55px;
}

/* Hover effect */
.whatsapp-float:hover {
  transform: scale(1.15) rotate(5deg);
  /* box-shadow: 0 12px 30px rgba(0,0,0,0.4); */
  animation: none;
}

/* Pulse animation */
@keyframes pulse {
  0% {
    box-shadow: 0 0 0 0 rgba(37, 211, 102, 0.6);
    transform: translateY(0px);
  }
  70% {
    box-shadow: 0 0 0 20px rgba(37, 211, 102, 0);
    transform: translateY(-20px);
  }
  100% {
    box-shadow: 0 0 0 0 rgba(37, 211, 102, 0);
    transform: translateY(0px);
  }
}


.bri-open{
    display: none;
}



/* =================================Language Google translator========================== */
/* RESET SAFE */
.him-wrapper *{
  margin:0;
  padding:0;
  box-sizing:border-box;
  font-family: Arial, sans-serif;
}

/* BUTTON */
.him-open-btn{
  position: fixed;
  bottom:20px;
  right:20px;
  background:#F67110;
  color:#fff;
  border:none;
  padding:12px 18px;
  border-radius:30px;
  cursor:pointer;
  font-weight:600;
  z-index:9999;
}

/* OVERLAY */
.him-overlay{
  position: fixed;
  top:0;
  left:0;
  width:100%;
      margin: 40px 0 0 0;
  height:100%;
  background:rgba(0,0,0,0.5);
  display:none;
  justify-content:center;
  align-items:center;
  z-index:99999;
}

/* POPUP */
.him-popup{
  background:#fff;
  width:95%;
  max-width:420px;
  border-radius:15px;
  padding:20px;
  animation: him-fadeIn 0.3s ease;
  position:relative;
}

/* HEADER */
.him-title{
  font-size:18px;
  margin-bottom:5px;
}

.him-subtitle{
  font-size:13px;
  color:#666;
  margin-bottom:15px;
}

/* GRID */
.him-grid{
  display:grid;
  grid-template-columns:1fr 1fr;
  gap:10px;
}

/* ITEM */
.him-item{
  border:1px solid #ddd;
  border-radius:8px;
  padding:10px;
  display:flex;
  align-items:center;
  gap:10px;
  cursor:pointer;
  transition:0.2s;
}

.him-item:hover{
  border-color:#F67110;
}

.him-item.him-active{
  border:2px solid #F67110;
  background:#fff5ee;
}

/* ICON */
.him-icon{
  width:30px;
  height:30px;
  background:#f1f1f1;
  display:flex;
  align-items:center;
  justify-content:center;
  border-radius:5px;
  font-weight:bold;
}

/* BUTTON */
.him-continue{
  width:100%;
  margin-top:15px;
  padding:12px;
  background:#F67110;
  color:#fff;
  border:none;
  border-radius:8px;
  cursor:pointer;
  font-weight:600;
}

/* CLOSE */
.him-close{
  position:absolute;
  right:15px;
  top:10px;
  cursor:pointer;
}

/* MOBILE BOTTOM SHEET */
@media(max-width:768px){
  .him-overlay{
    align-items:flex-end;
    padding: 0 0 40px;
  }
  .him-popup{
    border-radius:20px 20px 0 0;
    width:100%;
    max-width:100%;
    animation: him-slideUp 0.3s ease;
  }
}

/* ANIMATIONS */
@keyframes him-slideUp{
  from{transform:translateY(100%);}
  to{transform:translateY(0);}
}

@keyframes him-fadeIn{
  from{opacity:0;}
  to{opacity:1;}
}

/* GOOGLE TRANSLATE FIX */
.goog-te-banner-frame{display:none !important;}
body{top:0 !important;}












/* ================================Responsive style========================================= */

@media (min-width:1440px) {
/* .footerimg{
    height: 150vh;
    
} */
}




@media (max-width:768px) {
    .header-bottom{
        position: fixed;
        top: 0;
        left: -100%;
        width: 100%;
        z-index: 9999999999999999;
        padding:  0;
        min-height: 100vh;
        /* display: none; */
    }

    .header-main-cont {
    max-width: 330px;
    width: 100%;
    height: 100dvh; /* better than 100vh */
    background: white;
    
    display: flex;
    flex-direction: column;
}

.header-phone-content {
    flex: 1; /* takes remaining space */
    overflow-y: auto;
    -webkit-overflow-scrolling: touch; /* smooth scroll mobile */
}

.header-phone-content a{
    color: black;
    font-size: 16px;
    font-weight: 500;
}



/* insta card */
.lsb-insta-card {
    margin-top: 10px;
    padding: 14px 16px;
    border-radius: 14px;
    background: linear-gradient(135deg, #fff7ed, #fdf2f8);
    cursor: pointer;
    transition: all 0.3s ease;
}

/* hover premium feel */
.lsb-insta-card:hover {
    transform: translateY(-3px) scale(1.01);
    box-shadow: 0 10px 25px rgba(0,0,0,0.08);
}

/* flex layout */
.lsb-insta-wrap {
    display: flex;
    align-items: center;
    gap: 12px;
}

/* icon */
.lsb-insta-icon {
    font-size: 22px;
    color: #e1306c;
}

/* text wrap */
.lsb-insta-text {
    display: flex;
    flex-direction: column;
}

/* small label */
.lsb-follow-label {
    font-size: 11px;
    letter-spacing: 0.5px;
    color: #888;
}

/* username */
.lsb-insta-handle {
    font-size: 14px;
    font-weight: 600;
    color: #111;
}


.all-cont-header{
    border-bottom: 1px solid rgba(0, 0, 0, 0.425);
    padding:  10px 0;
}
    .logo-headerPhone{
    display: flex;
    justify-content: space-between;
    align-items: center;
    background: white;
}

.header-bottom .container a{

    font-size: 1.25rem;

}

.header-content{
    display: none;

}

.header-bottom .container {
    border-top: 1px solid rgb(197, 197, 197);
    border-bottom: 1px solid rgb(197, 197, 197);
}
.remove{
    display: none;
}
.bri-open{
    display: block;
}
.highlights-container {
    /* margin-top: 70px; */
}


.space-search{
    width: 100%;
    height: 80px;
    background: #FFFAF5;
}

}


@media (max-width:576px) {

      .highlight-img img{
     width: 60px;
  }
    .logoimg img{
    width: 60px;
}

.offer-track p {
    font-size: 16px;
    margin: 0 1rem;
}


.video-thumnail p{
    font-size: 8px;
}
.video-thumnail{
    margin:0 5px;
    bottom:5px;
}
.video-thumnail-img{
    min-width: 30px;
}
.video-thumnail-img img{
    min-width: 25px;
}

.footer-icons h2{
    
    font-size: 20px;
}
.footer-icons a{
    color: #fabe29;
    font-weight: 500;
    font-size: 14px;
}


.prd-info .prd-name{
    font-size: 14px;
    -webkit-line-clamp: 1;
    margin-bottom: 0;
}
.prd-info .prd-price del{
    font-size: 10px;
}
.prd-info .prd-price .price{
     font-size: 12px;
}

.btn-add{

    padding: 8px 15px;
    font-size: 15px;


}


.footerimg{
    margin-bottom: 10px;
    
}
.Copyright{
    font-size: 12px;
}
.footer-icons img{
margin-bottom:0;
}

.whatsapp-float{
    bottom: 100px;
}
}








/* New -drop down css file */

/* Main Wrapper */

main{
  background: #FFFAF5;
}

.brx-dashboard-wrapper{
max-width:1550px;
margin:auto;
position:relative;
font-family:Arial;
}

/* Layout */

.brx-dashboard-container{
display:flex;
/* padding-top: 50px; */
}

/* Sidebar */

.brx-dashboard-sidebar{
width:350px;
background-color: white;
color:rgb(0, 0, 0);
padding:40px 15px;
z-index:901;
transition:0.4s;

}




/* User Box */

.brx-user-box{
text-align:center;
margin-bottom:30px;
}


.brx-user-avatar{
width:70px;
height: 70px;
border-radius:50%;
object-fit:cover;
margin-bottom:10px;


}

/* Menu */

.brx-sidebar-menu{
list-style:none;
padding:0;
}

.brx-sidebar-menu li{

display:flex;
align-items:center;
gap:10px;
padding:12px 15px;
border-radius:8px;
cursor:pointer;
margin-bottom:8px;
font-size:15px;
transition:0.3s;

}
.brx-sidebar-menu a{
    color: black;
    text-decoration: none;
}

.brx-sidebar-menu li:hover{

background:#fbe6af;

}

.brx-sidebar-menu li.active{

background:#EC8B21;
color: white;

}

/* Content */

.brx-dashboard-content{

/* margin-left:250px; */
padding:40px;
width:100%;
min-height:100vh;
background:#FFFAF5;
overflow: hidden;

}

.brx-dashboard-title{

margin-bottom:30px;

}

/* Cards */

.brx-cards-grid{

display:grid;
grid-template-columns:repeat(auto-fit,minmax(150px,1fr));
gap:20px;

}
.brx-cards-grid a{
  text-decoration: none;
  color: black;
}

.brx-card{

background:white;
padding:25px;
border-radius:14px;
box-shadow:0 8px 25px rgba(0,0,0,0.08);
text-align:center;
transition:0.3s;

}

.brx-card:hover{

transform:translateY(-5px);
box-shadow:0 10px 30px rgba(0,0,0,0.12);

}

.brx-card i{

font-size:30px;
color:#2563eb;
margin-bottom:10px;

}

.top-menu-content{
text-align: center;
}
/* Toggle Button */

.brx-sidebar-toggle-btn{
position:fixed;
top:140px;
left:10px;
background:#EC8B21;
border:none;
color:white;
    font-size: 15px;
    padding: 4px 6px;
    border-radius: 4px;
cursor:pointer;
/* z-index:1100; */
display:none;

}

/* Overlay */

.brx-sidebar-overlay{

position:fixed;
width:100%;
height:100%;
background:rgba(0,0,0,0.4);
backdrop-filter:blur(4px);
top:0;
left:0;
opacity:0;
visibility:hidden;
transition:0.3s;
z-index:900;

}

.brx-sidebar-overlay.active{

opacity:1;
visibility:visible;

}



/* ACTIVITY PRODUCT CARD */

.brx-activity-product{
display:flex;
gap:15px;
padding:15px 0;
border-bottom:1px solid #eee;
width:100%;
}

/* IMAGE */

.brx-activity-product img{
width:90px;
height:90px;
object-fit:cover;
border-radius:8px;
}

/* INFO */

.brx-activity-info{
flex:1;
}

/* TOP */

.brx-activity-top{
display:flex;
justify-content:space-between;
align-items:center;
}

.brx-activity-top h6{
margin:0;
font-size:16px;
font-weight:600;
}

.brx-activity-top i{
font-size:18px;
cursor:pointer;
color:#555;
}

/* DETAILS */

.brx-activity-info p{
margin:6px 0;
font-size:14px;
color:#777;
}

/* PRICE */

.brx-activity-price{
font-weight:600;
font-size:16px;
}

/* WISHLIST */

.brx-activity-wishlist{
margin-top:10px;
font-size:13px;
font-weight:600;
cursor:pointer;
color:#222;
letter-spacing:1px;
}

.brx-activity-wishlist:hover{
text-decoration:underline;
}


.brx-right-card{
    padding: 40px 0 10px;
    
}
.brx-right-card h3{
text-align: center;
    
}


















/* ============================================Profile page========================================== */


.brx-profile-section{
display:flex;
gap:30px;
margin-top:20px;
flex-wrap:wrap;
}

.brx-profile-left{
flex:2;
}

.brx-profile-right{
flex:1;
display:flex;
flex-direction:column;
gap:20px;
}

.brx-profile-card{
background:#fff;
padding:25px;
/* border-radius:10px; */
text-align:center;
box-shadow:0 10px 30px rgba(0,0,0,0.05);
margin-bottom:20px;
}


.brx-profile-img {
  position: relative;
  width: 120px;
  height: 120px;
  /* border-radius: 50%; */
  overflow: hidden;
  cursor: pointer;
}

.image-edit-user{
 position: absolute;
  top: 5px;
  right: 5px;
  background: #000;
  color: #fff;
  width: 25px;
  height: 25px;
  border-radius: 50%;
    cursor: pointer;
    display: flex;
    justify-content: center;
    align-items: center;
}

.brx-profile-img i {
 
  font-size: 10px;

}

.brx-profile-img img{
width:90px;
height:90px;
border-radius:50%;
object-fit:cover;
margin-bottom:10px;
}

.brx-user-email{
font-size:13px;
color:#777;
}

.brx-profile-stats{
display:flex;
justify-content:space-around;
margin-top:15px;
}

.brx-profile-stats h5{
margin:0;
font-size:18px;
}

.brx-profile-stats a{
text-decoration: none;
color:#777;
}
.brx-profile-stats span{
font-size:12px;
color:#777;
}

.brx-profile-form{
background:#fff;
padding:25px;
/* border-radius:10px; */
box-shadow:0 10px 30px rgba(0,0,0,0.05);
}

.brx-form-grid{
display:grid;
grid-template-columns:repeat(2,1fr);
gap:15px;
margin-top:15px;
}

.brx-input{
display:flex;
flex-direction:column;
}

.brx-input label{
font-size:13px;
margin-bottom:5px;
color:#666;
}

.brx-input input{
padding:10px;
border:1px solid #ddd;
border-radius:6px;
}

.brx-update-btn{

background:#EC8B21;
color:#fff;
border:none;
padding:12px 20px;
border-radius:6px;
cursor:pointer;
}

.brx-right-card{
background:#fff;
padding:20px;
/* margin-top: 20px; */
/* border-radius:10px; */
box-shadow:0 10px 30px rgba(0,0,0,0.05);
}

.brx-card-header{
display:flex;
justify-content:space-between;
align-items:center;
margin-bottom:10px;
}

.brx-address-box p{
font-size:14px;
color:#555;
}

.brx-phone{
font-size:14px;
font-weight:500;
}

.brx-security-row{
display:flex;
justify-content:space-between;
margin-top:15px;
}

.brx-change-btn{
background:#f3f3f3;
border:none;
padding:6px 12px;
border-radius:5px;
cursor:pointer;
}

.brx-verified{
color:green;
font-size:14px;
}

.brx-edit-address{
    border: none;
    outline: none;
    background: transparent;
}


/* =========================
   MODERN PROFILE FORM
========================= */

.modern-profile-form{
background:#fff;
padding:30px 15px;
margin-bottom: 20px;
/* border-radius:14px; */
box-shadow:0 10px 30px rgba(0,0,0,0.05);
}

/* header */

.profile-form-header{
display:flex;
justify-content:space-between;
align-items:center;
margin-bottom:25px;
}

.profile-form-header h5{
font-size:20px;
font-weight:600;
}

.profile-status{
font-size:13px;
color:#0a8f3e;
background:#e9f9ef;
padding:6px 12px;
border-radius:20px;
}

/* profile image */

.profile-image-update{
display:flex;
align-items:center;
gap:20px;
margin-bottom:25px;
}

.profile-image-update img{
width:80px;
height:80px;
border-radius:50%;
object-fit:cover;
border:3px solid #f2f2f2;
}

.profile-img-actions{
display:flex;
gap:10px;
}

.upload-btn{
background:#f4f4f4;
padding:8px 14px;
border-radius:8px;
font-size:13px;
cursor:pointer;
}

.remove-btn{
border:none;
background:#ffeaea;
padding:8px 12px;
border-radius:8px;
cursor:pointer;
}

/* form grid */

.brx-form-grid{
display:grid;
grid-template-columns:repeat(2,1fr);
gap:18px;
}

.brx-input label{
font-size:13px;
color:#555;
margin-bottom:5px;
display:block;
}

.brx-input input,
.brx-input select{
width:100%;
padding:11px;
border:1px solid #ddd;
border-radius:8px;
font-size:14px;
}

.brx-input input:focus,
.brx-input select:focus{
border-color:#EC8B21;
outline:none;
}

/* buttons */

.profile-actions{
display:flex;
justify-content:flex-end;
gap:12px;
margin-top:25px;
}

.cancel-profile-btn{
padding:10px 18px;
border:1px solid #ddd;
background:#f5f5f5;
border-radius:8px;
cursor:pointer;
}

.brx-update-btn{
padding:10px 22px;
background:#EC8B21;
color:#fff;
border:none;
border-radius:8px;
cursor:pointer;
}

/* =========================
   MOBILE
========================= */






/* =============================Orders Page=========================== */

.brx-orders-page{
background:#fff;
padding: 25px ;
/* border-radius:10px; */
box-shadow:0 10px 30px rgba(0,0,0,0.05);

}

.brx-orders-header{
margin-bottom:20px;
}

.brx-orders-header h3{
font-size:22px;
font-weight:600;

}

.brx-order-card{
border:1px solid #eee;
border-radius:10px;
padding:20px;
margin-bottom:20px;
background:#fff;
transition:0.3s;
}

.brx-order-card:hover{
box-shadow:0 8px 25px rgba(0,0,0,0.08);
}

.brx-order-top{
display:flex;
justify-content:space-between;
align-items:center;
margin-bottom:15px;
}
.brx-order-top input{
  padding: 3px 30px 3px 10px;
  width: 100%;
}

.brx-order-id{
display:block;
font-size:14px;
font-weight:500;
}

.brx-order-date{
font-size:13px;
color:#777;
}

.brx-order-status{
padding:4px 10px;
font-size:12px;
border-radius:20px;
font-weight:500;
}

.brx-order-status.delivered{
background:#e7f8ec;
color:#1e8e3e;
}

.brx-order-status.shipped{
background:#e6f0ff;
color:#1a73e8;
}

.brx-order-status.cancelled{
background:#fdecea;
color:#d93025;
}

.brx-order-product{
display:flex;
align-items:center;
gap:20px;
flex-wrap:wrap;
}

.brx-order-product img{
width:90px;
height:90px;
object-fit:cover;
border-radius:8px;
}

.brx-order-info{
flex:1;
}

.brx-order-info h5{
margin:0;
font-size:16px;
}

.brx-order-info p{
font-size:13px;
color:#777;
margin:5px 0;
}

.brx-order-price{
font-weight:600;
font-size:15px;
}

.brx-order-actions{
display:flex;
gap:10px;
}

.brx-track-btn{
background:#EC8B21;
color:#fff;
border:none;
padding:8px 16px;
border-radius:6px;
cursor:pointer;
}

.brx-cancel-btn{
background:#f3f3f3;
border:none;
padding:8px 16px;
border-radius:6px;
cursor:pointer;
}

.brx-cancel-btn:hover{
background:#ffeded;
color:#d93025;
}



/* ========================================Settings Page======================================== */




.settings-container{
width: 100%;
  background:#fff;
  padding:20px;
}

.settings-title{
  text-align:center;
  font-weight:700;
  letter-spacing:2px;
  margin-bottom:20px;
}

.settings-item{
  display:flex;
  justify-content:space-between;
  align-items:center;
  padding:18px 16px;
  text-decoration:none;
  color:#EC8B21;
  border-bottom:1px solid #eee;
  font-size:16px;
  transition:0.2s;
}

.settings-item:hover{
  background:#f7f7f7;
}

.settings-item i{
  font-size:18px;
  color:#555;
}
.settings-item span{

  color:#555;
}

.settings-item.active{
  background:#e9e9e9;
}



/* =====================================
        SAVED ADDRESS PAGE
===================================== */

.address-container{
  width:100%;
  padding:20px 0;
  display:grid;
  grid-template-columns:repeat(auto-fill,minmax(320px,1fr));
  gap:20px;
}

/* Address Card */

.address-card{
  background:#fff;
  border-radius:12px;
  padding:20px;
  box-shadow:0 4px 15px rgba(0,0,0,0.05);
  transition:0.3s;
  border:1px solid #eee;
}

.address-card:hover{
  transform:translateY(-3px);
  box-shadow:0 10px 25px rgba(0,0,0,0.08);
}

/* top section */

.address-top{
  display:flex;
  justify-content:space-between;
  align-items:center;
  margin-bottom:10px;
}

.address-top h4{
  font-size:18px;
  font-weight:600;
}

/* tag */

.address-tag{
  background:#EC8B21;
  color:#fff;
  font-size:12px;
  padding:4px 10px;
  border-radius:20px;
}

.address-tag.office{
  background:#444;
}

/* phone */

.address-phone{
  font-size:14px;
  margin-bottom:8px;
  color:#444;
}

.address-phone i{
  margin-right:6px;
}

/* address */

.address-text{
  font-size:14px;
  color:#666;
  line-height:1.5;
  margin-bottom:16px;
}

/* actions */

.address-actions{
  display:flex;
  gap:10px;
}

.edit-btn,
.delete-btn{
  padding:8px 14px;
  border:none;
  border-radius:6px;
  font-size:13px;
  cursor:pointer;
  transition:0.2s;
}

.edit-btn{
  background:#f5f5f5;
}

.edit-btn:hover{
  background:#e9e9e9;
}

.delete-btn{
  background:#ffeaea;
  color:#d40000;
}

.delete-btn:hover{
  background:#ffd6d6;
}

/* ADD ADDRESS CARD */

.add-address-card{
  border:2px dashed #ddd;
  border-radius:12px;
  display:flex;
  flex-direction:column;
  justify-content:center;
  align-items:center;
  cursor:pointer;
  transition:0.3s;
  min-height:180px;
}

.add-address-card i{
  font-size:35px;
  margin-bottom:10px;
  color:#888;
}

.add-address-card p{
  font-size:15px;
  color:#666;
}

.add-address-card:hover{
  border-color:#EC8B21;
  color:#EC8B21;
}


/* =========================
        PASSWORD MODAL
========================= */

.password-modal{
  position:fixed;
  inset:0;
  background:rgba(0,0,0,0.45);
  display:flex;
  justify-content:center;
  align-items:center;
  padding:20px;
  opacity:0;
  visibility:hidden;
  transition:0.3s;
  z-index:999999;
}

.password-modal.active{
  opacity:1;
  visibility:visible;
}

/* modal box */

.password-modal-content{
  width:520px;
  max-width:100%;
  background:#fff;
  border-radius:14px;
  padding:30px;
  box-shadow:0 25px 60px rgba(0,0,0,0.2);
}

/* header */

.password-modal-header{
  display:flex;
  justify-content:space-between;
  align-items:center;
  margin-bottom:25px;
}

.password-modal-header h3{
  font-size:24px;
  font-weight:600;
}

.close-password{
  border:none;
  background:none;
  font-size:18px;
  cursor:pointer;
}

/* form */

.password-form{
  display:flex;
  flex-direction:column;
  gap:18px;
}

.input-group label{
  display:block;
  font-size:14px;
  margin-bottom:6px;
  color:#444;
}

.input-group input{
  width:100%;
  padding:12px;
  border:1px solid #ddd;
  border-radius:8px;
  font-size:14px;
  transition:0.2s;
}

.input-group input:focus{
  border-color:#EC8B21;
  outline:none;
}

/* buttons */

.password-actions{
  display:flex;
  justify-content:flex-end;
  gap:10px;
  margin-top:10px;
}

.cancel-btn{
  padding:10px 18px;
  border:1px solid #ddd;
  background:#f4f4f4;
  border-radius:8px;
  cursor:pointer;
}

.save-password-btn{
  padding:10px 22px;
  background:#EC8B21;
  color:#fff;
  border:none;
  border-radius:8px;
  cursor:pointer;
}

.save-password-btn:hover{
  background:#222;
}


/* password input wrapper */

.password-field{
  position:relative;
  width:100%;
}

.password-field input{
  width:100%;
  padding:12px 42px 12px 12px;
  border:1px solid #ddd;
  border-radius:8px;
  font-size:14px;
}

/* eye icon */

.toggle-password{
  position:absolute;
  right:12px;
  top:50%;
  transform:translateY(-50%);
  font-size:18px;
  color:#777;
  cursor:pointer;
  transition:0.2s;
}

.toggle-password:hover{
  color:#EC8B21;
}



/* =========================
        ADDRESS MODAL
========================= */

.address-modal{
  position:fixed;
  top:0;
  left:0;
  width:100%;
  height:100%;
  background:rgba(0,0,0,0.45);
  display:flex;
  justify-content:center;
  align-items:center;
  padding:20px;
  opacity:0;
  visibility:hidden;
  transition:0.3s;
  z-index:9999999990;
}

.address-modal.active{
  opacity:1;
  visibility:visible;
}

/* MODAL BOX */

.address-modal-content{
  width:750px;
  max-width:100%;
  background:#fff;
  border-radius:10px;
  padding:30px;
  box-shadow:0 20px 60px rgba(0,0,0,0.2);

  max-height:80vh;     /* Prevent height overflow */
  overflow-y:auto;     /* Scroll inside modal */
}

/* header */

.modal-header{
  display:flex;
  justify-content:space-between;
  align-items:center;
  margin-bottom:25px;
}

.modal-header h4{
  font-size:22px;
  font-weight:600;
}

.close-modal{
  border:none;
  background:none;
  font-size:18px;
  cursor:pointer;
}

/* FORM GRID */

.address-form{
  display:grid;
  grid-template-columns:1fr 1fr;
  gap:18px;
}

.full-width{
  grid-column:span 2;
}

/* inputs */

.address-form label{
  display:block;
  font-size:13px;
  margin-bottom:6px;
  color:#555;
}

.address-form input,
.address-form textarea{
  width:100%;
  padding:11px;
  border:1px solid #ddd;
  border-radius:6px;
  font-size:14px;
}

.address-form textarea{
  height:90px;
  resize:none;
}

/* buttons */

.modal-actions{
  grid-column:span 2;
  display:flex;
  justify-content:flex-end;
  gap:10px;
  margin-top:15px;
}

.cancel-btn{
  padding:9px 18px;
  border:1px solid #ddd;
  background:#f5f5f5;
  border-radius:6px;
  cursor:pointer;
}

.save-btn{
  padding:9px 22px;
  background:#EC8B21;
  color:#fff;
  border:none;
  border-radius:6px;
  cursor:pointer;
}

.save-btn:hover{
  background:#222;
}

/* =========================
        CHECK OUT PAGE
========================= */

.checkout-page{
background:#FFFAF5;
/* padding:40px 20px; */
font-family:Arial;
}

.checkout-container{
width: 100%;
margin:auto;
display:grid;
grid-template-columns:2fr 1fr;
gap:30px;
overflow: hidden;
}

.checkout-left{
  width: 100%;
}
.checkout-right{
  width: 100%;
}

/* TITLE */

.checkout-title{
margin-bottom:20px;
}

/* CARD */

.checkout-card{
background:#fff;
padding:25px;
border-radius:12px;
margin-bottom:20px;
box-shadow:0 2px 10px rgba(0,0,0,0.05);
}

/* FORM */

.form-grid{
display:grid;
grid-template-columns:1fr 1fr;
gap:12px;
margin-top:15px;
}

.form-grid textarea{
grid-column:1/3;
height:90px;
}

.form-grid input,
.form-grid textarea{
padding:12px;
border:1px solid #ddd;
border-radius:6px;
font-size:14px;
width: 100%;
}

/* PAYMENT */

.payment-option{
display:flex;
align-items:center;
gap:10px;
margin-bottom:10px;
cursor:pointer;
}

/* PRODUCT */

.product-row{
display:flex;
align-items:center;
gap:15px;
margin-bottom:15px;
}
.product-info{
  display: f;
}

.product-row img{
width:90px;
height:90px;
/* border-radius:50%; */
object-fit:cover;
margin-bottom:10px;
}

.product-info h4{
font-size:15px;
}

.product-info p{
font-size:13px;
color:#777;
}

.product-price{
margin-left:auto;
font-weight:600;
}

/* SUMMARY */

.summary-card{
background:#fff;
padding:25px;
border-radius:12px;
width: 100%;
box-shadow:0 2px 10px rgba(0,0,0,0.05);
}
.summary-card.card-2{

position:sticky;
top:20px;

}

.summary-line{
display:flex;
justify-content:space-between;
margin-bottom:10px;
}

.total{
font-weight:700;
font-size:16px;
}

.place-order{
width:100%;
margin-top:15px;
background:#EC8B21;
color:#fff;
padding:14px;
border:none;
/* border-radius:8px; */
font-weight:600;
cursor:pointer;
}


.coupon-box{
display:flex;
gap:10px;
margin-top:10px;width: 100%;
}

.coupon-box input{
flex:1;
width: 100%;
padding:6px 12px;
border:1px solid #ddd;
/* border-radius:6px; */
}

.coupon-box button{
background:#EC8B21;
color:#fff;
border:none;
outline: none;
padding:6px 18px;
/* border-radius:6px; */
cursor:pointer;
}

#couponMessage{
margin-top:10px;
font-size:13px;
}





.track-order-page{
width:100%;
/* padding:60px 6%; */
background:#FFFAF5;
font-family:Arial;
}

.track-wrapper{
max-width:1200px;
margin:auto;
}

/* TITLE */

.track-title{
text-align:center;
margin-bottom:30px;
color:#EC8B21;
}

/* SEARCH */

.track-search{
display:flex;
/* justify-content:center; */
gap:10px;
margin-bottom:20px;
width: 100%;
/* flex-wrap:wrap; */
}

.track-search input{
padding:8px 15px;
width:100%;
border:1px solid #ddd;
/* border-radius:8px; */
}

.track-search button{
background:#EC8B21;
color:#fff;
border:none;
padding:3px 15px;
/* border-radius:8px; */
cursor:pointer;
}

/* ORDER CARD */

.order-card{
background:#fff;
padding:35px;
/* border-radius:14px; */
box-shadow:0 8px 25px rgba(0,0,0,0.05);
}

/* HEADER */

.order-header{
display:flex;
justify-content:space-between;
align-items:center;
margin-bottom:25px;
flex-wrap:wrap;
}

.order-status{
background:#e8f5e9;
color:#EC8B21;
padding:6px 14px;
border-radius:20px;
font-weight:600;
}

/* PRODUCT */

.order-product{
display:flex;
align-items:center;
gap:20px;
padding:15px 0;
border-bottom:1px solid #eee;
margin-bottom:35px;
flex-wrap:wrap;
}

.order-product img{
width:90px;
height:90px;
object-fit:cover;
border-radius:8px;
}

.product-price{
margin-left:auto;
font-weight:600;
}

/* TRACKING PROGRESS */

.tracking-progress{
display:flex;
justify-content:space-between;
align-items:center;
margin-bottom:40px;
position:relative;
}

/* gray background line */

/* TRACKING SECTION */

.tracking-progress{
display:flex;
justify-content:space-between;
align-items:center;
margin:40px 0;
position:relative;
}

/* main line */

.tracking-progress::before{
content:"";
position:absolute;
top:22px;
left:8%;
right:8%;
height:3px;
background:#e0e0e0;
z-index:1;
}

/* step */

.step{
flex:1;
text-align:center;
position:relative;
z-index:2;
}

/* icon circle */

.icon{
width:46px;
height:46px;
background:#e8f5e9;
color:#EC8B21;
display:flex;
align-items:center;
justify-content:center;
border-radius:50%;
margin:0 auto 10px;
font-size:18px;
border:3px solid #fff;
transition:0.3s;
}

.step.active .icon{
background:#EC8B21;
color:#fff;
}

/* text */

.step p{
font-size:14px;
margin:0;
}

.step span{
font-size:12px;
color:#777;
}

/* DELIVERY */

.delivery-details{
display:grid;
grid-template-columns:1fr 1fr;
gap:20px;
}

.delivery-box{
background:#fafafa;
padding:10px;
border-radius:10px;
}




/* ===========================Return Product Page============================ */





/* container */

.return-container{

display:flex;
justify-content:center;
}

.return-card{
background:white;
width:100%;
max-width:900px;
/* border-radius:16px; */
padding:15px;
box-shadow:0 20px 40px rgba(0,0,0,0.08);
}

/* product */

.return-product{
display:flex;
gap:25px;
align-items:center;
border-bottom:1px solid #eee;
padding-bottom:25px;
margin-bottom:25px;
flex-wrap:wrap;
}

.return-product img{
width:90px;
height:90px;
object-fit:cover;
border-radius:8px;
}

.product-details h3{
font-size:20px;
margin-bottom:8px;
}

.product-meta{
display:flex;
flex-wrap:wrap;
gap:15px;
font-size:14px;
color:#666;
}

/* form */

.return-form{
display:flex;
flex-direction:column;
gap:20px;
}

.input-group label{
font-size:14px;
font-weight:500;
margin-bottom:6px;
display:block;
}

select, textarea{
width:100%;
padding:11px;
border-radius:8px;
border:1px solid #ddd;
font-size:14px;
}

textarea{
height:100px;
resize:none;
}

/* upload */

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

.upload-grid{
display:flex;

gap:10px;
margin:10px 0;
}
.upload-image-return{
  width: 100px;
  height: 100px;
  aspect-ratio: 1/1;
  object-fit: cover;
}
.upload-image-return img{
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: top;
  border-radius: 8px;
}

.upload-item{
border:2px dashed #ddd;
border-radius:10px;
/* height:50px; */
padding: 5px;
display:flex;
flex-direction:column;
justify-content:center;
align-items:center;
cursor:pointer;
transition:.3s;
}

.upload-item i{
font-size:20px;
color:#999;
}

.upload-item p{
font-size:12px;
color:#777;
}

.upload-item:hover{
border-color:#EC8B21;
color:#EC8B21;
}

.upload-item input{
display:none;
}

/* button */

.return-btn{
margin-top:10px;
background:#EC8B21;
color:white;
padding:13px;
border:none;
border-radius:8px;
font-weight:500;
cursor:pointer;
transition:.3s;
}

.return-btn:hover{
background:#ad6313;
}







/* ========================= Blog Page ========================= */



.brx-blog-container{
max-width:1200px;
margin:auto;
}

/* header */

.brx-blog-header{
display:flex;
justify-content:space-between;
align-items:center;
margin-bottom:40px;
flex-wrap:wrap;
gap:20px;
}

.brx-blog-title{
font-size:20px;
font-weight:600;
display: flex;
align-items: center;
}
.brx-blog-title a i{
font-size:30px;

}


.brx-blog-search{
display:flex;
border:1px solid #ddd;
border-radius:30px;
overflow:hidden;
background:white;
width: 100%;
}

.brx-blog-search input{
border:none;
padding:10px 15px ;
outline:none;
width:100%;
}

.brx-blog-search button{
border:none;
background:#EC8B21;
color:white;
padding:10px 15px 14px;
cursor:pointer;
}

/* layout */

.brx-blog-layout{
display:grid;
grid-template-columns:2fr 1fr;
gap:40px;
}

/* posts */

.brx-blog-posts{
display:grid;
grid-template-columns:repeat(auto-fit,minmax(260px,1fr));
gap:25px;
}

.brx-blog-card{
background:white;
border-radius:12px;
overflow:hidden;
box-shadow:0 10px 25px rgba(0,0,0,0.08);
transition:.3s;
}

.brx-blog-card:hover{
transform:translateY(-6px);
}

.brx-blog-thumb {
width:100%;
aspect-ratio: 3/2;
object-fit: cover;
overflow: hidden;
}
.brx-blog-thumb img{
width:100%;
height:100%;
object-fit:cover;
object-position: top;
}

.brx-blog-body{
padding:20px;
}

.brx-blog-date{
font-size:12px;
color:#888;
}

.brx-blog-card-title{
font-size:18px;
margin:10px 0;
}

.brx-blog-excerpt{
font-size:14px;
color:#555;
margin-bottom:12px;
}

.brx-blog-read{
color:#EC8B21;
font-weight:500;
text-decoration:none;
}

/* sidebar */


.brx-blog-sidebar{
display:flex;
flex-direction:column;
gap:25px;

}

.brx-sidebar-box{
background:white;
padding:20px;
border-radius:12px;
box-shadow:0 8px 20px rgba(0,0,0,0.05);

position: sticky;
top: 100px;


}
.brx-sidebar-box2{
background:white;
padding:20px;
border-radius:12px;
box-shadow:0 8px 20px rgba(0,0,0,0.05);
/* position: sticky; */


}


.brx-sidebar-title{
margin-bottom:15px;
font-size:18px;
}

.brx-category-list{
list-style:none;
padding:0;
margin:0;
}

.brx-category-list li{
margin-bottom:10px;
}

.brx-category-list a{
text-decoration:none;
color:#444;
}

.brx-category-list a:hover{
color:#EC8B21;
}

/* recent posts */

.brx-recent-post{
display:flex;
gap:10px;
margin-bottom:15px;
}

.brx-recent-post img{
width:60px;
height:60px;
border-radius:6px;
object-fit:cover;
}

.brx-recent-post p{
font-size:14px;
margin:0;
}

.brx-recent-post span{
font-size:12px;
color:#777;
}

/* ========================= Blog Detail Page ========================= */






.brx-detail-title{
font-size:36px;
margin-bottom:10px;
display: flex;
align-items: center;
}
.brx-detail-title a i{
  font-size: 50px;
}

.brx-detail-meta{
display:flex;
gap:20px;
color:#777;
margin-bottom:20px;
}

.brx-detail-image {
width:100%;
border-radius:10px;
margin-bottom:30px;
aspect-ratio: 3 / 2;
object-fit: cover;
overflow: hidden;
}
.brx-detail-image img{
width:100%;
height: 100%;
object-fit: cover;
}

.brx-detail-content{
line-height:1.8;
color:#444;
font-size:16px;
}

.brx-detail-content h2{
margin-top:25px;
color:#EC8B21;
}
















/* ========================= contact Page Style ========================= */

.cx-contact-page{
padding:90px 20px;
background:linear-gradient(135deg,#f5f7f6,#ffffff);
font-family:system-ui;
}

.cx-contact-wrapper{
max-width:1200px;
margin:auto;
display:grid;
grid-template-columns:1fr 1fr;
gap:60px;
align-items:center;
}

/* LEFT */

.cx-contact-title{
font-size:42px;
font-weight:700;
margin-bottom:10px;
}

.cx-contact-desc{
color:#555;
line-height:1.6;
margin-bottom:35px;
}

/* CARDS */

.cx-contact-cards{
display:flex;
flex-direction:column;
gap:18px;
}

.cx-contact-card{
display:flex;
align-items:center;
gap:15px;
background:white;
padding:16px;
border-radius:10px;
box-shadow:0 10px 25px rgba(0,0,0,0.05);
transition:.3s;
}

.cx-contact-card:hover{
transform:translateY(-5px);
}

.cx-contact-card i{
font-size:22px;
color:white;
background:#EC8B21;
padding:12px;
border-radius:8px;
}

/* SOCIAL */

.cx-socials{
margin-top:25px;
display:flex;
gap:12px;
}

.cx-socials a{
width:38px;
height:38px;
display:flex;
align-items:center;
justify-content:center;
border-radius:50%;
background:#EC8B21;
color:white;
text-decoration:none;
font-size:16px;
transition:.3s;
}

.cx-socials a:hover{
transform:scale(1.1);
}

/* FORM */

.cx-contact-right{
background:rgba(255,255,255,0.9);
backdrop-filter:blur(10px);
padding:40px;
border-radius:14px;
box-shadow:0 20px 40px rgba(0,0,0,0.08);
}

.cx-form h3{
margin-bottom:25px;
font-size:24px;
}

/* FLOATING INPUT */

.cx-input-box{
position:relative;
margin-bottom:22px;
}

.cx-input-box input,
.cx-input-box textarea{
width:100%;
padding:14px;
border-radius:6px;
border:1px solid #ddd;
outline:none;
font-size:14px;
background:transparent;
}

.cx-input-box textarea{
height:120px;
resize:none;
}

.cx-input-box label{
position:absolute;
left:14px;
top:50%;
transform:translateY(-50%);
background:white;
padding:0 5px;
font-size:13px;
color:#666;
transition:.3s;
}

.cx-input-box input:focus+label,
.cx-input-box input:valid+label{
top:-8px;
font-size:12px;
color:#EC8B21;
}

.cx-textarea label{
top:20px;
transform:none;
}

.cx-textarea textarea:focus+label,
.cx-textarea textarea:valid+label{
top:-8px;
}

/* BUTTON */

.cx-send-btn{
width:100%;
padding:14px;
background:#EC8B21;
color:white;
border:none;
border-radius:6px;
font-size:15px;
cursor:pointer;
transition:.3s;
}

.cx-send-btn:hover{
background:#ad6313;
}

/* ========================= New footer  Style ========================= */

.vx-footer-shell{
background:#0b0b0b;
color:#dcdcdc;
font-family:system-ui;
margin-top:80px;
}

.vx-footer-frame{
max-width:1400px;
margin:auto;
padding:70px 40px;
display:grid;
grid-template-columns:340px 1fr;
gap:80px;
}

/* brand */

.vx-brand-mark{
width:140px;
margin-bottom:18px;
}

.vx-brand-story{
font-size:14px;
line-height:1.8;
color:#a8a8a8;
margin-bottom:18px;
}

.vx-brand-location{
font-size:14px;
margin-bottom:18px;
display:flex;
gap:8px;
align-items:center;
}

.vx-payment-strip img{
width:150px;
opacity:.9;
}


/* link area */

.vx-links-grid{
display:grid;
grid-template-columns:repeat(3,1fr);
gap:50px;
}

.vx-column-head{
font-size:17px;
font-weight:600;
color:white;
margin-bottom:18px;
letter-spacing:.4px;
}

/* links */

.vx-column-block a{
display:block;
text-decoration:none;
color:#bfbfbf;
font-size:14px;
margin-bottom:12px;
transition:.25s;
}

.vx-column-block a:hover{
color:#ffffff;
transform:translateX(4px);
}

/* contact */

.vx-contact-row{
font-size:14px;
margin-bottom:12px;
color:#bfbfbf;
}


/* newsletter */

.vx-news-caption{
font-size:14px;
color:#a8a8a8;
margin-bottom:12px;
line-height:1.6;
}

.vx-news-input{
display:flex;
border:1px solid #222;
border-radius:6px;
overflow:hidden;
}

.vx-news-input input{
flex:1;
border:none;
background:transparent;
padding:10px;
color:white;
font-size:14px;
outline:none;
}

.vx-news-input button{
background:#EC8B21;
border:none;
padding:10px 18px;
color:white;
cursor:pointer;
transition:.3s;
}

.vx-news-input button:hover{
background:#00831b;
}

/* social */

.vx-social-line{
margin-top:20px;
display:flex;
gap:14px;
}

.vx-social-line a{
width:36px;
height:36px;
border:1px solid #333;
border-radius:50%;
display:flex;
align-items:center;
justify-content:center;
color:white;
transition:.3s;
}

.vx-social-line a:hover{
background:#EC8B21;
border-color:#EC8B21;
transform:translateY(-3px);
}

/* bottom */

.vx-footer-bottomline{
text-align:center;
border-top:1px solid #1b1b1b;
padding:18px;
font-size:13px;
color:#888;
}




/* CANCEL ORDER MODAL STYLE  */


    .zbxr-btn {
      padding: 12px 22px;
      border-radius: 14px;
      font-size: 14px;
      border: none;
      cursor: pointer;
      transition: 0.3s ease;
    }

    .zbxr-btn-primary {
      background: linear-gradient(135deg,#111,#333);
      color: #fff;
      box-shadow: 0 8px 20px rgba(0,0,0,0.2);
    }

    .zbxr-btn-primary:hover { transform: translateY(-2px); }

    .zbxr-modal {
      position: fixed;
      inset: 0;
      background: rgba(0,0,0,0.6);
      backdrop-filter: blur(8px);
      display: none;
      align-items: center;
      justify-content: center;
      padding: 16px;
      z-index: 9999999992;
    }

    .zbxr-modal-active { display: flex; }

    .zbxr-modal-box {
      background: #fff;
      width: 100%;
      max-width: 520px;
      border-radius: 24px;
      padding: 0;
      box-shadow: 0 25px 60px rgba(0,0,0,0.25);
      animation: zbxrFade 0.25s ease;
      max-height: 90vh;
      display: flex;
      flex-direction: column;
      overflow: hidden;
    }

    @keyframes zbxrFade {
      from { opacity:0; transform: scale(.92);} to {opacity:1; transform: scale(1);} }

    .zbxr-header {
      display:flex; justify-content:space-between; align-items:center;
      padding:18px 20px;
      border-bottom:1px solid #eee;
    }

    .zbxr-header h2 { font-size:20px; font-weight:600; }

    .zbxr-close { font-size:22px; color:#888; background:none; cursor:pointer; border: none; }

    .zbxr-product {
      display:flex; 
      gap:14px; 
      margin-bottom:18px; 
      padding:10px; 
      border-radius:16px; 
      background:#fafafa;
      
    }

    .zbxr-product img {
      width:85px; height:85px; border-radius:12px; object-fit:cover; background:#eee;
    }

    .zbxr-product h3 { font-size:15px; font-weight:600; }
    .zbxr-product p { 
      font-size:12px; 
      color:#777;
      margin-bottom: 0;
     }

    .zbxr-price { 
      font-weight:600; 
      
     }

    .zbxr-label { font-size:13px; margin:12px 0 6px; font-weight:600; }

    .zbxr-input, .zbxr-textarea {
      width:100%; padding:11px; border-radius:12px; border:1px solid #ddd; font-size:13px;
      transition:.2s;
    }

    .zbxr-input:focus, .zbxr-textarea:focus { border-color:#000; outline:none; }

    .zbxr-textarea { height:80px; resize:none; }

    /* Premium Payment Section */
    .zbxr-payment {
      margin-top:10px;
      display:flex;
      flex-direction:column;
      gap:10px;
    }

    .zbxr-pay-option {
      display:flex;
      align-items:center;
      justify-content:space-between;
      padding:12px;
      border-radius:14px;
      border:1px solid #ddd;
      cursor:pointer;
      transition:.25s;
      background:#fff;
    }

    .zbxr-pay-option:hover { border-color:#000; }

    .zbxr-pay-left { display:flex; align-items:center; gap:10px; }

    .zbxr-radio {
      width:18px; height:18px; border-radius:50%; border:2px solid #aaa; position:relative;
    }

    .zbxr-pay-option.active .zbxr-radio {
      border-color:#000;
    }

    .zbxr-pay-option.active .zbxr-radio::after {
      content:''; position:absolute; inset:3px; background:#000; border-radius:50%;
    }

    .zbxr-pay-title { font-size:13px; font-weight:600; }
    .zbxr-pay-desc { font-size:11px; color:#777; }

    .zbxr-actions {
      display:flex; justify-content:flex-end; gap:10px;
      padding:16px 20px;
      
    }

    .zbxr-btn-cancel { background:#eee; }

    .zbxr-btn-danger {
      background:linear-gradient(135deg,#e53935,#b71c1c);
      color:#fff;
    }

    .zbxr-btn-danger:hover { transform:translateY(-1px); }

    .zbxr-body{padding:18px 20px; overflow-y:auto; flex:1;} 




/* ================================Highlights Story style============================= */
/* renamed container */
.highlights-container{
  display: flex;
  justify-content: center;
}
    .zbxr-container {
      display: flex;
      /* justify-content: space-around; */
      align-items: center;
      gap: 12px;
      overflow-x: auto;
      padding: 10px 0;
      /* padding-left: 64px; */
      scrollbar-width: none;
    }

    .hightlight-card {
      text-align: center;
      cursor: pointer;
      flex: 0 0 auto
    }

    .highlight-img img {
      width: 70px;
      height: 70px;
      border-radius: 50%;
      border: 3px solid #fff;
      outline: 2px solid #EC8B21;
      object-fit: cover
    }

    /* modal */
    .zbxr-story-modal {
      position: fixed;
      inset: 0;
      width: 100%;
      background: rgba(0, 0, 0, 0.85);
      display: none;
      align-items: center;
      justify-content: center;
      z-index: 100000000;
      height: 100vh;
    }

    .zbxr-story-modal.active {
      display: flex
    }

    .zbxr-story-box {
      width: 100%;
      max-width: 380px;
      height: 90vh;
      background: black;
      border-radius: 16px;
      overflow: hidden;
      position: relative;
      color: white
    }

    /* video fix */
    .zbxr-story-video {
      width: 100%;
      height: 100%;
      object-fit: cover
    }

    /* top */
    .zbxr-top {
      position: absolute;
      top: 11px;
      width: 100%;
      padding: 8px;
      z-index: 9999;
      display: flex;
      justify-content: space-between;
      align-items: center;
      cursor: pointer;
    }

    .zbxr-user {
      display: flex;
      align-items: center;
      gap: 6px
    }

    .zbxr-user img {
      width: 40px;
      height: 40px;
      border-radius: 50%
    }

    /* progress */
    .zbxr-progress {
      position: absolute;
      top: 0;
      width: 100%;
      display: flex;
      gap: 3px;
      padding: 4px;
      z-index: 3
    }

    .zbxr-bar {
      flex: 1;
      height: 2px;
      background: rgba(255, 255, 255, 0.3)
    }

    .zbxr-bar.active {
      background: white
    }

    /* nav */
    .zbxr-nav {
      position: absolute;
      top: 0;
      width: 50%;
      height: 100%;
      z-index: 3
    }

    .zbxr-left {
      left: 0
    }

    .zbxr-right {
      right: 0
    }

    /* bottom */
    .zbxr-bottom {
      position: absolute;
      bottom: 0;
      left: 0;
      width: 100%;
      padding: 8px 10px;
      display: flex;
      align-items: center;
      z-index: 9999;
      gap: 8px;
      background: linear-gradient(transparent, rgba(0, 0, 0, 0.9))
    }

    .zbxr-input {
      width: 100%;
      padding: 6px 10px;
      border-radius: 20px;
      border: none;
      outline: none;
      font-size: 13px
    }

    .zbxr-actions {
      display: flex;
      align-items: center;
      gap: 10px
    }

    .zbxr-actions i {
      font-size: 18px;
      cursor: pointer;
      
    }

    .zbxr-close {
      cursor: pointer;
      font-size: 20px;
      color: white;
    }

  
 
/* /=================================Categories Section or Page==================================== */

/* MAIN */
.lkj-page {
    display: flex;
    max-height: 90vh;
    overflow: hidden;
}

/* LEFT SIDE */
.lkj-left {
    width: 28%;
    background: #f3f3f3;
    overflow-y: auto;
}

/* CATEGORY */
.lkj-cat {
    display: flex;
    flex-direction: column;   /* 🔥 vertical align like app */
    align-items: center;
    justify-content: center;
    padding: 10px 4px;
    border-bottom: 1px solid #e5e5e5;
    font-size: 11px;
    text-align: center;
    gap: 4px;
}

/* FIX IMAGE SIZE */
.lkj-cat img {
    width: 36px;
    height: 36px;
    object-fit: cover;
    border-radius: 6px;
}

/* ACTIVE */
.lkj-cat.active {
    background: #fff;
    border-left: 3px solid #fabe29;
    font-weight: 600;
}

/* RIGHT SIDE */
.lkj-right {
    width: 72%;
    overflow-y: auto;
    padding: 6px 4px;
}

/* SECTION */
.lkj-section {
    margin-bottom: 14px;
}

/* HEADING FIX */
.lkj-section h4 {
    font-size: 13px;
    margin: 6px 4px;
    font-weight: 600;
}

/* HORIZONTAL SCROLL */
.lkj-row-scroll {
    display: flex;
    gap: 8px;
    overflow-x: auto;
    padding: 2px 4px;
}

/* STORE ALIGNMENT */
.lkj-store {
    min-width: 70px;
    text-align: center;
}

.lkj-store img {
    width: 100%;
    height: 70px;
    object-fit: cover;
    border-radius: 6px;
}

.lkj-store p {
    font-size: 11px;
    margin-top: 4px;
}

/* GRID FIX */
.lkj-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 6px;
    padding: 2px;
}

/* PRODUCT ALIGNMENT */
.lkj-product {
    background: #fff;
}

/* IMAGE CONSISTENT SIZE */
.lkj-product img {
    width: 100%;
    aspect-ratio: 1/1;
    overflow: hidden;
    object-fit: cover;
    object-position: top;
}

/* TEXT FIX */
.lkj-product p {
    font-size: 11px;
    margin: 4px 4px 0;
    line-height: 1.2;
}

.lkj-product span {
    font-size: 12px;
    font-weight: bold;
    margin: 2px 4px 4px;
    display: block;
}

/* SMALL PRODUCT */
.lkj-product.small {
    min-width: 85px;
}

.lkj-product.small img {
    height: 90px;
}


/* ========================= Watch and Buy Style ========================= */



/* SLIDER */
.brij-slider{
  position:relative;
  overflow:hidden;
  padding:10px;
}

/* TRACK */
.brij-track{
  display:flex;
  gap:15px;
  transition:transform 0.6s ease;
}

/* CARD */
.brij-card{
  flex:0 0 calc(100% / 6 - 15px); /* 🔥 bigger desktop */
  border-radius:12px;
  overflow:hidden;
  position:relative;
  aspect-ratio:9/16;
  background:#000;
  transition:0.4s;
}

/* VIDEO */
.brij-card video{
  width:100%;
  height:100%;
  object-fit:cover;
}

/* PRODUCT INFO */
.brij-info{
  position:absolute;
  bottom:8px;
  left:5px;
  right:5px;
  background:#fff;
  border-radius:8px;
  padding:8px;
  display:flex;
  gap:8px;
  align-items:center;
  box-shadow:0 5px 15px rgba(0,0,0,0.2);
}

.brij-info img{
  width:30px;
  height:30px;
  border-radius:6px;
}

.brij-info h4{
  font-size:8px;
  margin-bottom:2px;
}

.brij-price{
  font-size:8px;
}

.brij-price del{
  color:#999;
  margin-left:5px;
}



/* BUTTONS */
.brij-nav{
  position:absolute;
  top:50%;
  transform:translateY(-50%);
  padding: 2px;
  border:none;
  background:#fff;
  box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
  border-radius:50px;
  cursor:pointer;
  z-index:1;
}

.brij-prev{left:-3px; font-size: 20px;}
.brij-next{right:0px; font-size: 20px;}

/* DOTS */
.brij-dots{
  display:flex;
  justify-content:center;
  gap:8px;
  margin-top:10px;
}

.brij-dots span{
  width:8px;
  height:8px;
  background:#ccc;
  border-radius:50%;
  cursor:pointer;
}

.brij-dots span.active{
  width:18px;
  background:#000;
  border-radius:10px;
}




/* =================================All Categories Page============================ */

.bannar-categories{
  aspect-ratio: 16/9;
  object-fit: cover;
  overflow: hidden;
  width: 100%;

}
.bannar-categories img{
  width: 100%;
  height: 100%;
}

.categories-cards p{
  font-size: 20px;
  text-transform: uppercase;
  font-weight: bold;
  text-align: center;
  margin: 4px 5px 6px;
}





/*============================= Invoice Slip Pop Up  ============================*/



/* MODAL */
.ls-modal{
  position:fixed;
  inset:0;
  background:rgba(0,0,0,0.5);
  display:none;
  justify-content:center;
  align-items:center;
  padding:20px;
  overflow:auto;
  z-index:9999999991;
}

/* INVOICE BOX */
.ls-invoice{
  width:100%;
  max-width:520px;
  max-height:82vh;
  display:flex;
  flex-direction:column;

  background: rgba(255,255,255,0.9);
  backdrop-filter: blur(20px);
  border-radius:20px;
  box-shadow:0 10px 40px rgba(0,0,0,0.2);
  overflow:hidden;
}

/* HEADER */
.ls-header{
  display:flex;
  justify-content:space-between;
  align-items:center;
  padding:18px;
  border-bottom:1px solid #eee;
}

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

.ls-brand img{
  width:40px;
}

.ls-brand h2{
  margin:0;
  font-size:18px;
}

.ls-brand span{
  font-size:12px;
  color:#777;
}

/* BODY */
.ls-body{
  padding:18px;
  overflow-y:auto;
}

/* ROW */
.ls-row{
  display:flex;
  justify-content:space-between;
  margin-bottom:15px;
}

.label{
  font-size:12px;
  color:#888;
}

/* CARD */
.ls-card{
  background:#f8f8f8;
  padding:12px;
  border-radius:12px;
  margin-bottom:15px;
}

/* PRODUCT */
.ls-product{
  display:flex;
  gap:12px;
  align-items:center;
  background:#fff;
  border:1px solid #eee;
  padding:12px;
  border-radius:12px;
  margin-bottom:15px;
}

.ls-product img{
  width:70px;
  border-radius:10px;
}

.ls-product h3{
  font-size:14px;
  margin:0;
}

.price{
  margin-left:auto;
  font-weight:bold;
}

/* SUMMARY */
.ls-summary div{
  display:flex;
  justify-content:space-between;
  margin:6px 0;
}

.red{
  color:#e53935;
}

.divider{
  height:1px;
  background:#ddd;
  margin:10px 0;
}

.total{
  font-size:18px;
  font-weight:bold;
}

/* FOOTER */
.ls-footer{
  padding:15px;
  border-top:1px solid #eee;
  text-align:center;
}

.ls-footer button{
  background:#000;
  color:#fff;
  padding:12px 25px;
  border:none;
  border-radius:10px;
  cursor:pointer;
}








/* ========================= Responsive Style ========================= */

/* RESPONSIVE */
/* Mobile */

/* responsive */

@media(max-width:1100px){

.vx-footer-frame{
grid-template-columns:1fr;
gap:50px;
}

.vx-links-grid{
grid-template-columns:repeat(2,1fr);
}

}

@media(max-width:992px){
  .checkout-container{
grid-template-columns:1fr;
}


.brx-dashboard-content{

margin-left:0;
padding:25px 5px;

}

.brx-sidebar-toggle-btn{

display:block;

}
.brx-order-actions{
  width: 100%;
  display: flex;
  align-items: end;
  justify-content: end;
}



/* ===========Profile page=========== */

.brx-profile-section{
grid-template-columns:1fr;
}

.brx-form-grid{
grid-template-columns:1fr;
}

}

/* RESPONSIVE */

@media(max-width:900px){



.form-grid{
grid-template-columns:1fr;
}

.form-grid textarea{
grid-column:auto;
}

  .brx-blog-layout{
display:flex;
flex-direction:column-reverse;
}
.brx-sidebar-box2.box2{
  display: none;
}

.cx-contact-wrapper{
grid-template-columns:1fr;
gap:40px;
}

.cx-contact-title{
font-size:32px;
}

}




@media (max-width:768px){

.brx-dashboard-sidebar{
    width: 250px;
    position: fixed;
    height: 100vh;
    left: -100%;
    top: 0;
}
.brx-dashboard-sidebar.active{
    left: 0;

}

.brx-order-actions{
margin-top:10px;
}


  .settings-container{
    padding:10px;
  }

  .settings-item{
    font-size:15px;
    padding:16px 12px;
  }


  
.product-price{
margin-left:0;
}

.delivery-details{
grid-template-columns:1fr;
}



.address-modal-content{
  width:95%;
  padding:25px;
}

.address-form{
  grid-template-columns:1fr;
}

.full-width{
  grid-column:span 1;
}

.modal-actions{
  justify-content:center;
}


.brx-form-grid{
grid-template-columns:1fr;
}

.profile-image-update{
flex-direction:column;
align-items:flex-start;
}

.profile-actions{
flex-direction:column;
}

.profile-actions button{
width:100%;
}


.tracking-progress{
margin:30px 0;
}

/* make icons smaller */

.icon{
width:32px;
height:32px;
font-size:14px;
}

/* reduce spacing */

.tracking-progress::before{
top:16px;
display: none;
}

/* smaller text */

.step p{
font-size:11px;
}

.step span{
font-size:10px;
}

.return-product{
flex-direction:column;
align-items:flex-start;
}





/* =================================Categories Page Section================================= */
    .lkj-left {
        width: 20%;
    }

    .lkj-right {
        width: 80%;
    }

    .lkj-grid {
        grid-template-columns: repeat(4, 1fr);
    }




    /* ==============================Watch and Buy Style============================ */
      .brij-card{
    flex:0 0 calc(100% / 3 - 10px);
    transform:scale(0.85);
    opacity:1;
  }

  .brij-card.active{
    transform:scale(1.05); /* 🔥 zoom center */
    opacity:1;
    z-index:2;
  }


}



/* =========================
        MOBILE FIX
========================= */

@media(max-width:600px){
  .brx-order-product{
/* flex-direction:column; */
align-items:flex-start;
}

.address-modal{
  align-items:center;      /* center modal vertically */
  padding:15px;
}

.address-modal-content{
  width:100%;
  max-width:100%;
  padding:20px;
  border-radius:10px;
}

/* Make form single column */

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

/* Full width fields */

.address-form input,
.address-form textarea{
  width:100%;
}

/* Buttons full width */

.modal-actions{
  width:100%;
  flex-direction:column;
}

.modal-actions button{
  width:100%;
}


.password-modal-content{
  padding:22px;
  border-radius:12px;
}

.password-actions{
  flex-direction:column;
}

.password-actions button{
  width:100%;
}


.vx-links-grid{
grid-template-columns:1fr;
gap:35px;
}

.vx-brand-story{
text-align:center;
}

.vx-brand-location{
justify-content:center;
}

.vx-payment-strip{
text-align:center;
}

.categories-cards p{
  font-size: 15px;
}

}



@media (max-width:586px) {
    .brx-orders-page{

padding:10px ;

}
.display-verified-none{
  display: none;
}


.order-card{

padding:15px;

}

.brx-detail-content h2 {
    margin-top: 15px;
    color: #EC8B21;
    font-size: 18px;
}

.brij-info img{
  width:20px;
  height:20px;
  border-radius:6px;
}

.brij-info{
  padding:4px;
}

.brij-info h4{
  font-size:6px;
  margin-bottom:0px;
}

.brij-price{
  font-size:6px;
}


}


  @media(max-width:500px) {
      .zbxr-story-box {
        /* height: 100vh; */
        max-width: 100%;
        border-radius: 0
      }
    }

    @media(max-width:480px){
      .zbxr-modal-box{padding:16px}
      .zbxr-product img{width:70px;height:70px;}
      .zbxr-body {
        padding: 18px 20px 18px 5px;
      }
        .ls-product{
    flex-direction:column;
    align-items:flex-start;
  }

  .price{
    margin-left:0;
    margin-top:5px;
  }
    }

