.hidden {
	display: none;
}
.productPage .pageWrapper {
	padding: 11px 13px 0px;
}

.productPage .removeSortingMomobile {
	display: none;
}
.productPage .sortingRow {
	margin-bottom: 16px;
}

.productPage .sortingRow .sortingMobile {
	display: none;
}
.productPage .sortingRow .sortingTitle {
	padding: 0px 10px 0px 5px;
	color: #000;
	font-size: 15px;
	text-transform: uppercase;
	margin-bottom: 9px;
	font-family: "Open Sans", sans-serif;
	font-style: italic;
	font-weight: 300;
}
.productPage .sortingRow .sortingTitle .sortingRemove {
	float: right;
	color: #000;
	font-size: 12px;
	text-transform: uppercase;
	font-style: normal;
	font-weight: 400;
}
.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: 90px;
	margin-top: -15px;
	margin-left: 80px;
}
.productPage .sortingRow .sortingTitle .singleRemove {
	float: right;
	color: #000;
	font-size: 12px;
	text-transform: uppercase;
	font-style: normal;
	font-weight: 400;
	font-family: "Open Sans", sans-serif;
	background: #a2dbe4;
	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: 19.6%;
	margin-right: 0.5%;
}
.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: 15px;
	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: 20px;
	font-size: 14px;
	margin: 0;
	border: 1px solid #dcdcdc;
    box-shadow: none;
    background-color: transparent;
    background-image: none;
}
.productPage .sortingRow .selectDiv .confirmBtn {
	background: #79b5be;
	color: #000000;
	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:center;
	margin-top:20px;
}
.productPage .productList .pagination .page {
	display: inline-block;
	vertical-align: middle;
}
.productPage .productList .pagination .page.active a {
	color: #fff;
	background: #4a4a4a;
}
.productPage .productList .pagination .page a {
	display: block;
	padding: 11px 11px;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
}
.productPage .productList .pagination .page a:hover {
	color: #fff;
	background: #4a4a4a;
}
.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;
}

@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;
	}
}
@media screen and (max-width: 600px){
	.header .searchBlockMobile {
		display: block;
	}
	.header.fixed .topMenuWrapper .cartBlock {
		top: -115px;
	}
	.topMenuWrapper .menu {
		top: -115px;
	}
	.productPage  .searchTitle {
		padding: 0px 2% 10px 2%;
	}
	.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;
	}
}
@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;
	}
	
}