/* CSS Document */

/* #tab_shipping {
	width: 100%;
} */
/* added css for Seller Dashboard, Products Form, categories listing for the selection[ */
.box--scroller {
	max-height: 200px;
	overflow: auto;
}
.box--scroller ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
.box--scroller ul li {
	padding: 5px 0;
}
.wrapper_favorites {
	position: absolute;
	z-index: 99;
	right: 47px;
	display: flex;
	top: -5px;
}
.wishlist-prods #wishListItems {
	margin-top: 10px;
}

.marginTop_small {
    margin-top: 10px;
}

.payment-loader {
	position: fixed;
	width: 100%;
	height: 100%;
	z-index: 9999;
	background: #aaa;
	opacity: 0.5;
}

.payment-loader img {
	left: 50%;
	top: 50%;
	position: absolute;
	transform: translate(-50%,-50%);
}
.brands li {
	max-width: 150px;
}