
a	{
	text-decoration:none;
}

.table>:not(caption)>*>* {
    
}

body    {
    letter-spacing: 1px;
    font-size: 15px !important;
}

.list-group-item:first-child {
    border-top-left-radius: 0px;
    border-top-right-radius: 0px;
}

.list-group-item:last-child {
    border-bottom-right-radius: 0px;
    border-bottom-left-radius: 0px;
}

.list-group-item {
    border-bottom-right-radius: 0px;
    border-bottom-left-radius: 0px;
    padding: 5px 10px;
}

.form-control, .form-select, .btn, .dropdown-menu, .navbar-toggler, .modal-content, .card, .cart-summary {
    border-radius:0px !important;
}

.ramshalakha .link {
    border: 1px solid #c4c4c4;
    text-decoration:none;
    background: #e2e2e2;
    float:left;
    width: 6%;
    text-align: center;
    margin: 1px;
    cursor:pointer;
}

.ramshalakha .link:hover{ 
    background: #c31112!important;
    color: #fff!important;
}

.img100	{
	width:100% !important;
}

.img100Cursor    {
    width:100% !important;
    cursor:pointer;
}

.topMenu {
    background: #fd7e14 !important;    
}

.textbox_bottom_line {
    border: none;
    border-bottom: 1px solid #ffc107;
}

.product-card {
    position: relative;
    overflow: hidden;
}

.discount-badge {
    position: absolute;
    top: 10px;
    background-color: #dc3545; /* Bootstrap danger color */
    color: white;
    padding: 5px 10px;
    font-size: 0.9rem;
    font-weight: 600;
}

.product-image {
    width: 100%;
}

.cart-item {
  border-bottom: 1px solid #e0e0e0;
  padding-bottom: 15px;
  margin-bottom: 15px;
}

.cart-item img {
  width: 100px;
  height: 100px;
}

.cart-summary {
  border: 1px solid #ddd;
  border-radius: 8px;
  padding: 20px;
}

.cart-summary h5 {
  border-bottom: 1px solid #ddd;
  padding-bottom: 10px;
  margin-bottom: 15px;
}

.cart-summary .btn {
  width: 100%;
}

.login-card, .signup-card {
  max-width: 400px;
  margin: 80px auto;
  padding: 30px;
  box-shadow: 0 0 5px rgba(0,0,0,0.1);
}

@media (max-width: 768px) {
  .cart-item {
    text-align: center;
  }
  .cart-item img {
    margin-bottom: 10px;
  }
}

.sidebar {
  border: 1px solid #eee;
  top: 90px;
  overflow-y: auto;
}

.sidebar-link {
  display: block;
  padding: 10px 12px;
  color: #444;
  text-decoration: none;
  font-weight: 500;
  transition: all 0.2s ease;
}

.sidebar-link:hover {
  background: #f8f9fa;
  color: #0d6efd;
  transform: translateX(3px);
}

.sidebar-link.active {
  background: #0d6efd;
  color: white;
}

.sidebar h6 {
  letter-spacing: 0.5px;
  text-transform: uppercase;
  font-size: 13px;
}

/* Optional: scrollbar style */
.sidebar::-webkit-scrollbar {
  width: 6px;
}
.sidebar::-webkit-scrollbar-thumb {
  background-color: #ccc;
}