.kw-scale:hover {
	transform: scale(1.05);
	-moz-transform:scale(1.05);
	-o-transform:scale(1.05);
	-webkit-transform:scale(1.05);
}
.container {
	width: 100%;
	padding: 0 3%;
	max-width:1280px;
}
.sidebar {
	float: right;
}
.product-page-cart .product-quantity {
  float: right;
}
.product-page-cart .add-btn {
  float: right;
}
.in .dropdown.active .dropdown-menu {
  border-bottom: 1px solid #00b1eb;
  box-shadow: none;
  display: inline;
  position: relative;
  width: 100%;
}
/* More Popular Products Arrow Background Color */
.bx-controls-direction a {
  background-color: #005b95 !important;
}