.products_area {
	width: 100%;
}
body[data-fancy-form-rcs="1"] .productresults_item .fancy-select-wrap {
  padding-top: 0;
}
body[data-fancy-form-rcs="1"] .products_area .fancy-select-wrap label{
	font-size: 14px!important;
	color: #1f262c!important;
}
.products_content {
  padding: calc(100vw * 0.04) 0;
  text-align: center;
}
.products_content h2 { 
	margin: 24px 0;
}
.producttoparea {
  width: 100%;
padding: 0;
text-align: center;
}
.products_images {
  display: grid;
  grid-template-columns: repeat(10,minmax(0,1fr));
  grid-gap: 10px;
}
.products_image.active {
	font-weight:600;
}
.products_image:hover {
	cursor: pointer;
}
.products_area .producttoparea img {
  height: 60px;
  width:auto;
}

.products_image.active {
	opacity: 100%;
}
.stroke-current {
    stroke: #ffffff;
}
.product_typename {
	font-size: 13px;
}

.productsarea {
    width: 100%;
    margin: 40px 0;
    font-family: Arial;
}
.productsarea p {
  font-size: 14px;
  padding: 0;
  margin: 0;
  line-height: 1em;
  margin: 0 0 10px 0;
}
.displayarea {
  display: grid;
  grid-template-columns: 26% auto;
}
.productsarea .container {
    margin: 0 auto;
    max-width: 1200px;
}

.productsfilters {
    padding: 0;
border: 1px solid #eee;
}

.product_filter {
    width: 100%;
    margin: 0;
	padding: 15px;
}

.product_filter:last-child {
    margin: 0;
}
.myselect {
  border-radius: 3px;
  border: 1px solid #eee;
  text-align: center;
}
.productsfilters span {
  font-size: 10px;
  line-height: 1em;
  padding: 0 10px;
}
.product_filter label {
    width: 100%;
    margin: 0 0 10px;
    font-size: 15px;
}
.product_filter ul {
    list-style: none;
	margin: 0;
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}
.product_filter ul li {
  list-style: none;
  border: 1px solid #eee;
  font-size: 13px;
  cursor: pointer;
  padding: 12px 16px;
  text-align: center;
  line-height: 1em;
  border-radius: 3px;
}
.product_filter ul li.active {
    background-color: #242452;
    color: #fff;
    border: 1px solid #242452;
}
.product_filter ul .clarity {
  flex: 1 1 0;
}
.product_filter label { line-height: 1em; }
.myselect .fancy-select-wrap {
  padding: 0 0 10px 0 !important;
line-height: 1em;
margin-top: -5px;
}
.myselect select:focus{
	border: none; 
	box-shadow: none;
	outline: none;
}
.productsfilters .mincaret, .productsfilters .maxcaret, .productsfilters .minprice, .productsfilters .maxprice {
width: 70px;
background-color: #fff;
padding: 0 7px;
cursor: pointer;
-webkit-appearance: none;
-moz-appearance: none;
text-align: center;
line-height: 1.2em;
border: none;
}
.flexst {
	display: flex;
	justify-content: stretch;
	flex-flow: column;
}
.fa.fa-info {
  padding: 2px 7px;
  border-radius: 50%;
  border: 1px solid #222;
  font-weight: 400;
  margin: 0 5px;
}
.more_filters .morefilter {
  padding: 20px 15px;
  border: 1px solid #eee;
  margin-top: 15px;
  font-weight: bold;
  position: relative;
  cursor: pointer;
  margin-bottom: 0;
  border-left:0;
  border-right:0;
}
.more_filters .morefilter::after {
	content:"\f107";
	font-family: FontAwesome;
	position: absolute;
	right: 15px;
	font-size: 18px;
}
.more_filter {
	display: none;
}

.productresults {
	width: 100%;
	border: 1px solid #e4e4e4;
}

.productresults_top {
	width: 100%;
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding: 15px;
	border-bottom: 1px solid #ddd;
}
.productresults_top h5 { margin: 0; line-height: 33px; }
.productresults_item label {
	font-size: 14px;
}

.sortitems {
	width: auto;
	border: none;
	background-color: #fff;
	margin: 0 0 0 5px;
	padding: 5px;
	cursor: pointer;
}
.sortitems:focus { box-shadow: none; }
.productresults_middle {
	width: 100%;
	position: relative;
}
.over {
	display:none;
	background: white;
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
}
.over h3 {
  text-align: center;
  padding: 50px 0;
}
.loadingproducts {
	width: 100%;
	text-align: center;
	padding: 10% 0;
    display: none;
}

.loadingproducts.active {
    display: block;
}

.productresults_bottom {
	width: 100%;
	text-align: center;
	margin: 0;
}

.loadroducts {
  display: none;
  width: auto;
  padding: 10px 35px;
  background-color: #fff;
  color: #242452;
  cursor: pointer;
  font-size: 13px;
  border: 2px solid #242452;
  border-radius: 4px;
  margin: 20px 0 0;
  font-weight: 600;
  line-height: 1em;
}
.loadroducts.show {
    display: inline-block;
}
.productstable {
	width: 100%;
	border: 1px solid #eee;
	border-collapse: inherit !important;
	border: none !important;
	margin: 0 !important;
}
.productstable .opendetails {
	border-bottom: 1px solid #eee;
}
.productstable .opendetails img {
  height: 29px;
  vertical-align: middle;
  width: auto;
}
.main-content .productstable .opendetails:nth-of-type(odd) {
	background-color: #fff;
}
.main-content .productstable .opendetails:nth-of-type(even) {
	background-color: #fcfcfc;
}
.thead { background-color: #fcfcfc; border-bottom: 1px solid #eee; }
.mytable {
  display: grid;
  grid-template-columns: repeat(9,minmax(0,1fr));
  font-size: 14px;
text-align: center;
}
.mytable.thisclick {
  cursor: pointer;
}
.mytable > div {
  padding: 10px 0;
}
.mytable .fa.fa-angle-down {
  font-size: 20px;
}
.prdata, .details {
  display: none;
}
.details {
  padding: 15px 30px;
  border-top: 1px solid #eee;
  border-bottom: 1px solid #eee;
  background: #fff;
  position: relative;
}
.details h3 {
  color: #242452;
  margin: 5px 0 15px;
  font-size: 32px;
}
.details b {
  color: #242452;
}
.details p {
  font-size: 15px;
  line-height: 2em;
}
.details ul {
  display: grid;
  grid-template-columns: 1fr 1fr auto;
  grid-gap: 5px;
  padding: 0;
  margin: 15px 0;
}
.details li {
  list-style: none;
}
.details li p {
  margin: 0;
  font-size: 14px;
}
.details > div a {
  font-size: 15px;
  padding: 16px 36px;
  display: inline-block;
  border: 2px solid #242452;
  border-radius: 4px;
  margin: 15px 30px 15px 0;
  font-size: 16px;
  line-height: 1em;
  font-family: Montserrat;
  text-transform: capitalize !important;
  font-weight: 600;
}
.details > div a:nth-of-type(1) {
  background: #242452;
  color: #fff;
}
.productstable .details img {
  height: 70px;
  float: right;
  margin: 5px;
}
.details .close {
position: absolute;
top: 15px;
right: 20px;
font-size: 30px;
font-weight: normal;
cursor: pointer;
height: 35px !important;
}
.main-content .productresults .productstable th {
	border: 1px solid #eee;
	border-top: none;
	border-left: none;
	border-right: none;
	padding: 10px;
	text-align: center;
	font-size: 13px;
}
.main-content .productresults .productstable td {
	border: 1px solid #eee;
	border-top: none;
	border-left: none !important;
	border-right: none;
	padding: 0;
	text-align: center;
}
.mystyle {
  text-align: center;
}
.mystyle p {
	font-size: 14px;
	line-height: 1.8em;
	padding-bottom: 10px;
}
.mystyle h6 {
	font-size: 16px;
}
.mystyle h5 {
	font-size: 19px;
}
.mystyle h4 {
	font-size: 22px;
}
.mystyle h3 {
	font-size: 26px;
}
.mystyle h2 {
	font-size: 30px;
}
.mystyle a {
  font-size: 14px;
  padding: 12px 20px;
  border: 2px solid #242452;
  border-radius: 4px;
  display: inline-block;
  line-height: 1em;
  margin-top: 10px;
}
.mystyle a:nth-of-type(1) {
	background-color: #242452;
	color: #fff;
	border: 2px solid #242452;
	border-radius: 4px;
	margin-right: 15px;
}
.date { display: none; }
.date.show { display: inline; }
.sortitems {
  text-align: right;
}
@media (max-width: 1200px) {
	.details > div a {
	  font-size: 15px;
	  padding: 14px 20px;
	  margin: 15px 30px 15px 0;
	}
}
@media (max-width: 1023px) {
	.displayarea {
	  display: block;
	}
	.allfilters {
	  display: none;
	}
	.productsfilters {
		position: relative;
		margin-bottom: 20px;
	}
	.productsfilters .productresults_top {
	  display: block;
	  background: #242452;
	  padding: 10px 15px;
	}
	.productsfilters .productresults_top h5 {
		position: relative;
		cursor: pointer;
		color:#fff;
	}
	.productsfilters .productresults_top h5::after {
		content:"\f107";
		font-family: FontAwesome;
		position: absolute;
		right: 15px;
		font-size: 18px;
	}
	.products_area .producttoparea img {
	  height: 40px;
	  width: auto;
	}
	.productsarea {
	  margin: 10px 0;
	}
}
@media (max-width: 767px) {
	.mytable {
		grid-template-columns: repeat(7,minmax(0,1fr));
		font-size: 12px;
	}
	.mytable.thead {
		font-size: 11px;
	}
	.mytable > div:nth-of-type(6), .mytable > div:nth-of-type(7){
		display: none;
	}
	.productresults .productresults_top { padding:5px 15px; justify-content: flex-end; }
	.productresults .productresults_top h5 { display: none; }
	.products_images {
	  display: grid;
	  grid-template-columns: repeat(5,minmax(0,1fr));
	  grid-gap: 15px;
	}
	.details ul {
	  grid-template-columns: auto 1fr;
	}
}
@media (max-width: 690px) {
	.details {
		padding: 15px 20px;
	}
	.details h3 { font-size: 26px; }
	.details p, .details li p { font-size: 13px; }
	.details ul {
	  grid-template-columns: 1fr;
	}
	.details > div a {
	  padding: 10px;
	  margin: 15px 12px 15px 0;
	  font-size: 12px;
	}
	.productstable .details img {
	  height: 50px;
	  float: none;
	  margin: 0;
	}
}