<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.breadcrumb {
	max-width: 72.2%;
}

body.openFixed {
	overflow: hidden;
}

#productlisting {
	clear: both;
}

.bread-crumcontainer {
	position: relative;
	padding-top: 20px;
}

.bread-crumcontainer:before {
	content: '';
	background: #b5a27a;
	position: absolute;
	width: 85%;
	left: 0;
	right: 0;
	top: 0px;
	height: 1px;
	margin-left: auto;
	margin-right: auto;
}

ul.breadcrumbsection li {
	letter-spacing: 0.5px;
	font-family: 'Nunito Sans';
}

.prodsItemLists .productListing {
	max-width: 1341px;
	margin: auto;
	width: 100%;
}

.productlisting .listingcontent {
	max-width: 1040px;
	margin: auto;
	width: 100%;
	padding: 0 0 5px;
	text-align: center;
	margin-bottom: 30px;
}

.productlisting .listingcontent h1 {
	font-size: 32px;
	font-family: 'Spectral';
	font-weight: normal;
	font-style: italic;
	position: relative;
	padding: 0 0 18px;
	margin: 40px 0 25px;
}

.productlisting .listingcontent h1::after {
	background: #b5a27a;
	content: "";
	height: 1px;
	width: 17%;
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	margin: auto;
}

#dynamiccattxt {
	text-align: center;
	text-align-last: center;
	font-family: 'Nunito Sans';
	font-size: 15px;
	line-height: 23px;
	margin-bottom: 21px;
}

.productlisting .listingcontent #dynamiccattxt p {
	font-size: 15px;
	line-height: 23px;
}

.productlisting .listingcontent #dynamiccattxt a {
	color: #000;
	text-decoration: underline;
}

.prodsItemLists .productListing .products .products-grid {
	padding: 0;
	margin: 0;
	display: flex;
	flex-wrap: wrap;
}

.prodsItemLists .productListing .products ul li {
	display: inline-block;
	width: 20%;
	text-align: center;
	position: relative;
	margin-bottom: 25px;
	margin-right: 6.6%;
}

.prodsItemLists .productListing .products ul li:hover .prothumb0 {
	display: none;
}

.prodsItemLists .productListing .products ul li:hover .prothumb1 {
	display: block !important;
}

.prodsItemLists .productListing .products ul li:nth-child(4n) {
	margin-right: 0px;
}

.prodsItemLists .productListing .products ul li .product-photo a {
	display: block;
}

.prodsItemLists .productListing .products ul li .product-photo a img {
	height: auto;
	max-width: 100%;
}

.product-price.widget-fingerprint-product-price ul.product-price.pprice li {
	display: block;
	width: 100%;
	padding: 0;
	margin: 0px;
}

.prodsItemLists .productListing .products ul li .name {
	font-size: 20px;
	text-transform: uppercase;
	margin-top: 45px;
}

.prodsItemLists .productListing .products ul li .name a {
	color: #000;
	text-decoration: none;
	font-weight: 600;
}

.prodsItemLists .productListing .products ul li .priceP {
	font-size: 20px;
	line-height: 20px;
	color: #b5a27a;
	text-transform: capitalize;
	margin: 5px 0 15px 0;
	font-weight: 600;
}

.prodsItemLists .productListing .products ul li a.explore {
	width: 111px;
	height: 35px;
	border: 1px solid #000;
	display: inline-block;
	font-size: 18px;
	text-decoration: none;
	line-height: 34.22px;
	color: #000;
	font-style: italic;
	padding: 0;
}

.prodsItemLists .productListing .products ul li a.explore:hover {
	background: #b5a27a;
	color: #fff;
	border: 1px solid #b5a27a;
}

ul.product-price.pprice {
	padding: 0;
	margin: 0;
}

ul.products-grid.grid-list {
	padding: 0;
	margin: 0;
	display: block;
}

#mobFilters {
	display: none;
}

.filter-elements {
	max-width: 1304px;
	margin: auto auto 88px;
	width: 100%;
	border-bottom: 1px solid #b5a27a;
	border-top: 1px solid #b5a27a;
	display: flex;
	text-transform: uppercase;
}

ul#ajaxFilters {
	padding: 0;
	margin: 0;
	width: 100%;
}

ul#ajaxFilters li {
	display: inline-block;
	padding: 13px 18px 10px 17px;
	border-left: 1px solid transparent;
	border-right: 1px solid transparent;
	cursor: pointer;
}

.selected-filter ul.attributes li label {
	font-size: 12px;
	font-style: italic;
	font-family: 'Nunito Sans';
	text-transform: capitalize;
	cursor: pointer
}

.selected-filter ul.attributes li span.close {
	color: #b5a27a;
	font-size: 12px;
	font-family: 'Nunito Sans';
	font-style: italic;
	text-decoration: none;
}

.selected-filter ul.attributes li span a {
	color: #b5a27a;
	font-family: 'Nunito Sans';
	font-style: italic;
	text-decoration: none;
}

ul#ajaxFilters li.activefilter {
	border-left: 1px solid #ebe7dc;
	border-right: 1px solid #ebe7dc;
	background: #ebe7dc;
	position: relative;
}

ul#ajaxFilters li.activefilter:before {
	content: '';
	position: absolute;
	top: -1px;
	left: 0px;
	width: 100%;
	height: 1px;
	background: #b5a27a;
}

ul#ajaxFilters li.activefilter:after {
	content: '';
	position: absolute;
	top: 50px;
	left: 0px;
	width: 100%;
	height: 1px;
	background: #b5a27a;
	z-index: 999;
}

ul#ajaxFilters li.attrLI .checkbox-list {
	display: none;
	position: absolute;
	background: #fff;
	border: 1px solid #b5a27a;
	top: 50px;
	margin-left: -18px;
	z-index: 999;
	padding-top: 26px;
	padding-bottom: 11px;
	width: 521px;
}

ul#ajaxFilters li.activefilter .checkbox-list {
	display: block
}

ul.prolists {
	display: flex;
	flex-wrap: wrap;
	width: 100%;
	justify-content: space-between;
}

ul#ajaxFilters .checkbox-list ul.prolists li {
	margin-bottom: 3px;
	width: 50%;
	border-left: 0px solid transparent;
	border-right: 0px solid transparent;
	padding: 0px;
	padding-left: 33px;
	padding-right: 15px;
}

ul#ajaxFilters .checkbox-list ul.prolists li:nth-child(2n) {}

.prolists input {
	display: none;
}

.prolists label {
	position: relative;
	padding-left: 36px;
	font-size: 14px;
	display: flex;
	text-transform: capitalize;
	align-items: center;
}

.prolists label a.filterlink {
	display: flex;
	width: 100%;
	text-decoration: none;
	font-size: 14px;
	color: #000;
	font-weight: 600;
}

#stone_type .prolists label {
	padding-top: 3px;
}

.prolists label:before {
	content: '';
	position: absolute;
	left: 0px;
	top: 5px;
	width: 14px;
	height: 14px;
	border: 1.5px solid #a8a8a8;
}

#metal .prolists label:before,
#stone_type .prolists label:before {
	top: 9px;
}

.prolists input[type="checkbox"]:checked+label:before {
	background: #b5a27a;
	border: 1.5px solid #b5a27a;
}

.prolists input[type="checkbox"]:checked+label:after {
	content: '';
	position: absolute;
	left: 5px;
	top: 5px;
	width: 4px;
	height: 11px;
	border: solid #ffffff;
	border-width: 0 2px 2px 0;
	transform: rotate(40deg);
}

#metal .prolists input[type="checkbox"]:checked+label:after,
#stone_type .prolists input[type="checkbox"]:checked+label:after {
	top: 9px;
}

.prolists label span.labelName {
	margin-right: 5px;
	width: 100%;
	order: 1;
	line-height: 28px;
}

.prolists input[type="checkbox"]:checked+label span.labelName {
	color: #b5a27a;
	font-weight: 600;
}

#metal label span.labelName {
	line-height: 25px;
}

#metal .prolists label {
	padding-top: 5px;
}

.filter .wg9k,
.filter .wg18k,
.filter .palladium,
.filter .platinum {
	background: #e3e3e3;
	right: 2px;
	position: absolute;
	text-align: center;
	width: 35px;
	height: 18px;
	top: 8px;
}

.filter .yg9k,
.filter .yg18k {
	background: #fff09f;
	right: 2px;
	position: absolute;
	text-align: center;
	width: 35px;
	height: 18px;
	top: 8px;
}

.filter .rg9k,
.filter .rg18k {
	background: #ffd4cb;
	right: 2px;
	position: absolute;
	text-align: center;
	width: 35px;
	height: 18px;
	top: 8px;
}

.filter .wg9k:before {
	content: '9K';
	width: 35px;
	height: 20px;
	color: #000;
	font-size: 12px;
	letter-spacing: 1px;
	line-height: 19px;
	font-weight: bold;
}

.filter .yg9k:before {
	content: '9K';
	width: 35px;
	height: 20px;
	color: #000;
	font-size: 12px;
	letter-spacing: 1px;
	line-height: 19px;
	font-weight: bold;
}

.filter .rg9k:before {
	content: '9K';
	width: 35px;
	height: 20px;
	color: #000;
	font-size: 12px;
	letter-spacing: 1px;
	line-height: 19px;
	font-weight: bold;
}

.filter .wg18k:before {
	content: '18K';
	width: 35px;
	height: 20px;

	color: #000;
	font-size: 12px;
	letter-spacing: 1px;
	line-height: 19px;
	font-weight: bold;
}

.filter .yg18k:before {
	content: '18K';
	width: 35px;
	height: 20px;
	color: #000;
	font-size: 12px;
	letter-spacing: 1px;
	line-height: 19px;
	font-weight: bold;
}

.filter .rg18k:before {
	content: '18K';
	width: 35px;
	height: 20px;
	color: #000;
	font-size: 12px;
	letter-spacing: 1px;
	line-height: 19px;
	font-weight: bold;
}

.filter .palladium:before {
	content: 'PD';
	width: 35px;
	height: 20px;
	color: #000;
	font-size: 12px;
	letter-spacing: 1px;
	line-height: 19px;
	font-weight: bold;
}

.filter .platinum:before {
	content: 'PT';
	width: 35px;
	height: 20px;
	color: #000;
	font-size: 12px;
	letter-spacing: 1px;
	line-height: 19px;
	font-weight: bold;
}

.filter .mensdiamondrings {
	background: url(../images/svg/mens-diamond-ring.svg) no-repeat scroll 0 0 transparent;
	padding-left: 41px;
	background-size: cover;
	width: 41px;
	height: 28px;
	order: 2;
	background-position: 0;
}

.filter .shoulder {
	background: url(../images/svg/shoulder-ring.svg) no-repeat scroll 0 0 transparent;
	padding-left: 41px;
	background-size: cover;
	width: 41px;
	height: 28px;
	order: 2;
	background-position: 0;
}

.filter .cluster {
	background: url(../images/svg/cluster-ring.svg) no-repeat scroll 0 0 transparent;
	padding-left: 41px;
	background-size: cover;
	width: 41px;
	height: 28px;
	order: 2;
	background-position: 0;
}

.filter .halo {
	background: url(../images/svg/halo-ring.svg) no-repeat scroll 0 0 transparent;
	padding-left: 41px;
	background-size: cover;
	width: 41px;
	height: 28px;
	order: 2;
	background-position: 0;
}

.filter .threestone {
	background: url(../images/svg/three-stone-ring.svg) no-repeat scroll 0 0 transparent;
	padding-left: 41px;
	background-size: cover;
	width: 41px;
	height: 28px;
	order: 2;
	background-position: 0;
}

.filter .twostone {
	background: url(../images/svg/two-stone-ring.svg) no-repeat scroll 0 0 transparent;
	padding-left: 41px;
	background-size: cover;
	width: 41px;
	height: 28px;
	order: 2;
	background-position: 0;
}

.filter .solitaire {
	background: url(../images/svg/solitaire-ring.svg) no-repeat scroll 0 0 transparent;
	padding-left: 41px;
	background-size: cover;
	width: 41px;
	height: 28px;
	order: 2;
	background-position: 0;
}

.filter .tension {
	background: url(../images/svg/tension-ring.svg) no-repeat scroll 0 0 transparent;
	padding-left: 41px;
	background-size: cover;
	width: 41px;
	height: 28px;
	order: 2;
	background-position: 0;
}

.filter .bezel {
	background: url(../images/svg/bezel-ring.svg) no-repeat scroll 0 0 transparent;
	padding-left: 41px;
	background-size: cover;
	width: 41px;
	height: 28px;
	order: 2;
	background-position: 0;
}

.filter .vintage {
	background: url(../images/svg/vintage-ring.svg) no-repeat scroll 0 0 transparent;
	padding-left: 41px;
	background-size: cover;
	width: 41px;
	height: 28px;
	order: 2;
	background-position: 0;
}

.filter .fivestone {
	background: url(../images/svg/five-stone-ring.svg) no-repeat scroll 0 0 transparent;
	padding-left: 41px;
	background-size: cover;
	width: 41px;
	height: 28px;
	order: 2;
	background-position: 0;
}

.filter .sevenstone {
	background: url(../images/svg/seven-stone-ring.svg) no-repeat scroll 0 0 transparent;
	padding-left: 41px;
	background-size: cover;
	width: 41px;
	height: 28px;
	order: 2;
	background-position: 0;
}

.filter .halfeternity {
	background: url(../images/svg/half-eternity.svg) no-repeat scroll 0 0 transparent;
	padding-left: 41px;
	background-size: cover;
	width: 41px;
	height: 28px;
	order: 2;
	background-position: 0;
}

.filter .fulleternity {
	background: url(../images/svg/full-eternity.svg) no-repeat scroll 0 0 transparent;
	padding-left: 41px;
	background-size: cover;
	width: 41px;
	height: 28px;
	order: 2;
	background-position: 0;
}

.filter .angeliccollectiondiamondrings {
	background: url(../images/svg/seven-stone-ring.svg) no-repeat scroll 0 0 transparent;
	padding-left: 41px;
	background-size: cover;
	width: 41px;
	height: 28px;
	order: 2;
	background-position: 0;
}

.filter .round {
	background: url(../images/svg/round.svg) no-repeat scroll 0 0 transparent;
	padding-left: 41px;
	background-size: 38px;
	width: 41px;
	height: 28px;
	order: 2;
	background-position: 0;
}

.filter .princess {
	background: url(../images/svg/princess.svg) no-repeat scroll 0 0 transparent;
	padding-left: 41px;
	background-size: 38px;
	width: 41px;
	height: 28px;
	order: 2;
	background-position: 0;
}

.filter .emerald {
	background: url(../images/svg/emerald.svg) no-repeat scroll 0 0 transparent;
	padding-left: 41px;
	background-size: 38px;
	width: 41px;
	height: 28px;
	order: 2;
	background-position: 0;
}

.filter .asscher {
	background: url(../images/svg/asscher.svg) no-repeat scroll 0 0 transparent;
	padding-left: 41px;
	background-size: 38px;
	width: 41px;
	height: 28px;
	order: 2;
	background-position: 0;
}

.filter .oval {
	background: url(../images/svg/oval.svg) no-repeat scroll 0 0 transparent;
	padding-left: 41px;
	background-size: 38px;
	width: 41px;
	height: 28px;
	order: 2;
	background-position: 0;
}

.filter .pear {
	background: url(../images/svg/pear.svg) no-repeat scroll 0 0 transparent;
	padding-left: 41px;
	background-size: 38px;
	width: 41px;
	height: 28px;
	order: 2;
	background-position: 0;
}

.filter .heart,
.filter .heart-shape {
	background: url(../images/svg/heart.svg) no-repeat scroll 0 0 transparent;
	padding-left: 41px;
	background-size: 38px;
	width: 41px;
	height: 28px;
	order: 2;
	background-position: 0;
}

.filter .marquise {
	background: url(../images/svg/marquise.svg) no-repeat scroll 0 0 transparent;
	padding-left: 41px;
	background-size: 38px;
	width: 41px;
	height: 28px;
	order: 2;
	background-position: 0;
}

.filter .cushion {
	background: url(../images/svg/cushion.svg) no-repeat scroll 0 0 transparent;
	padding-left: 41px;
	background-size: 38px;
	width: 41px;
	height: 28px;
	order: 2;
	background-position: 0;
}

.filter .radiant {
	background: url(../images/svg/radiant.svg) no-repeat scroll 0 0 transparent;
	padding-left: 41px;
	background-size: 38px;
	width: 41px;
	height: 28px;
	order: 2;
	background-position: 0;
}

.filter .mensplain {
	background: url(../images/svg/mens-plain-wedding.svg) no-repeat scroll 0 0 transparent;
	padding-left: 41px;
	background-size: cover;
	width: 41px;
	height: 28px;
	order: 2;
	background-position: 0 4px;
}

.filter .mensdiamondweddingrings {
	background: url(../images/svg/mens-diamond-wedding.svg) no-repeat scroll 0 0 transparent;
	padding-left: 41px;
	background-size: cover;
	width: 41px;
	height: 28px;
	order: 2;
	background-position: 0 4px;
}

.filter .plainweddingrings,
.filter .ladiesplain {
	background: url(../images/svg/ladies-plain-wedding.svg) no-repeat scroll 0 0 transparent;
	padding-left: 41px;
	background-size: cover;
	width: 41px;
	height: 28px;
	order: 2;
	background-position: 0 9px;
}

.filter .diamondweddingrings {
	background: url(../images/svg/ladies-diamond-wedding.svg) no-repeat scroll 0 0 transparent;
	padding-left: 41px;
	background-size: cover;
	width: 41px;
	height: 28px;
	order: 2;
	background-position: 0 10px;
}

.filter .studearrings {
	background: url(../images/svg/stud-earring.svg) no-repeat scroll 0 0 transparent;
	padding-left: 41px;
	background-size: 34px;
	width: 41px;
	height: 28px;
	order: 2;
	background-position: 0;
}

.filter .haloearrings {
	background: url(../images/svg/halo-earring.svg) no-repeat scroll 0 0 transparent;
	padding-left: 41px;
	background-size: 34px;
	width: 41px;
	height: 28px;
	order: 2;
	background-position: 0;
}

.filter .dropearrings {
	background: url(../images/svg/drop-earring.svg) no-repeat scroll 0 0 transparent;
	padding-left: 41px;
	background-size: 28px;
	width: 41px;
	height: 28px;
	order: 2;
	background-position: 10px;
}

.filter .hoopearrings {
	background: url(../images/svg/hoop-earring.svg) no-repeat scroll 0 0 transparent;
	padding-left: 41px;
	background-size: 26px;
	width: 41px;
	height: 28px;
	order: 2;
	background-position: 10px;
}

.filter .clusterearrings {
	background: url(../images/svg/cluster-earring.svg) no-repeat scroll 0 0 transparent;
	padding-left: 41px;
	background-size: 34px;
	width: 41px;
	height: 28px;
	order: 2;
	background-position: 0;
}

.filter .gemstoneearrings {
	background: url(../images/svg/ruby-earring.svg) no-repeat scroll 0 0 transparent;
	padding-left: 41px;
	background-size: 38px;
	width: 41px;
	height: 28px;
	order: 2;
	background-position: center;
}

.filter .angeliccollectionearrings {
	background: url(../images/svg/angelic.svg) no-repeat scroll 0 0 transparent;
	padding-left: 41px;
	background-size: 130px;
	width: 41px;
	height: 28px;
	order: 2;
	background-position: 15px 5px;
}

.filter .angeliccollectionearrings30 {
	background: url(../images/svg/angelic.svg) no-repeat scroll 0 0 transparent;
	padding-left: 41px;
	background-size: 130px;
	width: 41px;
	height: 28px;
	order: 2;
	background-position: 17px 6px;
}

.filter .solitairependants {
	background: url(../images/svg/solitaire-pendant.svg) no-repeat scroll 0 0 transparent;
	padding-left: 41px;
	background-size: 36px;
	width: 41px;
	height: 30px;
	order: 2;
	background-position: 6px;
}

.filter .clusterpendants {
	background: url(../images/svg/cluster-pendant.svg) no-repeat scroll 0 0 transparent;
	padding-left: 41px;
	background-size: 36px;
	width: 41px;
	height: 30px;
	order: 2;
	background-position: 6px;
}

.filter .halopendants {
	background: url(../images/svg/halo-pendant.svg) no-repeat scroll 0 0 transparent;
	padding-left: 41px;
	background-size: 36px;
	width: 41px;
	height: 30px;
	order: 2;
	background-position: 6px;
}

.filter .heartpendants {
	background: url(../images/svg/heart-pendant.svg) no-repeat scroll 0 0 transparent;
	padding-left: 41px;
	background-size: 38px;
	width: 41px;
	height: 30px;
	order: 2;
	background-position: 6px;
}

.filter .droppendants {
	background: url(../images/svg/drop-pendant.svg) no-repeat scroll 0 0 transparent;
	padding-left: 41px;
	background-size: 36px;
	width: 41px;
	height: 30px;
	order: 2;
	background-position: 6px;
}

.filter .crosspendants {
	background: url(../images/svg/cross-pendant.svg) no-repeat scroll 0 0 transparent;
	padding-left: 41px;
	background-size: 36px;
	width: 41px;
	height: 30px;
	order: 2;
	background-position: 6px;
}

.filter .circlependants {
	background: url(../images/svg/circle-pendant.svg) no-repeat scroll 0 0 transparent;
	padding-left: 41px;
	background-size: 36px;
	width: 41px;
	height: 30px;
	order: 2;
	background-position: 6px;
}

.filter .pendantgemstonependants {
	background: url(../images/svg/ruby-pendant.svg) no-repeat scroll 0 0 transparent;
	padding-left: 41px;
	background-size: 36px;
	width: 41px;
	height: 30px;
	order: 2;
	background-position: center;
}

.filter .angeliccollectionpendants30 {}

.filter .gemstonerings {
	background: url(../images/svg/ruby-ring.svg) no-repeat scroll 0 0 transparent;
	padding-left: 41px;
	background-size: 40px;
	width: 41px;
	height: 30px;
	order: 2;
	background-position: center;
}

.filter .gemstonependants {
	background: transparent url("/frontend/images_theme/product_image/gemstonependant.png") no-repeat scroll 0 0;
	background-size: 29px 16px;
	padding-left: 32px;
	position: relative;
}

.filter .rubygemstone {
	background: url(../images/svg/ruby-stone.svg) no-repeat scroll 0 0 transparent;
	padding-left: 41px;
	background-size: 38px;
	width: 41px;
	height: 28px;
	order: 2;
	background-position: center;
}

.filter .sapphiregemstone {
	background: url(../images/svg/sapphire-stone.svg) no-repeat scroll 0 0 transparent;
	padding-left: 41px;
	background-size: 38px;
	width: 41px;
	height: 28px;
	order: 2;
	background-position: center;
}

.filter .emeraldgemstone {
	background: url(../images/svg/emerald-stone.svg) no-repeat scroll 0 0 transparent;
	padding-left: 41px;
	background-size: 38px;
	width: 41px;
	height: 28px;
	order: 2;
	background-position: center;
}

.filter .pinksapphiregemstone {
	background: url(../images/svg/pink-sapphire-stone.svg) no-repeat scroll 0 0 transparent;
	padding-left: 41px;
	background-size: 38px;
	width: 41px;
	height: 28px;
	order: 2;
	background-position: center;
}

.filter .yellowdiamondsgemstone {}

.filter .tennisbracelet {
	background: url(../images/svg/tennis-bracelet.svg) no-repeat scroll 0 0 transparent;
	padding-left: 41px;
	background-size: cover;
	width: 41px;
	height: 28px;
	order: 2;
	background-position: center;
}

.filter .delicatebracelet {
	background: url(../images/svg/delicate-bracelet.svg) no-repeat scroll 0 0 transparent;
	padding-left: 41px;
	background-size: cover;
	width: 41px;
	height: 28px;
	order: 2;
	background-position: center;
}

.per-page-box {
	position: relative;
}

.filter-elements ul.grid-list {
	background-clip: padding-box;
	background-color: #fff;
	border-radius: 2px;
	box-shadow: 0 1px 8px 0 rgb(74 73 74 / 20%);
	margin-top: 8px;
	padding: 12px 25px;
	position: absolute;
	text-align: center;
	z-index: 99;
	width: 105px;
	right: 0px;
	top: 42px;
}

.filter-elements ul.grid-list li {
	margin-bottom: 12px;
}

.filter-elements ul.grid-list li a {
	color: #000;
	text-decoration: none;
	font-size: 15px;
	text-transform: capitalize;
}

.sort-box {
	float: right;
	width: 21%;
	text-align: right;
	position: relative;
}

.filter-elements .sort-box ul.grid-list {
	width: 197px;
	text-align: left;
}

.pager-items-total {
	float: right;
	width: 15%;
	text-align: right;
	flex: 1;
	margin-right: 15px;
}

.product-filter {
	float: left;
	width: 66%;
	transition: all 0.4s ease;
}

.filter .table-label {
	font-size: 14px;
	line-height: 27px;
	font-family: 'Nunito Sans';
	font-weight: 600;
	letter-spacing: .3px;
}

.filter .table-label label {
	cursor: pointer
}

.product-filter .filter {
	float: left;
}

.pagerDiv {
	margin-right: 3px;
	font-size: 14.3px;
	line-height: 24px;
	letter-spacing: 1px;
	font-family: 'Nunito Sans';
	font-weight: 600;
	padding-top: 14px;
}

span.per-page-value {
	color: #b5a27a;
	cursor: pointer;
}

.sotByDiv {
	margin-right: 3px;
	font-size: 14.3px;
	line-height: 24px;
	letter-spacing: 1px;
	font-family: 'Nunito Sans';
	font-weight: 600;
	padding-top: 14px;
	cursor: pointer;
}

.filter .table-label label::after {
	content: "\f107";
	font-size: 23px;
	position: relative;
	vertical-align: bottom;
	font-family: 'FontAwesome';
	padding-left: 1.5px;
	top: -1px;
	color: #b5a27a;
}

.filter .activefilter .table-label label::after {
	content: "\f106";
}

.pager-items-total .pagerDiv span.per-page-value::after {
	content: "\f107";
	font-size: 23px;
	position: relative;
	vertical-align: bottom;
	font-family: 'FontAwesome';
	padding-left: 9px;
	top: -2px;
	color: #b5a27a;
}

.sort-box .sotByDiv span.sort-by-value::after {
	content: "\f107";
	right: -1px;
	font-size: 23px;
	position: relative;
	vertical-align: bottom;
	font-family: 'FontAwesome';
	padding-left: 7px;
	top: -2px;
	color: #b5a27a;
}

.buttons.filterbtn {
	padding-top: 13px;
}

.buttons.filterbtn a.reset-filter {
	color: #b5a27a;
	text-decoration: none;
	font-size: 14px;
	margin-top: 5px;
	display: inline-block;
	letter-spacing: 0.4px;
	font-family: 'Nunito Sans';
	font-weight: 600;
	margin-left: 10px;
}

.filter-form {
	position: relative;
}

.selected-filter {
	position: absolute;
	width: 100%;
	top: 55px;
	padding-left: 2%;
}

.selected-filter ul.attributes li {
	float: left;
	padding: 0px 20px 0px 0;
}

.selected-filter ul.attributes li:first-child {}

.prodsItemLists .productListing .products ul li span.fa {
	position: absolute;
	right: 14px;
	top: 12px;
	cursor: pointer;
	z-index: 1;
	font-size: 19px;
	color: #686868;
}

.prodsItemLists .productListing .products ul li span.fa.fa-heart,
.prodsItemLists .productListing .products ul li span.fa:hover {
	color: #b5a27a;
}

.evolve_content_container {
	max-width: 1304px;
	width: 100%;
	margin: 0 auto;

}

/*Pagination*/
.paginationDiv {
	padding-bottom: 50px;
	position: relative;
	max-width: 1336px;
	margin: 0px auto;
	margin-top: 70px;
}

ul.pagination.grid-list.listPager {
	padding: 0;
	text-align: center;
}

ul.pagination.grid-list.listPager li {
	display: inline-block;
}

ul.pagination.grid-list.listPager li a {
	display: inline-block;
	height: 37px;
	width: 38px;
	border: 2px solid #b5a27a;
	font-size: 21.76px;
	padding: 0;
	line-height: 37.07px;
	text-align: center;
	margin: 0 3px;
	transition: 0.3s;
	cursor: pointer;
	text-decoration: none;
	color: #000000;
	outline: none;
}

ul.pagination.grid-list.listPager li.item.selected.page-1 a {
	background: #b5a27a;
	border-color: transparent;
	color: #fff;
}

ul.pagination.grid-list.listPager li.item.selected a {
	background: #b5a27a;
	border-color: transparent;
	color: #fff;
}

ul.pagination.grid-list.listPager li.item.active.previous-page {
	margin-right: 10px;
}

ul.pagination.grid-list.listPager li.item.active.previous-page a {
	color: #000;
	border: none;
	width: auto;
	height: auto;
}

ul.pagination.grid-list.listPager li.item.active.previous-page.disabled,
ul.pagination.grid-list.listPager li.item.active.next-page.disabled {
	color: #cfcfcf;
}

ul.pagination.grid-list.listPager li.item.active.previous-page span::before {
	content: "\f104";
	font-family: FontAwesome;
	font-size: 32px;
	position: relative;
	top: 2px;
}

ul.pagination.grid-list.listPager li.item.active.next-page {
	margin-left: 15px;
}

ul.pagination.grid-list.listPager li.item.active.next-page a {
	color: #000;
	border: none;
	width: auto;
	height: auto;
}

ul.pagination.grid-list.listPager li.item.active.next-page span::before {
	content: "\f105";
	font-family: 'FontAwesome';
	font-size: 32px;
	position: relative;
	top: 2px;
}

ul.pagination.grid-list.listPager li a:hover {
	background: #b5a27a;
	border-color: transparent;
	color: #fff;
}

ul.pagination.grid-list.listPager li.previous-page a:hover,
ul.pagination.grid-list.listPager li.next-page a:hover {
	background: transparent;
	border-color: transparent;
	color: #000;
}

/*End pagination*/
.items-list.category-products {
	position: relative;
}

.catLoader {
	position: absolute;
	width: 100%;
	height: 100%;
	text-align: center;
	background: #fff;
	opacity: 0.8;
	z-index: 99;
	top: 0px;
	left: 0px;
}

.evolve_content_load {
	margin: 0;
	font-weight: 300;
	font-size: 14px;
	letter-spacing: 0.5px;
	line-height: 19px;
	color: #1e1e1e;
	clear: both;
	margin: auto;
	width: 100%;
}

.evolve_content_load .evolveContent {
	margin: 60px 0 30px 0;
}

.evolve_content_load .accordion_head {
	border-top: 1px solid #b5a27a;
	font-weight: normal;
	font-family: 'Nunito Sans';
	font-size: 16px;
	letter-spacing: 1px;
	color: #000;
	line-height: normal;
	padding: 20px 0;
	cursor: pointer;
}

.evolve_content_load .accordion_container {
	border-bottom: 1px solid #bfbdb7;
}

.evolve_content_load .accordion_body {
	padding: 0 20px 20px 20px;
	font-weight: 400;
}

.evolve_content_load .accordion_head .plusminus {
	float: left;
}

.parag {
	clear: both;
	display: inline-block;
	margin: 10px 0 15px 0;
	padding: 0;
}

.evolve_content_load .plusminus {
	width: auto;
	margin-left: 30px;
	margin-right: 30px;
}

ul.listingli {
	clear: both;
	display: flex;
	flex-direction: row;
	width: 100%;
}

ul.listingli li {
	margin-right: 15px;
	margin-bottom: 15px;
	padding: 0;
	flex-grow: 1;
	max-width: 31%;
}

ul.listingliol {
	padding: 0 20px;
}

ul.listingliol li {
	list-style: disc
}

ul.minheight li {
	min-height: 140px;
	color: #000;
}

ul.listingli li h3 {
	font-size: 14px;
	font-weight: 600;
	padding-bottom: 5px;
	color: #000;
}

.evolve_content_load p {
	font-size: 14px;
	line-height: 19px;
	color: #000000e5;
}

.evolve_content_load p a {
	font-size: 14px;
	line-height: 19px;
	color: #000000e5;
	text-decoration: none;
}

.evolve_content_load p a:hover {
	color: #b5a27a;
}

ul.bulletli {
	padding-left: 15px;
}

.bulletli li {
	list-style-type: disc;
	margin-bottom: 5px;
}

.productlisting .loader-gray {
	top: 10px
}

.product_name_2 {
	min-height: 66px;
}

.product_name_2 a {
	color: #000;
	font-size: 14px;
	text-decoration: none;
	text-align: center;
}

@-moz-document url-prefix() {

	.filter .table-label,
	.selected-filter ul.attributes li label,
	.buttons.filterbtn a.reset-filter,
	.pagerDiv,
	.sotByDiv {
		font-family: Nunito Sans;
	}

	ul.breadcrumbsection li {
		font-family: Nunito Sans;
	}

	.productlisting .listingcontent #dynamiccattxt,
	.productlisting .listingcontent #dynamiccattxt p {
		font-family: 'Nunito Sans';
	}
}

@media screen and (min-width: 1579px) {
	.prodsItemLists .productListing .products ul li .product-photo {
		height: 17vw;
		max-height: 270px;
	}

	.filter-elements .sort-box ul.grid-list {
		width: 205px;
	}
}

@media (max-width: 1578px) {
	.productlisting .listingcontent {
		max-width: 75%;
	}

	.filter-elements {
		max-width: 84.72%
	}

	.filter .mensdiamondrings {
		height: 22px;
		padding-left: 32px;
	}

	.prodsItemLists .productListing {
		max-width: 85%;
	}

	.paginationDiv {
		max-width: 84.7%;
	}

	.prodsItemLists .productListing .products ul li .product-photo {
		height: 17vw;
		max-height: 270px;
	}
}

@media (max-width: 1420px) {
	.pager-items-total {
		margin-right: 5px;
		width: 12%;
	}

	.sort-box {
		width: 22%;
	}

	.prodsItemLists .productListing .products ul li .name {
		font-size: 20px;
	}
}

@media (max-width: 1200px) {
	.prodsItemLists .productListing .products ul li {
		width: 21.5%;
		margin-right: 4.5%;
	}

	.prodsItemLists .productListing .products ul li .priceP {
		font-size: 16px;
	}

	.prodsItemLists .productListing .products ul li .name {
		font-size: 16px;
	}
}

@media (max-width: 1130px) {
	.productlisting .listingcontent {
		margin-bottom: 10px;
	}

	.productlisting .listingcontent h1 {
		margin: 0 0 25px;
	}

	.prodsItemLists .productListing .products ul li .name {
		font-size: 16px;
		min-height: auto;
	}

	.wedding-rings .productListing .products ul li .name {
		/*min-height: 45px;*/
		margin-bottom: 0;
	}

	.product_name_2 {
		min-height: 60px;
	}
}

@media (min-width: 1025px) and (max-width: 1300px) {
	.product-filter {
		width: 64%;
	}

	ul#ajaxFilters li {
		padding: 13px 10px 8px 10px;
	}

	ul#ajaxFilters li.attrLI .checkbox-list {
		margin-left: -11px;


	}

	.pager-items-total {
		margin-right: 15px;
	}

	.sort-box {
		width: 23%;
	}

	.pagerDiv,
	.sotByDiv {
		font-size: 12px;
	}

	.buttons.filterbtn a.reset-filter {
		font-size: 12px;
	}

	.filter .table-label {
		font-size: 12px;
		line-height: 29px;
	}

	.evolve_content_load p {
		font-size: 13px;
	}
}

@media (min-width: 768px) and (max-width: 1024px) {

	.bread-crumcontainer:before,
	.breadcrumb {
		max-width: 91vw;
		width: 100%;
	}

	ul.breadcrumbsection li {
		font-size: 13px;
		letter-spacing: 0.7px;
	}

	.productlisting .listingcontent {
		max-width: 86%;
		padding-top: 10px;
	}

	.productlisting .listingcontent h1 {
		font-size: 26px;
		padding: 0px 0px 12px;
	}

	.productlisting .listingcontent #dynamiccattxt,
	.productlisting .listingcontent #dynamiccattxt p {
		font-size: 13px;
		line-height: 18px;
	}

	.filter-elements {
		max-width: 90%;
	}

	.filter .table-label {
		font-size: 12px;
		line-height: 18px;
	}

	.buttons.filterbtn a.reset-filter {
		font-size: 12px;
		letter-spacing: 0.7px;
	}

	.filter-elements ul.grid-list {
		margin-top: 0;
	}

	.product-filter {
		width: 63% !important;
	}

	.sort-box {
		width: 25%;
	}

	.pager-items-total {
		width: 10%;
		margin-right: 0;
	}

	ul#ajaxFilters li {
		border-left: 1px solid transparent;
		border-right: 1px solid transparent;
		padding: 10px 6px 8px 6px;
	}

	.pagerDiv,
	.sotByDiv {
		font-size: 12px;
		line-height: 18px;
		letter-spacing: 0.7px;
		padding-top: 10px;
	}

	ul#ajaxFilters li.activefilter {
		border-left: 1px solid #c7c7c7;
		border-right: 1px solid #c7c7c7;
	}

	ul#ajaxFilters li.activefilter:after {
		top: 36px;
	}

	.buttons.filterbtn {
		padding-top: 6px;
	}

	.selected-filter {
		top: 5.5vw;
	}

	.selected-filter ul.attributes li label {
		font-size: 12px;
		line-height: 18px;
		letter-spacing: 0.7px;
	}

	ul#ajaxFilters li.attrLI .checkbox-list {
		width: 385px;
		border: 1px solid #c7c7c7;
		top: 36px;
		margin-left: -7px;
	}

	ul#ajaxFilters .checkbox-list ul.prolists li {
		padding-left: 12px;
	}

	.prolists label {
		padding-left: 36px;
		font-size: 11px;
		padding-top: 6px;
	}

	.prolists label span.labelName {
		margin-top: -1px;
	}

	.filter .wg9k,
	.filter .yg9k,
	.filter .rg9k,
	.filter .wg18k,
	.filter .yg18k,
	.filter .rg18k,
	.filter .platinum,
	.filter .palladium {
		height: 17px;
		line-height: 27px;
		width: 33px;
		padding-left: 12px;
		margin: 0px;
	}

	.filter .solitaire,
	.filter .shoulder,
	.filter .halo,
	.filter .threestone,
	.filter .twostone,
	.filter .cluster,
	.filter .tension,
	.filter .bezel,
	.filter .vintage,
	.filter .mensdiamondrings {
		background-size: 40px;
		height: 28px;
		width: 41px;
		padding-left: 41px;
	}

	.filter .round,
	.filter .princess,
	.filter .emerald,
	.filter .asscher,
	.filter .oval,
	.filter .pear,
	.filter .heart,
	.filter .heart-shape,
	.filter .marquise,
	.filter .cushion,
	.filter .radiant {
		background-size: 30px;
		padding-left: 30px;
		height: 23px;
		margin-top: -3px;
	}

	.filter .gemstonerings {
		background-position: 2px -8px;
	}

	.filter-elements .sort-box ul.grid-list {
		width: 170px;
	}

	.prodsItemLists .productListing .products ul li .name {
		margin-top: 2px;
		font-size: 14px;
		min-height: auto;
		margin-bottom: 5px;
	}

	.wedding-rings .productListing .products ul li .name {
		/*min-height: 38px;*/
		margin-bottom: 0;
	}

	.prodsItemLists .productListing .products ul li .priceP {
		font-size: 14px;
		line-height: 14px;
	}

	.prodsItemLists .productListing .products ul li a.explore {
		width: 75px;
		height: auto;
		font-size: 13px;
		line-height: 13px;
		padding: 4px 0 3px;
	}

	.prodsItemLists .productListing .products ul li span.fa {
		font-size: 14px;
	}

	.prodsItemLists .productListing .products ul li .product-photo a {
		display: block;
	}

	ul.pagination.grid-list.listPager li {
		height: 25px;
		width: 25px;
		font-size: 14px;
		line-height: 23px;
		margin: 0 4px
	}

	ul.pagination.grid-list.listPager li.item.active.next-page span::before,
	ul.pagination.grid-list.listPager li.item.active.previous-page span::before {
		font-size: 24px;
	}

	.prodsItemLists .productListing .products ul li .product-photo {
		height: 19vw;
	}

	ul.pagination.grid-list.listPager li a {
		height: 25px;
		width: 25px;
		border: 2px solid #b5a27a;
		font-size: 14px;
		line-height: 23px;
	}

	.buttons.filterbtn a.reset-filter {
		margin-top: 5px;
	}

	.filter .wg9k:before,
	.filter .wg18k:before,
	.filter .yg9k:before,
	.filter .yg18k:before,
	.filter .rg9k:before,
	.filter .rg18k:before,
	.filter .palladium:before,
	.filter .platinum:before {
		position: absolute;
		left: 0;
		right: 0;
		margin: 0 auto;
		top: 2px;
		font-size: 11px;
	}

	#metal .prolists label span.labelName {
		margin-top: 5px;
	}

	#shape .prolists label span.labelName {
		margin-top: -4px;
	}

	.prolists label a.filterlink {
		font-size: 11px;
	}

	.prolists label span.labelName {
		line-height: 20px
	}

	.evolve_content_load p {
		font-size: 13px;
	}

	.product_name_2 a {
		font-size: 12px;
	}

	.filter .ladiesplainweddingrrings,
	.filter .ladiesdiamondweddingrings {
		background-position: 0 4px;
	}

	.filter .mensplainweddingrings,
	.filter .mensdiamondweddingrings {
		background-position: 0 0;
	}

	.filter .mensplain {
		background-position: 0 0;
	}

	.filter .ladiesplain,
	.filter .plainweddingrings,
	.filter .diamondweddingrings {
		background-position: 0 3px;
	}

	.filter .rubygemstone,
	.filter .sapphiregemstone,
	.filter .emeraldgemstone,
	.filter .pinksapphiregemstone {
		background-position: 0 -7px;
	}

	#shape .prolists label:before {
		top: 3px;
	}

	.filter .solitairependants {
		background-position: center -5px;
	}

	.filter .clusterpendants {
		background-position: center -5px;
	}

	.filter .halopendants {
		background-position: center -5px;
	}

	.filter .heartpendants {
		background-position: center -5px;
	}

	.filter .circlependants {
		background-position: center -5px;
	}

	.filter .crosspendants {
		background-position: center -5px;
	}

	.filter .droppendants {
		background-size: 32px;
		background-position: center -3px;
	}

	.filter .angeliccollectionearrings30 {
		background-position: 11px 7px;
	}
}

@media (max-width: 1024px) {
	.prodsItemLists .productListing .products ul li:hover .prothumb1 {
		display: none !important;
	}

	.prodsItemLists .productListing .products ul li:hover .prothumb0 {
		display: block !important;
	}

	.filter .wg9k,
	.filter .wg18k,
	.filter .palladium,
	.filter .platinum {
		height: 20px;
	}

	.filter .yg9k,
	.filter .yg18k {
		height: 20px;
	}

	.filter .rg9k,
	.filter .rg18k {
		height: 20px;
	}

	#metal .prolists label {
		padding-top: 0;
	}

	.filter .gemstonerings {
		background-size: 39px;
	}
}

@media (max-width: 900px) {
	.prodsItemLists .productListing .products ul li {
		width: 28%;
	}

	.prodsItemLists .productListing .products ul li:nth-child(4n) {
		margin-right: 5.65vw;
	}

	.prodsItemLists .productListing .products ul li:nth-child(3n) {
		margin-right: 0px;
	}

	.prodsItemLists .productListing .products ul li .product-photo {
		height: 26.4vw;
	}

	.pager-items-total {
		margin-right: 0px;
	}

	.sort-box {
		width: 25%;
	}

	.product-filter {
		width: 62% !important;
	}
}

@media (max-width: 860px) {

	.filter .table-label,
	.pagerDiv,
	.sotByDiv {
		font-size: 10px;
	}

	.pager-items-total {
		width: 8%;
	}

	.product-filter {
		width: 60%;
	}
}

@media (max-width: 767px) {

	#result_last_words,
	#lesscon {
		display: none
	}

	.maincontentcls.active #result_last_words {
		display: contents
	}

	.maincontentcls.active #morecon {
		display: none;
	}

	.maincontentcls.active #lesscon {
		display: contents;
	}

	.loader-gray {
		top: 10px
	}

	.maincontentcls .txtarrows img {
		width: 18px;
		cursor: pointer;
	}

	.maincontentcls.active .txtarrows img {
		transform: rotate(180deg);
	}

	#productlisting {
		width: 100%;
	}

	.productlisting .listingcontent {
		max-width: 78%;
		margin-bottom: 0;
	}

	.productlisting .listingcontent h1 {
		padding: 0px 0px 3vw;
		margin: 4vw 0 4vw;
		font-size: 36px;
	}

	.productlisting .listingcontent h1::after {
		height: 0.25vw;
		width: 32.2%;
	}

	.txtarrows {
		font-size: 16px;
		line-height: 20px;
		font-weight: 600;
	}

	.productlisting .listingcontent #dynamiccattxt,
	.productlisting .listingcontent #dynamiccattxt p {
		margin-bottom: 2.65vw;
		font-size: 16px;
		line-height: 20px;
		font-family: 'Nunito Sans';
	}

	.filter-elements {
		border: 0px;
		max-width: 88%;
		margin: 0px auto;
		/*display: block;*/
		padding: 3.7vw 0 8.35vw;
	}

	#mobFilters {
		display: inline-block;
		font-size: 15px;
		background: #b5a27a;
		width: 30.95vw;
		height: 7.6vw;
		text-align: center;
		padding: 2.55vw 0px;
		letter-spacing: 0.08vw;
		color: #FFF;
	}

	.pager-items-total {
		width: 19vw;
		height: 7.6vw;
		text-align: center;
		border: 1px solid #dbd0be;
		float: inherit;
		display: inline-block;
		vertical-align: top;
		padding: 2.3vw 0px;
		margin: 0px 3.05vw;
	}

	.per-page-value {
		color: #b5a27a;
		font-weight: 600;
	}

	.pager-items-total .pagerDiv span.per-page-value::after {
		font-size: 2.6vw;
		color: #333;
		padding-left: 0px;
		content: '';
		background: url(../images/filter-arrow.png);
		background-repeat: no-repeat;
		width: 2.23vw;
		height: 1.03vw;
		background-size: contain;
		display: inline-block;
		padding-right: 0px;
		vertical-align: middle;
		margin-left: 1.35vw;
		margin-top: -0.2vw;
	}

	.sort-box {
		text-align: center;
		width: 34.95vw;
		height: 7.6vw;
		border: 1px solid #dbd0be;
		float: inherit;
		display: inline-block;
		vertical-align: top;
		padding: 2.4vw 0px;
		letter-spacing: 0.08vw;
	}

	.product-filter {
		position: fixed;
		top: 0;
		left: -200%;
		background: rgb(0 0 0 / 65%);
		width: 100%;
		height: 100%;
		z-index: 999;
	}

	.product-filter.open {
		left: 0;
	}

	.product-filter .filter-form {
		max-width: 504px;
		width: calc(100% - 48px);
		margin: 0;
		background: #fff;
		position: fixed;
		height: 100%;
		padding: 1vw 3vw 0px 4vw;
	}

	.product-filter .title {
		font-size: 26px;
		font-weight: normal;
		letter-spacing: 0.28vw;
		margin-top: 3.6vw;
		margin-left: -0.25vw;
		padding: 1vw 5.2vw 3vw 4.75vw;
		border-bottom: 1px solid #b5a27a;
	}

	.product-filter span.closeFilters {
		top: 3vw;
        right: 4vw;
        position: absolute;
        font-weight: bold;
        width: 45px;
        height: 45px;
        text-align: center;
        background-image: url(../images/icon_window_close.png);
        background-position: center;
        background-size: 18px;
        background-repeat: no-repeat;
        background-color: #d8d8d8;
        padding: 5px;
		color:#d8d8d8;
        border-radius: 50%;
	}

	.product-filter .filter {
		width: 100%;
		padding: 0 5.2vw 0px 4.75vw;
        overflow-y: scroll;
        height: 72% !important;
        position: relative;
        background: #fff;
	}

	.filter .table-label label {
		font-size: 16px;
		color: #000;
		letter-spacing: 0.15vw;
		font-weight: 600;
	}

	.filter .table-label label::after {
		display: none;
	}

	ul#ajaxFilters li.attrLI .checkbox-list {
		display: block;
		position: relative;
		width: 100%;
		border: 0px;
		margin-left: 0px;
		padding-left: 0px;
		top: 0px;
		padding-top: 0px;
	}

	ul#ajaxFilters {
		display: flex;
		flex-wrap: wrap;
		padding-top: 0px;
	}

	ul#ajaxFilters .checkbox-list ul.prolists li {
		width: 100%;
		padding-top: 8px;
		margin-bottom: 8px;
		padding-left: 0px;
		padding-right: 0px;
	}

	ul#ajaxFilters li {
		width: 100%;
	}

	.prolists label {
		padding-left: 40px;
		font-size: 18px;
		flex-direction: row;
		align-items: center;
	}

	ul#ajaxFilters li.attrLI {
		border-bottom: 0.3vw solid #cdcdcd;
		padding: 3.6vw 0px 2.7vw 0px;
	}

	ul#ajaxFilters li.attrLI:last-child {
		border-bottom: 0px;
	}

	ul#ajaxFilters li.activefilter {
		border-left: 0px;
		border-right: 0px;
	}

	.prolists label:before {
		top: 1px;
		width: 18px;
		height: 18px;
		border: 2px solid #a8a8a8;
	}

	#metal .prolists label:before,
	#metal .prolists input[type="checkbox"]:checked+label:after {
		top: 0 !important;
	}

	#stone_type .prolists label:before {
		top: 4px !important;
	}

	.prolists input[type="checkbox"]:checked+label:after {
		left: 7px;
		top: 0px;
		width: 7px;
		height: 14px;
		border-width: 0 2px 2px 0;
		top: 5px !important;
	}

	.prolists input[type="checkbox"]:checked+label:before {
		border: 2px solid #b5a27a;
		top: 4px !important;
	}

	.filter .wg9k,
	.filter .yg9k,
	.filter .rg9k,
	.filter .wg18k,
	.filter .yg18k,
	.filter .rg18k,
	.filter .platinum,
	.filter .palladium {
		height: 19px;
		line-height: 17px;
		width: 36px;
		padding-left: 0px;
		margin: 0px;
		top: 0
	}

	.filter .wg9k:before,
	.filter .yg9k:before,
	.filter .rg9k:before,
	.filter .wg18k:before,
	.filter .yg18k:before,
	.filter .rg18k:before,
	.filter .platinum:before,
	.filter .palladium:before {
		font-size: 13px;
		line-height: 22px;
		letter-spacing: 0.3px;
	}

	.filter .solitaire,
	.filter .shoulder,
	.filter .halo,
	.filter .threestone,
	.filter .twostone,
	.filter .cluster,
	.filter .tension,
	.filter .bezel,
	.filter .vintage,
	.filter .fivestone,
	.filter .sevenstone,
	.filter .halfeternity,
	.filter .fulleternity,
	.filter .mensdiamondrings {
		padding-left: 0px;
		width: 46px;
		height: 26px;
	}

	.filter .round,
	.filter .princess,
	.filter .emerald,
	.filter .asscher,
	.filter .oval,
	.filter .pear,
	.filter .heart,
	.filter .heart-shape,
	.filter .marquise,
	.filter .cushion,
	.filter .radiant {
		padding-bottom: 0px;
		padding-left: 0px;
		width: 50px;
		height: 26px;
		background-position: center;
	}

	.filter .mensplainweddingrings,
	.filter .mensdiamondweddingrings,
	.filter .ladiesplainweddingrrings,
	.filter .ladiesdiamondweddingrings {
		padding-bottom: 0px;
		padding-left: 0px;
		width: 50px;
		height: 26px;
	}

	.filter .gemstonependants,
	.filter .rubygemstone,
	.filter .sapphiregemstone,
	.filter .emeraldgemstone,
	.filter .pinksapphiregemstone,
	.filter .yellowdiamondsgemstone,
	.filter .tennisbracelet,
	.filter .delicatebracelet,
	.filter .gemstoneearrings,
	.filter .solitairependants,
	.filter .clusterpendants,
	.filter .halopendants,
	.filter .heartpendants,
	.filter .droppendants,
	.filter .crosspendants,
	.filter .circlependants,
	.filter .pendantgemstonependants,
	.filter .angeliccollectionpendants30,
	.filter .gemstonerings,
	.filter .gemstonerings {
		padding-bottom: 0px;
		padding-left: 0px;
		width: 50px;
		height: 34px;
	}

	.prolists label span.labelName {
		margin-right: 0vw;
	}

	.filter .threestonediamondrings,
	.filter .fivestonediamondrings,
	.filter .sevenstonediamondrings,
	.filter .halfeternitydiamondrings,
	.filter .fulleternitydiamondrings,
	.filter .clusterdiamondrings,
	.filter .halodiamondrings,
	.filter .mensdiamondrings,
	.filter .angeliccollectiondiamondrings,
	.filter .studearrings,
	.filter .haloearrings,
	.filter .dropearrings,
	.filter .hoopearrings,
	.filter .clusterearrings,
	.filter .solitairependants,
	.filter .clusterpendants,
	.filter .halopendants,
	.filter .heartpendants,
	.filter .droppendants,
	.filter .crosspendants,
	.filter .circlependants,
	.filter .pendantgemstonependants,
	.filter .angeliccollectionpendants,
	.filter .gemstonerings,
	.filter .gemstoneearrings,
	.filter .gemstonependants,
	.filter .rubygemstone,
	.filter .sapphiregemstone,
	.filter .emeraldgemstone,
	.filter .pinksapphiregemstone,
	.filter .yellowdiamondsgemstone {
		padding-bottom: 0px;
		padding-left: 0px;
		width: 50px !important;
		height: 29px;
	}

	.filter .mensplainweddingrings,
	.filter .mensdiamondweddingrings,
	.filter .ladiesplainweddingrrings,
	.filter .ladiesdiamondweddingrings,
	.filter .angeliccollectionearrings {
		padding-bottom: 0px;
		padding-left: 0px;
		width: 50px !important;
		height: 29px;
	}

	.filter .gemstonerings {
		background-size: 45px;
		background-position: 0;
	}

	.filter .gemstoneearrings {
		background-size: 40px;
	}

	.filter .angeliccollectionearrings {
		background-size: 150px;
		background-position: 15px 0px;
	}

	.filter .studearrings,
	.filter .haloearrings,
	.filter .clusterearrings {
		background-size: 40px;
	}

	.filter .dropearrings {
		background-size: 30px;
	}

	.filter .rubygemstone,
	.filter .sapphiregemstone,
	.filter .emeraldgemstone,
	.filter .pinksapphiregemstone {
		background-size: 44px;
	}

	.filter .dropearrings,
	.filter .hoopearrings {
		margin-left: 0;
	}

	.buttons.filterbtn {
		padding-top: .8vw;
        width: 100%;
        float: left;
        text-align: left;
        display: flex;
        justify-content: space-between;
		padding: 5vw 5.2vw 0px 4.75vw;
	}

	.buttons.filterbtn span.mobile a.mobileApplyFilter {
		background: #b5a27a;
		height: 6.9vw;
		width: 100%;
		display: flex;
		justify-content: center;
		align-items: center;
		text-decoration: none;
		color: #FFF;
		font-size: 18px;
		padding-top: 0.5vw;
		min-width: 150px;
		max-width: 150px;
	}
	.buttons.filterbtn a.reset-filter {
		width: 37.2%;
		height: 6.8vw;
		display: flex;
		justify-content: center;
		align-items: center;
		border: 0.4vw solid #b5a27a;
		font-size: 18px;
		color: #b5a27a;
		margin-top: 0px;
		min-width: 150px;
		max-width: 150px;
	}
	.selected-filter {
		position: relative;
        width: 100%;
        float: left;
        margin-bottom: 50px;
        top: -10px;
		padding: 5vw 5.2vw 0px 4.75vw;
	}

	.selected-filter ul.attributes li:first-child {
		padding: 0px 10px 0px 0vw;
	}
	.selected-filter ul.attributes li {
		padding-left: 0px;
		padding-right: 10px;
	}

	.selected-filter ul.attributes li label {
		font-size: 13px;
		font-family: 'Nunito Sans';
	}

	.selected-filter ul.attributes li span.close {
		font-size: 13px;
		font-weight: bold;
		margin-left: 0.5vw;
		position: relative;
	}

	#metal label span.labelName {
		line-height: 20px;
	}

	.pagerDiv {
		font-size: 15px;
		line-height: initial;
		margin-right: 0px;
		font-family: 'Nunito Sans';
		text-align: center;
		padding-top: 0.2vw;
		letter-spacing: 0.08vw;
	}

	.filter-elements ul.grid-list {
		width: 100%;
		top: 4.65vw;
	}

	.filter-elements .sort-box ul.grid-list {
		width: 100%;
		top: 7vw;
		padding: 1.75vw 1.75vw;
	}

	.filter-elements ul.grid-list li {
		margin-bottom: 1.75vw;
		font-size: 12px;
	}

	.sotByDiv {
		font-size: 15px;
		line-height: initial;
		margin-right: 0px;
		padding-top: 0px;
		padding-top: 0.1vw;
		letter-spacing: 0.07vw;
		font-family: 'Nunito Sans';
	}

	.sort-box .sotByDiv span.sort-by-value::after {
		content: '';
		background: url(../images/filter-arrow.png);
		background-repeat: no-repeat;
		width: 2.23vw;
		height: 1.03vw;
		background-size: contain;
		display: inline-block;
		padding-right: 0px;
		vertical-align: middle;
		margin-left: 1.35vw;
		margin-top: -0.2vw;
	}

	.prodsItemLists .productListing {
		max-width: 88%;
	}

	.prodsItemLists .productListing .products ul li {
		width: 47.6%;
		margin-right: 4.2vw;
		margin-bottom: 6.4vw;
		min-height: auto;
	}

	.prodsItemLists .productListing .products ul li .product-photo a img {
		width: 85%;
	}

	.prodsItemLists .productListing .products ul li .product-photo a {
		line-height: 0px !important;
	}

	.prodsItemLists .productListing .products ul li:nth-child(3n) {
		margin-right: 4.2vw;
	}

	.prodsItemLists .productListing .products ul li:nth-child(2n) {

		margin-right: 0px;
	}

	.prodsItemLists .productListing .products ul li .product-photo {
		height: auto;
	}

	.prodsItemLists .productListing .products ul li span.fa {
		font-size: 2.87vw;
		top: 2.4vw;
		right: 2.75vw;
	}

	.prodsItemLists .productListing .products ul li .name {
		font-size: 20px;
		line-height: inherit;
		margin-top: 3vw;
		letter-spacing: 0.2vw;
	}

	.prodsItemLists .productListing .products ul li .priceP {
		font-size: 20px;
		line-height: 20px;
	}

	.prodsItemLists .productListing .products ul li a.explore {
		font-size: 14px;
		line-height: 25px;
		border: 1px solid #000;
		width: 90px;
		height: 26px;
	}

	.prolists label a.filterlink {
		font-size: 16px;
	}

	.prolists label span.labelName {
		line-height: 22px
	}

	ul.listingli {
		display: inline-block;
	}

	ul.listingli li {
		width: 100%;
		margin-right: 0;
		min-height: auto;
		max-width: 100%;
	}

	.evolve_content_load .accordion_head {
		font-size: 13px;
		padding-left: 10px;
	}

	.evolve_content_load .accordion_body {
		padding: 0 20px 20px 10px;
	}

	.evolve_content_load .accordion_head .plusminus img {
		image-rendering: -webkit-optimize-contrast;
		width: 15px;
		height: 15px;
		object-fit: contain;
	}

	.evolve_content_load .accordion_head .plusminus {
		float: right;
		margin: 0 10px;
	}

	.paginationDiv {
		padding-bottom: 10px;
		margin-top: 40px;
	}

	.product-filter {
		width: 100% !important;
	}

	.prolists label span.labelName {
		width: 100%;
		max-width: 170px;
		font-weight: 600;
	}

	#metal .prolists label a.filterlink {
		width: 100%;
		max-width: 210px;
		position: relative
	}
}

@media (max-width: 690px) {

	#mobFilters,
	.pagerDiv,
	.sotByDiv {
		font-size: 13px;
	}

	ul.prolists {
		margin-top: 5px;
	}
}

@media (max-width: 592px) {
	.prodsItemLists .productListing .products ul li .product-photo a img {
		width: 100%;
	}

	.productlisting .listingcontent h1 {
		font-size: 26px;
	}

	.prodsItemLists .productListing .products ul li .name {
		font-size: 13px;
		min-height: auto;
	}

	.wedding-rings .productListing .products ul li .name {
		/*min-height: 36px;*/
		margin-bottom: 0;
	}

	.prodsItemLists .productListing .products ul li .priceP {
		font-size: 13px;
		line-height: 13px;
		margin: 5px 0 10px 0;
	}

	.prodsItemLists .productListing .products ul li a.explore {
		font-size: 12px;
		line-height: 23px;
		border: 1px solid #000;
		width: 90px;
		height: 24px;
	}

	#mobFilters {
		font-size: 13px;
		width: 25.95vw;
		padding: 12px 0px;
	}

	.pager-items-total {
		padding: 12px 0px;
	}

	.pagerDiv {
		font-size: 12px;
	}

	.sort-box {
		width: 38.5vw;
		padding: 12px 0px;
	}

	.sotByDiv {
		font-size: 12px;
	}

	.product_name_2 {
		min-height: 40px;
	}

	.wedding-rings .product_name_2 {
		min-height: 48px;
	}

	.product_name_2 a {
		font-size: 11px;
	}
	
	.buttons.filterbtn span.mobile {
		width: 58.8%;
	}
	.buttons.filterbtn span.mobile a.mobileApplyFilter {
		background: #b5a27a;
		height: 10.9vw;
		width: 100%;
		display: flex;
		justify-content: center;
		align-items: center;
		text-decoration: none;
		color: #FFF;
		font-size: 4.05vw;
		padding-top: 0.5vw;
		min-width: auto;
	}

	.buttons.filterbtn a.reset-filter {
		width: 37.2%;
		height: 10.8vw;
		display: flex;
		justify-content: center;
		align-items: center;
		border: 0.4vw solid #b5a27a;
		font-size: 3vw;
		color: #b5a27a;
		margin-top: 0px;
		min-width:  auto;
	}
	.topmargin {
        
    }
}

@media (max-width: 480px) {

	.productlisting .listingcontent #dynamiccattxt,
	.productlisting .listingcontent #dynamiccattxt p {
		font-size: 14px;
		line-height: 18px;
	}

	.txtarrows {
		font-size: 14px;
		line-height: 18px;
		text-align: center;
	}

	#mobFilters {
		font-size: 12px;
		font-weight: bold;
		letter-spacing: 1px;
		width: 25.95vw;
		padding: 10px 0px 14px 0px;
	}

	.pager-items-total {
		padding: 10px 0px;
	}

	.pagerDiv {
		font-size: 10px;
	}

	.sotByDiv {
		font-size: 10px;
	}

	.sort-box {
		width: 36.95vw;
		padding: 11px 0px;
	}

	.pager-items-total .pagerDiv span.per-page-value::after,
	.sort-box .sotByDiv span.sort-by-value::after {
		top: 0
	}

	.paginationDiv {
		max-width: 100%;
	}

	ul.pagination.grid-list.listPager li,
	ul.pagination.grid-list.listPager li a {
		height: 31px;
		width: 32px;
		font-size: 16px;
		line-height: 30px;
		margin: 0 3px;
	}
	ul.pagination.grid-list.listPager li.item.active.previous-page {
		margin-right: auto;
	}
	ul.pagination.grid-list.listPager li.item.active.previous-page span::before,
	ul.pagination.grid-list.listPager li.item.active.next-page span::before {
		top: 4px;
	}
	.selected-filter ul.attributes li label {
        font-size: 11px;
    }
}

@media (max-width: 430px) {
	#mobFilters {
		padding: 12px 0px;
		height: auto;
	}

	.sort-box {
		padding: 11px 0px;
		height: auto;
	}

	.pager-items-total {
		padding: 10px 0px;
		height: auto;
	}

	.pager-items-total .pagerDiv span.per-page-value::after,
	.sort-box .sotByDiv span.sort-by-value::after {
		width: 3.23vw;
		height: 1.5vw;
		margin-left: 10px;
	}

	.prolists label {
		font-size: 16px;
	}

	.prolists label:before {
		width: 16px;
		height: 16px;
	}

	.prolists input[type="checkbox"]:checked+label:after {
		top: -1px;
	}

	.product-filter .filter-form {
		padding: 1vw 3vw 0px 4vw;
	}

	.filter-elements {
		display: block;
	}

	#mobFilters {
		width: 100%;
		clear: both;
		margin-bottom: 10px;
	}

	.pager-items-total {
		padding: 11px 0px;
		height: auto;
		margin: 0;
		width: 40%;
	}

	.sort-box {
		margin: 0;
		width: 58%;
		float: right;
	}

	.filter-elements ul.grid-list li {
		font-size: 11px;
	}

	.pagerDiv {
		font-size: 11px;
	}

	.sotByDiv {
		font-size: 11px;
	}

	.product_name_2 {
		min-height: 48px;
	}
}

@media (max-width: 390px) {

	ul.pagination.grid-list.listPager li,
	ul.pagination.grid-list.listPager li a {
		height: 28px;
		width: 28px;
		font-size: 16px;
		line-height: 27px;
	}
}

@media (max-width: 375px) {
	.singinweb h2 {
		font-size: 25px;
		line-height: 18px;
	}

	.productlisting .listingcontent h1 {
		font-size: 21px;
	}
}

@media (max-width: 360px) {}</pre></body></html>