.category-view.container {
	max-width: 1200px;
	width: 92%;
	margin: 0 auto;
	display: flex;
	flex-wrap: wrap;
	flex-direction: unset;
	margin-bottom: 50px;
}
.page-products .category-view.container {
	width: 100%;
}
.page-products .category-side-bar-mobile {
	display: none;
}
.page-products .category-name-custom h1 {
	border-bottom: 2px solid #009596;
	color: #8d9196;
	font-size: 26px;
	padding-bottom: 5px;
	line-height: 1.65;
	font-weight: 400;
}
.page-products main#maincontent {
	padding-right: 0;
	padding-left: 0;
}

.category-side-bar .category-menu-list li a:hover h2 {
	color: #009596;
}


.category-view.container .column.main {
	width: 75%;
	padding: 0 10px;
	box-sizing: border-box;
}

.category-view.container .sidebar-main {
	width: 25%;
	padding: 0 10px;
	box-sizing: border-box;
}

#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: 0;
}

.page-products .products-grid .product-item {
	width: calc((100% - 6%)/3);
	background-color: white;
	padding: 0px;
	border-radius: 10px;
	overflow: hidden;
	box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.1);
	margin: 20px 1% !important;
	transition: all .25s ease;
	z-index: 0;
}
.page-products .products-grid .product-item:hover{
	box-shadow: 0 5px 20px 0 rgba(43,45,45,.2);
}
.page-products .product-item-info {
	width: 100%;
	position: relative;
    height: 100%;
	display: block !important;
}
.products-grid .product-item-info:hover, .products-grid .product-item-info.active{
	box-shadow: 0 0 0 0 #FFF !important;
	border: 0 solid #FFF !important;
	margin: 0 !important;
	padding: 0px !important;
}
.page-products .category-thumbnail {
	height: 170px;
	width: 100%;
	object-fit: cover;
	line-height: 0;
	border-radius: 3px 3px 0 0;
}

.product-item-details {
	padding: 15px 18px 15px 18px;
}

.category-description {
	color: #757679;
	letter-spacing: 0.5px;
	line-height: 25px;
	height: 100px;
	overflow: hidden;
	font-weight: 400 !important;
	margin: 0 0 10px;
}

a.link-view-products {
	text-transform: uppercase;
	font-weight: 400;
	color: #f47a63;
	position: absolute;
    bottom: 0px;
}

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;
}
.category-grid-layout .product-item-name>a:hover {
	color: #009595;
}

.page-products.catalog-category-view .current-category-block,
.page-products.catalog-category-view .mp-product-slider-block,
.page-products.catalog-category-view .block-content.assesment,
.page-products.catalog-category-view .section-unlock-wps{
	display:none !important;
}

.page-products.catalog-category-view .page-footer {
	margin-top: 30px;
}

.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-name h1 {
	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;
}

.current-category-block .category-description h2 {
	font-size: 20px;
}

.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: 'Roboto', sans-serif;
	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;
}

.toolbar-products {
	background-color: transparent;
	background-color: #e8e8e8;
	padding: 25px;
	margin-top: 20px;
	margin-bottom: 20px;
	border-radius: 5px;
}

.page-with-filter .toolbar-amount {
	display: none;
}

.products.wrapper ~ .toolbar .toolbar-amount {
	display: block;
}

.sorter {
	float: left;
}

.page-products .sorter {
	right: auto;
}

.page-products .toolbar .limiter {
	display: block;
	float: right;
}

.products.wrapper ~ .toolbar .limiter {
	display: none;
}

.products.wrapper ~ .toolbar .pages {
	float: right;
}

.product-action-bar form {
	height: 100%;
}

.toolbar select {
	background-color: transparent;
	border: none;
	box-shadow: none;
	text-transform: uppercase;
	color: #777;
	font-weight: 400;
	font-size: 15px;
	margin: 0px;
	padding: 0px 25px 0px 0px;
	height: 36px;
}
.toolbar select.limiter-options {
	box-shadow: none;
	color: #777;
	font-weight: 400;
	font-size: 15px;
	margin: 0px;
	padding: 6px 24px 6px 6px;
	border: 1px solid #ddd;
	background: #fff url(../images/select-bg.svg) no-repeat 100% 45%;
	border-radius: 5px;
}

.toolbar .sorter-action {
	display: none;
}

.products.wrapper ~ .toolbar.no-products {
    display: none !important;
}

.category-view.container .block-content .products-grid .owl-item .product-item {
	margin: 0px;
}
.category-side-bar .title, .wpsteam-index-index .category-side-bar .title {
	padding-bottom: 0;
}

.category-view.container .section-unlock-wps {
	padding: 60px 40px;
	height: auto;
}

.category-view.container .section-unlock-wps .content-box {
	margin: 0px;
}

.category-side-bar {
	padding-top: 12px;
	padding-right: 10px;
}

.category-side-bar .title h1  {
	font-size: 18px;
	color: #8d9196;
	padding:0 0 12px !important;
	border-bottom: 2px solid #009596;
	font-weight: 500;
	font-family: 'Roboto', sans-serif;
}
.category-side-bar .title h2 {
	font-size: 18px;
    color: #8d9196;
    padding: 0 0 12px !important;
    border-bottom: 2px solid #009596;
    font-weight: 500;
    font-family: 'Roboto', sans-serif;
    font-weight: 400 !important;
    font-size: 18px !important;
    letter-spacing: 0 !important;
    margin: 0;
    line-height: 1.3;
	}
.category-side-bar .title{
	border-bottom: 0px solid #009596;
}


.category-menu-list .click-subcategories-toggle h2{
	cursor: pointer;
	color:#009596 !important;
	font-weight:700;

}

.category-menu-list .click-subcategories-toggle .open-subcategories-toggle a.active h2 {
	font-weight: bold;
	color: #009596 !important;
}


/*.category-menu-list .click-subcategories-toggle h2:after{
    content: '\e622';
    font-family: 'luma-icons';
    vertical-align: middle;
    display: inline-block;
    font-weight: normal;
    font-size: 12px;
    float: right;
}*/

.category-menu-list li.click-subcategories-toggle a {
	position: relative;
	z-index: 9999;
	width: auto;
	display: block;
}

.category-menu-list li.click-subcategories-toggle label {
	cursor: pointer;
}

.category-menu-list .click-subcategories-toggle label {
	position: absolute;
	width: 100%;
	top: 0;
	display: block;
	height: 20px;
}
.category-menu-list .click-subcategories-toggle label:after {
	top: 0;
	right: 0;
	content: '\e622';
	font-family: 'luma-icons';
	vertical-align: middle;
	display: block;
	font-weight: normal;
	font-size: 12px;
	float: right;
	width: 12px;
	height: 12px;
	position: absolute;
	color: #489596;
}


.category-menu-list .click-subcategories-toggle ul.open-subcategories-toggle li{
	border-bottom: 0px solid #ffffff;
}

.category-menu-list .click-subcategories-toggle ul.open-subcategories-toggle li a h2{
	color: #555 !important;
	font-weight: normal;
	margin: 23px 0px;
	font-size: 14px;

}

.category-menu-list .click-subcategories-toggle ul.open-subcategories-toggle li a h2:after{
	content:"";
}

.category-menu-list .click-subcategories-toggle ul.open-subcategories-toggle{
	padding: 0px 0px 0px 4%;
}



.category-side-bar .category-menu-list {
	padding: 0px;
}

.category-side-bar .category-menu-list li {
	text-transform: none;
	color: #4b5259;
	border-bottom: 1px solid #e5e5e5;
	padding: 0px;
	font-size: 16px;
	list-style: none;
	margin: 0;
	position: relative;
}

.category-side-bar .category-menu-list li h2 {
	text-transform: none;
	color: #4b5259;
	font-size: 16px;
	font-weight:400;
}

.category-side-bar .category-menu-list li a {
	color: #4b5259;
	text-decoration: none;
}

.category-side-bar .category-menu-list li::after {
	top: 11px;
	content: '\203A';
	font-size: 25px;
	color: #009596;
	position: absolute;
	right: 5px;
}

.category-side-bar button.btn-green {
	width: 100%;
	font-size: 16px;
}

.category-side-bar button.btn-green i {
	margin-left: 5px;
}

.product-item-name > a > h2, .product-item-name > a > h3 {
	font-weight: 400;
	color: #4b5259;
	font-size: 14px;
	letter-spacing: 0.5px;
	text-overflow: ellipsis;
}
/*  .page-products.catalog-category-view   */


.page-products.catalog-category-view .product.details .product-extra-section{
	/* display:block; */
	margin-top: 0;
	display: flex;
	flex-direction: inherit;
	float: none;
	width: 100%;
	align-items: center;
}

.page-products.catalog-category-view .product.details .product-extra-section .product-price-info {
	width: 100%;
	display: block;
}

.page-products.catalog-category-view .product.details .product-extra-section .product-action-bar .tocart {
	font-weight: 700 !important;
	background: #f37a62;
	border: 1px solid #f37a62;
	padding: 10px 10px !important;
	margin: 0 !important;
}

.page-products.catalog-category-view .product.details .product-extra-section .product-action-bar .tocart:hover {
	background-color: #ef5233;
}


.page-products.catalog-category-view .product-item .tocart {
	border-radius: 3px !important;
}
.page-products.catalog-category-view .product-items-container .product-item .product-info .product-name, .page-products.catalog-category-view .product-item-name > a > h3 {
	font-weight: 400 !important;
	font-size: 16px !important;
	margin: 0 !important;
	height: 35px;
}
.page-products.catalog-category-view .products-toolbar, .page-products.catalog-category-view .toolbar.toolbar-products {
	border-radius: 0 !important;
	font-size: 14px !important;
	padding: 11px 25px !important;
	margin: 0;
}
label.sorter-label, .field.limiter label.label span {
	color: #808790;
}

.page-products.catalog-category-view .toolbar-products .pages{
	float: left;
}

.page-products.catalog-category-view .toolbar-products .pages .items .item.current strong span{
	color: #009596;
	font-weight:bold;
	font-size: 15px !important;
}

.page-products.catalog-category-view .toolbar-products .pages .items .item .page span,
.page-products.catalog-category-view .toolbar-products .pages .items .item .page span:visited{
	color:#4b5259;
	font-size: 15px !important;
}

.page-products.catalog-category-view .toolbar-products .pages .items .item .page span:hover{
	opacity:0.5;
}

.page-products.catalog-category-view .product-item .minimal-price{
	display: flex;
}

.page-products.catalog-category-view .product-item .price-box .minimal-price .price-label{
	color: #df584f;
	font-size: 18px;
	margin-right: 3%;
}

.page-products.catalog-category-view .product-item .price-box .minimal-price .price-container .price-wrapper .price{
	color: #df584f;
}

.page-products.catalog-category-view .product-item .price-box .price{
	color: #df584f;
}

.page-products.catalog-category-view .pages .action.next {
	margin-left: 8px;
	position: inherit;
	background: transparent;
	box-shadow: none;
	border: 0px solid #fff;
}

.page-products.catalog-category-view .pages .action.previous {
	margin-right: 8px;
	background: transparent;
	border: 0px solid;
	box-shadow: none;
}

.page-products.catalog-category-view .pages .action.next:before{
	top: 9px;
	position: relative;
}


.page-products.catalog-category-view .products-toolbar .dropdown span {
	font-weight: 400;
}
.page-products.catalog-category-view button.btn.btn-green {
	padding: 15px 45px;
	display:none !important;
}
.page-products.catalog-category-view .product-items-container .product-item .product-info .product-name, .page-products.catalog-category-view .product.name.product-item-name {
	height: auto !important;
	margin: 0;
}
.product-image-container .product-image-wrapper .product-image-photo {
	position: relative;
	width: auto;
	margin: auto;
	bottom: auto;
}
.product-items-container .product-item .product-bottom-bar {
	/*display: block !important;*/
}
.page-products.catalog-category-view .product-items-container .product-item .product-price-section {
	line-height: .5;
}
.page-products.catalog-category-view .current-category-block:before, .page-products.catalog-category-view .current-category-block:before{
	content: '';
	width: 100%;
	height: 100%;
	position: absolute;
	display: block;
	background: rgba(0, 0, 0, 0.2);
}
.page-products.catalog-category-view .current-category-block .category-name {
	top: 50% !important;
	left: 40px !important;
}
.page-products.catalog-category-view .current-category-block .category-description {
	top: calc(50% + 40px) !important;
	left: 40px !important
}
.page-products.catalog-category-view .product-bottom-bar form {
	text-align: left;
}

.page-products.catalog-category-view .dropdown {
	padding: 4px 9px;
	font-size: 16px;
}
.page-products.catalog-category-view .page-wrapper {
	background: #f3f3f3;
}
.page-products.catalog-category-view .column.main .product-items {
	background: #f3f3f3;
}
.page-products.catalog-category-view .products.wrapper.grid.products-grid.subcategories-listing .product-item {
	border-radius: 5px !important;
	padding-bottom: 20px !important;
}
.page-products.catalog-category-view .toolbar.toolbar-products .toolbar-amount {
	display: none;
}
.page-products.catalog-category-view .toolbar.toolbar-products {
	display: block;
	clear: both;
}
.page-products.catalog-category-view .products.wrapper ~ .toolbar .toolbar-amount {
	padding: 0;
}
.page-products.catalog-category-view .from-text {
	display: block;
	text-transform: lowercase;
	font-size: 12px !important;
	margin: 5px 0 !important;
}
.page-products.catalog-category-view .product-price {
	display: block;
	margin: 5px 0 !important;
}
.product-extra-section .product-price {
	font-weight: 400;
}
.product-item .price-box .price {
	font-weight: 400;
}
.page-with-filter p.price-to {
    display: none;
}
.page-with-filter ol.products.list.items.product-items {
    display: flex;
    flex-wrap: wrap;
}
.page-with-filter .products.wrapper.grid.products-grid .product-item {
	padding-bottom: 0 !important;
}
.page-with-filter span.price-label {
    display: none;
}
.catalog-category-view .page-main{
	padding: 35px 0 100px;
}

@media (max-width:1199px) {
	.page-products.catalog-category-view .product-items-container .product-item .product-info .product-name, .page-products.catalog-category-view .product.name.product-item-name {
		min-height: 52px !important;
		height: auto !important;
	}
	.page-products.catalog-category-view .product-item .price-box .price {
		font-size: 14px;
	}
	.page-products.catalog-category-view .product-items-container .product-item .product-info .product-name, .page-products.catalog-category-view .product-item-name > a > h3 {
		font-size: 12px !important;
	}
	.toolbar select {
		font-size: 12px;
	}
	.page-products.catalog-category-view .products-toolbar, .page-products.catalog-category-view .toolbar.toolbar-products {
		font-size: 12px !important;
	}
	select#products-orderby {
		font-size: 12px;
	}
	.price-container .price-wrapper:before {
		font-size: 14px;
	}
	.category-side-bar .category-menu-list li h2 {
		font-size: 12px;
		margin: 9px 0;
	}
	.page-products.catalog-category-view .product.details .product-extra-section .product-action-bar .tocart {
		font-size: 9px;
	}
	.page-products.catalog-category-view button.btn.btn-green {
		font-size: 10px !important;
	}
	.page-products.catalog-category-view button.btn.btn-green {
		font-size: 10px !important;
	}
	.page-products.catalog-category-view .category-side-bar .title h1 {
		font-size: 14px !important;
		padding: 0 0 12px !important;
	}
	.page-products.catalog-category-view .category-view.container, .page-products.catalog-category-view .category-view.container  {
		max-width: 960px;
	}
	.product-item .product-image-container {
		height: 218px !important;
	}
}

@media(max-width:991px){




	.category-menu-list-mobile {
		display: none;
	}

	.category-side-bar-mobile .title h1{
		border: 1px solid #e7e7e7;
		-webkit-border-radius: 3px;
		border-radius: 3px;
		cursor: pointer;
		background-repeat: no-repeat;
		background: #fff url(../images/select-bg.svg) no-repeat 100% 45%;
		text-transform: capitalize;
		font-size: 14px;
		padding: 14px 17px;
		color: #4b5259;
		font-weight: 400;
		margin: 0;
	}
	.click-subcategories-toggle h2 {
		border: 1px solid #e7e7e7;
		-webkit-border-radius: 3px;
		border-radius: 3px;
		cursor: pointer;
		background-repeat: no-repeat;
		background: #fff url(../images/select-bg.svg) no-repeat 100% 45%;
		text-transform: capitalize;
		font-size: 14px;
		padding: 14px 17px;
		color: #009595;
		font-weight: bold;
		margin: 0;
		border-top: none;
	}
	.click-subcategories-toggle .open-subcategories-toggle h2 {
		border: none;
		border-radius: 3px;
		cursor: pointer;
		text-transform: capitalize;
		font-size: 14px;
		padding: 14px 17px;
		color: #4b5259;
		font-weight: 400;
		margin: 0;
		border-bottom: 0 !important;
		background: white;
	}
	.open-subcategories-toggle {
		padding: 10px 14px 20px;
		background: white;
		border: 1px solid #e7e7e7;
		border-top: none;
	}
	.category-menu-list-mobile li {
		list-style: none;
	}
	.category-menu-list-mobile li h2 {
		border: 1px solid #e7e7e7;
		-webkit-border-radius: 3px;
		border-radius: 3px;
		cursor: pointer;
		background-repeat: no-repeat;
		background: #fff;
		text-transform: capitalize;
		font-size: 14px;
		padding: 14px 17px;
		color: #4b5259;
		font-weight: 400;
		margin: 0;
		border-bottom: 0;
		list-style: none;
	}

	.category-menu-list-mobile li h2:hover{
		color: #009595;
		font-weight: bold;
	}

	.open-subcategories-toggle a:hover {
		text-decoration: none !important;
	}

	.click-subcategories-toggle li a:hover{
		text-decoration:none !important;
	}

	.category-menu-list-mobile li a:hover {
		text-decoration: none;
	}


	.open-subcategories-toggle a h2:hover {
		color: #009595 !important;
	}


	.category-menu-list-mobile li:last-of-type h2 {
		border-bottom: 1px solid #e7e7e7;
	}

	.click-subcategories-toggle div > div:last-child h2 {
		border-bottom: 1px solid #e7e7e7;
	}
	.category-menu-list-mobile li:first-of-type h2 {
		border-top: none;
	}
	.category-side-bar {
		display: none;
	}
	.category-side-bar-mobile {
		display: block !important;
		margin: 0;
	}
	.category-side-bar-mobile button.btn.btn-green {
		width: 100%;
		margin: 20px 0;
	}
	.page-products.catalog-category-view .breadcrumbs{
		display: none;
	}
	.category-view.container .column.main {
		width: 100%;
	}
	.category-grid-layout .page-wrapper > .breadcrumbs{
		display: none;
	}
	.category-view.container .sidebar-main {
		width: 100%;
		padding-left: 20px;
		padding-right: 20px;
		padding-bottom: 20px;
	}
	.category-view .column.main {
		width: 100%;
		order: 2;
		padding: 0px 20px 0px 0px;
	}

	.category-view .sidebar-main {
		width: 100%;
		order: 1;
		padding: 0px 20px;
	}
	.category-view.container .column.main {
		width: 100% !important;
		padding: 0 !important;
	}
	.category-view.container .sidebar-main {
		width: 100% !important;
		padding: 0 !important;
	}
	.category-side-bar {
		padding: 25px 0;
	}
	.category-grid-layout .category-view.container, .category-view.container {
		max-width: 720px !important;
		padding: 0 20px;
		width: calc(100% - 40px) !important;
	}
	.page-products.catalog-category-view .product-items-container .product-item .product-info .product-name, .page-products.catalog-category-view .product-item-name > a > h3 {
		font-size: 12px !important;
	}
}
@media(max-width:768px){
	.page-products .products-grid .product-item{
		width: 100%;
		margin: 0 auto 16px !important;
		max-width: 420px;
	}
	.page-products.catalog-category-view .products-grid .product-item {
		width: calc((100% - 6%)/3);
		margin: 20px 1% !important;
	}
}
@media (max-width: 767px) {
	.product-image-container .product-image-wrapper .product-image-photo {
		width: auto;
	}
	.page-products.catalog-category-view .product.name.product-item-name {
		min-height: 64px !important;
	}
	.price-container .price-wrapper:before {
		font-size: 20px;
	}
	.pages .items {
		float: left;
	}
	.toolbar .pages {
		margin-bottom: 0;
		width: 100%;
	}
	.pages .item {

	}
	li.item.pages-item-next {
		float: right;
		margin: 0;
		width: 28px;
	}
	.pages .action.next {
		margin-left: 0 !important;
	}
	.page-products.catalog-category-view .toolbar.toolbar-products {
		margin: 0 8px 23px;
	}
	.page-products.catalog-category-view .product-item .price-box .price {
		font-size: 20px;
	}
	.page-products.catalog-category-view .product-item .tocart {
		display: none;
	}
	.page-products.catalog-category-view .product-items-container .product-item .product-info .product-name, .page-products.catalog-category-view .product-item-name > a > h3 {
		font-size: 15px !important;
	}
	.product-item .product-image-container {
		height: 196px !important;
	}
	.page-products.catalog-category-view .products-grid .product-item {
		width: calc((100% - 6%)/2);
		margin: 20px 1.5% !important;
	}
	.page-products.catalog-category-view .products-toolbar {
		display: none !important;
	}
	.page-products.catalog-category-view .product-bottom-bar button.action.tocart.primary {
		display: none;
	}
	.page-products.catalog-category-view .product-items-container {
		display: grid;
		grid-template-columns: repeat(2, 1fr) !important;
		grid-column-gap: 20px;
		grid-row-gap: 20px;
	}
	.page-products.catalog-category-view .category-view.container{
		max-width: 540px !important;
	}

	.page-with-filter.category-grid-layout .products-grid .products .item {
		max-width: 100%;
		width: 89% !important;
		margin: 0 auto 5% !important;
	}



}
@media only screen and (max-width: 639px){
	.page-products.catalog-category-view .product.name.product-item-name {
		min-height: 15px !important;
		display: inline-block;
		height: 25px !important;
	}
	.pages .pages-items {
		display: block;
		padding: 0;
		position: relative;
		white-space: normal;
		z-index: 1;
		width: 100%;
	}
	.pages-item-next {
		position: absolute;
		right: -43px;
		top: 12px;
		z-index: 1;
	}
}
@media only screen and (max-width: 639px){
	.price-container .price-wrapper:before {
		font-size: 13px;
	}
	.page-products.catalog-category-view .product-items-container .product-item .product-info .product-name, .page-products.catalog-category-view .product-item-name > a > h3 {
		font-size: 10px !important;
	}
	.page-products.catalog-category-view .product-item .price-box .price {
		font-size: 13px;
	}
	.page-products.catalog-category-view .product-item .minimal-price {
		display: block;
	}
	/**.page-products.catalog-category-view .product-item .price-box .minimal-price .price-label {
	    font-size: 13px;
	    margin-right: 0;
	    display: block;
	}**/
	.product-item .price-box {
		/*min-height: 36px;*/
	}
	.product-item .product-image-container {
		height: 120px !important;
	}
}


@media (max-width: 600px){
	.page-products.catalog-category-view .category-view.container {
		margin-top: 30px;
	}
}


@media (max-width: 552px){
	.page-products.catalog-category-view .product.name.product-item-name {
		min-height: 15px !important;
		display: inline-block;
		height: 23px !important;
	}
}