/*
Single store page
-----------------------------------------------------------------------*/
.storePage .pageWrapper {
	padding: 0px 19px;
}
.storePage .storeTopBlock {
	margin-top: 10px;
	margin-bottom: 30px;
}
.storePage .storeMiddleBlock {
	padding-bottom: 20px;
}
.storePage .storeLeft {
	float: left;
	width: 42%;
}
.storePage .storeLeft .storeLogo {
	height: 220px;
}
.storePage .storeLeft .storeLogo img {
	max-width: 100%;
}
.storePage .storeRight {
	float: right;
	width: 55%;
}
.storePage .sortingMobile {
	display: none;
}
.storePage .sortingMobileCategory {
	display: none;
}
.storePage .imageSlider {
	height: 280px;
}
.storePage .imageSlider.noSlider {
	height: 100px;
}
.storePage .imageSlider .sliderControl {
	margin-top: -23px;
	width: 35px;
	height: 45px;
}
.storePage .imageSlider .sliderLeft {
	left: 0;
	background: url('elementsOutput/leftArrow.png') no-repeat 6px center #fff;
	-webkit-border-top-right-radius: 5px;
	-webkit-border-bottom-right-radius: 5px;
	-moz-border-radius-topright: 5px;
	-moz-border-radius-bottomright: 5px;
	border-top-right-radius: 5px;
	border-bottom-right-radius: 5px;
}
.storePage .imageSlider .sliderRight {
	right: 0;
	background: url('elementsOutput/rightArrow.png') no-repeat 14px center #fff;
	-webkit-border-top-left-radius: 5px;
	-webkit-border-bottom-left-radius: 5px;
	-moz-border-radius-topleft: 5px;
	-moz-border-radius-bottomleft: 5px;
	border-top-left-radius: 5px;
	border-bottom-left-radius: 5px;
}
.storePage .sliderPager {
	position: relative;
	text-align: right;
	margin-top: 5px;
}
.storePage .sliderPage {
	display: inline-block;
	vertical-align: middle;
	background: #fff;
	border: 1px solid #000;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	width: 5px;
	height: 5px;
	margin: 0px 5px;
	cursor: pointer;
}
.storePage .sliderPage.active {
	background: #000;
}
.storePage .storeTitle {
	font-size: 40px;
	line-height: 52px;
	color: #232323;
	font-family: "Open Sans", sans-serif;
	font-weight: 400;
}
.storePage .storeSubtitle {
	font-size: 24px;
	line-height: 32px;
	color: #232323;
	font-family: "Merriweather";
	font-weight: 700;
	font-style: italic;
}
.storePage .storeAboutBlock {
	float: left;
	width: 60%;
	font-size: 14px;
	line-height: 18px;
}
.storePage .storeAboutBlock .aboutTitle {
	text-transform: uppercase;
	font-family: "Roboto Condensed", sans-serif;
	font-weight: 700 !important;
	margin-bottom: 20px;
}
.storePage .storeAboutBlock .aboutText p {
	margin-bottom: 20px;
}
.storePage .storeContactBlock {
	float: right;
	width: 35%;
}
.storePage .storeContactBlock .contactTitle {
	text-transform: uppercase;
	font-family: "Roboto Condensed", sans-serif;
	font-weight: 700 !important;
	margin-bottom: 20px;
}
.storePage .storeContactBlock .contactText p {
	margin-bottom: 20px;
}
.storePage .storeContactBlock .contactIcon {
	width: 40px;
	display: inline-block;
	vertical-align: middle;
}
.storePage .storeContactBlock .contactRow {
	margin-bottom: 15px;
	font-size: 14px;
	line-height: 18px;
	color: #030303;
}
.storePage .storeContactBlock .contactIcon img {
	vertical-align: top;
}
.storePage .storeContactBlock .contactText {
	display: inline-block;
	vertical-align: middle;
}
.storePage .socialMediaBlock .socialItem {
	float: left;
	margin-right: 30px;
}
.storePage .socialMediaBlock .socialItem img {
	vertical-align: top;
}
.storePage .storeContactBlock .socialMediaTitle {
	text-transform: uppercase;
	font-family: "Roboto Condensed", sans-serif;
	font-weight: 700;
	margin-top: 30px;
}
.storePage .storeContactBlock .socialMediaInfo {
	font-size: 14px;
	line-height: 18px;
	margin-bottom: 20px;
}
.storePage .aboutTitle {

}
.storePage .storeBottomBlock {
	padding: 20px 0px;
}
.storePage .storeBottomBlock.noCategory {
	border-top: 1px solid #ececec;
}
.storePage .sortingRow {
	margin-bottom: 16px;
}
.storePage .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;
}
.storePage .sortingRow .sortingTitle .sortingRemove {
	float: right;
	color: #000;
	font-size: 12px;
	text-transform: uppercase;
	font-style: normal;
	font-weight: 400;
}
.storePage .sortingRow .sortingTitle .sortingRemove span {
	margin-left: 10px;
	vertical-align: middle;
}
.storePage .sortingRow .sortingTitle .removeBlock {
	float: right;
	max-width: 900px;
	margin-bottom: -9px;
	margin-right: 90px;
	margin-top: -15px;
	margin-left: 80px;
}
.storePage .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;
}
.storePage .sortingRow .sortingTitle .singleRemove a {
	display: block;
	padding: 5px 7px;
}
.storePage .sortingRow .sortingBlock .sorting {
	position: relative;
	float: left;
	width: 19.6%;
	margin-right: 0.5%;
}
.storePage .sortingRow .sortingBlock .sorting.latestSorting {
	margin-right: 0;
}
.storePage .sortingRow .selectDiv {
	background: #f2f2f2;
	color: #000;
	position: relative;
}
.storePage .sortingRow .selectDivWrapper {
	color: #4d4d4d;
	font-family: "Roboto Condensed",sans-serif;
	font-size: 12px;
	text-transform: uppercase;
	font-weight: 500;
	cursor: pointer;
}
.storePage .sortingRow .selectDiv .arrowDown {
	position: absolute;
	right: 10px;
	top: 15px;
	width: 13px;
	height: 7px;
	background: url("../../../elementsGlobal/filterDown.png") no-repeat;
	pointer-events: none;
}
.storePage .sortingRow .selectDiv.active .arrowDown {
	-webkit-transform: rotate(180deg);
	-moz-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
	-o-transform: rotate(180deg);
	transform: rotate(180deg);
}
.storePage .sortingRow .selectDiv .selectDivOptions {
	display: none;
	width: 100%;
	position: absolute;
	background: #f2f2f2;
	z-index: 12;
	margin-top: -1px;
}
.storePage .sortingRow .selectDiv .selectDivOptionsWrapper {
	padding: 10px 0px;
	border: 1px solid #dcdcdc;
	border-top: 0;
}
.storePage .sortingRow .selectDiv .selectDivOptionsWrapper.different {
	padding: 0px;
}
.storePage .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;
}
.storePage .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;
}
.storePage .sortingRow .selectDiv .optionList {
	max-height: 300px;
	overflow: auto;
}
.storePage .sortingRow .selectDiv .selectOption {
	position: relative;
	display: block;
	cursor: pointer;
	padding: 4px 15px;
}
.storePage .sortingRow .selectDiv .selectOption:hover {
	background: #cde0e2;
}
.storePage .sortingRow .selectDiv .selectOption.inactive:hover {
	background: none;
}
.storePage .sortingRow .selectDiv .selectOption.inactive {
	pointer-events:none;
	opacity: 0.4
}
.storePage .sortingRow .selectDiv .different .selectOption {
	padding: 11px 15px;
	font-size: 14px;
	text-transform: uppercase;
	color: #4d4d4d;
	font-family: "Roboto Condensed",sans-serif;
	font-weight: 500;
}
.storePage .sortingRow .selectDiv .different .selectOption.hidden {
	display: none;
}
.storePage .sortingRow .selectDiv input {
	vertical-align: middle;
}
.storePage .sortingRow .selectDiv span {
	vertical-align: middle;
}
.storePage .sortingRow .sortingCategoryRow {
	position: relative;
	border-bottom: 1px solid #ececec;
	border-top: 1px solid #ececec;
	margin-bottom: 20px;
}
.storePage .sortingRow .sortingCategoryRow .sortingCategoryItem {
	position: relative;
	display: inline-block;
	vertical-align: middle;
	font-family: "Robot", sans-serif;
	font-size: 14px;
	font-weight: 400;
	line-height: 20px;
	text-transform: uppercase;
	text-align: center;
	width: 12%;
	padding: 20px 0px;
	cursor: pointer;
	z-index: 11;
}
.storePage .sortingRow .sortingCategoryRow .sortingCategoryItem span {
	display: block;
	width: 100%;
	border-right: 1px solid #ececec;
}
.storePage .sortingRow .sortingCategoryRow .sortingCategoryItem:last-child span {
	border-right: 0;
}
.storePage .sortingRow .sortingCategoryRow .sortingCategoryItem .arrowUp {
	display: none;
	position: absolute;
	bottom: -1px;
	left: 50%;
	margin-left: -8px;
	width: 0;
	height: 0;
	border-left: 8px solid transparent;
	border-right: 8px solid transparent;
	border-bottom: 8px solid #fff;
}
.storePage .sortingRow .sortingCategoryRow .sortingCategoryItem.active,
.storePage .sortingRow .sortingCategoryRow .sortingCategoryItem:hover {
	background: #000;
	color: #fff;
}
.storePage .sortingRow .sortingCategoryRow .sortingCategoryItem.active .arrowUp,
.storePage .sortingRow .sortingCategoryRow .sortingCategoryItem:hover .arrowUp {
	display: block;
}
.storePage .sortingRow .sortingCategoryRow .sortingCategoryDropdown {
	display: none;
	position: absolute;
	top: 100%;
	width: 100%;
	z-index: 15;
	background: #fff;
}
.storePage .sortingRow .sortingCategoryRow .sortingCategoryDropdown .sortingCategoryDropdownWrapper {
	padding: 20px 30% 20px 0px;
    column-count: 4;
	font-size: 14px;
	border: 1px solid #dcdcdc;
}
.storePage .sortingRow .sortingCategoryRow .sortingCategoryDropdown .sortingCategorySubItemTitle {
	font-weight: bold;
}
.storePage .sortingRow .sortingCategoryRow .sortingCategoryDropdown .sortingCategorySubItem {
	padding: 6px 20px;
	cursor: pointer;
}
.storePage .sortingRow .sortingCategoryRow .sortingCategoryDropdown .sortingCategorySubItem:hover {
	font-weight: bold;
	background: #c9e1e5;
}
.storePage .sortingRow .sortingCategoryRow .sortingCategoryDropdown .sortingCategorySubItem.active {
	font-weight: bold;
	background: #c9e1e5;
}
.storePage .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;
}
.storePage .showMoreLoading .showMoreText {
	font-family: "Roboto Condensed",sans-serif;
	text-align: center;
	text-transform: uppercase;
	font-weight: 500;
	font-size: 20px;
	margin-top: 10px;
}
.storePage .showMoreLoading img {
	width: 40px;
	height: 40px;
}
.storePage .removeSortingMomobile {
	display: none;
}
.storePage .productList .pagination {
	text-align: center;
}
.storePage .productList .pagination .page {
	display: inline-block;
	vertical-align: middle;
}
.storePage .productList .pagination .page.active a {
	color: #fff;
	background: #4a4a4a;
}
.storePage .productList .pagination .page a {
	display: block;
	padding: 11px 11px;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
}
.storePage .productList .pagination .page a:hover {
	color: #fff;
	background: #4a4a4a;
}
.storePage .productList .pagination .page.pageChanger.first {
	margin-right: 4px;
}
.storePage .productList .pagination .page.pageChanger.last {
	margin-left: 4px;
}
.storePage .productList .pagination .page.pageChanger a {
	background: #f4f4f4;
	color: #252525;
	border: 1px solid #dfdfdf;
	padding: 9px 12px;
}
.storePage .productList .pagination .page.pageChanger a:hover {
	border: 1px solid #4a4a4a;
}
@media screen and (max-width: 1100px) {

}
@media screen and (max-width: 900px){
	.storePage .storeLeft {
		width: 100%;
		float: none;
	}
	.storePage .storeRight {
		width: 100%;
		float: none;
		margin-bottom: 20px;
	}
	.storePage .storeAboutBlock {
		width: 100%;
		float: none;
		margin-bottom: 15px;
	}
	.storePage .storeContactBlock {
		float: none;
		width: 100%;
	}
	.storePage .sortingRow .selectDiv .selectDivWrapper {
		font-size: 12px;
	}

	.storePage .sortingRow .sortingCategoryRow .sortingCategoryItem {
		width: 20%;
	}
}
@media screen and (max-width: 800px){
	.storePage .insideContainer {
		width:  94%;
	}
}
@media screen and (max-width: 700px){

}
@media screen and (max-width: 600px){
	.storePage .insideContainer {
		width: 100%;
	}
	.storePage .storeLeft {
		width: 96%;
		margin: 0 auto;
	}
	.storePage .storeAboutBlock {
		width: 96%;
		margin: 0 auto;
	}
	.storePage .storeContactBlock {
		width: 96%;
		margin: 0 auto;
		margin-bottom: 15px;
	}
	.storePage .sortingRow .selectDiv .selectDivWrapper {
		font-size: 12px;
	}

	.storePage .pageWrapper {
		padding: 0px 0px;
	}
	.storePage .sortingRow .sortingBlock {
		display: none;
	}
	.storePage .sortingRow .selectDiv .selectDivWrapper {
		font-family: "Open Sans", sans-serif;
		text-transform: none;
	}
	.storePage .sortingRow .selectDiv .different .selectOption {
		font-family: "Open Sans", sans-serif;
		text-transform: none;
		font-size: 12px;
	}
	.storePage .sortingRow .selectDiv .selectDivOptions {
		position: relative;
	}
	.storePage .sortingRow .sortingBlock .sorting {
		float: none;
		width: 100%;
		margin-right: 0;
	}
	.storePage .sortingRow .sortingBlock .sorting.placeholderSorting {
		display: none;
	}
	.storePage .sortingRow .sortingTitle .sortingDesktop {
		display: none;
	}
	.storePage .sortingRow .sortingTitle .removeBlock {
		margin-left: 0;
		margin-right: 0;
		max-width: auto;
		margin-top: 0;
		float: none;
		display: none;
	}
	.storePage .sortingRow .sortingTitle {
		padding: 0px 0px;
		margin-bottom: 0px;
	}
	.storePage .sortingRow .sortingTitle .singleRemove {
		float: left;
		margin-top: 0;
	}
	.storePage .sortingRow .sortingMobile {
		position: relative;
		display: block;
		background: #f2f2f2;
		padding: 15px 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;
	}
	.storePage .sortingRow .sortingMobile .arrowDown {
		position: absolute;
		right: 10px;
		top: 18px;
		width: 13px;
		height: 7px;
		background: url("../../../elementsGlobal/filterDown.png") no-repeat;
		pointer-events: none;
	}
	.storePage .sortingRow .sortingMobile.active {
		background: #d1d1d1;
	}
	.storePage .sortingRow .sortingMobile.active .arrowDown {
		-webkit-transform: rotate(180deg);
		-moz-transform: rotate(180deg);
		-ms-transform: rotate(180deg);
		-o-transform: rotate(180deg);
		transform: rotate(180deg);
	}
	.storePage .sortingRow .selectDiv .selectDivWrapper {
		border: 0;
		border-bottom: 1px solid #dcdcdc;
	}
	.storePage .productList {
		width: 96%;
		margin: 0 auto;
	}
	.storePage .storeBottomBlock {
		padding: 0px 0px 20px;
	}
	.storePage .removeSortingMomobile {
		display: block;
	}
	.storePage .removeSortingMomobile a {
		display: block;
		padding: 10px 15px;
	}
	.storePage .removeSortingMomobile span {
		float: right;
	}
	.storePage .sorting.selected .selectDiv {
		background: #dadada;
	}
	.storePage .sorting.selected .selectDivWrapper {
		font-weight: 600;
		font-style: italic;
	}
	.storeBottomBlock {
		position: relative;
	}
	.storePage .showMoreLoading {
		bottom: 30px;
	}
	.storePage .productList .pagination {
		font-size: 11px;
	}
	.storePage .productList .pagination .page a {
		padding: 7px 7px;
	}
	.storePage .productList .pagination .page.pageChanger a {
		padding: 5px 8px;
	}
	.storePage .productList .pagination .page.pageChanger.first {
		margin-right: 2px;
	}
	.storePage .productList .pagination .page.pageChanger.last {
		margin-left: 2px;
	}
	.storePage .sortingRow .sortingCategoryRow {
		display: none;
	}
	.storePage .sortingRow .sortingCategoryRow .sortingCategoryDropdown  {
		position: relative;
		max-height: none;
		display:block;
	}
	.storePage .sortingRow .sortingCategoryRow .sortingCategoryDropdown .sortingCategoryDropdownWrapper {
		column-count: 2;
	}
	.storePage .sortingRow .sortingCategoryRow .sortingCategoryItem {
		width: 90%;
		padding: 10px 5%;
		text-align: left;
		border-bottom: 1px solid #ececec;
	}
	.storePage .sortingRow .sortingCategoryRow .sortingCategoryItem:last-child {
		border-bottom: 0;
	}
	.storePage .sortingRow .sortingCategoryRow .sortingCategoryItem span {
		border-right: 0;
	}
	.storePage .sortingRow .sortingCategoryRow{
		margin-bottom: 0;
	}
	.storePage .sortingRow .sortingCategoryRow .sortingCategoryItem.active .arrowUp{
		display: none;
	}

	.storePage .sortingRow .sortingMobileCategory {
		position: relative;
		display: block;
		background: #f2f2f2;
		padding: 15px 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;
	}
	.storePage .sortingRow .sortingMobileCategory .arrowDown {
		position: absolute;
		right: 10px;
		top: 18px;
		width: 13px;
		height: 7px;
		background: url("../../../elementsGlobal/filterDown.png") no-repeat;
		pointer-events: none;
	}
	.storePage .sortingRow .sortingMobileCategory.active {
		background: #d1d1d1;
	}
	.storePage .sortingRow .sortingMobileCategory.active .arrowDown {
		-webkit-transform: rotate(180deg);
		-moz-transform: rotate(180deg);
		-ms-transform: rotate(180deg);
		-o-transform: rotate(180deg);
		transform: rotate(180deg);
	}
	.storePage .sortingRow .sortingMobileCategory.activeSelected {
		background: #000;
		color: #fff;
	}
	
}
@media screen and (max-width: 450px){

	.storePage .storeLeft .storeLogo {
		height: 150px;
	}
	.storePage .pageWrapper {
		padding: 0px;
	}
	.storePage .imageSlider {
		height: 140px;
	}
	.storePage .storeTitle {
		font-size: 26px;
		line-height: 32px;
	}
	.storePage .storeSubtitle {
		font-size: 16px;
		line-height: 20px;
	}
	.storePage .storeContactBlock .contactRow {
		margin-bottom: 10px;
	}
}

.imageSlider{
	width: 100%;
	height: 430px;
	position: relative;
	overflow: hidden;
	visibility: hidden;
}
.imageSlider .sliderContent {
	position: relative;
	height: 100%;
	width: 10000%;
}
.imageSlider .sliderItem {
	height: 100%;
	overflow: hidden;
	position: relative;
	float: left;
}
.imageSlider .sliderImage {
	width: 100%;
	height: 100%;
}
.imageSlider .sliderImage img {
	width: 100%;
	vertical-align: top;
	position: relative;
}
.imageSlider .sliderText {
	position: absolute;
	width: 100%;
	top: 40px;
	font-weight: 300;
	font-size: 50px;
	color: #fff;
	z-index: 10;
	text-align: center;
}
.imageSlider .right .sliderText {
	text-align: right;
}
.imageSlider .center .sliderText {
	text-align: center;
}
.imageSlider .bottom .sliderText {
	top: auto;
	bottom: 80px;
}
.imageSlider .sliderControl {
	position: absolute;
	top: 50%;
	margin-top: -15px;
	width: 30px;
	height: 30px;
	cursor: pointer;
	z-index: 1;
	background: url("elementsOutput/arrows.png") no-repeat;
}
.imageSlider .sliderLeft {
	background-position: 0px 0px;
	left: 10px;
}
.imageSlider .sliderRight {
	background-position: -30px 0px;
	right: 10px;
}
.imageSlider .sliderPager {
	position: absolute;
	text-align: center;
	bottom: 20px;
}
.imageSlider .sliderPage {
	display: inline-block;
	vertical-align: middle;
	width: 15px;
	height: 15px;
	background:  url("elementsOutput/sliderInactive.png") no-repeat center;
	margin-left: 3px;
	cursor: pointer;
}
.imageSlider .sliderPage.active {
	width: 17px;
	height: 17px;
	background:  url("elementsOutput/sliderActive.png") no-repeat center center;
}
.imageSlider .downArrow {
	position: absolute;
	bottom: 17px;
	left: 50%;
	margin-left: -21px;
	cursor: pointer;
	z-index: 10;
	display: none;
}
.imageSlider .sliderLink {
	position: absolute;
	color: #fff;
	font-size: 20px;
	font-family: "Roboto Condensed", sans-serif;
	text-transform: uppercase;
	width: 100%;
	bottom: 20px;
	text-align: center;
}
.imageSlider .sliderLink a {
	padding: 17px 0px 19px 0px;
	width: 270px;
	display: inline-block;
	border: 2px solid #fff;
}
.imageSlider .sliderLink a:hover {
	background: #fff;
	color: #000;
}
@media screen and (max-width: 1600px){
	.imageSlider {
		height: 400px;
	}
}
@media screen and (max-width: 1400px){
	.imageSlider {
		height: 400px;
	}
}
@media screen and (max-width: 1200px){

	.imageSlider {
		height: 400px;
	}
	.imageSlider .sliderText {
		font-size: 45px;
	}
}

@media screen and (max-width: 1200px){
	.imageSlider .sliderText {
		font-size: 45px;
	}
}
@media screen and (max-width: 900px){
	.imageSlider.noSlider {
		display: none;
	}
	.imageSlider {
		height: 400px;
	}
	.imageSlider .sliderText {
		font-size: 40px;
	}
}
@media screen and (max-width: 700px){

}
@media screen and (max-width: 500px){
	.imageSlider {
		height: 200px;
	}
	.imageSlider .sliderText {
		font-size: 30px;
	}
}
