#layered-filter-block {
	display: none;
}

.dropdown {
  position: relative;
  display: inline-block;
}

.dropdown span {
	font-weight: 600;
}

.dropdown-content {
  display: none;
  position: absolute;
  background-color: #fff;
  min-width: 100px;
  box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
  padding: 5px 12px;
  z-index: 1;
}

.content-left {
	left: 0;
}

.content-right {
	right: 0;
}

.dropdown-content p {
	margin: 0px;
	padding: 3px;
}

.dropdown:hover .dropdown-content {
  display: block;
}

.products {
	margin: 60px 0 30px 0;
}

.page-products .products-grid .product-item:nth-child(4n+1) {
	margin-left: 2%;
}
@media (min-width: 1024px), print{
	.page-products .products-grid .product-item:nth-child(4n + 1) {
		margin-left: 2%;
	}
}
.page-products .products-grid .product-item {
	width: calc((100% - 6%)/3);
	background-color: white;
	padding: 0px;
	border-radius: 5px;
	overflow: hidden;
	box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.1);
	margin-top: 20px;
}

.page-products .product-item-info {
	width: 100%;
}

.page-products .category-thumbnail {
	height: 170px;
	width: 100%;
	object-fit: cover;
}

.product-item-details {
	padding: 15px 25px;
}

.product-item-name, .product.name a {
	height: auto;
	color: #009596;
	height: 25px;
}

.category-description {
	color: #757679;
	letter-spacing: 0.5px;
	line-height: 25px;
	height: 100px;
	overflow: hidden;
}
.category-description h3 {
	color: #757679;
	letter-spacing: 0.5px;
	line-height: 25px;
}


a.link-view-products {
	text-transform: uppercase;
	font-weight: bold;
	color: #f47a63;
}

a.link-view-products::after {
	font: normal normal normal 14px/1 FontAwesome;
	-webkit-font-smoothing: antialiased;
	text-rendering: auto;
	content: "\f105";
	padding-left: 5px;
	color: #f47a63;
}

a.link-view-products:hover, a.link-view-products:active, a.link-view-products:focus {
	color: #f47a63;
	text-decoration: none;
}

.current-category-block {
	position: relative;
}

.current-category-block .category-thumbnail {
	height: 350px;
}	

.current-category-block .category-name {
	color: white;
	position: absolute;
	top: 140px;
	left: 40px;
	font-size: 40px;
}

.current-category-block .category-description { 
	position: absolute;
	color: white;
	top: 200px;
	left: 40px;
	max-width: 550px;
	font-size: 20px;
	line-height: 32px;
	height: 130px;
	overflow: hidden;
}

.products-toolbar {
	background-color: #e8e8e8;
	border-radius: 5px;
	margin-top: 20px;
	margin-bottom: 20px;
	padding: 25px;
	display: flex;
	justify-content: space-between;
}

.products-toolbar .item-box {
	display: flex;	
	align-items: center;
}

.products-toolbar .item-box label {
	margin-right: 5px;
}

.product-items-container {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	grid-column-gap: 20px;
	grid-row-gap: 20px;
}

.product-items-container .product-item {
	background: white;
	border-radius: 5px;
	overflow: hidden;
	text-align: center;
	box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
}

.product-items-container .product-item .product-image {
	width: 100%;
	height: 300px;
	object-fit: contain;
}

.product-items-container .product-item .product-info {
	padding: 20px;
	border-top: 1px solid #f1f1f2;
}

.product-items-container .product-item .product-info .product-name {
	font-weight: 700;
	color: #4b5259;
	font-size: 17px;
	letter-spacing: 0.5px;
	height: 50px;
	overflow: hidden;
	text-overflow: ellipsis;
	text-align: left;
}

.product-items-container .product-item .product-bottom-bar {
	display: flex;
	justify-content: space-between;
	margin-top: 20px;
}

.product-items-container .product-item .product-price-section {
	text-align: left;
}

.product-items-container .product-item .product-info .from-text {
	font-size: 12px;
	color: #4b5259;
}

.product-items-container .product-item .product-info .product-price {
	font-weight: 700;
	color: #4b5259;
	font-size: 18px;
	margin-top: 5px;
}

.product-items-container .product-item .product-info .tocart {
	text-transform: uppercase;
	font-weight: 700;
	font-family: 'benton-sans';
	letter-spacing: 1px;
	font-size: 12px;
}

.featured-product-container {
	margin-top: 30px;
}

.featured-product-container .main-title {
	color: #4b5259;
	position: relative;
	z-index: 1;
	text-align: left;
	font-size: 30px;
	display: block;
	border-bottom: 1px solid rgba(0,0,0,0.05);
	padding-bottom: 20px;
}

.featured-product-container .product-items-container {
	margin-top: 30px;
}

.section-unlock-wps {
  background-color: white;
  display: flex;
  position: relative;
  overflow: hidden;
  border-radius: 5px;
  padding: 50px;
  margin-top: 20px;
  margin-bottom: 50px;
}

.section-unlock-wps .content-box {
  max-width: 480px;
  z-index: 2;
  height: 100%;
  text-align: left;
  color: #4b5259;
}

.section-unlock-wps .content-box .title {
  font-weight: 300;
  font-size: 38px;
}

.section-unlock-wps .content-box .description {
  font-weight: 300;
  font-size: 18px;
  margin-top: 25px;
  line-height: 30px;
  height: 120px;
  overflow: hidden;
  text-overflow: ellipsis;
}

.section-unlock-wps button {
  margin-top: 30px;
}

.section-unlock-wps img {
  position: absolute;
  right: -350px;
  top: 0px;
}
.subcategories-listing .category-description{
	height: auto;
	font-weight: 500;
	line-height: 1.65;
}
.category-grid-layout .page-wrapper > .breadcrumbs{
	margin-bottom: 0;
}
.category-grid-layout .page-main{
	background-color: #f3f3f3;
    padding: 35px 0 162px;
}
.subcategories-listing .product-items{
	display: flex;
	flex-wrap: wrap;
}
.subcategories-listing .product-item-name > a > h2{
	margin:0 0 7px;
    color: #009596;
    font-size: 18px;
    line-height: 1.4;
}
.subcategories-listing .category-name {

}
.subcategories-listing .link-thumb-int{
	line-height: 0;
	display: block;
}
.subcategories-listing .category-name h1{
	border-bottom: 2px solid #009596;
    color: #8d9196;
    font-size: 26px;
    padding-bottom: 5px;
	line-height: 1.65;
	margin: 0;
	font-weight: 400;

}
.subcategories-listing .product-item-details{
	padding: 26px 25px 22px 24px;
}
.page-products .subcategories-listing ol.product-items{
	margin-top: 25px;
}
@media screen and (max-width: 600px) {  
	.page-products .products-grid .product-item {
		width: calc((100% - 6%)/2);
	  }

	  .page-products .products-grid .product-item:nth-child(2n+1) {
		  margin-left: 2%;
	  }
}

@media screen and (max-width: 414px) {  
	.page-products .products-grid .product-item {
		width: calc(100% - 6%);
	  }

	  .page-products .products-grid .product-item:nth-child(2n+1) {
		  margin-left: 2%;
	  }
}