.pagination-area {
	background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
	margin: 10px 0 0;
	padding-top: 20px;
	text-align: center;
	display: inline-block;
	width: 100%
}

.pagination-area ul {
	margin-bottom: 0
}

.pagination-area ul li {
	background: #f5f5f5;
	color: #393939;
	display: inline-block;
	font-weight: 600;
	height: 30px;
	line-height: 30px;
	margin: 0 0 0 5px;
	width: 30px;
	border-radius: 4px
}

.pagination-area ul li a {
	border: 1px solid #e0e0e0;
	color: #363636;
	display: block;
	font-weight: 600;
	height: 30px;
	width: 30px;
	text-decoration: none;
	border-radius: 4px;
	transition: all .4s ease-out .2s
}

.pagination-area ul li a:hover {
	background: #333;
	border: 1px solid #333;
	color: #fff;
}

.pagination-area ul li a.active {
	background: #fff;
	border:1px solid #3d4246;
	border-radius: 4px;
	color: #3d4246;
	transition: all .4s ease-out .2s
}

.sort-by-product {
	/* box-shadow: 2px 0 6px #908f8f; */
	box-sizing: border-box;
	margin: 0;
	padding: 0;
	background-color: #fff;
	padding-left: 20px;
	border-bottom: 1px solid #e8e9eb;
}

.sort-by-product .sort-by-title {
	text-transform: uppercase;
	font-weight: 700;
	color: #323a45;
	padding-right: 10px;
}

.sort-by-product ul {
	display: inline-block;
	margin: 0;
}

.sort-by-product ul a {
	color: #323a45
}

.sort-by-product ul li {
	list-style: none;
	display: inline-block;
	padding: 7px 0 4px 0;
	margin: 0 10px;
	cursor: pointer;
	border-bottom: 2px solid transparent;
}

.sort-by-product ul li.activeSort {
	color: #a11d29;
	font-weight: bold;
	cursor: default;
	border-bottom: 2px solid;
	font-weight: 500;
}

.display-none {
	display: none;
}

.whole-seller-price-col {
	display: inline;
	padding: 5px 15px!important;
	border-right: 1px solid #ede9ea;
	cursor: pointer;
}

.whole-seller-price-col-active {
	background-color: #00a99e17;
}

.fso-thumbConainer .active {
	border: 2px solid #01a6a2;
}