.input-group-text1 {
    display: flex;
    align-items: center;
    padding: .375rem .75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #003961!important;
    text-align: center;
    white-space: nowrap;
    background-color: transparent!important; 
    border: unset!important;
    border-bottom: 2px solid #003961!important;
    border-radius: unset!important;
}
#success{
    position:fixed;
    bottom:30px;
    left:2px;
    z-index:10;
    font-size: 14px;
    border-radius: 6px;
    background:#003961;
    font-weight: 400;

}
.checkout-item-padding{
padding:10px;
}
.your-cart{
    border-bottom:unset;
}
.preloader {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 9999;
    background-image: url('../assets/images/loader.gif');
    background-repeat: no-repeat; 
    background-color: #FFF;
    background-position: center;
 }
 .card-header{
    background:#3A5E50;
}
a.social{
    color:#bdccc5!important;
}
.a:hover.social{
    color:#bdccc5!important;
}

.total{
    position:unset; 
 }
 span.float-end a {
     text-decoration: none;
     color: #003961;
 }
 .dropbtn {
    color: #3E5E4F; 
    border: none;
    text-decoration:none;
  }
  
  .dropdown:hover .dropbtn {
      background-color: transparent!important;
  }
  .dropdown {
    position: relative;
    display: inline-block;
  }
  
  .dropdown-content {
    display: none;
    position: absolute;
    top:24px;
    right: -60px;
    background-color: #f1f1f1;
    min-width: 120px;
    box-shadow: 0px 2px 3px 0px rgba(0,0,0,0.2);
    z-index: 1;
  }
  
  .dropdown-content a {
    color: black;
    text-decoration: none;
    display: block;
    text-transform: capitalize;
    border-bottom: 1px solid #0000000d;
  }
  .dropdown-content a:last-child{border-bottom: none !important;}
  
  .dropdown-content a:hover {background-color: #ddd;}
  
  .dropdown:hover .dropdown-content {display: block;}
  
  .dropdown:hover .dropbtn {background-color: #3e8e41;}
  .f-14{
      font-size:14px;
  }
  .cart-basket {
    font-size: .6rem;
    position: absolute;
    top: -3px;
    right: -3px;
    width: 15px;
    height: 15px;
    color: #fff;
    background-color: #003961;
    border-radius: 50%;
  }
  
  .cart-d a {
    font-size: 1.1rem;
    color: #343a40;
  }
  
  .cart-d a.cart:hover {
    text-decoration: none;
    color: #d60e96;
  }
  .shipping-charge span {
    padding: unset !important;
  }
  .check-summery .float-end span {
    padding: unset;
  }

  /* wishlist  */
  .wish {
    position: relative;
  }
  .wish-basket {
    font-size: .6rem;
    position: absolute;
    top: -4px;
    right: 0;
    width: 15px;
    height: 15px;
    color: #fff;
    background-color: #003961;
    border-radius: 50%;
  }
  .sticky .wish-basket {
    top: -4px;
    right: -4px;
  }
.wish-d a {
  font-size: 1.1rem;
  color: #343a40;
}

.wish-d a.wish:hover {
  text-decoration: none;
  color: #d60e96;
}
.in-bg{
  background-color: #f8f5f5;
}
.fnt-sz{
  font-size: 12px;
}
.fnt-sz2{
  font-size: 14px;
}
.trm .thank td{
  border: none!important;
}

.h-cus-wid{
  width:480px;
}
.bdr-none{
  border:none!important;
}
tbody, tr:last-child {
  border-bottom: 1px solid #ccc !important;
}
h6.in-bg.pt-1.pb-1.ps-1.text-black.fw-bold.fnt-sz2.bdr-custom{
  border: 1px solid #ccc;
}
h6.in-bg.pt-1.pb-1.ps-1.text-black.fw-bold.fnt-sz2{
  border: 1px solid #ccc;
}
td.text-black.in-bg.fnt-sz {
  background: #f8f5f5;
}

th.text-black.in-bg.fnt-sz2 {
  background: #f8f5f5;
}
.btn-success:hover {
  color: #fff;
  background-color: #003961;
  border-color: #003961;
}
.cus-color{
  color:#7e7e7e;
}
.text-cus{
  color:#003961;
}
.down-invoice{
  background:#003961;
}
.down-invoice:hover{
  color:white;
}
.custom-text-justify{
  text-align: justify;
}
.heading-text h1 {
  font-family: 'Roboto', sans-serif;
  font-size: 24px;
  color: #6C8378;
  line-height: 1;
  font-weight: 400;
  position: relative;
  display: inline-block;
  letter-spacing: 3px;
  margin-bottom: 0;
  text-transform: uppercase;
}
.homeH1{
  position: absolute;
  z-index: -1;
}

.cat-text h1 {
  font-size: 14px;
  color: #003961;
  text-transform: uppercase;
  font-weight: normal;
}

.product-detail-content h1 {
  color: #003961;
  font-size: 23px;
  line-height: 30px;
  margin-bottom: 0;
  font-weight: 500;
}
.wishlist-heading h1 {
  font-size: 20px;
  color: #003961;
  text-transform: uppercase;
  font-weight: normal;
}
.cartH1{
  position: absolute;
  z-index: -1;
  color:white;
  font-size: 0px;
}
.check-heading h1 {
  font-size: 18px;
  letter-spacing: 2px;
  color: #003961;
  font-weight: normal;
}
.privacyH1{
  font-size: 23px;
  color: #003961;
  margin-bottom:20px;
}
a.empty-cart{
  background: #003961;
}
a.empty-cart:hover{
  background: #003961;
}
a.cart-remove-btn{
  background:#CC6666;
}
a.miniTitle:hover {
  color: #003961;
}
a.cus-color{
  color:#003961;
}
a.cus-color:hover{
  color:#003961;
  text-decoration:underline;
}
a.miniTitle {
  text-decoration: none;
  color: #003961;
  font-size: 14px;
}
.tacbox {
  display:block;
  padding: 1em;
  border: 3px solid #ddd;
  background-color: #F8F5F5;
  max-width: 800px;
}
.h-color{
  color:#003961;
}
.h-color:hover{
  color:#003961;
}
/* input {
  height: 2em;
  width: 2em;
  vertical-align: middle;
} */
.cart-body{
  background:#EBEBEB;
}
.product-slider {
  border: unset!important;
  box-shadow:unset!important;
}
.order-tab-area {
  background: #f8f9fa;
  padding: 18px 28px;
  border-radius: 5px;
}
.mean-container .mean-bar {
  z-index: unset !important;
}
@media only screen and (max-width: 576px){
    .dropdown-content {
        position:absolute;
        top: 30px !important;
    }
}


/* =========================
   Mobile: 2 products per row (Home + Shop)
   ========================= */
@media (max-width: 576px) {

    /* product column */
    .home-decore.col-sm-6 {
        flex: 0 0 50% !important;
        max-width: 50% !important;
    }

    .home-decore {
        padding-left: 4px;
        padding-right: 4px;
        margin-bottom: 8px;
    }

    .product-slider {
        width: 100% !important;
    }

    .img-container img {
        width: 100%;
        height: auto;
    }
    
       /* title max 2 lines */
    .home-decore .title h5 {
        font-size: 14px !important;
        line-height: 1.3 !important;
        height: 36px !important;
        overflow: hidden !important;
        display: -webkit-box !important;
        -webkit-line-clamp: 2 !important;
        -webkit-box-orient: vertical !important;
    }
    
}




@media (max-width: 768px) {
    .seller-dashboard {
        display: flex;
        flex-direction: column; /* column-reverse নয় */
    }

    /* Content div সব সময় উপরে থাকবে */
    .dashboard-content {
        order: 0; /* 0 দিয়ে top নিশ্চিত করুন */
    }

    /* Sidebar div সব সময় নিচে থাকবে */
    .dashboard-sidebar {
        order: 1; /* 1 দিয়ে bottom নিশ্চিত করুন */
        margin-top: 15px;
    }

    /* Card width fix */
    .dashboard-content .card {
        width: 100% !important;
    }
}