/*cUSTOM*/

.nw-message{
	display: none;
}

.nw-cart-drop-content .nw-cart-drop-content-in .product_list_widget li{
	text-align: left !important;
	display: block;
	position: relative;
	margin-bottom: 20px;
}

.nw-cart-contents{
	position: relative;
	z-index: 150;
}


/*CUSTOM*/



.nw-drop-cart {
  position: relative;
  display: block;
  height: 20px;
	cursor: pointer;
}

.nw-drop-cart ul {
  list-style: none;
  margin: 0px;
}

.nw-drop-cart ul li {
  background: transparent;
}

.nw-drop-cart ul li:after {
  content: "";
  display: block;
  clear: both;
}



.nw-hidden {
  display: none;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  -moz-opacity: 0;
  -khtml-opacity: 0;
  opacity: 0;
}

.nw-cart-container {
  clear: both;
  position: absolute;
  right: 0px;
}

.nw-cart-container.nw-cart-side {
  right: auto;
  left: 0px;
}

.nw-cart-container.nw-cart-side .nw-cart-drop-toggle {
  float: left;
}

/*.nw-cart-icns {
  width: 20px;
  height: 20px;
  position: relative;
  float: left;
}*/

.nw-cart-icns-shape {
  position: absolute;
  z-index: 99;
  width: 20px;
  height: 20px
}
