.hidden {
	display: none;
}
.productPage .pageWrapper {
	padding: 50px 0px;
}
.hide-filter{
	display: none;
}

.productPage .removeSortingMomobile {
	display: none;
}
.productList .productItem .productPriceRow .priceWrapper .currentPrice.sale-price {
	color: #AF4839;
	margin-right: 15px;
}
.productPage .sortingRow {
	margin-bottom: 16px;
	/*display: none;*/
	margin-top: 40px;
}
.sub-menu {
	font-size: 16px;
	line-height: 28px;
}

.sub-menu.current {
	color: #522721;
	font-weight: bold;;
}

.productPage .sortingRow .sortingMobile {
	display: none;
}
.productPage .sortingRow .sortingTitle {
	/*padding: 0px 10px 0px 5px;*/
	color: #000;
	font-size: 16px;
	/*text-transform: uppercase;*/
	margin-bottom: 20px;
	/*font-family: "Open Sans", sans-serif;*/
	/*font-style: italic;*/
	font-weight: 700;
}
.productPage .sortingRow .sortingTitle .sortingRemove {
	float: right;
	color: #000;
	font-size: 14px;
	/*text-transform: uppercase;*/
	font-style: normal;
	font-weight: 400;
	background: #897065;
	/*display: none;*/
	padding: 4px 7px;
	color: #FFF;
	line-height: 16px;
}
.productPage .sortingRow .sortingTitle .sortingRemove span {
	margin-left: 10px;
	vertical-align: middle;
}
.productPage .sortingRow .sortingTitle .removeBlock {
	float: right;
	max-width: 900px;
	margin-bottom: -9px;
	margin-right: 0;
	margin-top: -11px;
	margin-left: 80px;
}
.productPage .sortingRow .sortingTitle .singleRemove {
	float: right;
	color: #000;
	font-size: 14px;
	/* text-transform: uppercase; */
	font-style: normal;
	font-weight: 400;
	/* font-family: "Open Sans", sans-serif; */
	background: #DEDEDE;
	margin-top: -4px;
	margin-right: 6px;
	margin-bottom: 7px;
}
.productPage .sortingRow .sortingTitle .singleRemove a {
	display: block;
	padding: 5px 7px;
}
.productPage .sortingRow .sortingBlock .sorting {
	position: relative;
	float: left;
	width: 22%;
	margin-right: 4%;
}
.productPage .sortingRow .sortingBlock .sorting:last-child {
	margin-right: 0 !important;
}
.sorting.priceSorting {
	display: none;
}
.productPage .sortingRow .sortingBlock .sorting.latestSorting {
	margin-right: 0;
}
.productPage .sortingRow .selectDiv {
	/*background: #f2f2f2;*/
	color: #000;
	position: relative;
}
.productPage .sortingRow .selectDivWrapper {
	font-size: 12px;
	text-transform: normal;
	cursor: pointer;
	color: #4d4d4d;
	/*font-family: "Roboto Condensed",sans-serif;*/
	font-size: 12px;
	/*text-transform: uppercase;*/
	font-weight: 500;
	cursor: pointer;
}
.productPage .sortingRow .selectDiv .arrowDown {
	position: absolute;
	right: 10px;
	top: 16px;
	width: 13px;
	height: 7px;
	background: url("../../../elementsGlobal/filterDown.png") no-repeat;
	pointer-events: none;
}
.productPage .sortingRow .selectDiv.active .arrowDown {
	-webkit-transform: rotate(180deg);
	-moz-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
	-o-transform: rotate(180deg);
	transform: rotate(180deg);
}
.productPage .sortingRow .selectDiv .selectDivOptions {
	display: none;
	width: 100%;
	position: absolute;
	background: #f2f2f2;
	z-index: 12;
	margin-top: -1px;
}
.productPage .sortingRow .selectDiv .selectDivOptionsWrapper {
	padding: 10px 0px;
	border: 1px solid #dcdcdc;
	border-top: 0;
}
.productPage .sortingRow .selectDiv .selectDivOptionsWrapper.different {
	padding: 0px;
}
.productPage .sortingRow .selectDiv .selectDivWrapper {
	padding: 6px 25px 6px 15px;
	/*height: 20px;*/
	line-height: 30px;
	font-size: 14px;
	margin: 0;
	/*border: 1px solid #dcdcdc;*/
    box-shadow: none;
    background-color: transparent;
    background-image: none;
}
.productList.search-result .productItem:hover .buyBtn {
	display: none;
}
.productPage .sortingRow .selectDiv .confirmBtn {
	background: #522721;
	color: #ffffff;
	font-size: 14px;
	text-transform: uppercase;
	font-weight: "Roboto Condensed", sans-serif;
	padding: 10px 15px;
	text-align: center;
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	border-radius: 20px;
	margin-top: 15px;
	cursor: pointer;
	margin: 15px 15px 0px 15px;
	float: none;
	width: auto;
}
.productPage .sortingRow .selectDiv .optionList {
	max-height: 300px;
	overflow: auto;
}
.productPage .sortingRow .selectDiv .selectOption {
	display: block;
	position: relative;
	cursor: pointer;
	padding: 4px 15px;
}
.productPage .sortingRow .selectDiv .selectOption:hover {
	background: #cde0e2;
}
.productPage .sortingRow .selectDiv .selectOption.inactive:hover {
	background: none;
}
.productPage .sortingRow .selectDiv .selectOption.inactive {
	pointer-events:none;
	opacity: 0.4
}
.productPage .sortingRow .selectDiv .different .selectOption {
	padding: 11px 15px;
	font-size: 14px;
	text-transform: uppercase;
	color: #4d4d4d;
	/*font-family: "Roboto Condensed",sans-serif;*/
	font-weight: 500;
}
.productPage .sortingRow .selectDiv .different .selectOption.hidden {
	display: none;
}
.productPage .sortingRow .selectDiv input {
	vertical-align: middle;
}
.productPage .sortingRow .selectDiv span {
	vertical-align: middle;
}
.productPage .searchTitle {
	font-size: 20px;
	line-height: 26px;
	margin-bottom: 20px;
	margin-top: -10px;
	/*border-bottom: 1px solid #cecece;*/
	padding-bottom: 5px;
}
.productPage .searchTitle span {
	margin: 0px 20px 0px 0px;
}
.productPage .searchList {
	padding: 15px 0px;
}
.productPage .showMoreLoading {
	position: absolute;
	left: 50%;
	margin-left: -150px;
	bottom: 140px;
	font-size: 13px;
	line-height: 13px;
	font-weight: 700;
	text-transform: uppercase;
	width: 300px;
	height: 40px;
	cursor: pointer;
	text-align: center;
	display: none;
}
.productPage .showMoreLoading .showMoreText {
	/*font-family: "Roboto Condensed",sans-serif;*/
	text-align: center;
	text-transform: uppercase;
	font-weight: 500;
	font-size: 20px;
	margin-top: 10px;
}
.productPage .showMoreLoading img {
	width: 40px;
	height: 40px;
}
.productPage .showMoreProducts {
	position: absolute;
	left: 50%;
	margin-left: -70px;
	bottom: 100px;
	font-size: 13px;
	line-height: 13px;
	font-weight: 700;
	text-transform: uppercase;
	width: 100px;
	cursor: pointer;
	padding: 10px 20px;
	border: 1px solid #414141;
	-webkit-border-radius: 30px;
	-moz-border-radius: 30px;
	border-radius: 30px;
	text-align: center;
}
.productPage .showMoreProducts:hover {
	color: #fff;
	background: #000;
}
.productPage .productList .pagination {
	text-align:right;
	margin-top:20px;
}
.productPage .productList .pagination .page {
	display: inline-block;
	vertical-align: middle;
}
.productPage .productList .pagination .page.active a {
	color: #000;
	background: #CCCACA;
}
.productPage .productList .pagination .page a {
	display: block;
	padding: 11px 11px;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
	background: #EAEAEA;
}
.productPage .productList .pagination .page a:hover {
	background: #CCCACA;
}
.productPage .productList .pagination .page.pageChanger.first {
	margin-right: 4px;
}
.productPage .productList .pagination .page.pageChanger.last {
	margin-left: 4px;
}
.productPage .productList .pagination .page.pageChanger a {
	background: #f4f4f4;
	color: #252525;
	border: 1px solid #dfdfdf;
	padding: 9px 12px;
}
.productPage .productList .pagination .page.pageChanger a:hover {
	border: 1px solid #4a4a4a;
}
.productList {
	width: 100%;
	float: right;
	margin-top: 25px;
}
.other-res {
	display: inline-block;
	margin-right: 30px;
}
.productList.search-result {
	float: none;
	width: 100%;
}
.main-title {
	font-weight: 500;
	font-size: 25px;
	line-height: 38px;
	margin-bottom: 15px;
}
.left-menu {
	width: 100%;
	float: left;
}

.productItem {
	width: 32%;
	float: left;
	margin-left: 1.3%;
}
.has-more div {
	width: 300px;
	height: 45px;
	background: #000;
	color: #fff;
	text-align: center;
	margin: auto;
	font-size: 16px;
	line-height: 45px;
	margin-top: 40px;
}
select.output-custom-dowpdown {
	/* margin: 0 5px 10px 0; */
	width: 100%;
	padding: 0 35px 0 15px;
	/* font-family: 'Nunito Sans', sans-serif; */
	font-size: 14px;
	border: 1px solid #DDDDDD;
	border-radius: 3px;
	height: 40px;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	background: url(https://s16.getynet.com/accounts/getynetEvent/modules/GetynetEvents/output/elementsOutput/arrow-carrot-right.svg) 97% / 2.5% no-repeat #FFFFFF;
	margin-bottom: 20px;
	margin-top: 10px;
	display: none;
}
select.output-custom-dowpdown.open {
	background: url(https://s16.getynet.com/accounts/getynetEvent/modules/GetynetEvents/output/elementsOutput/arrow-carrot-down.svg) 97% / 4% no-repeat #FFFFFF;
}


/* CAUTION: Internet Explorer hackery ahead */


select.output-custom-dowpdown::-ms-expand {
	display: none; /* Remove default arrow in Internet Explorer 10 and 11 */
}

/* Target Internet Explorer 9 to undo the custom arrow */
@media screen and (min-width:0\0) {
	select.output-custom-dowpdown {
		background: none\9;
		padding: 5px\9;
	}
}
.filter-button {
display: none;
}
.filter-popup{
display: none;
}
.sortingBlock{
height: auto !important;
}
.left-menu {
	/*display: none;*/
}
.menu-title {
	float: left;
	color: #696969;
	font-size: 16px;
}
.lmenu-box {
	float: left;
}
.menu-title-separator {
	float: left;
	width: 15px;
	margin-left: 10px;
	position: relative;
	top: 6px;
}
.all-prod {
	float: left;
	position: relative;
	top: 5px;
}
@media screen and (max-width: 900px) {
	.productPage .sortingRow .selectDiv .selectDivWrapper {
		font-size: 12px;
	}
	.productPage .productList .pagination {
		font-size:18px;
	}
	.productPage .productList .pagination .page a {
		padding:10px;
	}

	.productPage .productList .pagination .page.pageChanger a {
		padding: 9px 12px;
	}
	.header .searchBlockMobile {
		/*display: block !important;*/
		position: absolute;
		width: 100%;
		/* background: #EDEDED; */
	}
	.productPage {
		margin-top: 30px;
	}
	.header .searchBlockMobile .searchInput {
		width: 100%;
		background: #EDEDED;
		height: 50px;
	}
	.header .searchBlockMobile .searchSubmit {
		background: url(../../../elementsGlobal/searchBlack.png) #fff0 no-repeat center center;
		background-size: 15px;
	}
	.header .searchBlockMobile form {
		border: none;
	}
	.productPage .searchTitle {
		padding: 25px 3% 15px 3%;
	}
	.search-title {
		font-size: 18px;
		line-height: 30px;
		font-weight: 500;
		margin-bottom: 10px;
	}
}
@media screen and (max-width: 600px){

	.left-menu {
		display: block;
	}
	select.output-custom-dowpdown {
		display: block;
	}
	.productPage .filter-popup .sortingRow {
		 display: block;
	}
	.productPage .filter-popup .sortingRow .selectDiv {
		 height: auto;
	}


	.productPage .filter-popup .sortingRow .filter-bottom {
		position: absolute;
		bottom: 0;
		width: 100%;
		padding: 15px;
		-webkit-box-shadow: 0px 59px 50px 34px rgb(0 0 0 / 57%);
		-moz-box-shadow: 0px 59px 50px 34px rgba(0,0,0,0.57);
		box-shadow: 0px 59px 50px 34px rgb(0 0 0 / 57%);
		-moz-box-shadow: 0px 59px 50px 34px rgba(0,0,0,0.57);
	}
	.productPage .filter-popup .sortingRow .removeSortingMomobile {
		float: left;
		width: 50%;
		font-size: 14px;
		font-weight: 500;
		text-decoration: underline;
		line-height: 40px;
	}
	.productPage .filter-popup .sortingRow .removeSortingMomobile a {
		padding: 0;
	}
	.productPage .filter-popup .sortingRow .confirmBtn {
		float: right;
		width: 50%;
		font-size: 14px;
		text-align: center;
		line-height: 40px;
		background: #522721;
		color: #fff;
	}
	.productPage .filter-popup .sortingRow .selectDiv .selectDivWrapper {
		border: none;
	}
	.productPage .filter-popup .sortingRow .selectDiv {
		border: none;
	}
	.productPage .filter-popup .sortingRow .selectDiv .selectDivOptionsWrapper {
		border: none;
	}
	.productPage .filter-popup .sortingRow .selectDiv .selectDivOptions {
		background: transparent;
	}
	.productPage .filter-popup .sortingRow .selectDiv {
		 height: auto;
	}


	.productPage .filter-popup .sortingRow .sortingMobile {
		 background: transparent;
		 border: none;
	-webkit-box-shadow: 0px 7px 7px -4px rgb(0 0 0 / 20%);
	-moz-box-shadow: 0px 7px 7px -4px rgba(0,0,0,0.2);
	box-shadow: 0px 7px 7px -4px rgb(0 0 0 / 20%);
		height: 65px;
		line-height: 38px;
}
	.productPage .productList .pagination {
		text-align: center;
	}









	.productPage .filter-popup .sortingRow {
		 margin: 0;
	}
	.productPage .filter-popup .sortingRow .selectDiv .different .selectOption {
		font-size: 16px;
		padding: 4px 10px;
	}
	.productPage .filter-popup .sortingMobile {
		text-align: center;
	}
	.productPage .filter-popup .close-btn {
		position: absolute;
		top: 20px;
		left: 15px;
		z-index: 1;
		font-size: 25px;
	}
	.productPage .filter-popup .sortingBlock {
		 display: block !important;
		margin-top: 20px;
		overflow-y: scroll;
	}
	.filter-popup .sortingBlock .selectDiv {
		width: 100%;
	}
	.productPage .filter-popup .sortingRow .selectDiv .selectDivWrapper {
		font-size: 18px;
	}
	.filter-popup {
		position: fixed;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
		background: #fff;
		z-index: 100000;
	}
	.filter-button i {
		margin-right: 10px;
	}
	.filter-button {
		background: #522721;
		color: #fff;
		height: 40px;
		line-height: 40px;
		text-align: center;
		font-size: 14px;
		border-radius: 3px;
		margin-bottom: 30px;
		display: block;
	}
	.left-menu .lmenu-box{
		display: none;
	}
	.left-menu .line{
		display: none;
	}
	.productPage .sortingRow{
		display: none;
	}
	.left-menu {
		width: 100%;
		/*padding: 0 3% !important;*/
	}
	.header .searchBlockMobile {
		display: none;
	}
	.header.fixed .topMenuWrapper .cartBlock {
		top: -115px;
	}
	.topMenuWrapper .menu {
		/*top: -115px;*/
	}
	.productPage .searchTitle {
		padding: 35px 3%;
	}
	.productPage .searchList {
		width: 96%;
		margin: 0 auto;
	}

	.productPage .selectDiv {
		margin-bottom: 0;
	}
	.productPage .insideContainer {
		width: 100%;
	}
	.productPage .pageWrapper {
		padding: 0px 0px;
	}
	.productPage .sorting.selected .selectDiv {
		background: #dadada;
	}
	.productPage .sorting.selected .selectDivWrapper {
		font-weight: 600;
		font-style: italic;
	}
	.productPage .removeSortingMomobile {
		display: block;
	}
	.productPage .removeSortingMomobile a {
		display: block;
		padding: 10px 15px;
	}
	.productPage .removeSortingMomobile span {
		float: right;
	}
	.productPage .sortingRow .sortingBlock  {
		display: none;
	}
	.productPage .sortingRow .selectDiv .selectDivWrapper {
		/*font-family: "Open Sans", sans-serif;*/
		text-transform: none;
	}
	.productPage .sortingRow .selectDiv .different .selectOption {
		/*font-family: "Open Sans", sans-serif;*/
		text-transform: none;
		font-size: 12px;
	}
	.productPage .sortingRow .selectDiv .selectDivOptions {
		position: relative;
	}
	.productPage .sortingRow .sortingBlock .sorting {
		float: none;
		width: 100%;
		margin-right: 0;
	}
	.productPage .sortingRow .sortingTitle .sortingDesktop {
		display: none;
	}
	.productPage .sortingRow .sortingTitle .removeBlock {
		margin-left: 0;
		margin-right: 0;
		max-width: auto;
		margin-top: 0;
		float: none;
		display: none;
	}
	.productPage .sortingRow .sortingTitle {
		padding: 0px 0px;
		margin-bottom: 0px;
	}
	.productPage .sortingRow .sortingTitle .singleRemove {
		float: left;
		margin-top: 0;
	}
	.productPage .sortingRow .sortingMobile {
		position: relative;
		display: block;
		background: #f2f2f2;
		padding: 14px 20px;
		font-size: 12px;
		/*font-family: "Open Sans", sans-serif;*/
		font-style: normal;
		font-weight: 500;
		text-transform: none;
		border-top: 1px solid #dcdcdc;
		border-bottom: 1px solid #dcdcdc;
		cursor: pointer;
	}
	.productPage .sortingRow .sortingMobile .arrowDown {
		position: absolute;
		right: 10px;
		top: 17px;
		width: 13px;
		height: 7px;
		background: url("../../../elementsGlobal/filterDown.png") no-repeat;
		pointer-events: none;
	}
	.productPage .sortingRow .sortingMobile.active {
		background: #d1d1d1;
	}
	.productPage .sortingRow .sortingMobile.active .arrowDown {
		-webkit-transform: rotate(180deg);
		-moz-transform: rotate(180deg);
		-ms-transform: rotate(180deg);
		-o-transform: rotate(180deg);
		transform: rotate(180deg);
	}
	.productPage .sortingRow .selectDiv .selectDivWrapper {
		border: 0;
		border-bottom: 1px solid #dcdcdc;
	}
	.productPage .productList {
		width: 96%;
		margin: 0 auto;
		margin-bottom: 40px;
	}
	.productPage .showMoreLoading {
		bottom: 10px;
	}

	.productPage .productList .pagination {
		font-size:18px;
	}
	.productPage .productList .pagination .page a {
		padding:10px;
	}

	.productPage .productList .pagination .page.pageChanger a {
		padding: 9px 12px;
	}
	.productPage .productList .pagination .page.pageChanger.first {
		margin-right: 2px;
	}
	.productPage .productList .pagination .page.pageChanger.last {
		margin-left: 2px;
	}
}




.storeList .store {
	float: left;
	width: 23.5%;
	margin-right: 2%;
	margin-bottom: 20px;
}
.storeList .store.last {
	margin-right: 0;
}
.storeList .storeWrapper {
	border: 1px solid #d0d0d0;
	padding: 10px;
}
.storeList .store .storeImage {
	height: 90px;
	margin-bottom: 15px;
}
.storeList .store .storeImage img {
	width: 100%;
	vertical-align: top;
}
.storeList .store .storeTitle {
	/*font-family: "Roboto Condensed", sans-serif;*/
	font-weight: 600;
	font-size: 16px;
	line-height: 20px;
	text-transform: uppercase;
	text-align: center;
}
.storeList .store .storeSubtitle {
	/*font-family: "Roboto Condensed", sans-serif;*/
	font-weight: 400;
	font-size: 16px;
	line-height: 20px;
	text-align: center;
}
.storeList .store .storeInfo {
	font-size: 13px;
	line-height: 18px;
	margin-top: 5px;
	padding: 10px 10px 20px 10px;
	border-top: 1px solid #d9d9d9;
}
.storeList .store .storeMore {
	/*font-family: "Roboto Condensed", sans-serif;*/
	text-align: center;
	font-size: 14px;
	text-transform: uppercase;
	font-weight: 600;
	text-decoration: underline;
}
.productPage .brandList {
	padding: 0px;
	font-size: 16px;
	line-height: 21px;
	-webkit-column-count: 4; /* Chrome, Safari, Opera */
    -moz-column-count: 4; /* Firefox */
    column-count: 4;
    margin-bottom: 30px;
}
.brandList .brand {
	margin-bottom: 4px;
}
.brandList .brand a:hover {
	text-decoration: underline;
}
@media screen and (max-width: 1100px) {
	.storeList .store {
		width: 32%;
		margin-right: 2%;
	}
}
@media screen and (max-width: 900px){
	.productPage .brandList {
		-webkit-column-count: 3; /* Chrome, Safari, Opera */
	    -moz-column-count: 3; /* Firefox */
	    column-count: 3;
	}
}
@media screen and (max-width: 800px){
	.storeList .store {
		width: 49%;
		margin-right: 2%;
	}
}
@media screen and (max-width: 600px){
	.productPage .brandList {
		-webkit-column-count: 2; /* Chrome, Safari, Opera */
	    -moz-column-count:2; /* Firefox */
	    column-count: 2;
	}
	.confirmBtn1 {
		width: 40%;
		float: right;
		text-align: center;
		font-size: 14px;
		font-weight: 500;
		line-height: 40px;
		background: #897065;
		color: #fff;
		border-radius: 3px;
	}
}
@media screen and (max-width: 450px){
	.storeList .store {
		width: 100%;
		margin-right: 0%;
	}
	.productPage .brandList {
		-webkit-column-count: 1; /* Chrome, Safari, Opera */
	    -moz-column-count: 1; /* Firefox */
	    column-count: 1;
	}

}