.dropdown-menu {
  border-radius: 0px;
  border: 1px solid #ccc;
  padding: 12px;
  background: #fff;
  z-index: 1001;
}

#cart.slide-out-cart .dropdown-menu .cart-header {
  margin-bottom: 0px;
  border-bottom: 1px solid #ccc;
  display: table;
  width: 100%;
}

#cart.slide-out-cart .dropdown-menu .cart-dorpdown-items {
  padding-left: 12px;
  padding-right: 12px;
  max-height: none;
  height: 100%;
  align-items: stretch;
}

#cart .dropdown-menu .cart-dorpdown-items .item {
  border: 1px solid #ccc;
  border-radius: 10px;
  margin-bottom: 5px;
  padding: 12px 2px;
  margin-top: 5px;
}

/* #cart .dropdown-menu .cart-dorpdown-items .item > :first-child {
width: 70px;
} */
#cart .dropdown-menu .cart-dorpdown-items .item .img-thumbnail {
  width: 85px;
  max-width: 85px;
}

#cart .dropdown-menu .cart-dorpdown-items .item .item-details {
  padding-left: 8px;
  max-width: 100px;
  position: relative;
}

#enquiry .dropdown-menu .cart-dorpdown-items .item-name,
#cart .dropdown-menu .cart-dorpdown-items .item-name {
  word-break: break-word;
  font-size: 15px;
}

.dropdown-menu .cart-dorpdown-items .item .img-thumbnail {
  border: none;
}

.header-cart .fa {
  font-size: 18px !important;
  color: #fff;
}

.dropdown-menu .cart-dorpdown-items .item .img-thumbnail {
  border: none;
}

#cart .dropdown-menu .cart-dorpdown-items .item .item-details .item-option-detail .item-option {
  width: 267px;
  float: left;
  color: #0000ff;
  font-size: 16px;
  line-height: 10px;
}

#cart .dropdown-menu .cart-dorpdown-items .item .item-details .item-option-detail button {
  float: left;
}

#cart .dropdown-menu .cart-dorpdown-items .item .item-details .price {
  float: right;
  padding: 2px 0;
  font-weight: bold;
}

#cart .dropdown-menu .cart-dorpdown-items .item .input-group-outer {
  margin-top: 10px;
  position: absolute;
  bottom: 0;
  width: 98%;
  margin-bottom: 0 !important;
  padding: 0 6px 0 0;
}

#cart .cart-dorpdown-footer .btn {
  padding: 7px !important;
}

#cart .btn-shopping-continue {
  background-color: #b31942 !important;
  /* width: 95% !important; */
  border: 0;
  border-radius: 56px;
  color: #fff;
  cursor: pointer;
  display: inline-block;
  font-family: system-ui, -apple-system, system-ui, "Segoe UI", Roboto, Ubuntu,
    "Helvetica Neue", sans-serif;
  font-size: 16px;
  font-weight: 600;
  outline: 0;
  padding: 5px !important;
  height: 40px;
  position: relative;
  text-align: center;
  text-decoration: none;
  transition: all 0.3s;
  user-select: none;
  -webkit-user-select: none;
  touch-action: manipulation;
}

#cart .btn-shopping-continue:before {
  background-color: initial;
  background-image: linear-gradient(#fff 0, rgba(255, 255, 255, 0) 100%);
  border-radius: 125px;
  content: "";
  height: 50%;
  left: 4%;
  opacity: 0.5;
  position: absolute;
  top: 0;
  transition: all 0.3s;
  width: 92%;
}

#cart .btn-shopping-continue:hover {
  box-shadow: rgba(255, 255, 255, 0.2) 0 3px 15px inset,
    rgba(0, 0, 0, 0.1) 0 3px 5px, rgba(0, 0, 0, 0.1) 0 10px 13px;
  transform: scale(1.05);
  color: #ffffff;
}

/* #cart .btn-shopping-continue:hover {
	-webkit-box-shadow: 0px 0px 13px 1px rgba(0, 0, 0, 0.3);
	-moz-box-shadow: 0px 0px 13px 1px rgba(0, 0, 0, 0.3);
	box-shadow: 0px 0px 13px 1px rgba(0, 0, 0, 0.3); 
	background-color: #ffffff !important; 
	color: #b31942 !important;
  } */

/* #cart .btn-checkout {
	background-color: #4caf50 !important;
	/-* width: 95% !important; *-/
	border: 0;
	border-radius: 56px;
	color: #fff;
	cursor: pointer;
	display: inline-block;
	font-family: system-ui,-apple-system,system-ui,"Segoe UI",Roboto,Ubuntu,"Helvetica Neue",sans-serif;
	font-size: 18px;
	font-weight: 600;
	outline: 0;
	padding: 5px !important;
	height: 40px;
	position: relative;
	text-align: center;
	text-decoration: none;
	transition: all .3s;
	user-select: none;
	-webkit-user-select: none;
	touch-action: manipulation;
  } 
  
  #cart .btn-checkout:before {
	background-color: initial;
	background-image: linear-gradient(#fff 0, rgba(255, 255, 255, 0) 100%);
	border-radius: 125px;
	content: "";
	height: 50%;
	left: 4%;
	opacity: .5;
	position: absolute;
	top: 0;
	transition: all .3s;
	width: 92%;
  }
  
  #cart .btn-checkout:hover {
	box-shadow: rgba(255, 255, 255, .2) 0 3px 15px inset, rgba(0, 0, 0, .1) 0 3px 5px, rgba(0, 0, 0, .1) 0 10px 13px;
	transform: scale(1.05);
  }
  
  @media (min-width: 768px) {
	#cart .btn-checkout {
	  padding: 16px 48px;
	}
  }*/