*, *::before, *::after {
  box-sizing: inherit;
}
html, body {
  margin: 0;
  padding: 0;
  width: 100%;
  height: 100%;
  overflow-x: hidden; 
  scroll-behavior: smooth;
  text-rendering: optimizeLegibility;
  /* font-family: 'Albert Sans', Arial, Helvetica, sans-serif !important; */
   font-family: 'Poppins', sans-serif !important;
  background-color: #fff;
  box-sizing: border-box;
  font-size: 15px;
  font-weight: 400;
}
@supports (overflow: clip) {
  body {
    overflow-x: hidden;
  }
}
a {
  text-decoration: none;
  color: inherit;
}
p{
    margin-bottom: 0 !important;
}
/* Header */
.biopex-main {
  padding:0;
}
@media (max-width:1300px){
  .nomobile{
  display: none;
}
}
@media (min-width:1301px){
  .desktop-hide{
    display: none;
  }
}
.mobile-header{
  border-bottom: 1px solid #e1e1e1;
  box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 6px -1px, rgba(0, 0, 0, 0.06) 0px 2px 4px -1px;
}
.toggle-me{
  padding: 5px 0;
  width: 25px;
  height: auto;
  margin-right: 12px;
}
.toggle-me .toggle-btn{
  width: 100%;
  max-width: 25px;
  height: auto;
  display: block;
  padding: 0 !important;
}
.toggle-me .toggle-btn::before{
  content: "\F3C6";
  font-family: "bootstrap-icons";
  font-weight: 500;
  font-size: 24px;
  color: #333;
}
.mobile-search-bar{
  padding: 8px 0;
  /* background-color: #f9f9f9; */
}
.mobile-search-bar .mobile-form-sec{
  /* max-width: 600px;
  margin: 0 auto;
  height: 45px; */
  max-width: inherit;
  margin: 0 auto;
  height: 45px;
  width: 100%;
} 
.mobile-autocomplete {
  position: relative;
  display: inline-block;
  width:100%; 
  display: flex;
  border: 1px solid #e1e1e1;
  /* overflow: hidden; */
  border-radius: 8px;
  top: -1px;
}
.mobile-barsearch {
  background-color: #fff;
  width: 100%;
  border: 1px solid #f07f24;
  height: 45px;
  padding: 10px 10px 10px;
  font-size: 14px;
  border-radius: 8px 0 0 8px;
}
.mobile-barsearch:focus {
  outline: none;
  border: 1px solid #ccc;
  background-color: #fff;
  border-radius: 8px 0 0 8px;
}
.mobile-search-button {
  background-color: #f07f24;
  color: #fff;
  cursor: pointer;
  border-radius: 0 8px 8px 0;
}

.mobile-autocomplete-items {
  position: absolute;
  border-bottom: none;
  z-index: 99;
  border-radius: 0 0 5px 5px;
  top: 48px;
  left: 0;
  right: 0;
  max-height: 300px;
  overflow-y: auto;
  box-shadow: 0px 0px 4px 1px #00000020;
  background-color: #fff;
}

.mobile-autocomplete-items div {
  padding: 10px;
  cursor: pointer;
  background-color: #fff; 
  border-bottom: 1px solid #eee; 
}

.mobile-autocomplete-items div:last-child {
  border-bottom: none;
}

.mobile-autocomplete-items div:hover {
  background-color: #f5f5f5; 
}

.mobile-autocomplete-active {
  background-color: #f07f24 !important; 
  color: #ffffff; 
}
.mobile-search-button {
  padding: 10px 12px;
  background-color: #f07f24; 
  color: #fff; 
  border:none; 
  cursor:pointer;
  height: 45px;
  align-items: center;
  display: flex;
}
.mobile-search-button::before {
  content: "\F52A";
  font-family: "bootstrap-icons";
  font-weight: 500;
  font-size: 20px;
}

.mobile-header .logo-mobile{
  width: 175px;
  height: auto;
  display: flex;
  align-items: center;
}
.mobile-header .logo-mobile img{
  width: 100%;
  height: auto;
}

.mobile-header .mobcart{
  position: relative;
}
.mobile-header .mobcart .cart-count{
  position: absolute;
  top: 0;
  right: 26px;
  background-color: red;
  padding: 1px 6px;
  border-radius: 50%;
  color: #fff;
  font-size: 10px;
}
.mobile-cartandsignin-section{
  display: flex;
  justify-content: flex-end;
  align-items: center;
  height: 100%;
}
.mobile-cartandsignin-section ul{
  list-style: none;
  /* display: block;
  align-items: center; */
}
.mobile-cartandsignin-section ul li{
  /* margin-left: 15px; */
  align-items: center;
  display: flex;

}
.mobile-signingin-dropdown{
  position: absolute !important;
  inset: 0px auto auto 0px !important;
  margin: 0px !important;
  transform: translate3d(0px, 52.2px, 0px) !important;
  border-radius: 0 0 8px 8px !important;
  /* width: 282px; */
  box-shadow: rgba(50, 50, 93, 0.25) 0px 2px 5px -1px, rgba(0, 0, 0, 0.3) 0px 1px 3px -1px;
}
.mobile-signingin-dropdown li{
  font-size: 14px !important;
}
hr{
  border: 1px solid #a3a1a1 !important;
  width: 100%;
  margin: 4px 0 !important;
}
.dropdown .mobile-cart-section{
  position: absolute !important;
  inset: 0px 0px auto auto !important;
  margin: 0px !important;
  transform: translate3d(0px, 52.2px, 0px) !important;
  border-radius: 0 0 8px 8px !important;
  width: 282px;
  box-shadow: rgba(50, 50, 93, 0.25) 0px 2px 5px -1px, rgba(0, 0, 0, 0.3) 0px 1px 3px -1px;
}
.mobile-empty-cart{
  width: 100%;
  text-align: center;
}
.yciempty {
  width: 100%;
  display: block;
  text-align: center;
  font-size: 20px;
  color: #03012b;
  font-weight: 600;
}
.mobile-empty-cart-image {
  width: 190px;
  height: auto;
  display: flex;
  margin: auto;
  flex-direction: column;
}
.mobile-empty-cart-image img {
  max-width: 100%;
  height: auto;
}
.mobile-cart-list a{
  font-size: 14px;
  color: #333;
  font-weight: 500;
  padding: 4px 10px;
  /* text-align: center; */
  text-decoration: none;
  border: 1px solid #e1e1e1;
  width: 100%;
  display: block;
  border-radius: 3px;

}
.mobile-cartandsignin-section ul li:first-child{
  margin-left: 0;
  border-right: 1px solid #0b2257;
  margin-left: 10px;
}
.mobile-cartandsignin-section ul li:last-child{
  border-left: 1px solid #0b2257;
}
.mobile-cartandsignin-section ul li label{
  color: #0b2257;
  font-size: 14px;
  font-weight: 600;
  padding: 0 15px;
  text-decoration: none;
  align-items: center;
  display: flex;
}
.mobile-cartandsignin-section ul li a{
  color: #0b2257;
  font-size: 14px;
  font-weight: 400;
  padding: 0 15px;
  text-decoration: none;
  align-items: center;
  display: flex;
  position: relative;
  text-align: center;
  display: block;
}
.mobile-cartandsignin-section ul li .proceed-to-checkout-btn{
  color: #fff !important;
  padding: 3px 12px;
  text-align: center;
  display: block;
}
.mobile-cartandsignin-section ul li .icon3::before{
  content: "\F4D7";
  font-family: "bootstrap-icons";
  font-weight: 500;
  margin-right: 8px;
 font-size: 24px;
 color: #0b2257;
}
.mobile-cartandsignin-section ul li .icon4::before{
  content: "\F244";
  font-family: "bootstrap-icons";
  font-weight: 500;
  margin-right: 8px;
 font-size: 24px;
 color: #0b2257;
}
.mobile-cartandsignin-section ul li .icon5::before{
  content: "\F417";
  font-family: "bootstrap-icons";
  font-weight: 500;
  margin-right: 8px;
 font-size: 24px;
 color: #0b2257;
}
.mobilecount{
  position: absolute;
  top: 0;
  right: 10px;
  background-color: red;
  padding: 1px 6px;
  border-radius: 50%;
  color: #fff;
  font-size: 10px;
}
@media (max-width:1200px){
  .mobile-cartandsignin-section ul li label .hideinmobile {
  display: none;  
}
}
@media (max-width: 768px){
 .mobile-cartandsignin-section ul li .icon3::before {
  font-size: 20px;
}
.mobile-cartandsignin-section ul li .icon4::before {
  font-size: 20px;
}
.mobile-cartandsignin-section ul li .icon5::before {
  font-size: 20px;
}
.mobile-cartandsignin-section ul li label {
  font-size: 13px;
}
}
@media (max-width: 576px){
.mobile-cartandsignin-section ul li .icon3::before {
  font-size: 15px;
}
.mobile-cartandsignin-section ul li .icon4::before {
  font-size: 15px;
}
.mobile-cartandsignin-section ul li .icon5::before {
  font-size: 15px;
}
.mobile-cartandsignin-section ul li label {
  font-size: 13px;
}
.mobile-signingin-dropdown {
  inset: 0px 0 auto auto !important;
  margin: 0px !important;
  transform: translate3d(119px, 40.2px, 0px) !important;
  border-radius: 0 0 8px 8px !important;
  /* width: 282px; */
  box-shadow: rgba(50, 50, 93, 0.25) 0px 2px 5px -1px, rgba(0, 0, 0, 0.3) 0px 1px 3px -1px;
}
.mobile-search-bar {
  padding: 8px 0 10px;
}
}
.mobilemenu{
  width: 300px !important;
  padding: 0 !important;
}

.mobilemenu .mobilehd{
  padding: 10px !important;
}
.mobilemenu .mobilehd .mobiletitle{
  font-size: 15px;
  color: red;
  font-weight: 600;
}
.mobilemenu .mobilehd .mobiletitle img{
  width: 100px;
}
.mobilemenu .mobilebody .mobilerow{
  display: flex;
  flex-wrap: wrap;
}
.categegory-list {
  height: 600px;
  overflow-y: scroll;
  /* padding-right: 12px; */
  scroll-behavior: smooth;
  scrollbar-width: none;
  padding-top: 12px;
}
.mobilebody{
  padding-top: 0 !important;
}
.cat-col{
  width: 35%;
  border-right: 1px solid #e1e1e1;
}
.main-col {
  width: 65%;
}
.mobilemenu .mobilebody .categegory-list .smallcard{
  display: grid;
  border: 1px solid #e1e1e1;
  border-radius: 8px;
  margin-bottom: 15px;
  padding: 3px;
  width: 80px;
  overflow: hidden;
  box-shadow: rgba(0, 0, 0, 0.15) 0px 2px 8px;
}
.mobilemenu .mobilebody .categegory-list .smallcard img{
  width: 100%;
  max-width: 70px;
  height: auto;
  object-fit: cover;
  border-radius: 8px;
}
a{
  text-decoration: none !important;
}
.mobilemenu .mobilebody .categegory-list .smallcard a h2{
 font-size: 12px;
  color: #4879bd;
  font-weight: 500;
  display: block;
  text-align: center;
  margin-top: 5px;
   word-wrap: anywhere; 
}
.mainmenu-list{
  width: 100%;
  padding-top: 12px;
}
.mainmenu-list ul{
  list-style: none !important;
  padding-left: 12px;
}
.mainmenu-list ul li a{
  font-size: 13px;
  color: #5b5a5a;
  font-weight: 500;
  width: 100%;
  display: block;
  padding: 4px 12px;
  margin-bottom: 10px;
  border: 1px solid #e1e1e1;
  background-color: aliceblue;
  border-radius: 8px;
}
@media (max-width: 300px){
  .main-col {
  width: 100%;
  order: 1;
}
.cat-col{
  width: 100%;
  border-right: 0;
  order: 2;
}
.mainmenu-list ul {
  list-style: none !important;
  padding-left: 0;
}
.categegory-list {
  height: auto;
  overflow-y: scroll;
  scroll-behavior: smooth;
  scrollbar-width: none;
  padding-top: 12px;
  display: flex;
  flex-wrap: wrap;
  gap: 4px;
}
.mobilemenu .mobilebody .categegory-list .smallcard{
  margin-bottom: 0;
}
}
/* ----------------------------------- */
.top-header {
  /* background-color: #011f5a; */
 background: #32478B;
background: linear-gradient(91deg,rgba(50, 71, 139, 1) 35%, rgba(72, 120, 188, 1) 100%);
  border-bottom: 1px solid #e1e1e1;
  padding: 6px 0;
  z-index: 1000;
  position: relative;
}
.cont-top {
  display: flex;
  justify-content: space-between;
  padding: 4px 0;
}
.cont-top p{
  color: #fff;
  font-size: 16px;
  margin: 0;
  display: flex;
  align-items: center;
  font-weight: 500;
  margin-right: 12px;
}
.cont-top a{
  color: #fff;
  font-size: 16px;
  margin: 0;
  display: flex;
  align-items: center;
  font-weight: 500;
  margin-right: 12px;
  text-decoration: none;
}
.cont-top p:first-child{
  margin-right: 20px;
  border-right: 1px solid #fff;
  padding-right: 20px;
}
.cont-top a:first-child{
  margin-right: 20px;
  border-right: 1px solid #fff;
  padding-right: 20px;
}
.cont-top .icon1::before{
  content: "\F84C";
  font-family: "bootstrap-icons";
  font-weight: 500;
  margin-right: 4px;
 font-size: 20px;
}
.cont-top .icon2::before{
  content: "\F618";
  font-family: "bootstrap-icons";
  font-weight: 500;
  margin-right: 4px;
 font-size: 20px;
}
.cartandsignin-section{
  display: flex;
  justify-content: flex-end;
  align-items: center;
}
.top-header .cartandsignin-section ul{
  list-style: none;
  /* display: block;
  align-items: center; */
}
.top-header .cartandsignin-section ul li{
  /* margin-left: 15px; */
  align-items: center;
  display: flex;

}
.signingin-dropdown{
  position: absolute !important;
 inset: 0px 0 auto -56px !important;
  margin: 0px !important;
  transform: translate3d(0px, 40.2px, 0px) !important;
  border-radius: 0 0 8px 8px !important;
  width: 300px;
  box-shadow: rgba(50, 50, 93, 0.25) 0px 2px 5px -1px, rgba(0, 0, 0, 0.3) 0px 1px 3px -1px;
}

.signingin-dropdown li{
  font-size: 14px !important;
}
hr{
  border: 1px solid #a3a1a1 !important;
  width: 100%;
  margin: 4px 0 !important;
}
.dropdown .cart-section{
  position: absolute !important;
  inset: 0px 0px auto auto !important;
  margin: 0px !important;
  transform: translate3d(0px, 41.2px, 0px) !important;
  border-radius: 0 0 8px 8px !important;
  width: 282px !important;
  box-shadow: rgba(50, 50, 93, 0.25) 0px 2px 5px -1px, rgba(0, 0, 0, 0.3) 0px 1px 3px -1px;
}
.empty-cart{
  width: 100% !important;
  text-align: center !important;
  white-space: normal !important;
}
.yciempty {
  width: 100%;
  display: block;
  text-align: center;
  font-size: 20px;
  color: #03012b;
  font-weight: 600;
}
.empty-cart-image {
  width: 190px;
  height: auto;
  display: flex;
  margin: auto;
  flex-direction: column;
}
.empty-cart-image img {
  max-width: 100%;
  height: auto;
}
.cart-list a{
  font-size: 14px;
  color: #333;
  font-weight: 500;
  padding: 4px 10px;
  /* text-align: center; */
  text-decoration: none;
  /* border: 1px solid #e1e1e1; */
  width: 100%;
  display: block;
  border-radius: 3px;

}
.top-header .cartandsignin-section ul li:first-child{
  margin-left: 0;
  border-right: 1px solid #fff;
}
.top-header .cartandsignin-section ul li:last-child{
    border-left: 1px solid #fff;
}
.top-header .cartandsignin-section ul li:first-child{
  margin-left: 10px;
}
.top-header .cartandsignin-section ul li label{
  color: #fff;
  font-size: 14px;
  font-weight: 500;
  padding: 0 15px;
  text-decoration: none;
  align-items: center;
  display: flex;
  position: relative;
}
.top-header .cartandsignin-section ul li .wishlist{
  color: #fff;
  font-size: 16px;
  font-weight: 500;
  padding: 0 15px;
  text-decoration: none;
  align-items: center;
  display: flex;
  position: relative;
}
.top-header .cartandsignin-section ul li .cart-count{
  background: #f02349;
  border-radius: 50%;
  padding: 1px 6px;
  margin-left: 0px;
  color: #fff;
  font-size: 10px;
  font-weight: 500;
  position: absolute;
  bottom: 20px;
  right: 24px;
}
.top-header .cartandsignin-section ul li .list-count{
  background: #f02349;
  border-radius: 50%;
  padding: 1px 6px;
  margin-left: 0px;
  color: #fff;
  font-size: 10px;
  font-weight: 500;
  position: absolute;
  bottom: 20px;
  right: 8px;
}
.cartandsignin-section ul li .icon3::before{
  content: "\F4D7";
  font-family: "bootstrap-icons";
  font-weight: 500;
  margin-right: 4px;
 font-size: 22px;
}
.cartandsignin-section ul li .icon4::before{
  content: "\F244";
  font-family: "bootstrap-icons";
  font-weight: 500;
  margin-right: 4px;
 font-size: 22px;
}
.cartandsignin-section ul li .icon5::before{
  content: "\F417";
  font-family: "bootstrap-icons";
  font-weight: 500;
  margin-right: 4px;
 font-size: 22px;
}
.bottom-header{
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
  border-bottom: 1px  solid #e1e1e1;
  padding: 6px 0;
  background-color: #fff;
  z-index: 1000;

}
.bottom-header .logo{
  display: flex;
  align-items: center;
  width: 180px;
  margin-right: 20px;
  height: auto;
}
.bottom-header .logo img{
  max-width: 100%;
  height: auto;
  width: 100%;
 
}
.bottom-header .main-menu ul{
  display: flex;
  align-items: center;
  gap: 20px;
  list-style: none;
}
.bottom-header .main-menu ul li{
  position: relative;
}
.bottom-header .main-menu ul li a{
  font-size: 15px;
  font-weight: 500;
  color: #333;
  padding: 10px;
  transition: color 0.3s ease;
  text-decoration: none;
}
.thcol-1{
  display: flex !important;
  align-items: center !important;
  justify-content: start;
}
.thcol-2{
  display: flex !important;
  align-items: center !important;
  justify-content: end !important;
}
.bhcol-1{
  display: flex !important;
  align-items: center !important;
}
.bhcol-2{
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
}
.mhcol-1{
  display: flex !important;
  align-items: center !important;
}
.mhcol-2{

}
.mhcol-3 .mobile-cartandsignin-section .mhul{
  display: flex !important;
  justify-content: end ;
}
@media (max-width: 576px){
  .mhcol-3{
  display: flex;
  justify-content: center;
}
.mobile-cartandsignin-section {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
}
 .mhcol-3 .mobile-cartandsignin-section .mhul{
    display: flex !important;
    justify-content: end;
    width: 100% !important;
 }
}
@media (max-width : 768px){
  .mhcol-1, .mhcol-3{
    margin-top: 5px !important;
  }
  .dropdown .cart-section {
  inset: 1px 0 auto auto !important;
  /* width: 275px; */
 transform: translate3d(-10px, 39.2px, 4px) !important
}
}
.thul{
  display: flex !important;
  justify-content: end!important;

}
/* -------------------------------Compare btn */
.compare_bttn{
    background-color: #334a9f ;  
}

.action--compare-add {
   color: #009688;
}
.action--compare-add:hover .action__text--invisible,
.action--download:hover .action__text--invisible{
    color: #ddd;
    font-size: 16px;
    letter-spacing: 0;
    background: #2F3035;
    border-radius: 2px;
    padding: 3px 5px;
}
/* .action--compare-add:hover {
    color: #334a9f;
} */
.action--compare-add .fa-check,
.action--compare-add input[type=checkbox]:checked~.fa-plus {
  display: none;
}
.action--compare-add input[type=checkbox]:checked~.fa-check {
  display: inherit;
  color: #fff;
}
.check-hidden {
  position: absolute;
  opacity: 0;
  width: 26px;
  height: 26px;
  left: 0;
  top: 0;
  cursor: pointer;
}
.action {
 display: inline-block;
  font-size: 14px;
  white-space: nowrap;
  cursor: pointer;
  background: #4878bc;
  text-align: left;
  margin-right: 4px;
  border: 1px solid #4878bc;
  padding: 3px 6px;
  border-radius: 6px;
  position: relative;
  color: #fff;
}
.action:focus {
    outline: none
}
.action__text {
    font-weight: 700;
    letter-spacing: 1px;
    font-size: .813em;
    vertical-align: middle;
    display: inline-block
}

.action__text--invisible {
    position: absolute;
    top: 100%;
    opacity: 0;
    pointer-events: none
}
.compare-section {
    position: fixed;
    top: 170px;
    right: 20px;
    z-index: 100;
}
.btn-compare, .btn-compare:hover {
  background-color: #1b9b2c;
  color: #ffffff;
}
.btn-compare{
  border-color: #004F98 !important;
  background-color: #004F98 !important;
  color: #ffffff !important;
  padding: 3px 8px !important;
}
.col-md-2-5.col-lg-2-5 {
width: 20%
}
.leftfl::before,
.rightfl::before {
font-size: 25px
}
.cpp{
    /* float: left !important; */
    text-align: left;
}
.compare-count-badge {
    background: #e53935;
    color: #fff;
    border-radius: 12px;
    padding: 0 8px;
    font-size: 16px;
    font-weight: 500;
    margin-left: 4px;
    min-width: 24px;
    display: inline-block;
    text-align: center;
    vertical-align: middle;
}
/* ----------------------------wishlist */
.icon-heart {
  display: inline-block;
  width: 18px;
  height: 18px;
  background: url('../images/like.png') no-repeat center center;
  background-size: contain;
  transition: filter 0.2s;
  vertical-align: middle;
}

/* Red heart (active/favorited) */
.wishlist-btn-like.active .icon-heart {
  background-image: url('../images/heart.png');
  /* filter: drop-shadow(0 0 2px #b90000); */
  /* Optional extra glow */
}

/* Optional: hover for subtle feedback */
.wishlist-btn-like:hover .icon-heart {
  /* filter: drop-shadow(0 0 2px #b90000); */
}
/* ------------------------top cart section */
.view-button a, .add-to-cart-btn {
   color: #fff;
  text-decoration: none;
  display: inline-block;
  padding: 2px 8px;
  border: none;
  border-radius: 4px;
  background-color: #070762;
  transition: background-color 0.3s ease;
  font-size: 14px;
  font-weight: 600;
  &:hover {
    background-color: #d94a1c;
  }
  }
  .add-to-cart-btn:disabled {
    opacity: 0.6;
    cursor: not-allowed;
  }

  nav.header-cart {
    position: fixed;
    top: 10px;
    right: 10px;
    font-family: Arial, sans-serif;
  }
  nav.header-cart .dropdown {
    position: relative;
    display: inline-block;
  }
  nav.header-cart .dropdown-toggle {
    cursor: pointer;
    background: #1d297c;
    color: white;
    padding: 8px 16px;
    border-radius: 6px;
    font-weight: 600;
  }
  nav.header-cart .cart-count {
    background: #c40a2c;
    border-radius: 50%;
    padding: 2px 8px;
    margin-left: 8px;
  }
  nav.header-cart .dropdown-menu {
    position: absolute;
    right: 0;
    background: white;
    border: 1px solid #ccc;
    width: 320px;
    margin-top: 4px;
    border-radius: 6px;
    visibility: hidden;
    opacity: 0;
    transition: opacity 0.25s ease;
    z-index: 1000;
  }
  nav.header-cart .dropdown:hover .dropdown-menu,
  nav.header-cart .dropdown:focus-within .dropdown-menu {
    visibility: visible;
    opacity: 1;
  }
  .dropdown-menu p.dropdown-item {
    margin: 0;
    padding: 5px 15px;
    /* --bs-dropdown-link-active-bg: #1d297c; */
    /* border-bottom: 1px solid #eee; */
  }
  .empty-cart-image img {
   max-width: 150px;
    display: block;
    margin: auto;
    width: 100%;
  }
  .cart-item {
    display: flex;
    gap: 10px;
  }
  .cart-item img {
    width: 100px;
  height: 100px;
  object-fit: contain;
  }
  .cart-item-details {
    font-size: 0.9rem;
    white-space: wrap;
    width: 100%;
  }
  .cart-item-details strong {
    display: block;
    margin-bottom: 4px;
    font-weight: 500;
    font-size: 14px;
  }
  .cart-actions {
    padding: 10px 15px;
    text-align: center;
  }
  .cart-actions a {
    display: inline-block;
    margin: 0;
    background: #1d297c;
    color: white;
    padding: 8px 14px;
    border-radius: 5px;
    text-decoration: none;
    font-weight: 600;
  }
  /* Offcanvas styling */
  .offcanvas-overlay {
    position: fixed;
    top: 0;
    left: 0;
    right: 0; 
    bottom: 0;
    background: rgba(0,0,0,0.5);
    display: none;
    justify-content: flex-start;
    z-index: 2000;
  }
  @media (max-width: 576px){
     .atcsection{
      width: 300px !important;
     }
  }
  .offcanvas {
    background: white;
    width: 380px;
    height: 100vh;
    padding: 20px;
    overflow-y: auto;
    box-shadow: -5px 0 15px rgba(0,0,0,0.3);
    position: relative;
    display: flex;
    flex-direction: column;
    visibility: visible !important;
  }
  .offcanvas-header {
    padding: 0 0 18px 0 !important;
    border-bottom: 1px solid #e1e1e1 !important;
  }
  .offcanvas-header p {
    color: #070762;
    font-size: 20px;
    font-weight: 500;
    margin: 0 0 0px;
    
   }
  .offcanvas-close {
    position: absolute;
    top: 14px;
    right: 18px;
    cursor: pointer;
    font-size: 20px !important;
    font-weight: 600;
    color: red !important;
    background-color: #e1e1e1 !important;
    padding: 2px 10px !important;
  }
  .offcanvas-product {
    flex: none;
    display: flex;
    gap: 14px;
    margin-top: 12px;
    margin-bottom: 12px;
    border-bottom: 1px solid #eee;
    padding-bottom: 12px;
    flex-direction: column;
  }
  .offcanvas-product img {
    width: 150px;
    height: 150px;
    object-fit: cover;
    margin: 0 auto;
  }
  .offcanvas-product-info {
    flex: 1;
  }
  .offcanvas-product-info h3 {
    font-size: 16px;
  color: #040303;
  font-weight: 600;
  font-family: "Urbanist", sans-serif;
  }
  .offcanvas-product-info p {
    margin: 3px 0;
    font-size: 0.9rem;
  }
  .offcanvas-actions {
    margin-top: auto;
    display: flex;
    gap: 10px;
    border-bottom: 1px solid #e1e1e1;
  padding-bottom: 12px;
  }
  .offcanvas-actions a.button {
    flex: 1;
    background: #1d297c;
    color: white;
    text-align: center;
    padding: 4px 6px !important;
    border-radius: 6px;
    text-decoration: none;
    font-weight: 500;
    cursor: pointer;
    font-size: 15px;
  }
  .atctitle{
    font-size: 20px;
    font-weight: 700;
    margin-bottom: 20px;
    color: #070762;
  }
  .priceoff{
    color: #d12c2c !important;
    font-weight: 600 !important;
    margin-right: 8px !important;
  }
  /* "Customers who bought this also bought" */
  .also-bought {
    margin-top: 12px;
  }
  .also-bought h4 {
   font-weight: 500;
  margin-bottom: 12px;
  font-size: 16px;
  text-align: center;
  }
  .also-bought-list {
    display: flex;
    gap: 0px;
    overflow-y: scroll;
   height: 450px;
  }
  .also-bought-item {
    width: 50%;
    text-align: center;
    font-size: 13px;
    border: 1px solid #e1e1e1;
    border-radius: 0px;
  }
  .also-bought-item img {
    width: 100px;
    height: 100px;
    object-fit: contain;
    margin-bottom: 6px;
  }
  .cwbtabpname{
    font-size: 13px;
  color: #040303;
  font-weight: 600;
  font-family: "Urbanist", sans-serif;
  }
  .also-bought-item a.add-cart-btn {
    background: #1d297c;
    color: #fff;
    padding: 4px 8px;
    font-size: 0.8rem;
    border-radius: 4px;
    text-decoration: none;
    cursor: pointer;
    display: inline-block;
  }
  .also-bought-item .add-cart-btn{
    margin-bottom: 5px;
  }
 .offatc{
   margin: 5px 0 10px !important;
 }
/* ----------------------------Search bar */

.search-bar{
  padding: 0;
  background-color: #f9f9f9;
}
.search-bar .form-sec{
  max-width: 600px;
  margin: 0 auto;
  height: 45px;
} 
.autocomplete {
  position: relative;
  display: inline-block;
  width:100%; 
  display: flex;
  /* border: 1px solid #e1e1e1; */
  /* overflow: hidden; */
  border-radius: 8px;
  top: -1px;
}
.barsearch {
  background-color: #fff;
  width: 100%;
  border: 1px solid #f07f24;
  height: 45px;
  padding: 10px 10px 10px;
  font-size: 14px;
  border-radius: 8px 0 0 8px;
}
.barsearch:focus {
  outline: none;
  border: 2px solid #f07f24;
  background-color: #fff;
  border-radius: 8px 0 0 8px;
}
.search-button {
  background-color: #f07f24;
  color: #fff;
  cursor: pointer;
  border-radius: 0 8px 8px 0;
}

.autocomplete-items {
  position: absolute;
  border-bottom: none;
  z-index: 99;
  border-radius: 0 0 5px 5px;
  top: 48px;
  left: 0;
  right: 0;
  max-height: 300px;
  overflow-y: auto;
  box-shadow: 0px 0px 4px 1px #00000020;
  background-color: #fff;
}

.autocomplete-items div {
  padding: 10px;
  cursor: pointer;
  background-color: #fff; 
  border-bottom: 1px solid #eee; 
}

.autocomplete-items div:last-child {
  border-bottom: none;
}

.autocomplete-items div:hover {
  background-color: #f5f5f5; 
}

.autocomplete-active {
  background-color: #f07f24 !important; 
  color: #ffffff; 
}
.search-button {
  padding: 10px 12px;
  background-color: #f07f24; 
  color: #fff; 
  border:none; 
  cursor:pointer;
  height: 45px;
  align-items: center;
  display: flex;
}
.search-button::before {
  content: "\F52A";
  font-family: "bootstrap-icons";
  font-weight: 500;
  font-size: 20px;
}
/* ------------------------------------banner section */
@media (max-width: 991px){
.banner{
  display: none;
}
}

.carousel {
  position: relative;
  max-width: 100%;
  overflow: hidden;
}

.carousel-container {
  display: flex;
  transition: transform 0.5s ease-in-out;
  width: 100%;
}
#carouselContainer {
  display: flex;
  width: 100%;
  /* overflow: hidden; */
  transition: transform 0.5s ease-in-out;
}

#carouselContainer > * {
  flex: 0 0 100%;
  max-width: 100%;
}
.carousel-slide {
  width: 100%;
  flex-shrink: 0;
}

.carousel-slide img {
  width: 100%;
  height: auto;
  display: block;
}

.carousel-buttons {
  position: absolute;
  top: 50%;
  width: 100%;
  display: flex;
  justify-content: space-between;
  transform: translateY(-50%);
}

.carousel-buttons button {
  background: rgba(154, 150, 150, 0.5);
  border: none;
  color: white;
  padding: 1px 10px;
  cursor: pointer;
  border-radius: 50%;
  font-size: 18px;
  margin: 0 18px;
  display: none;
}
/* ------------------------------------Categories section */
.categories{
  padding: 40px 20px;
  background-color: #f9f9f9;
}
.categories .section-title{
  margin-bottom: 15px;
}

.categories .section-title h1, .categories .section-title h2, .categories .section-title h3, .categories .section-title h4, .categories .section-title h5, .categories .section-title h6{
  font-size: 32px;
  font-weight: 400;
  color: #1b1b1d;
  margin-bottom: 8px;
  font-family: "Urbanist", sans-serif;
}
.custome-col{
  flex: 0 0 auto;
  width: 12.5% !important;
  margin-bottom: 10px;
}
@media (max-width: 1400px) {
  .custome-col{
    flex: 0 0 auto;
    width: 12.5% !important;
    margin-bottom: 10px;
  }
}
@media (max-width: 1400px) and (min-width: 1200px) {
  .custome-col{
    flex: 0 0 auto;
    width: 12.5% !important;
    margin-bottom: 10px;
  }
}
@media (max-width: 1200px) and (min-width: 991px) {
  .custome-col{
    flex: 0 0 auto;
    width: 14.28% !important;
    margin-bottom: 10px;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .custome-col{
    flex: 0 0 auto;
    width: 16.66% !important;
    margin-bottom: 10px;
  }
}
@media (max-width: 768px) and (min-width: 700px) {
  .custome-col{
    flex: 0 0 auto;
    width: 20% !important;
    margin-bottom: 10px;
  }
}
@media (max-width: 700px) and (min-width: 576px) {
  .custome-col{
    flex: 0 0 auto;
    width: 25% !important;
    margin-bottom: 10px;
  }
}
@media (max-width: 576px) and (min-width: 400px) {
  .custome-col{
    flex: 0 0 auto;
    width: 33.33% !important;
    margin-bottom: 10px;
  }
}
@media (max-width: 399px) {
  .custome-col{
    flex: 0 0 auto;
    width: 50% !important;
    margin-bottom: 10px;
  }
}
.categories .category-card{
  background-color: #fff;
  border: 1px solid #e1e1e1;
  border-radius: 50%;
  padding: 24px;
  text-align: center;
  transition: box-shadow 0.3s ease;
  overflow: hidden;
  font-family: "Urbanist", sans-serif;
  /* width: 162px;
  height: 162px; */
}
.custome-col:hover .category-card{
  border: 1px solid #f07f24;
}
.custome-col:hover .category-info h2 {
  color: #f07f24;
}
.categories .viewcategory{
  background-color: #fff;
  border: 1px solid #e1e1e1;
  border-radius: 50%;
  padding: 65px 10px;
  text-align: center;
  transition: box-shadow 0.3s ease;
  overflow: hidden;
  font-family: "Urbanist", sans-serif;
}
.categories .category-card .category-image{
  width: 100%;
  height:100%;
  margin: 0 auto;
  max-width: 110px;
}
.categories .category-card .category-image img{
  max-width: 100%;
  height: auto;
  object-fit: scale-down;
  position: relative;
  width: 100%;
  z-index: 1;
}
.categories .category-info h1, .categories .category-info h2, .categories .category-info h3, .categories .category-info h4, .categories .category-info h5, .categories .category-info h6{
  font-size: 15px;
  font-weight: 500;
  color: #54545c;
  margin-top: 10px;
  text-align: center;
  font-family: "Urbanist", sans-serif;
}
.scroll-container {
  overflow-x: auto !important;
  -webkit-overflow-scrolling: touch !important; /* smooth scrolling on iOS */
}

.scroll-row {
  display: flex !important;
  flex-wrap: nowrap !important;
}
@media (min-width: 1400px) {
  .scroll-container {
    overflow-x: visible !important;
  }

  .scroll-row {
    flex-wrap: wrap !important; /* normal multi-row on larger screens */
  }
}

/* ----------------------------------Popular section */
.popular-product .section-title h1, .popular-product .section-title h2, .popular-product .section-title h3, .popular-product .section-title h4, .popular-product .section-title h5, .popular-product .section-title h6{
  font-size: 32px;
  font-weight: 400;
  color: #1b1b1d;
  margin-bottom: 8px;
  font-family: "Urbanist", sans-serif;
}
.popular-product .section-title {
  margin-bottom: 15px;
}
.popular-product{
  padding: 40px 20px;
  background-color: #fff;
}
.popular-product .pop-card{
  background-color: #fff;
  border: 1px solid #e2e1e1;
  border-radius: 5px;
  padding: 14px;
  text-align: center;
  transition: box-shadow 0.3s ease;
  overflow: hidden;
  font-family: "Urbanist", sans-serif;
  display: grid;
  height: 100%;
  position: relative;
  transition: box-shadow 0.3s;
}
.pop-card.hovered .action-buttons {
  opacity: 1;
  transform: translateX(0) scale(1);
  pointer-events: auto;
}
.action-buttons {
  position: absolute;
  top: 14px;
  right: 1px;
  display: flex;
  flex-direction: column;
  gap: 4px;
  z-index: 9;
}
.action-buttons a {
  opacity: 0;
  transform: translateX(50px) scale(0.5);
  transition:
    opacity 0.3s cubic-bezier(.71,1.75,.82,1.01),
    transform 0.3s cubic-bezier(.71,1.75,.82,1.01);
    pointer-events: none;
  border-top: 1px solid #e1e1e1;
  border-bottom: 1px solid #e1e1e1;
  border-left: 1px solid #e1e1e1;
  border-radius: 4px 0 0 4px;
}
.action-buttons a span{
   display: none;
  position: absolute;
  width: max-content;
  left: -74px;
  font-size: 14px;
  top: 8px;
}
.action-buttons a:hover span {
  display: flex;
  position: absolute;
  width: 92px;
  left: -96px;
  font-size: 13px;
  top: 6px;
  text-align: end;
  font-weight: 600;
  color: #767474;
  justify-content: center;
  align-items: center;
  background: #fff;
  padding: 4px 6px;
  box-shadow: rgba(0, 0, 0, 0.15) 0px 2px 8px;
  border-radius: 8px;
}

.action-buttons a:hover span::after{
  content: '\F285';
  font-family: 'Bootstrap-Icons';
  font-size: 10px;
  margin-left: 2px;
}
.pop-card:hover .action-buttons a {
  opacity: 1;
  transform: translateX(0) scale(1);
  pointer-events: auto;
  background: aliceblue;
  font-size: 18px;
  /* box-shadow: 0 4px 32px rgba(30,50,120,0.18); */
}
.slider-card:hover .action-buttons a {
  opacity: 1;
  transform: translateX(0) scale(1);
  pointer-events: auto;
  background: aliceblue;
  font-size: 18px;
  /* box-shadow: 0 4px 32px rgba(30,50,120,0.18); */
}
.action-buttons a:nth-child(1) { 
  transition-delay: 0.05s; 
}
.action-buttons a:nth-child(2) { 
  transition-delay: 0.12s;
}
.action-buttons a:nth-child(3) { 
  transition-delay: 0.19s; 
}
.action-buttons a:nth-child(4) { 
  transition-delay: 0.26s;
 }
.action-buttons a {
  background: #ffffff;
  color: #1d297c;
  padding: 5px 8px;
  border-radius: 8px 0 0 8px;
  font-size: 16px !important;
  box-shadow: 0 1px 4px rgba(30,40,70,0.08);
  text-align: center;
  transition: ease 0.5s;
  display: flex;
}
.action-buttons a:hover {
  filter: brightness(1.2);
  color: #f07f24;
  font-weight: 700;
}
.popular-product .pop-card .side-label{
  position: relative;
  top: 0px;
  left: -83px;
  background-color: #f07f24;
  color: #fff;
  padding: 5px 40px;
  transform: rotate(-45deg);
  font-size: 12px;
  font-weight: 600;
  box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 6px -1px, rgba(0, 0, 0, 0.06) 0px 2px 4px -1px;
  z-index: 9;
}
.addtocart::before{
  content: '\F179';
  font-family: 'Bootstrap-Icons';
}
.wishlist::before{
  content: '\F417';
  font-family: 'Bootstrap-Icons';
}
.compare::before{
  content: '\F813';
  font-family: 'Bootstrap-Icons';
}
.viewproduct::before{
  content: '\F30A';
  font-family: 'Bootstrap-Icons';
}
.popular-product .pop-card .pop-image{
  width: 100%;
  height: auto;
  margin: 0 auto;
  max-width: 130px;
}
.popular-product .pop-card .pop-image img{
  max-width: 100%;
  height: auto;
  object-fit: scale-down;
  position: relative;
  width: 100%;
  z-index: 1;
  margin: 14px auto;
}
.popular-product .pop-card a{
  text-decoration: none;
}
.popular-product .pop-card .pop-info{
  text-align: left;
}
.popular-product .pop-card .pop-info h1, .popular-product .pop-card .pop-info h2, .popular-product .pop-card .pop-info h3, .popular-product .pop-card .pop-info h4, .popular-product .pop-card .pop-info h5, .popular-product .pop-card .pop-info h6{
  font-size: 16px;
  font-weight: 600;
  color: #0d0d0d;
  margin-top: 10px;
  margin-bottom: 10px;
  text-align: left;
  font-family: "Urbanist", sans-serif !important;
}
.popular-product .pop-card .pop-info .pop-price{
  color: #f07f24;
  margin-bottom: 6px !important;
  display: block;
}
.popular-product .pop-card .specs-list{
  text-align: left;
}
.popular-product .pop-card .specs-list ul{
  list-style: none;
  padding-left: 14px;
  margin: 0;
  font-size: 14px;
}
.popular-product .pop-card .specs-list ul li{
  margin-bottom: 1px;
  color: #54545c;
  font-weight: 400;
  line-height: 18px;
}
.popular-product .pop-card .specs-list ul li::before{
 content: "\2022";
  font-family: 'Bootstrap-icons';
  color: #f07f24;
  display: inline-block;
  font-size: 18px;
  width: 15px;  
  margin-left: -15px;
}
.popular-product .pop-card .view-button{
  margin-top: 10px;
  text-align: end;
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
.popular-product .pop-card .view-button a{
  color: #fff;
  text-decoration: none;
  display: inline-block;
  padding: 2px 8px;
  border: none;
  border-radius: 4px;
  background-color: #070762;
  transition: background-color 0.3s ease;
  font-size: 14px;
  font-weight: 600;
  &:hover {
    background-color: #d94a1c;
  }
  
}

.popular-product .pop-card .view-button .wishlist-btn-like{
  color: #fff;
  text-decoration: none;
  display: inline-block;
  padding: 2px 8px;
  border: none;
  border-radius: 4px;
  background-color: #fff;
  transition: background-color 0.3s ease;
  font-size: 14px;
  font-weight: 600;
  margin-right: auto;
  &:hover {
    background-color: #fff;
  }
  
}

.nodesktop{
  display: none;
}
/* -------------------------------------------bannersection */
.banner-image-section{
  padding: 40px 20px;
  background-color: #f9f9f9;
}
.banner-image-section img{
  width: 100%;
  height: auto;
  border-radius: 8px;
  box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 6px -1px, rgba(0, 0, 0, 0.06) 0px 2px 4px -1px;
}
@media (max-width: 991px){
  .banner-image-section{
 display: none;
}
}
/* ----------------------------------Top pick */
.top-product .section-title {
  margin-bottom: 15px;
}
.top-product .section-title h1, .top-product .section-title h2, .top-product .section-title h3, .top-product .section-title h4, .top-product .section-title h5, .top-product .section-title h6{
  font-size: 32px;
  font-weight: 400;
  color: #1b1b1d;
  margin-bottom: 8px;
  font-family: "Urbanist", sans-serif;
}
.top-product{
  padding: 40px 20px;
  background-color: #fff;
}
.top-product .pop-card{
  background-color: #fff;
  border: 1px solid #e2e1e1;
  border-radius: 5px;
  padding: 14px;
  text-align: center;
  transition: box-shadow 0.3s ease;
  overflow: hidden;
  font-family: "Urbanist", sans-serif;
  display: grid;
  height: 100%;
  position: relative;
}
.top-product .pop-card .side-label{
  position: absolute;
  top: 0;
  left: 0;
  background-color: #4f42ae14;
  color: #072e91;
  padding: 5px 15px;
  /* transform: rotate(-45deg); */
  font-size: 12px;
  font-weight: 600;
  box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 6px -1px, rgba(0, 0, 0, 0.06) 0px 2px 4px -1px;
  z-index: 9;
  border-radius: 0 0 5px 0;
}
.top-product .pop-card .pop-image{
  width: 100%;
  height: auto;
  margin: 0 auto 0 0;
  max-width: 130px;
}
.top-product .pop-card .pop-image img{
  max-width: 100%;
  height: auto;
  object-fit: scale-down;
  position: relative;
  width: 100%;
  z-index: 1;
  margin: 14px auto;
}
.top-product .pop-card a{
  text-decoration: none;
}
.top-product .pop-card .pop-info{
  text-align: left;
}
.top-product .pop-card .pop-info h1, .top-product .pop-card .pop-info h2, .top-product .pop-card .pop-info h3, .top-product .pop-card .pop-info h4, .top-product .pop-card .pop-info h5, .top-product .pop-card .pop-info h6{
  font-size: 16px;
  font-weight: 600;
  color: #0d0d0d;
  margin-top: 10px;
  margin-bottom: 10px;
  text-align: left;
  font-family: "Urbanist", sans-serif !important;
}
.top-product .pop-card .pop-info .pop-price{
  font-size: 1.1rem;
  color: #C40A2C; /* price color */
  margin-bottom: 5px !important;
  display: block;
}
.original-price {
    text-decoration: line-through;
    color: #999;
    margin-right: 8px;
}

.discounted-price {
  color: #F37A90;
  font-weight: 600;
  padding: 3px 5px;
  border-radius: 3px;
  margin-right: 5px;
}
.top-product .pop-card .specs-list{
  text-align: left;
}
.top-product .pop-card .specs-list ul{
  list-style: none;
  padding-left: 14px;
  margin: 0;
  font-size: 14px;
}
.top-product .pop-card .specs-list ul li{
  margin-bottom: 1px;
  color: #54545c;
  font-weight: 500;
  line-height: 20px;
  display: flex;
}
.top-product .pop-card .specs-list ul li::before{
 content: "\2022";
  font-family: 'Bootstrap-icons';
  color: #f07f24;
  display: inline-block;
  font-size: 18px;
  width: 15px;  
  margin-left: -15px;
}
.top-product .pop-card .view-button{
  margin-top: 10px;
  text-align: end;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.top-product .pop-card .view-button a{
  color: #fff;
  text-decoration: none;
  display: inline-block;
  padding: 2px 8px;
  border: none;
  border-radius: 4px;
  background-color: #070762;
  transition: background-color 0.3s ease;
  font-size: 14px;
  font-weight: 600;
  &:hover {
    background-color: #d94a1c;
  }
  
}
.top-product .pop-card .view-button .wishlist-btn-like {
  color: #fff;
  text-decoration: none;
  display: inline-block;
  padding: 2px 0;
  border: none;
  border-radius: 4px;
  background-color: #fff;
  transition: background-color 0.3s ease;
  font-size: 14px;
  font-weight: 600;
  &:hover {
    background-color: #fff;
  }
}

/* ---------------------------------------Slider */
.slick-slide{
  margin: 0 10px;
}
.slick-slide .slider-card{
  display: grid;
}
.slick-carousel .slick-slide {
    display: flex !important;
    align-items: stretch;
    height: auto;
}

.slider-card {
    display: flex;
    flex-direction: column;
    height: 100%;
    width: 100%;
    box-sizing: border-box;
}
.slick-track {
  position: relative;
  top: 0;
  left: 0;
  display: flex !important;
  margin-left: auto;
  margin-right: auto;
}
.best-seller .section-title h1, .best-seller .section-title h2, .best-seller .section-title h3, .best-seller .section-title h4, .best-seller .section-title h5, .best-seller .section-title h6{
  font-size: 32px;
  font-weight: 400;
  color: #1b1b1d;
  margin-bottom: 8px;
  font-family: "Urbanist", sans-serif;
}
.best-seller .section-title {
  margin-bottom: 15px;
}
.best-seller{
  padding: 40px 20px;
  background-color: #fff;
  /* background-color: #f9f9f9; */
  box-shadow: rgba(50, 50, 105, 0.15) 0px 2px 5px 0px, rgba(0, 0, 0, 0.05) 0px 1px 1px 0px;
}
.best-seller .slider-card{
  background-color: #fff;
  border:1px solid #e2e1e1;
  border-radius: 5px;
  padding: 14px;
  text-align: center;
  transition: box-shadow 0.3s ease;
  overflow: hidden;
  font-family: "Urbanist", sans-serif;
  display: grid;
  height: 100%;
  position: relative;
  transition: box-shadow 0.3s;
}
.best-seller .slider-card .side-label{
  position: relative;
  top: 18px;
  left: -96px;
  background-color: #f07f24;
  color: #fff;
  padding: 5px 40px;
  transform: rotate(-45deg);
  font-size: 12px;
  font-weight: 600;
  box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 6px -1px, rgba(0, 0, 0, 0.06) 0px 2px 4px -1px;
  z-index: 9;
  height: 30px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.best-seller .slider-card .side-label-green{
  position: relative;
  top: 18px;
  left: -96px;
  background-color: #4f42ae;
  color: #fff;
  padding: 5px 40px;
  transform: rotate(-45deg);
  font-size: 12px;
  font-weight: 600;
  box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 6px -1px, rgba(0, 0, 0, 0.06) 0px 2px 4px -1px;
  z-index: 9;
  height: 30px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.popular-product .side-label-pp{
  position: absolute;
  top: 0px;
  left: -2px;
  background-color: #4f42ae14;
  color: #f07f24;
  padding: 5px 14px;
  /* transform: rotate(-45deg); */
  font-size: 12px;
  font-weight: 600;
  box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 6px -1px, rgba(0, 0, 0, 0.06) 0px 2px 4px -1px;
  z-index: 9;
  height: 30px;
  display: flex;
  justify-content: center;
  align-items: center;
  width: fit-content;
  border-radius: 0 0 5px 0
}
.best-seller .slider-card .pop-image{
  width: 100%;
  height: auto;
  margin: 0 auto;
  max-width: 130px;
}
.best-seller .slider-card .pop-image img{
  max-width: 100%;
  height: auto;
  object-fit: scale-down;
  position: relative;
  width: 100%;
  z-index: 1;
}
.best-seller .slider-card a{
  text-decoration: none;
}
.best-seller .slider-card .pop-info{
  text-align: left;
}
.best-seller .slider-card .pop-info h1, .best-seller .slider-card .pop-info h2, .best-seller .slider-card .pop-info h3, .best-seller .slider-card .pop-info h4, .best-seller .slider-card .pop-info h5, .best-seller .slider-card .pop-info h6{
  font-size: 16px;
  font-weight: 600;
  color: #0d0d0d;
  margin-top: 10px;
  margin-bottom: 10px;
  text-align: left;
  font-family: "Urbanist", sans-serif !important;
}
.best-seller .slider-card .pop-info .pop-price{
  color: #f07f24;
  display: block;
  margin-bottom: 4px !important;
}
.best-seller .slider-card .specs-list{
  text-align: left;
}
.best-seller .slider-card .specs-list ul{
  list-style: none;
  padding-left: 14px;
  margin: 0;
  font-size: 14px;
}
.best-seller .slider-card .specs-list ul li{
  margin-bottom: 1px;
  color: #54545c;
  font-weight: 400;
  line-height: 18px;
}
.best-seller .slider-card .specs-list ul li::before{
 content: "\2022";
  font-family: 'Bootstrap-icons';
  color: #f07f24;
  display: inline-block;
  font-size: 18px;
  width: 15px;  
  margin-left: -15px;
}
.best-seller .slider-card .view-button{
  margin-top: 10px;
  text-align: end;
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
}
.best-seller .slider-card .view-button a{
  color: #fff;
  text-decoration: none;
  display: inline-block;
  padding: 2px 8px;
  border: none;
  border-radius: 4px;
  background-color: #070762;
  transition: background-color 0.3s ease;
  font-size: 14px;
  font-weight: 600;
  &:hover {
    background-color: #d94a1c;
  }
  
}
.best-seller .slider-card .view-button .wishlist-btn-like {
  color: #fff;
  text-decoration: none;
  display: inline-block;
  padding: 2px 0;
  border: none;
  border-radius: 4px;
  background-color: #fff;
  transition: background-color 0.3s ease;
  font-size: 14px;
  font-weight: 600;
  &:hover {
    background-color: #fff;
  }
}


/* -----------------------------------------black friday section */

.bfbanner-carousel .slick-slide {
    display: flex !important;
    align-items: stretch;
    height: auto;
}

.offer-seller .section-title {
  text-align: center;
  margin-bottom: 20px;
}
.offer-seller .section-title h1, .offer-seller .section-title h2, .offer-seller .section-title h3, .offer-seller .section-title h4, .offer-seller .section-title h5, .offer-seller .section-title h6{
  font-size: 32px;
  font-weight: 400;
  color: #1b1b1d;
  margin-bottom: 8px;
  font-family: "Urbanist", sans-serif;
}
.offer-seller{
  padding: 40px 20px;
  background-color: #fff;
  background-color: #f9f9f9;
  box-shadow: rgba(0, 0, 0, 0.15) 0px 2px 8px;
  margin-bottom: 60px;
}
.bf-banner{
  width: 100%;
  height: 100%;
  margin: 0 auto;
  display: flex;
}
.bf-banner img{
  width: 100%;
  height: auto;
  border-radius: 5px;
  box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 6px -1px, rgba(0, 0, 0, 0.06) 0px 2px 4px -1px;
}
.offer-seller .slider-card{
  background-color: #fff;
  border:1px solid #e2e1e1;
  border-radius: 5px;
  padding: 14px;
  text-align: center;
  transition: box-shadow 0.3s ease;
  overflow: hidden;
  font-family: "Urbanist", sans-serif;
  display: grid;
  height: 100%;
  position: relative;
}
.offer-seller .slider-card .side-label{
  position: absolute;
  top: 18px;
  right: -1px;
  border-radius: 2px 0 0 2px;
  background-color: #9b002a;
  color: #fff;
  padding: 5px 15px;
  width: fit-content;
  /* transform: rotate(-45deg); */
  font-size: 12px;
  font-weight: 600;
  box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 6px -1px, rgba(0, 0, 0, 0.06) 0px 2px 4px -1px;
  z-index: 9;
  height: 30px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.offer-seller .slider-card .side-label-green{
  position: relative;
  top: 18px;
  left: -96px;
  background-color: #4f42ae;
  color: #fff;
  padding: 5px 40px;
  transform: rotate(-45deg);
  font-size: 12px;
  font-weight: 600;
  box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 6px -1px, rgba(0, 0, 0, 0.06) 0px 2px 4px -1px;
  z-index: 9;
  height: 30px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.offer-seller .slider-card .pop-image{
  width: 100%;
  height: auto;
  margin: 0 auto;
  max-width: 160px;
}
.offer-seller .slider-card .pop-image img{
  max-width: 100%;
  height: auto;
  object-fit: scale-down;
  position: relative;
  width: 100%;
  z-index: 1;
}
.offer-seller .slider-card a{
  text-decoration: none;
}
.offer-seller .slider-card .pop-info{
  text-align: left;
}
.offer-seller .slider-card .pop-info h1, .offer-seller .slider-card .pop-info h2, .offer-seller .slider-card .pop-info h3, .offer-seller .slider-card .pop-info h4, .offer-seller .slider-card .pop-info h5, .offer-seller .slider-card .pop-info h6{
  font-size: 16px;
  font-weight: 600;
  color: #0d0d0d;
  margin-top: 10px;
  margin-bottom: 10px;
  text-align: left;
  font-family: "Urbanist", sans-serif !important;
}
.offer-seller .slider-card .pop-info .pop-price{
  color: #f07f24;
  display: block;
  margin-bottom: 4px !important;
}
.offer-seller .slider-card .specs-list{
  text-align: left;
}
.offer-seller .slider-card .specs-list ul{
  list-style: none;
  padding-left: 14px;
  margin: 0;
  font-size: 14px;
}
.offer-seller .slider-card .specs-list ul li{
  margin-bottom: 1px;
  color: #54545c;
  font-weight: 400;
  line-height: 18px;
}
.offer-seller .slider-card .specs-list ul li::before{
 content: "\2022";
  font-family: 'Bootstrap-icons';
  color: #f07f24;
  display: inline-block;
  font-size: 18px;
  width: 15px;  
  margin-left: -15px;
}
.offer-seller .slider-card .view-button{
  margin-top: 10px;
  text-align: end;
  display: flex;
  align-items: flex-end;
  justify-content: end;
}
.offer-seller .slider-card .view-button a{
  color: #fff;
  text-decoration: none;
  display: inline-block;
  padding: 2px 8px;
  border: none;
  border-radius: 4px;
  background-color: #070762;
  transition: background-color 0.3s ease;
  font-size: 14px;
  font-weight: 600;
  &:hover {
    background-color: #d94a1c;
  }
  
}

/* ----------------------------footer */
.footer{
  padding: 40px 20px;
  border-top: 1px solid #e1e1e1;
  border-bottom: 1px solid #e1e1e1;
}
.colfooter{
  width: 25% !important;
  flex: 0 0 auto !important;
}
@media (max-width: 576px){
  .colfooter{
  width: 100% !important;
  flex: 0 0 auto !important;
}
}
@media (min-width: 576px) and (max-width: 768px){
  .colfooter{
  width: 100% !important;
  flex: 0 0 auto !important;
   margin-bottom: 10px;
}
}
@media (min-width: 768px) and (max-width: 991px){
  .colfooter{
  width: 50% !important;
  flex: 0 0 auto !important;
  margin-bottom: 10px;
}
}
@media (min-width: 991px) and (max-width: 1200px){
  .colfooter{
  width: 50% !important;
  flex: 0 0 auto !important;
  margin-bottom: 10px;
}
}
.footer .footer-logo img{
  max-width: 200px;
  height: auto;
  margin-bottom: 15px;
}
.footer .footer-info p{
  color: #54545c;
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
  margin-bottom: 15px;
}
.footer .footer-contact .footer-mail{
  margin: 4px 0;
  color: #54545c;
  font-weight: 400;
  font-size: 14px;
  text-decoration: none; 
  display: flex;
  align-items: center;
}
.footer .footer-contact .footer-mail::before{
  content: "\F84C";
  font-family: "Bootstrap-Icons";
  font-weight: 500;
  margin-right: 5px;
  font-size: 20px;
}
.footer .footer-contact .footer-mail a{
  color: #54545c;
  font-weight: 400;
  text-decoration: none;
  margin-left: 4px;
}
.footer .footer-contact .footer-phone{
  margin: 4px 0;
  color: #54545c;
  font-weight: 400;
  font-size: 14px;
  text-decoration: none; 
  display: flex;
  align-items: center;
}
.footer .footer-contact .footer-phone::before{
  content: "\F414";
  font-family: "Bootstrap-Icons";
  font-weight: 500;
  margin-right: 5px;
  font-size: 20px;
}
.footer .footer-contact .footer-phone a{
  color: #54545c;
  font-weight: 400;
  text-decoration: none;
  margin-left: 4px;
}
.footer .footer-contact .footer-address{
  margin: 4px 0 !important;
  color: #54545c;
  font-weight: 400;
  font-size: 14px;
  text-decoration: none; 
  display: flex !important;
  align-items: center;
  display: block;
}
.footer .footer-contact .footer-address::before{
  content: "\F3EA";
  font-family: "Bootstrap-Icons";
  font-weight: 500;
  margin-right: 5px;
  font-size: 20px;
}
.footer .footer-contact .some{
  color: #54545c;
  font-weight: 400;
  font-size: 18px;
  text-decoration: none; 
  display: flex;
  align-items: center;
  display: block;
  margin-bottom: 10px !important;
}
.footer .footer-contact .social-icons a{
  color: #707070;
  font-size: 20px;
  margin-right: 10px;
  transition: color 0.3s ease;
  text-decoration: none;
  border: 1px solid #e1e1e1;
  padding: 4px 8px;
  align-items: center;
  display: inline-flex;
  border-radius: 8px;
}
.footer .footer-contact .social-icons .facebook::before{
  content: "\F344";
  font-family: "Bootstrap-Icons";
}

.footer .footer-contact .social-icons .twitter::before{
  content: "\F5EF";
  font-family: "Bootstrap-Icons";
}

.footer .footer-contact .social-icons .linkedin::before{
  content: "\F472";
  font-family: "Bootstrap-Icons";
}

.footer .footer-contact .social-icons .instagram::before{
  content: "\F437";
  font-family: "Bootstrap-Icons";
}
.footer .quicklink{
  font-size: 20px;
  font-weight: 600;
  color: #1b1b1d;
  margin-bottom: 15px;
  font-family: "Urbanist", sans-serif;
}
.footer ul{
  list-style: none;
  padding: 0;
  margin: 0;
}
.footer ul li .qla{
  color: #54545c;
  font-weight: 400;
  font-size: 14px;
  margin-bottom: 8px;
  display: block;
  text-decoration: none;
  transition: color 0.3s ease;
}
.footer .newsletter-form{
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 20px;

}
.footer .newsletter-form input[type="email"]{
  padding: 8px 10px;
  border: 1px solid #ddd;
  border-radius: 4px;
  margin-right: 10px;
  flex: 1;
  width: 80%;
}
.footer .newsletter-form button[type="submit"]{
  padding: 8px 6px;
  border: none;
  border-radius: 4px;
  background-color: #070762;
  color: #fff;
  font-weight: 600;
  cursor: pointer;
  transition: background-color 0.3s ease;
  width: 20%;
}
.footer .newsletter-form button[type="submit"]:hover{
  background-color: #d94a1c;
}
.footer .some{
  color: #54545c;
  font-weight: 400;
  font-size: 18px;
  text-decoration: none; 
  display: flex;
  align-items: center;
  display: block;
  margin-bottom: 10px !important;
}
.footer .social-icons a{
  color: #707070;
  font-size: 20px;
  margin-right: 10px;
  transition: color 0.3s ease;
  text-decoration: none;
  border: 1px solid #e1e1e1;
  padding: 4px 8px;
  align-items: center;
  display: inline-flex;
  border-radius: 8px;
}
.footer .social-icons .facebook::before{
  content: "\F344";
  font-family: "Bootstrap-Icons";
}

.footer .social-icons .twitter::before{
  content: "\F5EF";
  font-family: "Bootstrap-Icons";
}

.footer .social-icons .linkedin::before{
  content: "\F472";
  font-family: "Bootstrap-Icons";
}

.footer .social-icons .instagram::before{
  content: "\F437";
  font-family: "Bootstrap-Icons";
}
.bot-footer{
  background: #070762;
  /* background: linear-gradient(90deg,rgba(2, 0, 36, 1) 0%, rgba(9, 9, 121, 1) 35%, rgba(0, 212, 255, 1) 100%); */
}
.bot-footer .bottom-footer{
  padding: 8px 0;
}
.bot-footer .bottom-footer p{
  margin-bottom: 0;
  text-align: center;
  font-size: 14px;
  color: #ffffff;
}

@media (max-width: 400px){
  .mobile-col{
    width: 100% !important;
    flex: 0 0 auto !important;
  }
}

/* ----------------------------------------Breadcrumbs */
.breadcrumb-section .breadcrumb{
  padding: 8px 10px;
}
.breadcrumb-section .breadcrumb .breadcrumb-item{
  font-size: 13px !important;
}
.breadcrumb-section .breadcrumb .breadcrumb-item a{
  color: #000 !important;
  text-decoration: none;
  font-weight: 500;
}
.breadcrumb-item + .breadcrumb-item::before {
 content: ' \F231' !important;
 font-family: 'Bootstrap-Icons';
 color: #f07f24 !important;
 font-size: 13px !important;
}
@media (max-width: 991px){
  .breadcrumb-section {
  display: none;
}
}
/* ---------------------------------About Us */
.page-section{
  padding: 10px 20px 20px 20px;
}
.page-section .universal-title{
  
}
.page-section .universal-title h1, .page-section .universal-title h2, .page-section .universal-title h3, .page-section .universal-title h4, .page-section .universal-title h5, .page-section .universal-title h6{
    font-size: 36px;
    font-weight: 500;
    font-family: "Urbanist", sans-serif;
    color: #384d8f;
    margin-bottom: 15px;
    text-align: center;
}
@media (max-width: 991px){
  .page-section .universal-title h1, .page-section .universal-title h2, .page-section .universal-title h3, .page-section .universal-title h4, .page-section .universal-title h5, .page-section .universal-title h6 {
  font-size: 30px;
  margin-top: 10px;
}
}
.aboutus-section {
  margin-bottom: 30px;
}
.aboutus-section h2 {
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 15px;
  color: #4777bb;
  letter-spacing: 0;
  font-family: "Urbanist", sans-serif
}
.aboutus-section p,
.aboutus-section ul {
  font-size: 14px;
  color: #373f46;
  margin-bottom: 12px;
}
.aboutus-section ul {
  padding-left: 26px;
  margin-bottom: 0;
}
.about-vision {
  background: #f5fafc;
  padding: 20px;
  border-radius: 9px;
  margin-top: 30px;
  color: #185ac6;
  text-align: center;
}
.aboutus-values {
  background: #f0f4fa;
  padding: 16px;
  border-radius: 8px;
  margin-top: 12px;
}
@media(max-width:600px) {
  .aboutus-container {
    /* padding: 14px;
    margin: 10px; */
  }
  .aboutus-header h1 {
    font-size: 1.28rem;
  }
}
.about-banner img{
  width: 100%;
}
.pname{
  display: flex;
  overflow: scroll;
  width: 100%;
}
.pname img{
  width: 100%;
  max-width: 250px;
  margin: auto;
}
.aboutbanner-carousel img {
    width: 100%;
    height: auto;
    border-radius: 10px;
  }
  .aboutbanner-carousel {
    max-width: 600px;
    margin: 30px auto;
  }
  /* ---------------------------Privacy Policy */

  .pp-section {
  margin-bottom: 30px;
}
.pp-section h2 {
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 8px;
  margin-top: 12px;
  color: #4777bb;
  letter-spacing: 0;
  font-family: "Urbanist", sans-serif
}
.pp-section p,
.pp-section ul {
  font-size: 14px;
  color: #373f46;
  margin-bottom: 12px;
}
.pp-section ul {
  padding-left: 26px;
  margin-bottom: 0;
}
.pp-values {
  background: #f0f4fa;
  padding: 16px;
  border-radius: 8px;
  margin-top: 12px;
}
@media(max-width:600px) {
  .pp-container {
    padding: 14px;
    margin: 10px;
  }
  .pp-header h1 {
    font-size: 1.28rem;
  }
}
.about-banner img{
  width: 100%;
  border-radius: 8px;
}
/* ---------------------------------Return policy */
 .rp-section {
  margin-bottom: 30px;
}
.rp-section h2 {
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 8px;
  margin-top: 12px;
  color: #4777bb;
  letter-spacing: 0;
  font-family: "Urbanist", sans-serif
}
.rp-section p,
.rp-section ul {
  font-size: 14px;
  color: #373f46;
  margin-bottom: 12px;
}
.rp-section ul {
  padding-left: 26px;
  margin-bottom: 0;
}

.rp-values {
  background: #f0f4fa;
  padding: 16px;
  border-radius: 8px;
  margin-top: 12px;
}
@media(max-width:600px) {
  .rp-container {
    padding: 14px;
    margin: 10px;
  }
  .rp-header h1 {
    font-size: 1.28rem;
  }
}
/* --------------------------------terms and condition */
 .tac-section {
  margin-bottom: 30px;
}
.tac-section h2 {
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 8px;
  margin-top: 12px;
  color: #4777bb;
  letter-spacing: 0;
  font-family: "Urbanist", sans-serif
}
.tac-section p,
.tac-section ul {
  font-size: 14px;
  color: #373f46;
  margin-bottom: 12px;
}
.tac-section ul {
  padding-left: 26px;
  margin-bottom: 0;
}
.tac-values {
  background: #f0f4fa;
  padding: 16px;
  border-radius: 8px;
  margin-top: 12px;
}
@media(max-width:600px) {
  .tac-container {
    padding: 14px;
    margin: 10px;
  }
  .tac-header h1 {
    font-size: 1.28rem;
  }
}
/* ---------------------Thank you */
.tu-container {
    padding: 50px;
    margin: 10px;
    text-align: center;
  }
.h1-biopex {
  font-size: 35px;
  font-weight: 700;
  color: #4978bc;
  margin-bottom: 0.5em;
}
.p-biopex {
  font-size: 15px;
  margin-bottom: 20px !important;
  color: #444;
}
button.btn-biopex {
  font-size: 16px;
  padding: 8px 16px;
  margin: 0 1em;
  color: white;
  background-color: #35498d;
  border: none;
  border-radius: 6px;
  cursor: pointer;
  transition: background-color 0.3s ease;
}
button.btn-biopex:hover {
  background-color: #0a54c8;
}
/* -----------------------------All Categories */
.allcategories{
  padding: 40px 20px;
}
.cate-custome-col{
  flex: 0 0 auto;
  width: 16.66% !important;
  margin-bottom: 15px;
}
.allcategories .category-card {
  background-color: #fff;
  border: 1px solid #e1e1e1;
  border-radius: 8px;
  padding: 16px 10px;
  text-align: center;
  transition: box-shadow 0.3s ease;
  overflow: hidden;
  font-family: "Urbanist", sans-serif;
}
.allcategories .category-card .category-image {
  width: 100%;
  height: auto;
  margin: 0 auto;
  max-width: 125px;
}
.allcategories .category-card .category-image img {
  max-width: 100%;
  height: auto;
  object-fit: scale-down;
  position: relative;
  width: 100%;
  z-index: 1;
}
.allcategories .category-info{
  text-decoration: none;
}
.allcategories .category-info h1, .allcategories .category-info h2, .allcategories .category-info h3, .allcategories .category-info h4, .allcategories .category-info h5, .allcategories .category-info h6 {
  font-size: 15px;
  font-weight: 500;
  color: #54545c;
  margin-top: 10px;
  text-align: center;
  font-family: "Urbanist", sans-serif;
}
@media (max-width: 412px){
  .cate-custome-col{
  width: 50% !important;
}
}
@media (min-width: 412px) and (max-width: 576px){
  .cate-custome-col{
  width: 33.33% !important;
}
}
@media (min-width: 576px) and (max-width: 768px){
  .cate-custome-col{
  width: 25% !important;
}
}
@media (min-width: 768px) and (max-width: 991px){
  .cate-custome-col{
  width: 25% !important;
}
}
@media (min-width: 991px) and (max-width: 1199px){
  .cate-custome-col{
  width: 25% !important;
}
}
/* -----------------------------Product by Category */
.pbc-section{
  padding: 0 40px 20px;
}
.pbc-custome-col{
  flex: 0 0 auto;
  width: 12.5% !important;
  margin-bottom: 15px;
}
.pbc-section .category-card {
  background-color: #fff;
  border: 1px solid #e1e1e1;
  border-radius: 50%;
  padding: 34px;
  text-align: center;
  transition: box-shadow 0.3s ease;
  overflow: hidden;
  font-family: "Urbanist", sans-serif;
}
.pbc-section .category-card.active{
    border: 1px solid #f07f24;
}
.pbc-custome-col .category-info h2.active {
  color: #f07f24;
}
.pbc-section .category-card .category-image {
  width: 100%;
  height: auto;
  margin: 0 auto;
  max-width: 100px;
}
.pbc-section .category-card .category-image img {
  max-width: 100%;
  height: auto;
  object-fit: scale-down;
  position: relative;
  width: 100%;
  z-index: 1;
}
.pbc-section .category-info h1, .pbc-section .category-info h2, .pbc-section .category-info h3, .pbc-section .category-info h4, .pbc-section .category-info h5, .pbc-section .category-info h6 {
  font-size: 15px;
  font-weight: 500;
  color: #54545c;
  margin-top: 10px;
  text-align: center;
  font-family: "Urbanist", sans-serif;
}
.pbc-container {
  overflow-x: auto !important;
  -webkit-overpbcing: touch !important;
  background-color: #f4f4f4;
  padding: 34px 20px 10px;
  border-radius: 8px;
}

.pbc-row {
  display: flex !important;
  flex-wrap: nowrap !important;
}
/* @media (min-width: 1400px) {
  .pbc-container {
    overflow-x: visible !important;
  }

  .pbc-row {
    flex-wrap: wrap !important;
  }
} */

.tab-content > .active {
  display: flex !important;
}

.filter-section {
    max-width: 100%;
    background: #f4f4f4;
    padding: 15px;
    border-radius: 8px;
    /* box-shadow: 0 0 8px rgba(0,0,0,0.1); */
    margin-bottom: 40px;
    margin-top: 22px;
  }
  .filter-section h3 {
    margin-bottom: 10px;
    font-size: 17px;
    text-align: center;
    color: #f07f24;
  }
  .filter-section h4 {
    margin-bottom: 10px;
    font-size: 18px;
    text-align: left;
    color: #32478b;
  }
  .filter-section label {
    margin: 6px 0;
    cursor: pointer;
    font-size: 12px;
    display: flex;
  justify-content: space-between;
  }
  .filter-section input[type="checkbox"] {
    margin-right: 8px;
    cursor: pointer;
  }
  #clearFilter {
    margin-top: 15px;
    padding: 6px 12px;
    cursor: pointer;
    margin: 18px auto 0;
    display: block;
    background-color: #32478b;
    color: #fff;
  }
  #spec-options {
  display: grid;
}
.spec-link {
  font-size: 14px;
  color: #232323;
  text-decoration: none;
  margin-bottom: 8px;
  border-bottom: 2px solid #fff;
  padding-bottom: 8px;
  font-weight: 400;
}
.spec-link:hover{
  background-color: #fff;
  padding: 5px 8px;
  border-radius: 5px;
  color: #4878bc;
}
@media (max-width: 412px){
  .pbc-custome-col {
  width: 50% !important;
}
.pbc-section .category-card {
  padding: 16px;
}
}
@media (min-width: 412px) and (max-width: 576px){
  .pbc-custome-col {
  width: 33.33% !important;
}
.pbc-section .category-card {
  padding: 16px;
}
}
@media (min-width: 576px) and (max-width: 768px){
  .pbc-custome-col {
  width: 25% !important;
}
.pbc-section .category-card {
  padding: 16px;
}
}
@media (min-width: 768px) and (max-width: 991px){
  .pbc-custome-col {
  width: 20% !important;
}
.pbc-section .category-card {
  padding: 16px;
}
}
@media (min-width: 991px) and (max-width: 1199px){
  .pbc-custome-col {
  width: 16.66% !important;
}
.pbc-section .category-card {
  padding: 16px;
}
}
@media (min-width: 1199px) and (max-width: 1300px){
  .pbc-custome-col {
  width: 14.28% !important;
}
}

/* ---------------------------Sub category */
.sub-category .category-card {
  background-color: #fff;
  border: 1px solid #e1e1e1;
  border-radius: 50%;
  padding: 35px;
  text-align: center;
  transition: box-shadow 0.3s ease;
  overflow: hidden;
  font-family: "Urbanist", sans-serif;
}
.sub-category .category-card.active{
  border: 1px solid #f07f24;
}
.sub-category .category-card .category-image {
  width: 75px;
  height: 75px;
  margin: 0 auto;
}
.sub-category .category-card .category-image img {
  /* max-width: 75px; */
  height: 100%;
  object-fit: scale-down;
  position: relative;
  width: 100%;
  z-index: 1;
}
.sub-category .category-info{
  text-decoration: none;
}
.sub-category .category-info h1, .sub-category .category-info h2, .sub-category .category-info h3, .sub-category .category-info h4, .sub-category .category-info h5, .sub-category .category-info h6 {
  font-size: 16px;
  font-weight: 600;
  color: #54545c !important;
  margin-top: 10px;
  text-align: center;
  font-family: "Urbanist", sans-serif;
}
.category-section {
  background-color: rgb(244, 244, 244);
  padding: 30px 30px 0px 30px;
  border-radius: 8px;
}
.scsection > .active {
 
}
.checkbox-circle {
  display: flex;
  align-items: center;
  margin-bottom: 8px;
}

.checkbox-circle input[type="checkbox"] {
  appearance: none;
  width: 15px;
  height: 15px;
  border: 2px solid #f07f24;
  background-color: #fff;
  border-radius: 50%;
  margin-right: 8px;
  position: relative;
  cursor: pointer;
}

.checkbox-circle input[type="checkbox"]:checked {
  background-color: #f07f24;
  border-color: #f07f24;
}

.checkbox-circle input[type="checkbox"]:checked::after {
  content: '';
  position: absolute;
  top: 1px;
  left: 2px;
  width: 8px;
  height: 9px;
  background-color: #f07f24;
  border-radius: 50%;
}

.loader {
  text-align: center;
  margin-top: 10px;
  font-size: 14px;
  color: #666;
}
.filter-section h5{
  margin-bottom: 10px;
  font-size: 17px;
  text-align: center;
  color: #f07f24;
  border-bottom: 2px solid #fff;
  padding-bottom: 10px;
}
/* ------------------------------Description page */
.description-section .description-image{
 
}
.description-section .description-image img{
  
}
.description-title h1{
  font-size: 35px;
  font-weight: 500;
  color: #32478b;
  font-family: "Urbanist", sans-serif !important;
}
.detail-para p{
  color: #585555;
  text-align: justify;
  font-size: 14px;
}
.slider-container {
    margin: 0;
    position: sticky;
     top: 30px;
  }
  .slider-main-image {
     width: 100%;
    height: auto;
    display: block;
    border: 1px solid #e1e1e1;
    border-radius: 8px;
    padding: 16px;
  }
  .slider-main-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 8px;
  }
  .slider-thumbnails-wrapper {
    position: relative;
    display: flex;
    align-items: center;
    margin-top: 14px;
  }
  .slider-thumbnails {
    display: flex;
    overflow-x: auto;
    /* scroll-behavior: smooth; */
    gap: 10px;
    padding: 5px 0;
    flex-grow: 1;
  }
  .thumbnail {
  height: 94px;
  cursor: pointer;
  border: 2px solid transparent;
  border-radius: 4px;
  flex-shrink: 0;
  transition: border-color 0.3s;
  margin-bottom: 10px;
  margin-top: 10px;
}
  .thumbnail.active {
    border-color: #007bff;
  }
  .scroll-btn {
    background: #f38124;
    border: none;
    color: white;
    font-size: 24px;
    width: 30px;
    height: 70px;
    cursor: pointer;
    border-radius: 4px;
    user-select: none;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .scroll-btn:active {
    background: #0056b3;
  }
  .scroll-btn.left {
    margin-right: 5px;
  }
  .scroll-btn.right {
    margin-left: 5px;
  }
  .price-section-detail {
    font-family: 'Poppins', sans-serif;
    display: flex;
    align-items: center;
    gap: 8px;
    margin-top: 12px;
    margin-bottom: 12px;
  }
  .original-price-detail {
    font-size: 15px;
    color: #888;
    text-decoration: line-through;
  }
  .discounted-price-detail {
    font-size: 28px;
    font-weight: 500;
    color: #e53935
  }
  .discount-percentage-detail {
    font-size: 14px;
    font-weight: 600;
    color: #43a047;
    background-color: #e8f5e9;
    padding: 8px 16px;
    border-radius: 12px;
  }
  .delivery-section {
    /* font-family: 'Poppins', sans-serif;
    border: 1px solid #ddd;
    background-color: #f9f9f9;
    padding: 20px; */
    margin-top: 15px;
    /* border-radius: 6px;
    max-width: 600px; */
  }
  .delivery-section h3 {
   font-size: 18px;
    margin-bottom: 4px;
    color: #4878bc;
  }
  .delivery-section p {
    font-size: 15px;
    color: #555;
    line-height: 1.5;
    margin-bottom: 12px;
  }
  .delivery-section ul {
    list-style: inside circle;
    padding-left: 0;
    margin-bottom: 12px;
    color: #444;
    font-size: 14px;
    margin-top: 8px;
  }
  .delivery-section ul li {
    margin-bottom: 6px;
  }
  .delivery-section strong {
    color: #5a6798;
    font-weight: 500;
  }
  .catalog-section {
    margin-top: 35px;
  }
  .catalog-section h3 {
    font-size: 18px;
    margin-bottom: 4px;
    color: #4878bc;
  }
  .catalog-section p {
    font-size: 15px;
    color: #555;
    margin-bottom: 10px !important;
  }
  .download-btn {
    display: inline-block;
    background-color: #fff;
    color: #32478b; 
    text-decoration: none;
    font-weight: 500;
    padding: 8px 20px;
    border-radius: 8px;
    box-shadow: 0 2px 6px rgba(0, 123, 255, 0.4);
    transition: background-color 0.3s ease;
    cursor: pointer;
  }
  .download-btn:hover {
    background-color: #0056b3;
    color: #fff;
  }

  .product-actions {
    display: flex;
    align-items: center;
    gap: 15px;
    font-family: 'Poppins', sans-serif;
    margin-top: 35px;
    flex-wrap: wrap;
  }
  .quantity-selector {
    display: flex;
    align-items: center;
    border: 1px solid #ccc;
    border-radius: 6px;
    overflow: hidden;
    /* width: 120px; */
  }
  .qty-btn {
    background-color: #f0f0f0;
    border: none;
    font-size: 20px;
    padding: 2px 10px;
    cursor: pointer;
    user-select: none;
    transition: background-color 0.3s;
  }
  .qty-btn:hover {
    background-color: #32478b;
  }
  #product-quantity {
    width: 50px;
    text-align: center;
    border: none;
    outline: none;
    font-size: 16px;
    pointer-events: none;
  }
  .add-to-cart-btn {
    background-color: #32478b;
    border: none;
    color: white;
    font-weight: 500;
    padding: 3px 10px;
    border-radius: 6px;
    cursor: pointer;
    transition: background-color 0.3s ease;
  }
  .add-to-cart-btn::before{
    content: '\F244';
    font-family: 'Bootstrap-Icons';
  }
  .add-to-cart-btn:hover {
    background-color: #0056b3;
  }
  .add-to-wishlist-btn {
    background-color: #fff;
    border: none;
    color: #dd1212;
    font-weight: 500;
    padding: 8px 1px;
    cursor: pointer;
    transition: background-color 0.3s ease;
  }
  .add-to-wishlist-btn i{
    font-size: 20px;
  }
  .add-to-wishlist-btn:hover {
    background-color: #fff;
  }

.specification-section {
  margin-top: 35px;
}
.specification-section h3{
  font-size: 18px;
  margin-bottom: 8px;
  color: #4878bc;
}
.specs-tble{
  width: 100%;
  border-radius: 8px;
}
.specs-tble, .specs-tr, .specs-td{
  border: 1px solid #e1e1e1;
  padding: 4px 8px;
  font-size: 14px;
}
.features-list{
  margin-top: 35px;
}
.features-list h3{
  font-size: 18px;
  margin-bottom: 8px;
  color: #4878bc;
}
.features-list ul{
  padding: 0 0 0 10px;
  margin: 0;
  list-style:disc;
}
.features-list ul li::marker{
  font-size: 14px;
  color: #f07f24;
}
.features-list ul li{
  margin-bottom: 8px;
  font-size: 14px;
}
.application-sec{
  margin-top: 35px;
}
.application-sec h3{
  font-size: 18px;
  margin-bottom: 8px;
  color: #4878bc;
}
.application-sec p{
  margin-bottom: 8px !important;
  font-size: 14px !important;
}
.application-sec p::before{
  content: '\F132';
  font-family: 'bootstrap-icons';
  position: relative;
  top: 2px;
  margin-right: 4px;
  color: #f38124;
}
.faq{
  padding: 40px 20px;
}
.faq h3{
  font-size: 32px;
  font-weight: 400;
  color: #1b1b1d;
  margin-bottom: 8px;
  font-family: "Urbanist", sans-serif;
}
.faq .que p{
  font-size: 17px;
  font-weight: 600 !important;
  font-family: "Urbanist", sans-serif;
  margin-bottom: 2px !important;
  color: #4878bc;
  border-bottom: 1px solid #e1e1e1;
  padding-bottom: 8px;
  margin-bottom: 8px !important;
  display: block;
}
.faq .que p span{
  font-weight: 600 !important;
}
.faq .ans p{
   font-size: 15px !important;
}
.faq .ans p span{
  font-weight: 600 !important;
}
.qa-section{
  border: 1px solid #e1e1e1;
  padding: 10px 12px;
  border-radius: 8px;
  margin-bottom: 18px;
}
/* -----------------------Contact us */
.contact-form{
  border: 1px solid #e1e1e1;
  padding: 20px;
  width: 100%;
  height: auto;
  display: block;
  border-radius: 8px;
}
.contact-form span{
  font-size: 20px;
  font-weight: 600;
  color: #4878bc;
  margin: 2px auto;
  width: 100%;
  display: block;
  text-align: center;
}
.contact-form .cuformfl{
  font-size: 13px;
  font-weight: 400;
  padding-bottom: 0px;
  margin-bottom: 2px;
  color: #666464;
}

.contact-form .fc-sec{
  margin-bottom: 16px;
  position: relative;
}
.contact-form .cuform{
  background-color: #35498c;
  color: #fff;
  border-radius: 4px;
  padding: 8px 10px;
  display: inline-block;
  margin-left: auto;
  text-decoration: none;
  text-align: center;
  width: 100%;
  margin-top: 12px;
}

.fcip::placeholder {
  font-size: 13px !important;
}
.contactus-section{
  border: 1px solid #e1e1e1;
  border-radius: 8px;
  padding: 20px;
  height: 100%;
}
.contactus-section .contact-ul{
  padding: 0;
  margin: 0 0 20px 0;
  list-style: none;
  display: flex;
}
.contactus-section .contact-ul .cont-common{
  margin-bottom: 10px;
  display: flex;
  align-items: center;
  font-size: 16px;
  font-weight: 400;
}
.contactus-section .contact-ul .cont-common{
  margin-bottom: 20px;
  display: flex;
  align-items: center;
  font-size: 16px;
  font-weight: 400;
  margin-right: auto;
  margin-top: 20px;
}
.contactus-section .contact-ul .cont-common a{
  display: flex;
  align-items: center;
  font-size: 16px;
  font-weight: 400;
  text-decoration: none;
  color: #26282b;
}
.contactus-section .contact-ul .cont-common .address,
.contactus-section .contact-ul .cont-common .mail,
.contactus-section .contact-ul .cont-common .whatsapp,
.contactus-section .contact-ul .cont-common .phone{
  margin-right: 8px;
}
.address::before{
  content: '\F3EA';
  font-family: 'Bootstrap-Icons';
  color: #426baf;
  font-size: 24px;
  margin-right: 10px;
  background-color: #f7f7f7;
  padding: 1px 8px;
  border-radius: 50%;
}
.mail::before{
  content: '\F84C';
  font-family: 'Bootstrap-Icons';
  color: #426baf;
  font-size: 24px;
  margin-right: 10px;
  background-color: #f7f7f7;
  padding: 1px 8px;
  border-radius: 50%;
}
.whatsapp::before{
  content: '\F618';
  font-family: 'Bootstrap-Icons';
  color: #426baf;
  font-size: 24px;
  margin-right: 10px;
  background-color: #f7f7f7;
  padding: 1px 8px;
  border-radius: 50%;
}
.phone::before{
  content: '\F414';
  font-family: 'Bootstrap-Icons';
  color: #426baf;
  font-size: 24px;
  margin-right: 10px;
  background-color: #f7f7f7;
  padding: 1px 8px;
  border-radius: 50%;
}
.map-iframe {
  width: 100%;
  height: 410px;
  border: 0;
  border-radius: 8px;
  box-shadow: 0 2px 8px rgba(0,0,0,0.1);
  display: block;
}
@media (max-width: 1300px){
  .contactus-section .contact-ul .cont-common{
  font-size: 13px;
  margin-top: 0;
}
.contactus-section .contact-ul .cont-common a{
  font-size: 13px;
}
}
@media (max-width: 991px){
  .contactus-section .contact-ul .cont-common{
  font-size: 13px;
  margin-top: 0;
}
.contactus-section .contact-ul .cont-common a{
  font-size: 13px;
}
.contactus-section .contact-ul {
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: column;
}
}
/* -----------------------------Compare */
.comparee-section{
  overflow-x: scroll;
}
.compare-table{
  width: 100%;
}
.compare-table, .compre-tr, .compare-th, .compare-td{
  border: 1px solid #e1e1e1;
}
.compare-th{
  text-align: end;
  font-weight: 500;
}
.compre-tr, .compare-th, .compare-td{
  padding: 6px 8px;
  font-size: 14px;
}
.comparee-section .compare-images img{
  max-width: 180px;
  width: 100%;
  margin: 0 auto;
  object-fit: cover;
  display: block;
}
@media (max-width: 576px){
  .comparee-section .compare-images img {
  max-width: 75px;
  width: 100%;
}
.comparee-section .compare-images a h1, .comparee-section .compare-images a h2, .comparee-section .compare-images a h3, .comparee-section .compare-images a h4, .comparee-section .compare-images a h5, .comparee-section .compare-images a h6 {
  font-size: 13px !important;
}
.compre-tr, .compare-th, .compare-td {
  font-size: 12px;
}
}
.comparee-section .compare-images a{
  text-decoration: none;
}
.comparee-section .compare-images a h1, .comparee-section .compare-images a h2, .comparee-section .compare-images a h3, .comparee-section .compare-images a h4, .comparee-section .compare-images a h5, .comparee-section .compare-images a h6{
  color: #f07f24;
  font-size: 18px;
  font-weight: 500;
  width: 100%;
  text-align: center;
  margin-top: 10px;
  margin-bottom: 10px;

}
.more-content{
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.more-contentd{
  display: table-cell;
}
.more-content .threeul{
  padding: 0 0 0 4px;
  list-style: none;
  margin-bottom: 0;
  font-size: 13px;
}
.more-contentd .threeul{
  padding: 0 0 0 4px;
  list-style: none;
  margin-bottom: 0;
  font-size: 13px;
}
#info-message {
  width: 500px;
  margin: 18px auto;
  text-align: center;
  color: #e3342f;
  font-weight: 500;
  background: #fff5f5;
  padding: 10px;
  border-radius: 6px;
  display: none;
}
@media (max-width: 576px){
  #info-message {
  width: 100%;
}
  .comparee-section .compare-images img {
  max-width: 75px;
  width: 100%;
}
.comparee-section .compare-images a h1, .comparee-section .compare-images a h2, .comparee-section .compare-images a h3, .comparee-section .compare-images a h4, .comparee-section .compare-images a h5, .comparee-section .compare-images a h6 {
  font-size: 13px !important;
}
.compre-tr, .compare-th, .compare-td {
  font-size: 12px;
}
}
@media (max-width: 991px){
  #info-message {
  width: 100%;
}
  .comparee-section .compare-images img {
  max-width: 75px;
  width: 100%;
}
.comparee-section .compare-images a h1, .comparee-section .compare-images a h2, .comparee-section .compare-images a h3, .comparee-section .compare-images a h4, .comparee-section .compare-images a h5, .comparee-section .compare-images a h6 {
  font-size: 13px !important;
}
.compre-tr, .compare-th, .compare-td {
  font-size: 12px;
}
}
.delete-btn{
  color: red !important;
}
/* -------------------------Error */
.error-page-section{
  padding: 10px 20px 20px 20px;
}
.error .errorimg{
  width: 100%;
  max-width: 530px;
  height:  auto;
  display: block;
  margin: 0 auto;
  position: relative;
}
.error .errorimg img{
  width: 100%;
  border-radius: 100px;
}
.error .errorimg .bth{
  margin: 0 auto;
  width: 150px;
  padding: 4px 16px;
  text-decoration: none;
  display: block;
  text-align: center;
  background-color: #32478b;
  color: #fff;
  border-radius: 8px;
  position: absolute;
  right: 0;
  bottom: 36px;
  left: 0;
}
/* -----------------------Login form section */
.login-form-section{
  width: 100% !important;
  max-width: 800px !important;
  display: flex;
  margin: 0 auto;
  gap: 20px;
}
.login-form-section .login-form{
  border: 1px solid #e1e1e1;
  border-radius: 8px;
  padding: 35px;
  width: 50%;
  display: block;
}
.login-form span{
  font-size: 20px;
  font-weight: 600;
  color: #4878bc;
  margin: 2px auto;
  width: 100%;
  display: block;
  text-align: center;
}
.login-form .cuformfl{
  font-size: 13px;
  font-weight: 400;
  padding-bottom: 0px;
  margin-bottom: 2px;
  color: #666464;
}

.login-form .fc-sec{
  margin-bottom: 16px;
  position: relative;
}
.login-form .cuform{
  background-color: #35498c;
  color: #fff;
  border-radius: 4px;
  padding: 8px 10px;
  display: inline-block;
  margin-left: auto;
  text-decoration: none;
  text-align: center;
  width: 100%;
  margin-top: 12px;
  border-radius: 8px
}

.fcip::placeholder {
  font-size: 13px !important;
}
.register-section-side{
  display: flex;
  width: 50%;
  align-items: center;
  flex-direction: column;
  align-self: center;
}
.register-section-side p{
  text-align: center;
  font-size: 14px;
}
.register-section-side .lg{
  background-color: #f07f24;
  color: #fff;
  padding: 6px 22px;
  border-radius: 8px;
  display: block;
  text-decoration: none;
  text-align: center;
  margin-top: 50px;
}
.login-section {
  padding: 10px 20px 45px 20px;
}
@media (max-width: 768px){
  .login-section {
  padding: 0;
}
.register-section-side {
  width: 100%;
  margin-bottom: 50px;
}
}
.rem{
  font-size: 13px;
}
@media (max-width: 768px){
  .login-form-section {
  width: 100% !important;
  max-width: 800px !important;
  display: flex;
  margin: 0 auto;
  gap: 20px;
  flex-direction: column;
}
.login-form-section .login-form {
  width: 100%;
}
}
/* -----------------------Register form section */
.register-form-section{
  width: 100% !important;
  max-width: 800px !important;
  display: flex;
  margin: 0 auto;
  gap: 20px;
}
.register-form-section .register-form{
  border: 1px solid #e1e1e1;
  border-radius: 8px;
  padding: 35px;
  width: 50%;
  display: block;
}
@media (max-width: 768px){
  .register-section {
  padding: 0 !important;
}
  .register-form-section .register-form{
  width: 100%;
}
.login-section-side {
  width: 100% !important;
  margin-bottom: 50px;
}
}
.register-form span{
  font-size: 20px;
  font-weight: 600;
  color: #4878bc;
  margin: 2px auto;
  width: 100%;
  display: block;
  text-align: center;
}
.register-form .cuformfl{
  font-size: 13px;
  font-weight: 400;
  padding-bottom: 0px;
  margin-bottom: 2px;
  color: #666464;
}

.register-form .fc-sec{
  margin-bottom: 16px;
  position: relative;
}
.register-form .cuform{
  background-color: #35498c;
  color: #fff;
  border-radius: 4px;
  padding: 8px 10px;
  display: inline-block;
  margin-left: auto;
  text-decoration: none;
  text-align: center;
  width: 100%;
  margin-top: 12px;
  border-radius: 8px
}

.fcip::placeholder {
  font-size: 13px !important;
}
.login-section-side{
  display: flex;
  width: 50%;
  align-items: center;
  flex-direction: column;
  align-self: center;
}
.login-section-side p{
  text-align: center;
  font-size: 14px;
}
.login-section-side .lg{
  background-color: #f07f24;
  color: #fff;
  padding: 6px 22px;
  border-radius: 8px;
  display: block;
  text-decoration: none;
  text-align: center;
  margin-top: 50px;
}
.register-section {
  padding: 10px 20px 45px 20px;
}
.rem{
  font-size: 13px;
}
@media (max-width: 768px){
  .register-form-section {
  width: 100% !important;
  max-width: 800px !important;
  display: flex;
  margin: 0 auto;
  gap: 20px;
  flex-direction: column;
}
.register-form-section .login-form {
  width: 100%;
}
}
/* -----------------------Forgot form section */
.forgot-form-section{
  width: 100% !important;
  max-width: 500px !important;
  display: flex;
  margin: 0 auto;
  gap: 20px;
}
.forgot-form-section .forgot-form{
  border: 1px solid #e1e1e1;
  border-radius: 8px;
  padding: 35px;
  width: 100%;
  display: block;
}
.forgot-form span{
  font-size: 20px;
  font-weight: 600;
  color: #4878bc;
  margin: 2px auto;
  width: 100%;
  display: block;
  text-align: center;
}
.forgot-form .cuformfl{
  font-size: 13px;
  font-weight: 400;
  padding-bottom: 0px;
  margin-bottom: 2px;
  color: #666464;
}

.forgot-form .fc-sec{
  margin-bottom: 16px;
  position: relative;
}
.forgot-form .cuform{
  background-color: #35498c;
  color: #fff;
  border-radius: 4px;
  padding: 8px 10px;
  display: inline-block;
  margin-left: auto;
  text-decoration: none;
  text-align: center;
  width: 100%;
  margin-top: 12px;
  border-radius: 8px
}

.fcip::placeholder {
  font-size: 13px !important;
  color: #9e9898 !important;
}
.forgot-section {
  padding: 10px 20px 45px 20px;
}
.rem{
  font-size: 13px;
}
@media (max-width: 768px){
  .forgot-form-section {
  width: 100% !important;
  max-width: 800px !important;
  display: flex;
  margin: 0 auto;
  gap: 20px;
  flex-direction: column;
}
.forgot-form-section .login-form {
  width: 100%;
}
.forgot-section {
  padding: 0;
  margin-bottom: 50px;
}
}
/* -----------------------TRack My Order form section */
.tmo-form-section{
  width: 100% !important;
  max-width: 500px !important;
  display: flex;
  flex-direction: column;
  margin: 0 auto;
  gap: 20px;
}
.tmo-form-section .tmo-form{
  border: 1px solid #e1e1e1;
  border-radius: 8px;
  padding: 35px;
  width: 100%;
  display: block;
}
.tmo-form span{
  font-size: 20px;
  font-weight: 600;
  color: #4878bc;
  margin: 2px auto 18px;
  width: 100%;
  display: block;
  text-align: center;
}
.tmo-form .cuformfl{
  font-size: 13px;
  font-weight: 400;
  padding-bottom: 0px;
  margin-bottom: 2px;
  color: #666464;
}

.tmo-form .fc-sec{
  margin-bottom: 16px;
  position: relative;
}
.tmo-form .cuform{
  background-color: #35498c;
  color: #fff;margin-bottom: 18px;
  border-radius: 4px;
  padding: 8px 10px;
  display: inline-block;
  margin-left: auto;
  text-decoration: none;
  text-align: center;
  width: 100%;
  margin-top: 12px;
  border-radius: 8px
}

.fcip::placeholder {
  font-size: 13px !important;
  color: #9e9898 !important;
}
.tmo-section {
  padding: 10px 20px 45px 20px;
}
.rem{
  font-size: 13px;
}
@media (max-width: 768px){
  .tmo-form-section {
  width: 100% !important;
  max-width: 800px !important;
  display: flex;
  margin: 0 auto;
  gap: 20px;
  flex-direction: column;
}
.tmo-form-section .login-form {
  width: 100%;
}
.tmo-section {
  padding: 0;
  margin-bottom: 50px;
}
}
.tmo-message {
  margin-top: 15px;
  padding: 10px;
  border-radius: 4px;
  font-size: 0.9rem;
  color: #333;
  background-color: #e9ecef;
  display: none;
}

.tmo-message.show {
  display: block;
}
/* -----------------------TRack My Order form section */
.otp-form-section{
  width: 100% !important;
  max-width: 500px !important;
  display: flex;
  flex-direction: column;
  margin: 0 auto;
  gap: 20px;
}
.otp-form-section .otp-form{
  border: 1px solid #e1e1e1;
  border-radius: 8px;
  padding: 35px;
  width: 100%;
  display: block;
}
.otp-form .eyotp{
  font-size: 20px;
  font-weight: 600;
  color: #4878bc;
  margin: 2px auto 18px;
  width: 100%;
  display: block;
  text-align: center;
}
.otp-form .cuformfl{
  font-size: 13px;
  font-weight: 400;
  padding-bottom: 0px;
  margin-bottom: 2px;
  color: #666464;
  display: flex;
  justify-content: space-between;
}

.otp-form .fc-sec{
  margin-bottom: 16px;
  position: relative;
}
.otp-form .cuform{
  background-color: #35498c;
  color: #fff;
  border-radius: 4px;
  padding: 8px 10px;
  display: inline-block;
  margin-left: auto;
  text-decoration: none;
  text-align: center;
  width: 100%;
  margin-top: 12px;
  border-radius: 8px
}

.fcip::placeholder {
  font-size: 13px !important;
  color: #9e9898 !important;
}
.otp-section {
  padding: 10px 20px 45px 20px;
}
.rem{
  font-size: 13px;
}
@media (max-width: 768px){
  .otp-form-section {
  width: 100% !important;
  max-width: 800px !important;
  display: flex;
  margin: 0 auto;
  gap: 20px;
  flex-direction: column;
}
.otp-form-section .login-form {
  width: 100%;
}
.otp-section {
  padding: 0;
  margin-bottom: 50px;
}
}
.otp-message {
  margin-top: 15px;
  padding: 10px;
  min-height: 24px;
  font-size: 1rem;
  color: #fff;
  background-color: #28a745;
  border-radius: 4px;
  display: none;
  text-align: center;
}

.otp-message.error {
  background-color: #dc3545;
}
.resend-otp-container {
  margin-top: 15px;
  font-size: 0.9rem;
  color: #555;
  text-align: center;
}

.resend-button {
  background: none;
  border: none;
  color: #007bff;
  cursor: pointer;
  font-size: 0.9rem;
  font-weight: 600;
  padding: 0 5px;
  text-decoration: underline;
  transition: color 0.3s;
}

.resend-button:hover,
.resend-button:focus {
  color: #0056b3;
  outline: none;
}

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

.resend-timer {
  font-size: 0.85rem;
  color: #dc3545;
  min-width: 45px;
  font-weight: 600;
  user-select: none;
}
/* -----------------------------Cart */
.cart-table {
  background-color: #fff;
  /* padding: 20px; */
  border-radius: 8px;
  /* box-shadow: 0 4px 8px rgba(0,0,0,0.1); */
}
.cart-table h3 {
  margin-top: 0;
  margin-bottom: 20px;
  font-weight: 700;
  color: #333;
}
.order-table {
  width: 100%;
  border-collapse: collapse;
  
}
@media (max-width: 576px){
  .order-table{
    overflow-x: scroll;
    display: inline-block;
  }
}
.order-table th{
   padding: 12px 10px;
}
.order-table td {
  padding: 16px 0px;
  border-bottom: 1px solid #e1e1e1;
  text-align: center;
  vertical-align: middle;
  color: #384d8f;
  font-family: "Urbanist", sans-serif;
  font-weight: 600;
  font-size: 17px;
}
.order-table .line-total{
  color: #e97070;
}
.order-table td a{
  text-decoration: none;
  color: #384d8f;
  font-family: "Urbanist", sans-serif;
  font-weight: 600;
  font-size: 17px;
}
.order-table th {
  background-color: #fafafa;
  font-weight: 500;
  text-align: center;
}

/* Product Image Cell */
.product-image-cell {
  display: flex;
  align-items: center;
  gap: 15px;
  width: 100%;
}
.product-image {
  width: 100px;
  height: 100px;
  object-fit: contain;
  border: 1px solid #ddd;
  border-radius: 6px;
  padding: 4px;
  background-color: #fff;
}
@media (max-width: 768px){
  .product-image {
  width: 100px;
  height: 50px;
  max-width: 50px;
}
.order-table td a {
  font-size: 13px !important;
}
.qty-btn {
  width: 20px !important;
  /* height: auto !important; */
  font-size: 13px !important;
  padding: 2px 7px !important;
}
.qty-input {
  width: 30px !important;
  height: 20px !important;
}
.order-table td {
  font-size: 13px !important;
}
.remove-btn {
  position: absolute;
  top: 24px !important;
  left: 1px !important;
  z-index: 2;
  width: 15px !important;
  height: 15px !important;
}
}
/* Quantity Input */
.qty-input {
  width: 60px;
  padding: 6px 8px;
  font-size: 1rem;
  border: 1px solid #ccc;
  border-radius: 4px;
  text-align: center;
  outline-offset: 2px;
}
.qty-input:focus {
  border-color: #007bff;
  box-shadow: 0 0 5px rgba(0,123,255,0.3);
}
/* ----------- Order Summary Styles ----------- */
.order-summery {
  /* background-color: #fff;
  padding: 20px;
  border-radius: 8px;
  box-shadow: 0 4px 8px rgba(0,0,0,0.1); */
  height: 100%;
  border-right: 1px solid #e1e1e1;
  padding-right: 20px;
}
@media (max-width: 992px){
  .order-summery{
    height: auto;
    border-right: none;
    padding-right: 0;
    border-bottom: 1px solid #e1e1e1;
    padding-bottom: 36px;
    margin-bottom: 36px;  
  }
  
}
.order-summery h3 {
  margin-top: 0;
  margin-bottom: 20px;
  font-weight: 700;
  color: #333;
}
.summary-details p {
  font-size: 20px;
  margin: 10px 0;
  display: flex;
  justify-content: space-between;
  font-weight: 500;
  color: #444;
}
.summary-details p strong {
  font-size: 22px;
  display: flex;
  justify-content: space-between;
  width: 100%;
  color: #f07f24;
  font-weight: 500;
}
.btn-checkout {
  display: inline-block;
  padding: 12px 24px;
  background-color: #31468a;
  color: #fff;
  border: none;
  border-radius: 4px;
  cursor: pointer;
  font-size: 1rem;
  margin-top: 20px;
  width: 100%;
  text-align: center;
  transition: background-color 0.3s;
  text-decoration: none;
}
.btn-checkout:hover,
.btn-checkout:focus {
  background-color: #0056b3;
  outline: none;
}

.shipping-options {
  margin: 15px 0 5px 0;
}
.shipping-label {
  display: flex;
  align-items: center;
  font-size: 13px;
  margin: 24px 0;
  cursor: pointer;
  position: relative;
}

.shipping-label input[type="radio"] {
  margin-right: 8px;
  accent-color: #007bff;
}

.shipping-rate {
  margin-left: auto;
  font-weight: 600;
  color: #484848;
}

/* Stylized checkmark: appears when radio selected */
.shipping-label .checkmark {
  display: inline-block;
  width: 18px;
  height: 18px;
  margin-left: 8px;
  border-radius: 50%;
  box-shadow: 0 0 0 1.5px #007bff inset;
  background: #fff;
  vertical-align: middle;
  position: relative;
}
.shipping-label input[type="radio"]:checked ~ .checkmark::after {
  content: '';
  display: block;
  width: 8px;
  height: 8px;
  background: #007bff;
  border-radius: 50%;
  position: absolute;
  left: 5px;
  top: 5px;
}

.quantity-control {
  display: inline-flex;
  align-items: center;
 border: 1px solid #4877bb;
  border-radius: 6px;
  overflow: hidden;
  background: #fafafa;
}

.qty-btn {
  width: 32px;
  height: 32px;
  border: none;
  background: #4877bb;
  color: #fff;
  font-size: 1.5rem;
  line-height: 1;
  cursor: pointer;
  transition: background 0.2s;
  outline: none;
}

.qty-btn:active, .qty-btn:focus {
  background: #ddd;
}

.qty-input {
  width: 48px;
  height: 32px;
  border: none;
  text-align: center;
  font-size: 1rem;
  background: transparent;
  appearance: none;
  outline: none;
}
.product-image-cell {
  position: relative;
}

.remove-btn {
  position: absolute;
  top: 5px;
  left: -11px;
  z-index: 2;
  background: #e74c3c;
  color: #fff;
  border: none;
  border-radius: 50%;
  width: 24px;
  height: 24px;
  font-size: 1.2rem;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 2px 8px rgba(0,0,0,0.15);
  transition: background 0.2s;
}
.remove-btn:hover,
.remove-btn:focus {
  background: #c0392b;
  outline: none;
}
/* -----------------------------Checkout */
.checkout-section {
  padding: 10px 20px 40px 20px;
}
@media (max-width: 768px){
  .checkout-section {
  padding: 0 !important;
}
.product-item .p_name {
  font-size: 13px !important;
}
.product-item .p_price {
  font-size: 13px !important;
}
.summary-items .ship, .summary-items .textt {
  font-size: 13px !important;
}
.order-summary, .order-shipping-address {
  padding: 8px 12px !important;
}
.summary-items select {
  font-size: 13px !important;
  width: 200px !important;
}
.payment-methods label {
  font-size: 13px !important;
}
.btn-checkout {
  padding: 6px 3px !important;
  width: 100% !important;
  font-size: 13px !important;
}
#shippingForm label {
  font-size: 13px !important; 
}
#shippingForm input, #shippingForm textarea {
  width: 100%;
  padding: 7px;
  font-size: 1rem;
  border: 1px solid #bbb;
  border-radius: 5px;
  box-sizing: border-box;
}
.btn-submit {
  padding: 6px 3px !important;
  width: 100% !important;
  font-size: 13px !important;
}
}
.order-summary, .order-shipping-address {
  background: #fff;
  padding: 25px 30px;
  border-radius: 8px;
  border: 1px solid #e1e1e1;
}

.order-summary h3,
.order-shipping-address h3 {
  margin-bottom: 20px;
  font-size: 20px;
  color: #333;
  font-weight: 500;
}

.summary-items p {
  margin: 12px 0;
  font-size: 1.1rem;
  color: #444;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.summary-items .ship, .summary-items .textt{
  font-size: 14px;
}
.summary-items .tot strong{
  display: flex;
  justify-content: space-between;
  font-size: 22px;
  font-weight: 500 !important;
  color: red;
  width: 100%;
}
.summary-items .ship option{
  font-size: 14px;
}
.summary-items hr {
  margin: 20px 0;
}

.summary-items select {
  padding: 6px 8px;
  font-size: 14px;
  border-radius: 4px;
  border: 1px solid #ccc;
  background-color: #fff;
}

.btn-checkout-cart {
  margin-top: 20px;
  width: 100%;
  padding: 8px 0;
  background-color: #32478b;
  color: white;
  border: none;
  border-radius: 7px;
  font-size: 1.15rem;
  cursor: pointer;
  font-weight: 600;
  transition: background-color 0.3s;
  text-decoration: none;
  display: flex;
  text-align: center;
  justify-content: center;

}

.btn-checkout-cart:hover {
  background-color: #0056b3;
}

#shippingForm label {
  display: block;
  margin: 15px 0 1px 0;
  font-weight: 500;
  font-size: 14px;
}

#shippingForm input, #shippingForm textarea {
  width: 100%;
  padding: 10px;
  font-size: 1rem;
  border: 1px solid #bbb;
  border-radius: 5px;
  box-sizing: border-box;
}

#shippingForm textarea {
  resize: vertical;
  height: 80px;
  font-size: 13px;
}

.product-list {
  margin-bottom: 20px;
  border-bottom: 1px solid #ddd;
  padding-bottom: 15px;
}

.product-item {
  display: flex;
  justify-content: space-between;
  padding: 8px 0;
  font-size: 1rem;
  color: #333;
}

.product-item .p_name {
  flex-basis: 70%;
  text-align: left;
  font-size: 14px;
}
.product-item .p_price {
  flex-basis: 30%;
  text-align: right;
  font-size: 14px;
}
.payment-methods label {
  font-size: 14px;
  cursor: pointer;
  user-select: none;
  display: inline-block;
  margin-bottom: 8px;
}

.payment-methods input[type="radio"] {
  margin-right: 8px;
}

.btn-checkout {
  margin-top: 20px;
 padding: 6px 0;
  width: 50%;
  background: #33488c;
  font-size: 17px;
  border: none;
  border-radius: 6px;
  color: white;
  font-weight: 600;
  cursor: pointer;
  transition: background-color 0.3s;
  margin: 20px 0 0 auto;
  display: block;
}

.btn-checkout:hover {
  background-color: #0056b3;
}

.pyme{
  margin-top: 20px;
  margin-bottom: 20px;
  font-size: 20px;
  color: #333;
  font-weight: 500;
}
.checksa{
  margin-top: 24px;
  display: flex;
  margin-bottom: 24px;   
  align-items: center !important;
}
.checksa .ipsave{
  margin-top: 0;
  margin-right: 10px;
  display: flex;
  width: 15px !important;
}
.checksa .savelabel{
  margin-top: 0 !important;
}
.btn-submit{
  margin-top: 20px;
  padding: 6px 0;
  width: 50%;
  background: #33488c;
  font-size: 17px;
  border: none;
  border-radius: 6px;
  color: white;
  font-weight: 600;
  cursor: pointer;
  transition: background-color 0.3s;
  margin: 20px 0 0 auto;
  display: block;
}
/* ---------------------------------FAQ */
.faq-section{
    padding: 10px 20px 40px 20px;
}
@media (max-width: 768px){
  .faq-section{
    padding: 0 !important;
}
}
.faq-section .que-faq{
  width: 100%;
  text-align: left;
  border: 1px solid #e1e1e1;
  border-radius: 8px 8px;
  margin-bottom: -3px;
  font-size: 16px;
  font-weight: 500;
  color: #32478b !important;
  padding: 4px 10px;
  background-color: #fff;
}
.main-drop{
  margin-bottom: 20px !important;
  display: block !important;
}
.button .que-faq:focus{
  outline: 0 !important;
  border: 0;
}
.button .que-faq:hover{
  border: 1px solid #e1e1e1;
}
.faq-section .ans-faq{
  margin-top: 5px;
  position: relative;
}
.faq-section .ans-faq .ansdrop{
  position: absolute;
  width: 100%;

}
.faq-section .ans-faq .ansdrop .ansboday{
  font-size: 14px;
  box-shadow: rgba(0, 0, 0, 0.4) 0px 2px 4px, rgba(0, 0, 0, 0.3) 0px 7px 13px -3px, rgba(0, 0, 0, 0.2) 0px -3px 0px inset;
  border-radius: 8px;
}
/* ------------------------------profile */
.my-profile{
  padding: 10px 20px 20px 20px;
}
.myprofile{
  border: 1px solid #e1e1e1;
  padding: 10px;
  border-radius: 8px;
  
}
.myprofile img{
  width: 100%;
  max-width: 180px;
  object-fit: cover;
  margin: 0 auto;
  display: block;
}
.mpname{
  font-size: 20px;
  color: #33488b;
  font-weight: 500;
  text-align: center;
  width: 100%;
  display: flex;
  justify-content: center;
  margin-bottom: 20px;
}

.myprofile .email{
  font-size: 14px;
  color: rgb(34, 33, 33);
  font-weight: 500;
  width: 100%;
  display: block;
  justify-content: left;
  background-color: aliceblue;
  padding: 5px 10px;
  border-radius: 4px;
  margin-bottom: 4px !important;
}
.myprofile .email .name-inspan{
  color: rgb(154, 153, 153);
  margin-right: 3px;
  font-weight: 400;
}
.nav-tabs .myprodata{
  font-size: 15px;
  color: #4877bb;
  font-weight: 500;
}
.nav-tabs .myprodata.active{
  color: #f07f24 !important;
  font-weight: 500;
  font-size: 15px;
  margin-right: 4px;
}
.profile-section {
  background: #fff;
  padding: 20px 20px;
  margin-bottom: 30px;
  border-radius: 0 0 8px 8px;
  /* box-shadow: 0 4px 12px rgba(0,0,0,0.12); */
  width: 100%;
  border-left: 1px solid #e1e1e1;
  border-bottom: 1px solid #e1e1e1;
  border-right: 1px solid #e1e1e1;
  box-shadow: rgba(14, 63, 126, 0.06) 0px 0px 0px 1px, rgba(42, 51, 70, 0.03) 0px 1px 1px -0.5px, rgba(42, 51, 70, 0.04) 0px 2px 2px -1px, rgba(42, 51, 70, 0.04) 0px 3px 3px -1.5px, rgba(42, 51, 70, 0.03) 0px 5px 5px -2.5px, rgba(42, 51, 70, 0.03) 0px 10px 10px -5px, rgba(42, 51, 70, 0.03) 0px 24px 24px -8px;
}

.profile-section h2 {
  margin-bottom: 20px;
  font-weight: 700;
  color: #222;
  font-size: 1.8rem;
}
.profile-section label {
  display: block;
  margin: 10px 0 0;
  font-weight: 500;
  color: #444;
  font-size: 14px;
}
.profile-section input[type="text"],
.profile-section input[type="email"],
.profile-section input[type="tel"],
.profile-section input[type="password"],
.profile-section input[type="date"],
.profile-section select,
.profile-section textarea {
  width: 100%;
  padding: 6px 12px;
  font-size: 14px;
  border: 1px solid #bbb;
  border-radius: 6px;
  box-sizing: border-box;
  transition: border-color 0.25s;
  margin-bottom: 10px;
}
.profile-section input:focus,
.profile-section select:focus,
.profile-section textarea:focus {
  border-color: #007bff;
  outline: none;
  box-shadow: 0 0 6px rgba(0,123,255,0.3);
}
.profile-section button {
  margin-top: 20px;
  background-color: #32478c;
  color: white;
  border: none;
  padding: 12px;
  border-radius: 6px;
  font-size: 15px;
  cursor: pointer;
  font-weight: 600;
  transition: background-color 0.3s ease;
}
.profile-section button:hover, 
.profile-section button:focus {
  background-color: #0056b3;
  outline: none;
  box-shadow: 0 0 10px rgba(0, 86, 179, 0.8);
}
.table, .order-history-table {
  width: 100%;
  border-collapse: collapse;
}
.order-history-table th{
  font-weight: 500 !important;
}
.order-history-table th,
.order-history-table td {
  border: 1px solid #ddd;
  padding: 12px;
  text-align: left;
}

.order-history-table th {
  background-color: #f4f4f4;
}
.ohbtn{
  margin: 0 !important;
  padding: 4px 8px !important;
  font-weight: 500 !important;
}
.address-list, .payment-list, .wishlist-list, .return-list {
  list-style-type: none;
  padding-left: 0;
  margin-bottom: 0;
}

.address-item, .payment-item, .wishlist-list li, .return-list li {
  background: #eef3fb;
  margin-bottom: 0;
  padding: 10px 15px;
  border-radius: 6px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.default-label {
  background-color: #28a745;
  color: white;
  padding: 2px 8px;
  border-radius: 4px;
  font-size: 0.75rem;
  font-weight: 600;
}

.settings-options label {
  display: block;
  margin: 12px 0;
  font-weight: 500;
  cursor: pointer;
}

.settings-options input[type="checkbox"] {
  margin-right: 8px;
}
.abbtn, .rrpbtn, .wlbtn{
  margin: 0 !important;
  padding: 4px 8px !important;
  font-weight: 500 !important;
}
@media (max-width: 768px){
  .my-profile {
  padding: 0;
}
.profile-section {
  width: 100%;
  padding: 4px;
}
#personalInfoForm {
  padding: 8px 9px;

}
.wishlist-list ul li {
  margin-bottom: 0  !important; 
}
.wishlist-list ul{
  margin-bottom: 0 !important;
}
.order-history-table th, .order-history-table td {
  font-size: 13px;
}
.address-item, .payment-item, .wishlist-list li, .return-list li {
  font-size: 13px;
}
.ohbtn, .wlbtn, .abbtn {
  font-size: 13px !important;
}
.ps-table{
  width: auto !important;
}
}
@media (max-width:991px){
  .tab-content-myprofile {
  margin-top: 15px;
}
.ohbtn, .wlbtn, .abbtn {
  margin: 1px !important;
}
.myprofile {
  padding: 10px;
}
.nav-tabs .myprodata {
  font-size: 14px !important;
  width: 100% !important;
  border: 1px solid #e1e1e1 !important;
  margin-bottom: 5px !important;
  border-radius: 8px !important;
  text-align: left !important;
}
}
#nav-oh {
  overflow-x: scroll;
}
/* ------------------------------------Order-details */
.orderdetails-section{
   padding: 10px 20px 20px 20px;
}
.orderdetails-section {
  max-width: 850px;
  margin: 0 auto 60px;
  background: #fff;
  padding: 30px;
  border-radius: 8px;
  box-shadow: 0 6px 18px rgba(0,0,0,0.1);
  color: #333;
}

.orderdetails-section h2,
.orderdetails-section h3 {
 margin-bottom: 15px;
  font-weight: 600;
  font-size: 21px;
  margin-top: 15px;
  font-family: "Urbanist", sans-serif !important;
  color: #32468b;
}

.order-info p,
.shipping-address p,
.order-totals p {
  font-size: 14px;
  margin: 6px 0;
}
.shipping-address p{
  font-weight: 600;
}
.order-info p{
  font-size: 14px;
  margin: 6px 0;
  display: flex;
  justify-content: space-between;
}
.order-products {
  width: 100%;
  border-collapse: collapse;
  margin-top: 30px;
}

.order-products th, .order-products td {
  border: 1px solid #ddd;
  padding: 12px 15px;
  text-align: left;
  font-size: 14px;
  font-weight: 600;
}
.order-products td{
  font-weight: 500;
}

.order-products th {
  background-color: #f5f5f5;
  font-weight: 600;
}

.order-totals {
  margin-top: 30px;
  font-size: 1.1rem;
}

.order-totals p {
  display: flex;
  justify-content: space-between;
  /* max-width: 300px;
  margin-left: auto; */
  font-weight: 500;
}
.order-totals p:last-child{
  color: #e81f1f;
  font-size: 20px;
}

@media(max-width: 600px) {
  .orderdetails-section {
    padding: 20px;
  }
  .order-products th, .order-products td {
    padding: 8px;
  }
  .order-totals p {
    max-width: 100%;
  }
}
.orderdetails-section .header-od{
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 10px;
  border-bottom: 2px solid #e1e1e1; 
  padding-bottom: 22px;
  /* flex-direction: column; */
  /* padding-top: 10px; */
  /* border-radius: 8px; */
}
@media (max-width: 450px){
  .orderdetails-section .header-od{
    flex-direction: column;
    display: flex;
    align-items: flex-start;
  }
}
.orderdetails-section .header-od .od-img img{
  width: 200px;
  height: auto;
  object-fit: contain;
}
.orderdetails-section .header-od .od-con-list .odul{
  padding: 0;
  margin: 0;
  list-style: none;
  /* display: flex;
  justify-content: space-between; */
}
.orderdetails-section .header-od .od-con-list .odul .odli p{
   margin-bottom: 5px;
  color: #666;
  font-size: 14px;
  font-weight: 600;
  font-family: "Urbanist", sans-serif !important;
}
.orderdetails-section .header-od .od-con-list .odul .odli a{
  text-decoration: none;
  /* margin-bottom: 5px; */
  color: #666;
  font-size: 14px;
  font-weight: 600;
   font-family: "Urbanist", sans-serif !important;
}
.orderdetails-section .header-od .od-con-list .odul .odli{
  display: flex;
  align-items: center;
  padding: 2px 0px;
  /* border: 1px solid #e1e1e1; */
  border-radius: 8px;
  /* margin-right: 16px; */
}
.orderdetails-section .header-od .od-con-list .odul .add::before{
  content: "\F3EA";
  font-family: "Bootstrap-Icons";
  font-weight: 500;
  margin-right: 5px;
  color: #32478b;
  font-size: 14px;
}
.orderdetails-section .header-od .od-con-list .odul .ml::before{
  content: "\F84C";
  font-family: "Bootstrap-Icons";
  font-weight: 500;
  margin-right: 5px;
  color: #32478b;
  font-size: 14px;
}
.orderdetails-section .header-od .od-con-list .odul .wa::before{
  content: "\F618";
  font-family: "Bootstrap-Icons";
  font-weight: 500;
  margin-right: 5px;
  color: #32478b;
  font-size: 14px;
}
.orderdetails-section .header-od .od-con-list .odul .ph::before{
  content: "\F414";
  font-family: "Bootstrap-Icons";
  font-weight: 500;
  margin-right: 5px;
  color: #32478b;
  font-size: 14px;
}
.od-con-list {
  /* margin-top: 10px;
  width: 100%; */
}
.shipping-address{
  margin-bottom: 26px;
}
.order-totals{
  margin-top: 28px !important;
}
.od-img-list{
  margin-top: 4px;
}
.od-img-list ul{
  padding: 0;
  margin: 0;
  list-style: none;
}

.od-img-list ul li p{
  color: #666;
  font-size: 14px;
  font-weight: 600;
  font-family: "Urbanist", sans-serif !important;
  display: flex;
  align-items: center;
}
.od-img-list ul li p::before{
  content: "\F3EA";
  font-family: "Bootstrap-Icons";
  font-weight: 500;
  margin-right: 5px;
  color: #32478b;
  font-size: 14px;
}
.od-img-list ul li a{
  color: #666;
  font-size: 14px;
  font-weight: 600;
  font-family: "Urbanist", sans-serif !important;
  text-decoration: none;
  display: flex;
  align-items: center;
}
.od-img-list ul li a::before{
  content: "\F84C";
  font-family: "Bootstrap-Icons";
  font-weight: 500;
  margin-right: 5px;
  color: #32478b;
  font-size: 14px;
}
/* --------------------------Search Product */
.search-section{
  padding: 10px 20px 20px 20px;
}
.search-section .pop-card {
  background-color: #fff;
  border: 1px solid #e2e1e1;
  border-radius: 5px;
  padding: 14px;
  text-align: center;
  transition: box-shadow 0.3s ease;
  overflow: hidden;
  font-family: "Urbanist", sans-serif;
  display: grid;
  height: 100%;
  position: relative;
}
.search-section .pop-card .side-label {
  position: absolute;
  top: 0;
  left: 0;
  background-color: #4f42ae14;
  color: #072e91;
  padding: 5px 15px;
  /* transform: rotate(-45deg); */
  font-size: 12px;
  font-weight: 600;
  box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 6px -1px, rgba(0, 0, 0, 0.06) 0px 2px 4px -1px;
  z-index: 9;
  border-radius: 0 0 5px 0;
}
.search-section .pop-card .side-label {
  color: #072e91;
  font-size: 12px;
  font-weight: 600;
}
.search-section .pop-card .pop-image {
  width: 100%;
  height: auto;
  margin: 0 auto 0 0;
  max-width: 130px;
}
.search-section .pop-card .pop-image img {
  max-width: 100%;
  height: auto;
  object-fit: scale-down;
  position: relative;
  width: 100%;
  z-index: 1;
  margin: 20px auto;
}
.search-section .pop-card .pop-info {
  text-align: left;
}
.search-section .pop-card a {
  text-decoration: none;
}
.search-section .pop-card .pop-info h1, .search-section .pop-card .pop-info h2, .search-section .pop-card .pop-info h3, .search-section .pop-card .pop-info h4, .search-section .pop-card .pop-info h5, .search-section .pop-card .pop-info h6 {
  font-size: 16px;
  font-weight: 600;
  color: #0d0d0d;
  margin-top: 10px;
  margin-bottom: 10px;
  text-align: left;
  font-family: "Urbanist", sans-serif !important;
}
.search-section .pop-card .pop-info .pop-price {
  font-size: 1.1rem;
  color: #C40A2C;
  margin-bottom: 5px !important;
  display: block;
}
.search-section .pop-card .pop-info .pop-price .discounted-price {
  color: #F37A90;
  font-weight: 600;
  padding: 3px 5px;
  border-radius: 3px;
  margin-right: 5px;
}
.search-section .pop-card .pop-info .pop-price .original-price {
  text-decoration: line-through;
  color: #999;
  margin-right: 8px;
}
.search-section .pop-card .specs-list {
  text-align: left;
}
.search-section .pop-card .specs-list ul {
  list-style: none;
  padding-left: 14px;
  margin: 0;
  font-size: 14px;
}
.search-section .pop-card .specs-list ul li {
  margin-bottom: 1px;
  color: #54545c;
  font-weight: 500;
  line-height: 20px;
  display: flex;
}
.search-section .pop-card .specs-list ul li::before {
  content: "\2022";
  font-family: 'Bootstrap-icons';
  color: #f07f24;
  display: inline-block;
  font-size: 18px;
  width: 15px;
  margin-left: -15px;
}
/* ---------------------------------------Site Map */

/* Basic tree style */
.tree-diagram ul {
  list-style: none;
  padding-left: 20px;
}

.tree-diagram li {
  margin: 6px 0;
  position: relative;
}

/* Hide nested ul within toggle li by default */
.tree-diagram li.toggle > ul {
  display: none;
}
/* Hide nested ul within toggle li by default */
.tree-diagram li.sub-toggle > ul {
  display: none;
}
/* Styles for clickable toggle header */
.toggle-header {
  cursor: pointer;
  user-select: none;
  font-weight: 600;
  color: #7e57c2;
  display: inline-block;
  padding-left: 18px;
  position: relative;
  transition: color 0.3s ease;
}
.toggle-sub-header {
  cursor: pointer;
  user-select: none;
  font-weight: 600;
  color: #7e57c2;
  display: inline-block;
  padding-left: 18px;
  position: relative;
  transition: color 0.3s ease;
}

.toggle-header::before {
  content: '\F22C';
  font-family: 'Bootstrap-Icons';
  position: absolute;
  right: 12px;
  top: 7px;
  font-weight: bold;
  color: #fff;
  transition: transform 0.3s ease;
}
.toggle-sub-header::before {
  content: '\F22C';
  font-family: 'Bootstrap-Icons';
  position: absolute;
  right: 14px;
  top: 7px;
  font-weight: bold;
  color: #f78b35;
  transition: transform 0.3s ease;
}
.toggle.open > .toggle-header {
  background-color: #32488d;
  color: #fff;
}
.sub-toggle.open > .toggle-sub-header {
  background-color: #f07f24;
  color: #fff;
}
/* Expanded toggle style */
.tree-diagram li.toggle.open > ul {
  display: block;
  position: relative;
  bottom: 14px;
}
.tree-diagram li.sub-toggle.open > ul {
  display: block;
  position: relative;
  bottom: 14px;
}
.tree-diagram li.toggle.open > .toggle-header::before {
  content: '\F22C';
  font-family: 'Bootstrap-Icons';
  transform: rotate(180deg);
  color: #fff;
}
.tree-diagram li.sub-toggle.open > .toggle-sub-header::before {
  content: '\F22C';
  font-family: 'Bootstrap-Icons';
  transform: rotate(180deg);
  color: #fff;
}
.tree-link {
  color: #2683d6;
  text-decoration: none;
  font-weight: 500;
}

.tree-link:hover {
  text-decoration: underline;
}

.tree-root,
.tree-root ul {
  list-style: none;
  margin: 0;
  padding-left: 20px;
  position: relative;
}

/* Vertical connector line */
.tree-root ul::before {
  content: '';
  position: absolute;
  top: 0;
  left: 19px;
  width: 2px;
  height: 100%;
  border-left: 1px solid #d1d0d1;
  z-index: 0;
}

/* Connector for each list item */
.tree-root li {
  position: relative;
  margin: 14px 0;
  padding-left: 20px;
}

/* Horizontal connector line */
.tree-root li::before {
  content: '';
  position: absolute;
  top: 15px; /* vertically center */
  left: 0;
  width: 20px;
  height: 2px;
  border-top: 1px solid #d1d0d1;
  z-index: 1;
  margin-top: 17px;
}

/* Box around each content node */
.tree-link, 
.toggle-header {
  display: inline-block;
 background: #4776ba;
  border: 1.5px solid #4776ba;
  border-radius: 6px;
  padding: 6px 35px 6px 14px;
  font-weight: 500;
  color: #fff;
  font-size: 14px;
  position: relative; /* above connector lines */
  z-index: 2;
  transition: background-color 0.3s ease;
  margin-top: 15px;
}

.tree-link:hover, .toggle-header:hover {
  /* background-color: #f0e7ff; */
  cursor: pointer;
}
.tree-link {
  display: inline-block;
  background: #fff;
  border: 1.5px solid #d1d0d1;
  border-radius: 6px;
  padding: 6px 14px 6px 14px;
  font-weight: 400;
  color: #3b3b3b;
  position: relative; /* above connector lines */
  z-index: 2;
  transition: background-color 0.3s ease;
  margin-top: 15px;
}
.toggle-sub-header {
  display: inline-block;
  background: #fff;
  border: 1.5px solid #d1d0d1;
  border-radius: 6px;
  padding: 6px 35px 6px 14px;
  font-weight: 400;
  font-size: 14px;
  color: #3b3b3b;
  position: relative; /* above connector lines */
  z-index: 2;
  transition: background-color 0.3s ease;
  margin-top: 15px;
}
.tree-link{
	background-color: #4777bb;
  border: 0 !important;
  color: #fff;
  font-size: 14px;
}
.tree-link:hover, .toggle-sub-header:hover {
  /* background-color: #f0e7ff; */
  cursor: pointer;
}
.tree-link:hover{
  text-decoration: none !important;
}
.subcatesite{
  background-color: #fff;
  color: #f07f24;
  border: 1px solid #f07f24 !important;
}
/* ----------------------------------------Single catalog */
.catalogpage-section{
  width: 100%;
  height: 100%;
  display: block;
  margin-bottom: 70px;
}
.catalogpage-section .catalgpage1{
  width: 100%;
  height: auto;
  display: block;
  box-shadow: rgba(9, 30, 66, 0.25) 0px 1px 1px, rgba(9, 30, 66, 0.13) 0px 0px 1px 1px;
  padding: 30px;
}
.catalogpage-section .catalgpage1 .logosection{
  width: 100%;
  height: auto;
  display: block;
}
.catalogpage-section .catalgpage1 .logosection img{
  width: 180px;
  height: auto;
  display: flex;
  margin-left: auto;
}
@media (max-width: 576px){
  .catalogpage-section .catalgpage1 .logosection img {
  width: 100%;
  max-width: 130px;
}
}
.catalogpage-section .catalgpage1 .scimage-section{
  width: 100%;
  display: flex;
  justify-content: center;
  margin: 172px 0 50px;
}
.catalogpage-section .catalgpage1 .scimage-section img{
  width: 220px;
  height: 220px;
  display: block;
  object-fit: cover;
}
@media (max-width: 576px){
  .catalogpage-section .catalgpage1 .scimage-section img{
    width: 100%;
    max-width: 220px;
    height: auto;
  }
}
.catalogpage-section .catalgpage1 .scname-section{
  display: block;
  text-align: right;
}
.catalogpage-section .catalgpage1 .scname-section .scpprice{
  font-size: 15px;
  margin-top: 10px;
  color:#6c6c6c;
  font-weight: 500;
}
.catalogpage-section .catalgpage1 .scname-section .scpprice span{
  text-decoration: line-through;
  margin-right: 5px;
}
.catalogpage-section .catalgpage1 .scname-section a{
  text-decoration: none;
}
.catalogpage-section .catalgpage1 .scname-section a h2{
  font-size: 35px;
  font-weight: 600;
  margin-bottom: 0;
  color: #34498d;
  font-family: "Urbanist", sans-serif;
}
@media (max-width: 576px){
  .catalogpage-section .catalgpage1 .scname-section a h2 {
  font-size: 18px;
}
.catalogpage-section .catalgpage1 .scname-section .scpprice {
  font-size: 11px;
}
.catalogpage-section .catalgpage1 .scname-section .cate a {
  font-size: 11px !important;
}
}
@media (min-width: 576px) and (max-width: 768px){
  .catalogpage-section .catalgpage1 .scname-section a h2 {
  font-size: 28px;
}
}
.catalogpage-section .catalgpage1 .scname-section .cate a{
  text-decoration: none;
  font-size: 15px;
  background-color: aliceblue;
  border-radius: 8px;
  padding: 4px 12px;
  color: #f07f24;
  margin-top: 10px;
  display: inline-block;
}
.catalogpage-section .catalgpage1 .mailadd-section{
  margin-top: auto;
  display: flex;
  height: 156px;
  align-items: end;
}
.catalogpage-section .catalgpage1 .mailadd-section .addlist{
  list-style: none; 
  padding: 0;
  margin: 0;
  display: flex;
  width: 100%;
  justify-content: end;
}
.catalogpage-section .catalgpage1 .mailadd-section .addlist li a{
  text-decoration: none;
  font-size: 14px;
  color: #676666;
  font-weight: 600;
  font-family: "Urbanist", sans-serif;
}
@media (max-width: 576px){
  .catalogpage-section .catalgpage1 .mailadd-section .addlist li a{
    font-size: 11px;
  }
}
.catalogpage-section .catalgpage1 .mailadd-section .addlist li a{
  margin: 0 0 0 5px;
  padding:0 0 0 5px;

}
.catalogpage-section .catalogpage2{
  width: 100%;
  height: auto;
  display: block;
  box-shadow: rgba(9, 30, 66, 0.25) 0px 1px 1px, rgba(9, 30, 66, 0.13) 0px 0px 1px 1px;
  padding: 30px;
}
@media (max-width: 576px){
  .catalogpage-section .catalogpage2 {
  padding: 15px;
}
}
.catalogpage-section .pagetitle{
  width: 100%;
  font-size: 20px;
  font-weight: 600;
  color: #f07f24;
  text-align: start;
  display: block;
  font-family: "Urbanist", sans-serif;
  margin-bottom: 5px;
}
.catalogpage-section .catalogpage2 p{
  text-align: justify;
  font-size: 14px;
}
.catalogpage-section .catalogpage2 .specs-table, 
.catalogpage-section .catalogpage2 .specs-table .sctr, 
.catalogpage-section .catalogpage2 .specs-table .sctd{
  border: 1px solid #e1e1e1;
  padding: 8px;
}
.catalogpage-section .catalogpage2 .specs-table{
  width: 100%;
}
.catalogpage-section .catalogpage2 .specification{

}
.catalogpage-section .catalogpage2 .specs-table .sctd{
  color: #727272;
  font-size: 14px;
}
@media (max-width:991px){
  .catalogpage-section .catalogpage2 .specs-table .sctd {
  font-size: 13px;
}
}
.catalogpage-section .catalogpage2 .specs-table .bcdelf{
 background-color: r#f5f5f5;
}
.catalogpage-section .catalgpage3{
  width: 100%;
  height: auto;
  display: block;
  box-shadow: rgba(9, 30, 66, 0.25) 0px 1px 1px, rgba(9, 30, 66, 0.13) 0px 0px 1px 1px;
  padding: 30px;
}
@media (max-width: 576px){
  .catalogpage-section .catalgpage3 {
  padding: 15px;
}
}
.catalogpage-section .catalgpage3 .multiangle .viewangles, .viewtr, .viewth, .viewtd{
  border: 1px solid #e1e1e1;
  text-align: center;
  font-size: 14px;
}
.catalogpage-section .catalgpage3 .multiangle .viewangles{
  overflow-x: scroll;
  display: block;
}
.viewth{
  font-weight: 500;
}
.viewtd, .viewth{
  padding: 10px;
}
.viewtd{
  color: #727272;
}
.viewtd .imagevie{
  width: 150px;
  height: 150px;
}
.viewtd .imagevie img{
  width: 100%;
  height: 100%;
  object-fit: cover;
  margin: auto;
  display: block;
}
.catalogpage-section .catalgpage4{
  width: 100%;
  height: auto;
  display: block;
  box-shadow: rgba(9, 30, 66, 0.25) 0px 1px 1px, rgba(9, 30, 66, 0.13) 0px 0px 1px 1px;
  padding: 30px;
}
@media (max-width:576px){
  .catalogpage-section .catalgpage4 {
  padding: 15px;
}
}
.catalogpage-section .catalgpage4 .feature-sec ul{
  padding: 0 0 0 12px;
  margin: 0;
  list-style: disc;
  font-size: 14px;
}
.catalogpage-section .catalgpage4 .feature-sec ul li{
  margin-bottom: 5px;
}
.catalogpage-section .catalgpage4 .feature-sec ul li::marker{
  color: #f29246;
}
.applicationsec p{
  text-align: justify;
  font-size: 14px;
}
.footer-page{
  margin-top: 70px;
  display: block;
}
.footer-page img{
  width: 100px;
  height: auto;
  margin: 0 auto;
  display: block;
}
.footer-page .footadd{
  margin: 3px auto 0 auto !important;
  display: block;
  text-align: center;
  font-size: 12px;
  color: #aca7a7
}
.footer-page .links{
  text-align: center;
  display: block;
}
.footer-page .links a{
  margin: 0 5px;
  display: inline-flex;
  font-size: 12px;
  text-decoration: none;
  color: #aca7a7;
}
.title-single-catalog{
 display: block;
  text-align: center;
  position: sticky;
  top: 20px;
}
@media (max-width: 991px){
  .title-single-catalog{
    margin-bottom: 20px;
  }
}
.title-single-catalog h1{
  font-size: 35px;
  font-weight: 500;
  color: #32478b;
  font-family: "Urbanist", sans-serif !important;
}
.title-single-catalog .scdownload{
  background-color: #32478b;
  border: 1px solid #32478b;
  color: #fff;
  padding: 3px 10px;
  border-radius: 8px;
}
@media (max-width: 576px){
.categories .category-info h1, .categories .category-info h2, .categories .category-info h3, .categories .category-info h4, .categories .category-info h5, .categories .category-info h6 {
  font-size: 14px;
}
}