
/* =========================
=========================================
Login,Register page design
*/
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    margin: 0;
}

/* Flex Utilities */
.flex-r, .flex-c {
    display: flex;
    justify-content: center;
    align-items: center;
}
.flex-c { flex-direction: column; }
.flex-r { flex-direction: row; }

/* Registration Container */
.register-text {
    margin-top: 30px;
    width: 60%;
    min-height: 450px;
    border-radius: 10px;
    padding: 25px 20px;
    text-align: left;
}
.flex-r.login-wrapper {
    padding-bottom:40px;
    margin-top:-50px
}
.register-text h1 { font-size: 25px; }
.register-text p { font-size: 15px; color: #000; }

/* Form Styles */
/* form {
    width: 100%;
    margin-top: 15px;
    align-items: flex-start !important;
} */
.input-box {
    margin: 10px 0px;
    width: 100%;
}
.label {
    font-size: 15px;
    color: black;
    font-weight: 600;
     padding: 0px;
}
.input {
    position: relative;
    justify-content: flex-start;
}
input {
    border: .0625rem solid #ccc !important;
    outline: none;
    padding: 10px 5px;
    flex: 1;
    font-family: Montserrat;
}

/* Buttons */
.btn {
    /* width: 100%;
    margin: 30px 0 10px;
    padding: 10px 35px;
    font-size: 16px;
    font-family: Montserrat-Regular;
    /* background-color: red; */
    /* color: #fff;  */
}
/* .btn:hover { transform: translateY(-2px); } */

/* Extra Info */
.extra-line {
    font-size: 15px;
    font-weight: 500;
    text-align: center;
    padding-top: 3%;
    width: 100%;
}
.extra-line a {
    font-weight: 600;
    color: #000;
    text-decoration: underline;
}

.main_heading {
    text-align: center;
    font-family: Montserrat-Regular;
    margin-bottom: 0;
}
p.main_content {
    font-family: Montserrat-Regular;
    text-align: center;
    font-size: 17px;
    font-style: italic;
    line-height: 1.75rem;
    color: #000;
    padding-top: 2%;
}
.main_content {
    margin: auto;
    width: 65%;
    padding-top: 3%;
}
.info { text-align: center; font-size: 14px; }
.additional_info { padding-top: 2%; }

/* Password Info */
span.pass_info {
    color: #919496;
}
.show_hide_password input {
  width: 100%;
  padding-right: 40px; /* space for eye icon */
}

.show_hide_password .show-pass {
  position: absolute;
  top: 49%;
  right: 12px;
  transform: translateY(-50%);
  cursor: pointer;
  opacity: 0.7;
  color: #333;
  font-size: 18px;
}

.show_hide_password .show-pass:hover {
  opacity: 1;
}

.btn-submit {
  width: 100%;
  padding: 12px;
  font-size: 16px;
  font-weight: 600;
  border: none;
  background: #EA2626;
  color: white;
  cursor: pointer;
  transition: 0.3s;
  outline: none;
  margin-top: 27px;
}
.log-small-text{
  color: #EA2626;
}


    /* Responsive */
@media only screen and (max-width: 480px) {
.register-text { width: 100%; margin-top: 0; }
.main_content { width: 100%; }
p.main_content { line-height: 2.15rem; padding-top: 5%; }
.additional_info { padding-top: 5%; }
.extra-line { font-size: 13px; }
}

.login-text {
    margin-top: 30px;
    /* border: 1px solid black; */
    /* border-radius: 10px; */
    padding: 10px 50px 20px 20px;
    border-right: .0625rem solid #ccc;
}
.login-text h1 {
    font-size: 19px;
    margin-bottom: 2%;
}
.login-submit{
    width: 100%;
    padding: 12px;
    font-size: 16px;
    font-weight: 600;
    border: none;
    background: #EA2626;
    color: white;
    cursor: pointer;
    transition: 0.3s;
    outline: none;
    margin-top: 18px;
    outline: none;
    border-color: #EA2626;
}

/* left side login  */
.login-main-content {
    display: block;
    min-height: 500px;
    padding-bottom: 126px;
    padding-top: 80px;
}
.btn_wrapper {
    width: 60%;
    padding-top: 3%;
}
.login-info {
    width: 50%;
    padding-left: 3%;
}
.login-info h2.additional-info {
    font-size: 19px;
    margin-bottom: 2%;
    margin-top: 6%;
}
.login-submit a {
    color: white;
    font-size: 15px;
    font-weight: 600;
}
.orText{
    -webkit-tap-highlight-color: transparent;
    line-height: 4.5;
    text-decoration: none;
    font-size: 1.2rem;
    font-weight: bold;
    text-align: center;
    color: rgb(0, 0, 0);
}
/* Start social login css */
.social--login-btn {
  display: flex;
    justify-content: center;
    align-items: center;
    height: 45px;
    width: 100%;
    border: 1px solid black;
    background: white;
    color: black;
    font-size: 15px;
    font-weight: 600;
    cursor: pointer;
    text-decoration: none;
}
.social--login-btn svg {
  height: 26px;
  width: 20px;
}

.social--login-btn a {
  color: inherit;
  text-decoration: none;
  text-align: center;
  line-height: 38px; 
  margin-left: 5px;
}

/* ========================= */
/* Dashboard css  */
/* ========================= */
.my-accountText{
    padding-bottom:30px;
     color: #000;
     font-weight: bold;
}
.account-sidebar {
  background: #fff;
  padding: 20px;
  border-right: 1px solid #e5e5e5;
  height: 100vh;
  text-align: right;
}
.account-sidebar .nav > li > a:hover {
  color: #000 !important;    
  background: none !important;
}
.account-sidebar .nav > li.active > a,
.account-sidebar .nav > li.active > a:focus,
.account-sidebar .nav > li.active > a:hover {
  color: #000 !important;      
  font-weight: bold;
  background: none !important; 
}



.account-sidebar .nav > li > a:hover {
  color: #000 !important;    
  background: none !important;
}
.account-sidebar .nav > li.active > a,
.account-sidebar .nav > li.active > a:focus,
.account-sidebar .nav > li.active > a:hover {
  color: #000 !important;      
  font-weight: bold;
  background: none !important; 
}

.nav-pills-item .nav-link {
  color: #6c757d;
  font-weight: 500;
  text-align: right; 
  margin-bottom: 8px;
}

.nav-pills-item .nav-link.active {
  color: #000;
  font-weight: bold;
  background: none;
}

.content-area {
  padding: 30px;
  background: #fff;
  color: black;
}


/* ============================ */

.profile_panel {
    margin: 50px auto;   /* top-bottom 50px gap */
    float: none;         /* center in column */
}
.main_card{
    margin-top: 35px!important;
    margin-left: 35px!important;
}

.panel-title {
    font-weight: bold;
    text-transform: uppercase;
}

.panel-heading small {
    display: block;
    color: #777;
    font-size: 12px;
    margin-top: 5px;
}

.panel-body strong {
    display: block;
    font-size: 13px;
    color: #000;
}

.panel-body p {
    margin: 0 0 15px;
    font-size: 13px;
    color: #555;
}

/* ==========================orders table data ============================= */
.table-striped thead {
    background-color: #4e5b56; /* Dark green background */
    color: white; /* White text color */
}
.table-all-user {
    margin-left: 12px;
}

.table-bordered > :not(caption) > tr {
    border-width: 0 0;
}

.table-bordered > :not(caption) > tr > th,
.table-bordered > :not(caption) > tr > td {
    border-width: 0 0;
}

.custom_table-responsive {
    overflow-x: auto;
}

.custom_badge {
    font-size: 14px;
    padding: 0.3rem 0.6rem;
}
.custom_badge {
    display: inline-block;
    padding: 0.35em 0.65em;
    font-size: 0.75em;
    font-weight: 700;
    line-height: 1;
    color: #fff;
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
    border-radius: 0.25rem;
}
.bg-danger_custom {
    background-color: #dc3545 !important;
}
.bg_custom_success{
    background-color: #40c710
    ;
}
.bg-warning_custom {
    background-color: #ffc107 !important;
}

.edit_profile_btn{
    display: inline-block;
    padding: 6px 12px;
    margin-bottom: 0;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.42857143;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    user-select: none;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 4px;
    background-color: #000;
    color: white;
}
.edit_profile_btn:hover{
    color: white;
}
/* Responsive Table */
@media (max-width: 767.98px) {
    .table-responsive-md {
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
    }
}
.table-bordered> :not(caption)>tr>th, .table-bordered> :not(caption)>tr>td {
    border-width: 1px 1px;
    border-color: #6a6e51;
}
.table> :not(caption)>tr>td {
    padding: 2rem 2rem ;
}
/* ===================edit profile  */
* 

.form-wrapper {
  background: #f9f9f9;
  padding: 20px;
  border-radius: 8px;
}

.field {
  margin-bottom: 20px;
}

.field label {
  font-size: 13px;
  display: block;
  margin-bottom: 5px;
}
strong.accountInfo{
     font-size: 13px!important;
}
p.accountTitle{
     font-size: 13px!important;
}

.field input, .field select {
  width: 100%;
  padding: 10px;
  border: 1px solid #ccc;
  border-radius: 4px;
  font-size: 13px;
}

.field-group {
  display: flex;
  gap: 20px; /* Space between fields */
}

.field-group .field {
  flex: 1; /* Make both fields take up equal space */
}

.footer {
  margin-top: 5px;
  text-align: left;
}

.save-btn {
  width: 100%;
  padding: 12px;
  margin-top: 10px;
  font-size: 16px;
  cursor: pointer;
  border-radius: 4px;
}

.save-btn {
  background-color: #000;
  color: white;
  border: none;
}

.cancel-btn {
  background-color: white;
  color: black;
  border: 1px solid black;
  margin-top: 10px;
}

.save-btn:hover {
  background-color: #333;
}

.cancel-btn:hover {
  background-color: #f2f2f2;
}

.password-tips{
    margin-bottom: 20px;
    padding: 12px;
    border-radius: 6px;
    background: var(--surface-hover-color, #f8fafc);
    border-radius: 6px;
    border: 1px solid var(--border-color, #e2e8f0)
}
.tips-title{
    margin: 0 0 8px;
    font-size: 13px;
    font-weight: 600;
    color: var(--text-color, #1e293b);
}
.tips-list ul li {
    list-style: disc;
}

/* =================order detials  */
.wg-box {
    display: flex;
    padding: 24px;
    flex-direction: column;
    gap: 24px;
    border-radius: 12px;
    background: white;
    box-shadow: 0px 4px 24px 2px rgba(20, 25, 38, 0.05);
}
.custom_cancelOrder{
    margin-bottom: 35px;
}

.btnCancleOrder{
    color: #ffffff;
    box-shadow: none;
    padding: 20px;
    background-color: #dc3545;
    font-weight: bold;
    border: red;
    outline: none;
}
.btnBackOdrer{
    color: #000;
    box-shadow: none;
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 12px;
    padding-right: 12px;
    background-color: #ecc8c5;
    font-weight: bold;
    border: #ecc8c5;
    outline: none;
}
.btnBackOdrer:hover{
    color: #000;
    background-color: #ecc8c5;
}
.btnCancleOrder:hover{
    color: white;
    outline: none;
}
p.message-danger{
    color: red;
}
.storLocator{
  cursor: pointer;
}
.store-list {
      max-height: 75vh;
      overflow-y: auto;
      background: #fff;
      padding: 15px;
      box-shadow: 0px 2px 5px rgba(0,0,0,0.1);
      border: 1px solid black;
      margin-top: 10px;
    }
    .store-item {
      padding: 12px;
      border-bottom: 1px solid #eee;
      cursor: pointer;
      border-radius: 8px;
      transition: background 0.2s;
    }
    .store-item:hover {
      background-color: #f1f5f9;
    }
    .map-container {
      width: 100%;
      height: 92vh;
      overflow: hidden;
      box-shadow: 0px 2px 5px rgba(0,0,0,0.1);
    }
    .search-section {
      display: flex;
      gap: 10px;
      margin-bottom: 20px;
    }
    .search-section input {
      flex: 1;
      height: 45px;
    }
    .search-section button {
      height: 45px;
      white-space: nowrap;
    }
    .filter-section{
       text-align: left;
    }
    .filter-section select {
      height: 45px;
    }
    .store_location{
        padding-top: 65px;
        padding-bottom: 65px
    }
    .titleStorelocate{
      margin-bottom: 25px;
    }
    .items-right{
      display: flex;
      justify-content: right;
      gap: 15px;
    }
    
    .btn_storelocation{
       background-color: #000;
       color: white;
       padding: 10px;
       outline: none;
       border-radius: 5px;
    }
.search-section input {
  background-color: #ffffff !important; 
  color: #000; 
}

.search-section input::placeholder {
  color: #000000 !important;
  opacity: 1;
}
/* //service section  */
.service_main_content{
  padding-top: 50px;
  padding-bottom: 50px;
}
h3.comon_serviceTitle{
  margin-top: 19px;
  margin-bottom: 19px;
}
.service_section{
  display: flex;
  flex-direction: column;
  padding: 0 15px;
}
.stayConnet{
  margin-top: 10px;
}
.serviceIcon{
  display: flex;
  gap: 10px;
  justify-content: center!important;
  align-items: center;
}
.buy_now_btn{
  padding: 13px 15px;
  width: 225px;
  text-align: center;
  margin-right: 10px;
  color: #000;
   background: white;
 padding: 13px 15px;
  width: 225px;
  text-align: center;
  margin-right: 10px;
  border: 1px solid #000;
  min-width: 550px;
  padding: 13px 15px 12px;
  line-height: 23px;
  margin-bottom: 16px;
  font-size: 18px;
  max-height: 48px;
}
.buy_now_btn:hover{
  background-color: #000;
  color: white;
}
.add_to_cartbtn{
  background: #f57224;
  color: white;
 padding: 13px 15px;
  width: 225px;
  text-align: center;
  margin-right: 10px;
  /* margin-top: 7px; */
  border: 0;
  min-width: 475px;
  background: #000;
  color: #fff;
  border-color: #000;
  padding: 13px 15px 12px;
  line-height: 23px;
  margin-bottom: 16px;
  font-size: 18px;
  max-height: 48px;
}
a i.love_icon{
  justify-content: center;
  text-align: center;
  background: #fff;
  color: #000;
  border: 1px solid #000;
  padding-top: 10px;
  padding-bottom: 10px;
  padding-left: 10px;
  padding-right: 10px;
  min-height: 48px;
  max-width: 100%;
  font-size: 25px;
  min-width: 48px;
  margin-bottom: 0px;
  margin-left: 15px;
  cursor: pointer;
  border-radius: 4px;
}
a i.love_icon:hover{
  background-color: #000;
  color:red;
}
.add_to_cartbtn:hover{
  background-color: red;
  color: white;
}
.product-slider .owl-nav {
    position: absolute;
    top: 50%;
    width: 100%;
    display: flex;
    justify-content: space-between;
    transform: translateY(-50%);
    pointer-events: none;
}

 .popup-image {
        cursor: pointer; /* Image ke clickable banabe */
    }
.product-slider .owl-nav button.owl-prev,
.product-slider .owl-nav button.owl-next {
    background: rgba(0, 0, 0, 0.5);
    color: #fff;
    font-size: 24px;
    border: none;
    border-radius: 50%;
    width: 40px;
    height: 40px;
    pointer-events: all;
}

.cust_wishlist{
  padding: 12px 10px 10px;
    min-height: 48px;
    max-width: 100%;
    min-width: 48px;
    margin-bottom: 20px;
    margin-left: 15px;
        justify-content: center;
    text-align: center;
    background: #fff;
    color: #000;
    text-transform: uppercase;
    font-weight: 600;
    letter-spacing: .02em;
    font-size: 16px;
    line-height: 22px;
    outline: none;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.image-source-link {
	color: #98C3D1;
}

.mfp-with-zoom .mfp-container,
.mfp-with-zoom.mfp-bg {
	opacity: 0;
	-webkit-backface-visibility: hidden;
	/* ideally, transition speed should match zoom duration */
	-webkit-transition: all 0.3s ease-out; 
	-moz-transition: all 0.3s ease-out; 
	-o-transition: all 0.3s ease-out; 
	transition: all 0.3s ease-out;
}

.mfp-with-zoom.mfp-ready .mfp-container {
		opacity: 1;
}
.mfp-with-zoom.mfp-ready.mfp-bg {
		opacity: 0.8;
}

.mfp-with-zoom.mfp-removing .mfp-container, 
.mfp-with-zoom.mfp-removing.mfp-bg {
	opacity: 0;
}

.size_flex_data{
  display: flex;
  gap: 75%;
}

.size-chart-open-popup{
  cursor: pointer;
}
h5.modal_h5_title span{
  text-align: center;
  margin: 0 auto;
}
.halo_modal-custom .modal-title, .halo_modal-custom .title {
    text-align: center;
    line-height: 26px;
    text-transform: uppercase;
    font-weight: 500;
    color: #232323;
}

.address_second{
  padding-top: 0px!important;
}



/* //mobile device */
@media (max-width: 768px) {
    .login-main-content{
        padding-bottom: 57px;
        padding-top: 0px;
    }
  .buy_now_btn{
    min-width: 0px;
    width: 320px;
  }
  .add_to_cartbtn{
    min-width: 0px;
  } 
  .login_small_device {
    flex-direction: column;
    align-items: left;
  }
  .login_left_info{
    width: 100%;
  }
  .btn_createAccount{
    width: 87%;
    text-align: center;
    margin-left: 9px;
  }


  .size_flex_data{
    gap: 50%;
  }
}


@media (max-width: 380px) {
  .buy_now_btn{
    min-width: 0px;
    width: 280px;
  }
  .add_to_cartbtn{
    min-width: 0px;
    width: 213px;
  } 
  .footer_widget_responsive{
    display: flex;
    flex-direction: column  ;
  }
}





/* =============== */
   /* Cart Icon */
    .cart-container {
      position: relative;
      display: inline-block;
      margin-left: -1px;
    }

    .cart-icon {
      font-size: 26px;
      cursor: pointer;
      position: relative;
    }

    .cart-icon span {
      position: absolute;
      top: -1px;
      right: -10px;
      background: #f59b34;
      color: #fff;
      font-size: 12px;
      font-weight: bold;
      padding: 2px 6px;
      border-radius: 50%;
    }

    /* Dropdown */
    .cart-dropdown {
      position: absolute;
      right: -188px;
      top: 55px;
      width: 386px;
      background: #fff;
      border: 1px solid #ddd;
      border-radius: 4px;
      box-shadow: 0 2px 8px rgba(0,0,0,0.15);
      display: none;
      z-index: 999;
    }

    .cart-dropdown.active {
      display: block;
      animation: fadeIn 0.3s ease;
    }

    @keyframes fadeIn {
      from {opacity: 0; transform: translateY(-10px);}
      to {opacity: 1; transform: translateY(0);}
    }

    /* Cart Item */
    .cart-item {
      display: flex;
      padding: 10px;
      border-bottom: 1px solid #eee;
    }

    .cart-item img {
      width: 60px;
      height: 60px;
      object-fit: cover;
      border-radius: 4px;
      margin-right: 10px;
    }

    .cart-item-details {
      flex: 1;
    }

    .cart-item-details h4 {
      font-size: 14px;
      margin: 0;
      font-weight: 600;
      line-height: 1.4;
    }

    .cart-item-details p {
      font-size: 13px;
      color: #000000;
      margin: 2px 0;
    }

    .cart-item-price {
      font-size: 14px;
      font-weight: bold;
      margin-top: 4px;
      color: #000000;
    }

    .cart-item-remove {
      font-size: 16px;
      cursor: pointer;
      color: #000000;
      margin-left: 6px;
    }

    /* Total */
    .cart-total {
      padding: 10px;
      display: flex;
      justify-content: space-between;
      font-weight: bold;
      border-bottom: 1px solid #eee;
      margin-right: 20px;
    }
  .cart-total span{
    color: #000000;
  }
    /* Buttons */
    .cart-actions {
      padding: 10px;
      display: flex;
      flex-direction: column;
      gap: 8px;
    }

    .cart-actions .btn {
      padding: 12px;
      text-align: center;
      border-radius: 4px;
      font-weight: bold;
      cursor: pointer;
      transition: 0.3s;
      text-decoration: none;
      font-size: 14px;
    }

    .btn-checkout {
      background: #e4002b;
      color: #fff;
    }

    .btn-checkout:hover {
      background: #c30024;
    }

    .btn-view {
      border: 1px solid #333;
      color: #333;
      background: #fff;
    }

    .btn-view:hover {
      background: #f3f3f3;
    }

    /* Responsive */
    @media (max-width: 480px) {
      .cart-dropdown {
        width: 86vw;
        right: -264.5%;
        margin-top: 55px;
      }
    }
@media (max-width: 972px) {
.account-sidebar {
  text-align: left;
    height: 80vh;
}
}

/* stats css  */
.stats-container {
      display: grid;
      grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
      gap: 20px;
      margin-top: 25px;
    }

    .stat-card {
      background: #fff;
      border-radius: 12px;
      box-shadow: 0 2px 8px rgba(0,0,0,0.08);
      padding: 20px;
      display: flex;
      align-items: center;
      transition: transform 0.2s ease;
    }

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

    .icon {
      width: 60px;
      height: 60px;
      border-radius: 12px;
      display: flex;
      align-items: center;
      justify-content: center;
      color: white;
      font-size: 28px;
      margin-right: 15px;
      flex-shrink: 0;
    }

    .green {
      background: #4CAF50;
    }

    .blue {
      background: #2196F3;
    }

    .stat-info h4 {
      font-size: 16px;
      color: #555;
      margin-bottom: 8px;
    }

    .stat-info p {
      font-size: 22px;
      font-weight: bold;
      color: #222;
    }

.ps-post__thumbnail img.blog_image{
  width: 450px;
  height: 250px;
}

.shopping-cart table {
    width: 100%;
    border-collapse: collapse;
    background: #fff;
}
.shopping-cart th, .shopping-cart td {
    padding: 12px 16px;
    border: 1px solid #e0e0e0;
    text-align: center;
    vertical-align: middle;
}
.shopping-cart th {
    background: #f8f9fa;
    font-weight: 600;
    color: #333;
}
.shopping-cart .product-item {
    display: flex;
    align-items: center;
}
.shopping-cart .product-thumb img {
    width: 60px;
    height: 60px;
    object-fit: cover;
    border-radius: 6px;
    margin-right: 12px;
    border: 1px solid #e0e0e0;
}
.shopping-cart .product-info {
    text-align: left;
}
.shopping-cart .qtySelector {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 6px;
}
.shopping-cart .qtySelector span {
    background: #f1f1f1;
    padding: 6px 10px;
    border-radius: 4px;
    cursor: pointer;
    font-size: 16px;
    color: #333;
    transition: background 0.2s;
}
.shopping-cart .qtySelector span:hover {
    background: #e2e6ea;
}
.shopping-cart .qtyValue {
    width: 40px;
    text-align: center;
    border: 1px solid #e0e0e0;
    border-radius: 4px;
    background: #fafafa;
    padding: 4px;
}
.shopping-cart .remove-from-cart {
    color: #dc3545;
    font-size: 18px;
    transition: color 0.2s;
}
.shopping-cart .remove-from-cart:hover {
    color: #a71d2a;
}
@media (max-width: 768px) {
    .shopping-cart table, .shopping-cart thead, .shopping-cart tbody, .shopping-cart th, .shopping-cart td, .shopping-cart tr {
        display: block;
    }
    .shopping-cart th, .shopping-cart td {
        text-align: left;
        padding: 10px;
    }
    .shopping-cart tr {
        margin-bottom: 15px;
        border-bottom: 2px solid #e0e0e0;
    }
}

/* ====header small device search icon */
.search_iconbar {
    position:absolute;
    right:33%;
    top:20%;
}
/* Search icon */
.search-toggle-btn {
    background: none;
    border: none;
    font-size: 25px;
    cursor: pointer;
    color: #524343;
    transition: color 0.2s;
    position: absolute;
    top: 20px;
    left: -25px;
}

/* Hidden search box */
.ps-search__toggle i{
    margin-top: 22px;
    margin-left: 83px;
}
.search-box {
  position: absolute;
  right: 0;
  top: 624%;
  display: none;
  background: #fff;
  border: 1px solid #ddd;
  border-radius: 8px;
  padding: 8px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
  z-index: 2000;
  animation: fadeIn 0.3s ease;
  width: 303px;
}

.search-box.active {
  display: flex;
  align-items: center;
  gap: 5px;
}

.search-box input {
  flex: 1;
  border: 1px solid #ccc;
  padding: 5px 8px;
  border-radius: 5px;
  outline: none;
  font-size: 14px;
}

.icon_ps-search {
  line-height: 90px;
  padding-left: 20px;
  position: relative;
  display: inline-block;
  width: 267px;
  display: flex
}

@keyframes fadeIn {
  from {
    opacity: 0;
    transform: translateY(-5px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
@media (max-width: 505px) {
 .search_iconbar {
    position:absolute;
    right:42%;
    top:20%;
}
  .search-box{
    right: -91px;
  }
}

/* ===seacrch modal  */

.hidden {
    display: none !important;
}
.search-modal-container {
    position: fixed;
    top: 111px;
    right: 20px;
    z-index: 1000;
    width: 512px;
    background-color: #fff;
    border: 1px solid #ccc;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
    padding: 15px;
    font-family: Arial, sans-serif;
    border-radius: 4px;
}

.section-title {
    font-size: 14px;
    font-weight: bold;
    color: #333;
    margin-top: 0;
    margin-bottom: 15px;
    text-transform: uppercase;
    border-bottom: 1px solid #eee; 
    padding-bottom: 5px;
}


.trending-tags form {
   margin: 0; 
    padding: 0;
}

.trending-tags {
    display: flex;
    flex-wrap: wrap; 
    gap: 10px; 
    margin-bottom: 50px;
}

.trend-tag {
    appearance: none;
    border: none;
    cursor: pointer;
    text-align: left;
    background-color: #f8f8f8; 
    color: #444; 
    border: 1px solid #ddd;
    padding: 8px 12px;
    border-radius: 2px; 
    font-size: 14px;
    transition: background-color 0.2s, border-color 0.2s;
    display: flex;
    align-items: center;
}

.trend-tag i {
    margin-right: 5px;
    color: #999; 
}
.trend-tag:hover {
    background-color: #eee;
    border-color: #ccc;
}

.popular-products-section {
    padding-top: 10px;
}
.ps-user__toggle span i {
   padding: 5px!important;
   width: 20px;
   height: 20px;
   line-height: 12px!important;
}
.search-box_small{
  max-width: 100%;
}
.search-modal-container_small {
    position: fixed;
    top: 148px;
    right: 0;
    z-index: 99999;
    background-color: #fff;
    border: 1px solid #ccc;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
    padding: 15px;
    font-family: Arial, sans-serif;
    border-radius: 4px;
    text-align: left;
    width: 100%;
}

/* ====product modal after searching  */
/* Basic search container (needed for positioning) */
.search-container {
    position: relative;
    z-index: 1000; 
}
.small_device_container{
  max-width: 100%;
}
.small_device_product-results-modal{
    width: 100%; 
    background-color: #ffffff;
    border: 1px solid #ddd;
    z-index: 1001; 
    padding: 0; 
    margin-top: 2px; 
}
.product-results-modal {
    position: absolute;
    top: 100%; 
    left: 15%;
    width: 500px; 
    background-color: #ffffff;
    border: 1px solid #ddd;
    z-index: 1001; 
    padding: 0; 
    margin-top: 5px; 
}

.modal-content_product {
    padding: 15px; 
}

.modal-heading_result {
    font-size: 14px;
    font-weight: bold;
    color: #333;
    text-align: left;
    padding-bottom: 15px; 
    border-bottom: none; 
    margin-bottom: 0; 
}

/* Grid for product results */
.results-grid {
    display: flex;
    gap: 23px; 
    padding-bottom: 5px; 
    border-bottom: 1px solid #eee; 
}

/* Individual product item */
.product-item {
    flex: 1; 
    max-width: calc(33.33% - 7px); 
    text-align: left; 
    padding-bottom: 10px;
}

.product-item img {
    width: 100%;
    height: auto;
    max-height: 120px;
    object-fit: contain;
    margin-bottom: 5px;
    display: block;
}

.product-item .brand {
    font-size: 12px;
    color: #666;
    margin: 0;
}

.product-item p.name {
    font-size: 14px;
    font-weight: 500;
    line-height: 1.3;
    height: 35px; 
    overflow: hidden;
    margin: 3px 0;
    color: #000;
    text-align: left;
}

/* Original Price Line (Tk 999.00 Tk) */
.product-item .original-price-line {
    font-size: 13px;
    color: #666;
    text-decoration: none; 
    display: block; 
    margin-top: 5px;
}

.product-item .original-price {
    text-decoration: line-through;
}

.product-item .original-currency {
    font-weight: bold;
    color: #cc0000; 
    margin-left: 2px;
}

/* Sale Price Line (749.00) */
.product-item .sale-price {
    font-size: 16px;
    font-weight: bold;
    color: #cc0000; 
    display: block;
    margin-top: 1px;
}

/* See All Results link styling */
.see-all-container {
    text-align: center;
    padding-top: 10px;
}

.see-all-link {
    font-size: 12px;
    color: #333;
    text-decoration: none;
    font-weight: 700; 
}

/* ===small device seach bar css searchInput_small_device */
.small_ps-search{
  max-width:  100%;
  display: none;
}
input#searchInput_small_device{
  width: 100%;
}
.small_ps-search.active {
    display: flex !important; 
}

@media (max-width: 576px) {
    .small_ps-search {
        max-width: 100% !important; 
    }
}
@media (max-width: 990px) {
    .small_ps-search{
     /* display: block; */
  }
}

.search-icon {
    position: absolute;
    right: 15px;         
    top: 44%;             
    transform: translateY(-50%); 
    color: #999;           
    cursor: pointer;       
    z-index: 2;            
}

#searchInput_small_device {
    padding-right: 40px; 
    width: 100%; 
}

.search-fixed {
    position: absolute;
    left: 96%;
    top: 17%;
}
#show_hide_cart{
  display: none;
}
#sticky_cart_bar{
   position: absolute;
    right: -21px;
    top: 42px;
    width: 386px;
    background: #fff;
    border: 1px solid #ddd;
    border-radius: 4px;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.15);
    z-index: 999;
}
.sticky_search-toggle-btn {
    background: none;
    border: none;
    font-size: 25px;
    cursor: pointer;
    color: #524343;
    transition: color 0.2s;
    position: absolute;
    top: 3px;
    left: -50px;
    border: 1px solid rgba(0, 0, 0, 0.15);
}

/* =============open modal  */
      
.search-modal-overlay {
    display: none; /* Initially hidden */
    position: fixed;
    z-index: 1050; /* Higher than the button */
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: rgb(0,0,0); 
    background-color: rgba(0,0,0,0.8); 
}

/* Modal Content (The White Box in the center) */
.search-modal-content {
    background-color: #fefefe;
    margin: 15% auto; 
    padding: 0; 
    border: 1px solid #888;
    width: 80%; 
    max-width: 600px; 
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3);
    position: relative;
    animation-name: animatetop;
    animation-duration: 0.4s
}

.search-modal-header {
    padding: 15px;
    display: flex; 
    align-items: center;
    justify-content: space-between;
}

/* The Search Input Field and Button */
.search-form {
    display: flex;
    flex-grow: 1;
    border: 1px solid #ccc; 
    border-radius: 4px;
    overflow: hidden; 
}

.search-input {
    width: 100%;
    padding: 10px 15px;
    border: none; 
    outline: none; 
    font-size: 16px;
}

.search-btn {
    padding: 10px 15px;
    border: none;
    background-color: #fefefe;
    color: #333;
    cursor: pointer;
    font-size: 18px;
}

/* The Close Button */
.close-btn-top {
    position: absolute;
    top: 15%;
    right: 50%;
    color: #fefefe;
    font-size: 57px;
    font-size: 62px;
    line-height: 1;
    cursor: pointer;
    transition: color 0.3s;
    z-index: 1060;
}

.close-btn-top:hover,
.close-btn-top:focus {
    color: #d32f2f; /* Highlight with a color on hover */
}


/* Optional: Animation */
@keyframes animatetop {
    from {top:-300px; opacity:0}
    to {top:0; opacity:1}
}

/* --- Content Area Styling (Just for context, remove in production) --- */

.main-content {
    padding: 50px;
    text-align: center;
}

.search-modal-container_sticky{
    position: fixed;
    top: 43.5%;
    right: 460.5px;
    z-index: 5000;
    width: 600px;
    background-color: #fff;
    border: 1px solid #ccc;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
    padding: 15px;
    font-family: Arial, sans-serif;
}

 #category_show_sticky_navbar {
    display: none; 
}
.sticky_small_device_container{
  max-width: 100%;
}
.sticky_small_device_product-results-modal{
    position: fixed;
    top: 43.5%;
    right: 460.5px;
    z-index: 5000;
    width: 600px;
    background-color: #fff;
    border: 1px solid #ccc;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
    padding: 15px;
    font-family: Arial, sans-serif;
}



/* ==============order page css  */
.checkout-page-container {
    padding: 20px 0;
}

.checkout-form-card {
    background-color: #fff;
    border: 1px solid #ddd;
    border-radius: 8px;
    padding: 20px;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.05);
    margin-bottom: 20px;
}

.checkout-title {
    font-size: 20px;
    font-weight: 500;
    color: #333;
    margin-bottom: 15px;
}

.form-group-custom {
    margin-bottom: 15px;
    position: relative;
}

.form-group-custom label {
    display: block;
    font-size: 14px;
    color: #333;
    margin-bottom: 5px;
    font-weight: 500;
}

.form-control-custom,
.form-select-custom {
    display: block;
    width: 100%;
    padding: 10px 12px;
    font-size: 16px;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    border-radius: 4px;
    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

.form-control-custom:focus,
.form-select-custom:focus {
    color: #495057;
    background-color: #fff;
    border-color: #80bdff;
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}

/* Specific styling for the red border on error fields (like First/Last Name) */
.form-control-custom.input-error {
    border-color: #dc3545;
    padding-right: 35px; 
}

.form-group-custom .error-icon {
    position: absolute;
    right: 10px;
    top: 50%;
    transform: translateY(-50%);
    color: #dc3545;
    font-size: 18px;
    display: none; 
}
.form-control-custom.input-error + .error-icon {
    display: block;
}

/* Input Helper Text */
.input-helper-text {
    font-size: 12px;
    color: #dc3545; 
    margin-top: 5px;
    display: block;
}

/* ================================================= */
/* 3. Checkbox and Radio Styling */
/* ================================================= */

.custom-checkbox-label,
.custom-radio-label {
    display: flex;
    align-items: center;
    cursor: pointer;
    font-size: 14px;
    color: #333;
    margin-bottom: 10px;
}

.custom-checkbox-label input[type="checkbox"],
.custom-radio-label input[type="radio"] {
    position: absolute;
    opacity: 0;
}

/* Custom Checkbox/Radio Appearance */
.custom-checkbox-label span,
.custom-radio-label span {
    display: inline-block;
    width: 18px;
    height: 18px;
    border: 1px solid #ced4da;
    border-radius: 3px;
    margin-right: 8px;
    position: relative;
    flex-shrink: 0;
}

.custom-radio-label span {
    border-radius: 50%; 
}

/* Checked State */
.custom-checkbox-label input[type="checkbox"]:checked + span {
    background-color: #007bff;
    border-color: #007bff;
}
.custom-radio-label input[type="radio"]:checked + span {
    border-color: #007bff;
}

.custom-radio-label input[type="radio"]:checked + span::after {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background: #007bff;
    transform: translate(-50%, -50%);
}
.custom-checkbox-label input[type="checkbox"]:checked + span::after {
    content: '\2713'; 
    position: absolute;
    top: -2px;
    left: 3px;
    font-size: 14px;
    color: white;
}

/* ================================================= */
/* 4. Shipping and Payment Methods */
/* ================================================= */

.section-title {
    font-size: 18px;
    font-weight: 600;
    color: #333;
    margin-top: 20px;
    margin-bottom: 15px;
}

.shipping-method-row {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 12px 15px;
    border: 1px solid #007bff; 
    border-radius: 4px;
    background-color: #f7faff;
}

.shipping-title {
    font-size: 16px;
    font-weight: 500;
}

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

/* Payment Method Card */
.payment-card-custom {
    border: 1px solid #ced4da;
    border-radius: 6px;
    padding: 15px;
    margin-bottom: 15px;
    cursor: pointer;
}
.payment-card-custom.selected {
    border-color: #007bff;
    background-color: #f7faff;
}
.payment-card-custom {
    /* ... existing styles ... */
    border: 1px solid #ced4da;
    border-radius: 6px;
    padding: 15px;
    margin-bottom: 15px;
    cursor: pointer;
}

/* 1. Ensure the label/container allows the text to flow */
.custom-radio-label {
    display: flex; /* Use flex to align radio and text */
    align-items: center;
    cursor: pointer;
    /* Optional: Set a minimum width if necessary, but flex should handle it */
}

/* 2. Key Fix: Prevent text from wrapping prematurely */
.custom-radio-label span {
    font-weight: 500;
    /* This style prevents text wrapping onto a new line */
    white-space: nowrap; 
    
    /* Ensure there is enough space between the radio button and the text */
    margin-left: 10px; 
}

/* Ensure the radio label and its contents are aligned */
.custom-radio-label {
    display: flex; /* Key change: use flexbox for alignment */
    align-items: center; /* Vertically center the radio and the text */
    cursor: pointer;
    margin-bottom: 0; /* Important: remove default label margin */
    width: 100%; /* Make label take full width for click area */
}

/* Basic styling for the radio button */
.payment-radio-input {
    margin-right: 70px!important; 
}

/* You can remove the old .payment-card-header and .payment-method-icon styles as they are no longer needed for the basic structure. */
.payment-card-body {
    /* Keep existing body styles, but note it is now outside the main label */
    text-align: center; 
    padding: 10px 0;
    font-size: 14px;
    color: #555;
}
.payment-card-body p {
    margin-bottom: 0;
    text-align: left; /* Adjust text alignment for a better look */
    padding: 0 10px;
}

/* ================================================= */
/* 5. Billing Address & Pay Button */
/* ================================================= */

.billing-radio-group {
    margin-top: 15px;
    margin-bottom: 25px;
}

.pay-button-custom {
    width: 100%;
    padding: 12px 20px;
    background-color: #007bff; /* Blue button */
    color: white;
    border: none;
    border-radius: 4px;
    font-size: 18px;
    font-weight: 600;
    cursor: pointer;
    transition: background-color 0.3s ease;
}

.pay-button-custom:hover {
    background-color: #0056b3;
}



/* cart page desing  */
/* Custom Cart Page Styling */
/* Custom Cart Page Styling */
.custom-cart-page {
    /* padding: 20px 0; */
    max-width: 1200px;
    margin: 0 auto;
}

/* --- Header Section --- */
.custom-cart-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 30px; /* Increased margin for better separation */
}

.custom-cart-title {
    font-size: 2.2rem; /* Slightly larger, matching the image */
    font-weight: 500;
}

.custom-continue-shopping a {
    color: #000;
    text-decoration: none;
    font-size: 15px; /* Smaller, like in the image */
    font-weight: 500;
}

.custom-continue-shopping a:hover {
    text-decoration: underline;
}

/* --- Product Section --- */
.separte_cart_product {
    display: flex;
    align-items: flex-start;
    padding: 20px 0;
}
.custom-product-item{
    list-style: none;
    margin-bottom: 35px;
    margin-top: 0;
    padding: 0 20px 1px;
    background: #fafafa;
}
.custom-product-thumb {
    width: 100px;
    height: 100px;
    margin-right: 20px;
    flex-shrink: 0; /* Prevents image from shrinking */
}

.custom-product-thumb img {
    width: 100%;
    height: 100%;
    object-fit: contain; /* Changed to 'contain' or 'cover' depending on preferred look, but often backpacks look better with a white background on e-commerce sites */
}

.custom-product-info {
    flex-grow: 1;
    /* Changed to display flex in column direction to stack elements */
    display: flex;
    flex-direction: column;
}

.custom-product-title {
    font-size: 15px; 
    font-weight: 600;
    margin-bottom: 5px;
}

.custom-product-meta {
    font-size: 13px; /* For meta info like color/SKU */
    color: #6c757d;
    margin-bottom: 2px;
}

.custom-product-brand {
     font-size: 13px; /* For brand name, slightly more prominent */
    color: #000;
    margin-top: 5px;
    margin-bottom: 10px;
}

.custom-product-price {
    font-size: 16px; /* Price font size */
    font-weight: 600;
    margin-top: 10px; /* Space above price */
}
/* --- New Wrapper for Horizontal Layout --- */
.cart-controls-wrapper {
    display: flex;
    align-items: center;
    gap: 15px; 
}

.quantity-label {
    font-size: 16px;
    font-weight: 500;
    /* Space between "Quantity:" and the selector box */
    margin-right: 5px; 
}


/* --- Quantity Selector Styling (As a single merged unit) --- */

.custom-qty-selector {
    display: flex;
    align-items: center;
    width: fit-content;
}

/* Base styles for all elements in the selector */
.custom-qty-selector button,
.custom-qty-selector input {
    background: #fff;
    border: 1px solid #ced4da;
    height: 38px; 
    font-size: 16px;
    outline: none;
    color: #000;
    margin: 0; 
    box-sizing: border-box; /* Ensures padding/border don't change the size unexpectedly */
}

.custom-qty-selector button {
    padding: 0 10px;
    cursor: pointer;
    line-height: 1;
}

.custom-qty-selector button:first-child {
    /* Left button: rounded left corners, removes right border for merged look */
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px;
    border-right: none;
}
.custom-qty-selector button:last-child {
    /* Right button: rounded right corners, removes left border for merged look */
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
    border-left: none;
}

.custom-qty-selector input {
    width: 38px; 
    text-align: center;
    padding: 0;
    border-radius: 0;
}


/* --- Action Buttons (UPDATE/REMOVE) Styling --- */

.custom-action-buttons {
    display: flex; 
    gap: 10px; /* Space between UPDATE and REMOVE buttons */
}

.action-btn {
    background-color: #fff;
    color: #000;
    border: 1px solid #ced4da;
    font-size: 12px;
    font-weight: 500;
    padding: 8px 15px;
    height: 38px; 
    cursor: pointer;
    text-transform: uppercase;
    border-radius: 0;
    outline: none;
    line-height: 1.5; 
}

/* Optional: Adding some hover effects */
.update-cart-btn:hover {
    background-color: #f8f9fa;
}
.remove-btn:hover {
    background-color: #f8d7da;
    border-color: #dc3545;
}

/* --- Subtotal / Checkout Column --- */
.custom-subtotal-card {
    border: none;
    padding: 0; 
    background-color: #fff;
    margin-top: 42px;
}
/* The main subtotal content box */
.custom-subtotal-box {
    background-color: #f8f8f8; 
    padding: 30px;
}

.custom-subtotal-box h5 {
    font-size: 13px; /* "SUBTOTAL" is smaller and uppercase */
    font-weight: 600;
    text-transform: uppercase;
    margin-bottom: 25px;
}

.custom-subtotal-line {
    display: flex;
    justify-content: space-between;
    margin-bottom: 20px;
    font-size: 14px;
}

.custom-subtotal-line-total {
    font-size: 15px;
    font-weight: 600;
    color: #000;
}
.custom-subtotal-line-total span:first-child {
    font-weight: normal;
}


.custom-checkout-btn {
    width: 100%;
    background-color: #000 !important;
    color: #fff !important;
    border-color: #000 !important;
    padding: 15px 0;
    font-size: 18px; /* Slightly smaller to match the image */
    text-transform: uppercase;
    font-weight: 500;
    margin-top: 0; /* No margin-top if placed inside the subtotal box */
    border-radius: 0;
}

.custom-checkout-btn:hover {
    background-color: #ff4800 !important;
    border-color: #ff4800 !important;
}

.custom-shipping-estimate {
    padding: 20px 30px; /* Matches subtotal box padding */
    margin-top: 0;
    border-top: 1px solid #e9ecef;
}

.custom-shipping-estimate h6 {
    font-size: 0.85rem;
    text-transform: uppercase;
    font-weight: 500;
    color: #333;
}

/* Responsive adjustments */
@media (max-width: 767.98px) {
    .custom-cart-title {
        font-size: 1.8rem;
    }
    .custom-subtotal-card {
        margin-top: 20px;
    }
}


.mega-item {
  display: inline-flex;
  flex-direction: column !important;
}

.mega-item li a{
  list-style: none;
  line-height: 2!important; 
}

.color-item.selected a {
  border: 3px solid #000;   
  box-shadow: 0 0 4px rgba(0, 0, 0, 0.5);
  transform: scale(1.1);
}
.size-item.selected {
  background-color: #f59b34; 
    color: #fff;
    border-color: #f59b34;
}
.sub-category-item.selected a{
    border-color: #f59b34;
}

.mega-item li.selected a {
    font-weight: bold;
    color: #f59b34; 
}

.fof-wrapper .content{
  padding-top: 90px;
  padding-bottom: 90px  ;
  text-align: center;
}

.btn_404 {
    background-color: #212121;
    color: #ffffff; 
    display: inline-block; 
    padding: 15px 30px; 
    text-transform: uppercase; 
    text-decoration: none; 
    border-radius: 5px; 
    font-size: 14px; 
    margin: 10px;
    letter-spacing: 1px;
}

/* Hover effect */
.btn_404:hover {
    background-color: #ffffff;
    color: #000;
    border: 1px solid #000;
}
.btn_404 span {
    display: block;
}