/* ----------------------------------------------------------------
	Custom CSS

	Add all your Custom Styled CSS here for New Styles or
	Overwriting Default Theme Styles for Better Handling Updates
-----------------------------------------------------------------*/

.table-responsive .cart_item td {
  padding: 15px 10px !important;
}
#account-menu .nav-link.active {
  background-color: #d2e7dd;
  border-color: #d2e7dd;
}

.top-cart-count {
  position: absolute;
  top: 0;
  right: -3px;
  transform: translate(50%, -50%);
  font-size: 0.8rem;
  font-weight: 600;
  width: 1rem;
  height: 1rem;
  line-height: 1rem;
  text-align: center;
  color: #fff;
  background-color: #dc3545;
  border-radius: 50%;
}

.header-wrap-clone{
  display: none !important;
}
