#store_container {
	position: relative;
	display: block;
	clear: both;
	overflow: hidden;
	padding: 0;
	margin: 0 auto;
	width: 99%;
	max-width: 1140px;
	margin-top: 1px;
}

#store_items {
	margin: 0;
	padding: 0;
	width: 100%;
	overflow: hidden;
	transition: all 0.3s;
	display: block;
}

.navigate {
	font-size: 1.0em;
	font-weight: 400;
	display: block;
	overflow: hidden;
	color: lightgray;
}	

.store_clrscr {
	width: 100%;
	height: 1px;
	clear: both;
	position: relative;
	margin: 0;
	padding: 0;
}

.show_more_filters {
	cursor: pointer;
	color: #24b8a9;
	border-bottom: 1px dashed #24b8a9;
	width: 100%;
	clear: both;
	margin: 0;
	padding: 3px 7px;
	font-size: 1.0em;
}

.more_filters {
	display: none;
	width: 100%;
	clear: both;
	overflow: hidden;
	margin: 0;
	padding: 0;
}

.leftmenu-container {
	width: 100%;
	margin: 0;
	padding: 0;
	clear: both;
	position: relative;
	display: block;
	overflow: hidden;
}

#leftmenu {
	width: 100%;
	margin: 0;
	padding: 0;
	border-radius: 12px;
}

#leftmenu_mobile {
	display: none;
	text-align: center;
	background: #24b8a9;
	color: #fff;
	text-transform: uppercase;
	letter-spacing: 1px;
	font-size: 0.8em;
	padding: 10px;
	margin-bottom: 12px;
	width: 99.7%;
	float: left;
}

#filter_mobile {
	display: none;
	text-align: center;
	background: #006666;
	color: #fff;
	text-transform: uppercase;
	letter-spacing: 1px;
	font-size: 0.8em;
	padding: 10px;
	margin-bottom: 12px;
	margin-left: 1%;
	width: 18.7%;
	float: left;	
}

#mobile_filter {
	display: none;
	width: 100%;
	position: fixed;
	height: 100vh;
	overflow-Y: auto;
	background: rgba(0,0,0,0.9);
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	color: #fff;
	padding: 5%;
	z-index: 99999;
}

#mobile_filter .filtercheck {
	margin: 3px;
	padding: 7px 15px;
	font-size: 0.9em;
	color: #fff;
	background: none;
	border: 2px solid #fff;	
}

#mobile_filter .sel {
	color: #000!important;
	background: #fff!important;
}

#mobile_filter .sel:before {
	top: -8px;
	left: -4px;
	font-weight: bold;
	content: '\f058';
	color: #00b3b2;
}

.storeleftmenu {
	width: 100%;
	font-size: 1.1em;
	display: block;
	clear: both;
	position: relative;
	padding: 2% 4%;
	margin: 2% 0;
	border: 1px solid #eeeeee;
	transition: all 0.3s;
	color: #555;
}

.storeleftmenu:hover {
	background: #24b8a9;
	color: #fff;
	text-decoration: none;
}

.store_section {
	width: 19%;
	margin: 0.5%;
	height: 260px;
	border: none;
	float: left;
	display: block;
	overflow: hidden;
	text-align: center;
	font-weight: 400;
	font-size: 1.1em;
	position: relative;
	background: #ffffff;
}

.store_section:hover {
	text-decoration: none;
	outline: 1px solid lightgray;
	outline-offset: -1px;
}

.store_section_img {
	height: 160px;
	margin: 2%;
	max-width: 96%;
	margin-bottom: 15px;
}

.itemcnt {
	position: absolute;
	display: block;
	padding: 3px 12px;
	top: 5px;
	right: 6px;
	color: #fff;
	background: #24b8a9;
	font-size: 0.8em;
}

.store_item {
	width: 18%;
	margin: 0.98%;
	height: 440px;
	border: 1px solid #f9f7f7;
	float: left;
	display: block;
	overflow: hidden;
	text-align: center;
	font-weight: 400;
	font-size: 1.0em;
	border: 1px solid #eeeeee;
	background: #fff;
	border-radius: 12px;
	position: relative;
}

.type2 {
	min-width: 185px;
}

.store_item2 {
	width: 190px!important;
	height: 440px;
	float: none;
	text-align: center;
}

.store_item:hover {
	text-decoration: none;
	border: 1px solid #ccc;
	-webkit-box-shadow: 0px 0px 8px -2px rgba(51,51,51,0.68);
	-moz-box-shadow: 0px 0px 8px -2px rgba(51,51,51,0.68);
	box-shadow: 0px 0px 8px -2px rgba(51,51,51,0.68);
}

.store_item_img {
	height: 220px;
	margin-bottom: 15px;
	max-width: 100%;
	margin-bottom: 15px;
	background-position: center!important;
	background-size: cover!important;
}

.iteminfo {
	width: 100%!important;
	padding: 0 10px;
	font-weight: 400;
	font-size: 1.0em;
	text-align: center;
	vertical-align: middle;
	height: 44px; 
	overflow: hidden;
	display:block;
}

.price {
	width: 100%;
	padding: 3px;
	font-weight: 300;
	font-size: 1.7em;
	text-align: center;
	margin-bottom: 15px;
}


.price-xl {
	width: 100%;
	padding: 7px;
	font-weight: 300;
	font-size: 3.1em;
	text-align: center;
	margin-bottom: 15px;
}

.itemprice {
	color: #24b8a9;
	font-size: 0.9em;
}

.itemprice-xl {
	color: #24b8a9;
}

.cart_add {
	border: 1px dotted lightgray;
	margin-top: 12px;
}

del {
	text-decoration: line-through;
	text-decoration-color: red;
	font-size: 0.8em;
	padding: 2px;
}

.addtocart, .gotocart {
	padding: 5px 26px;
	font-size: 0.9em;
	letter-spacing: 1px;
	text-transform: uppercase;
	background: none;
	border: 1px solid #333;
	color: #333;
	border-radius: 10px;
	transition: all 0.3s;
	cursor: pointer;
	min-width: 140px;
	display: inline-block;
}

.notaddtocart {
	padding: 5px 26px;
	font-size: 0.9em;
	letter-spacing: 1px;
	text-transform: uppercase;
	background: #d0cfcf;
	border: 1px solid #d0cfcf;
	color: #555;
	border-radius: 10px;
	transition: all 0.3s;
	cursor: default;
}

.addtocart:hover, .gotocart:hover {
	background: #333;
	color: #fff;
	text-decoration: none;
}

.plus, .minus, .itemcount, .cart_plus, .cart_minus {
	color: #24b8a9;
	padding: 5px 10px;
	transition: all 0.3s;
	font-size: 1.1em;
	-moz-user-select: none;
	-khtml-user-select: none;
	user-select: none;    
}

.cart_plus, .cart_minus {
	font-size: 1.5em;
}

.plus i, .minus i, .cart_plus i, .cart_minus i {
	cursor: pointer;
	transition: all 0.3s;
}

.plus i:hover, .minus i:hover, .cart_plus i:hover, .cart_minus i:hover {
	transform: scale(1.2);
}

.order_no {
	font-size: 1.4em;
	color: #24b8a9;
	font-weight: 400;
}

#maincart {
	color: #24b8a9;
}

.cart {
	color: #fff!important;
	background: #24b8a9;
	padding: 1px 8px;
	display: inline-block;
	
}

#order_details {
		z-index: 99999;
		display: none;
		width: 100%;
		height: 100vh;
		position: fixed;
		top: 0;
		left: 0;
		right: 0;
		bottom: 0;
		background: rgba(0,0,0,0.7);
}

.bg_inside {
		width: 100%;
		max-width: 830px;
		min-height: 25vh;
		overflow: hidden;
		margin: 13% auto;
		padding: 20px;
		padding-top: 40px;
		padding-bottom: 30px;
		background: #ffffff;
		position: relative;
		color: #333;
		font-weight: 400;
		font-size: 1.1em;
}

.addtocarthide {
		position: absolute;
		top: 0;
		right: 15px;
		color: darkgray;
		font-size: 1.8em;
		cursor: pointer;
		transition: all 0.5s;
	}
	
.addtocarthide:hover {
		color: #333;
		transform: scale(1.05);
}


.smbl {
  word-wrap: break-word;
}

.cartrow{
	transition: all 0.5s;
}

.cartrow:hover {
	background: #efefef;
	-webkit-box-shadow: 0px 0px 8px -2px rgba(51,51,51,0.68);
	-moz-box-shadow: 0px 0px 8px -2px rgba(51,51,51,0.68);
	box-shadow: 0px 0px 8px -2px rgba(51,51,51,0.68);
}

.cartdel {
	cursor: pointer;
	color: red;
	font-size: 1.2em;
	transition: all 0.3s;
	margin-bottom: 20px;
}

.cartdel:hover {
	transform: scale(1.3);
}

.final_price {
	font-weight: 300;
	font-size: 3.0em;
	color: #24b8a9;
	width: 100%;
	text-align: right;
	padding: 3px;
}

.item_photo {
	height: 100px;
	max-width: 48%;
	margin: 2%;
	opacity: 0.8;
	transition: all 0.3s;
}

.item_photo:hover {
	opacity: 1;
	transform: scale(1.1);
	
}

.item_info_page .plus, .item_info_page .minus, .item_info_page .itemcount {
	font-size: 1.5em;
	color: #888;
}

.store_input {
	border: 1px solid #ccc;
	background: none;
	outline: none;
	color: #555;
	padding: 7px;
	font-size: 1.1em;
	width: 100%;
	max-width: 500px;
}

.no_name, .no_phone {
	color: red;
	font-size: 0.8em;
	font-weight: 400;
}

.filter_razd {
	width: 100%;
	clear:both;
	display: block;
	height: 13px;
}

.filtercheck {
	display: inline-block;
	margin: 3px;
	padding: 3px 8px;
	font-size: 0.9em;
	color: #00b3b2;
	background: #fff;
	border-bottom: 1px solid lightgray;
	cursor: pointer;	
	transition: all 0.3s;
	position: relative;	
	-moz-user-select: none;
	-khtml-user-select: none;
	user-select: none;  
}

.modselector {
	display: inline-block;
	margin: 4px;
	padding: 5px 16px;
	color: #fff;
	background: #00b3b2;
	cursor: pointer;	
	transition: all 0.3s;
	position: relative;	
	-moz-user-select: none;
	-khtml-user-select: none;
	user-select: none;  
}

.sel {
	color: #fff!important;
	background: #333!important;
}

.sel:before {
	z-index: 1;
	position: absolute;
	top: -8px;
	left: -2px;
	font-family: "Font Awesome 5 Free";
	font-weight: bold;
	content: '\f058';
	display: block;
	color: #00b3b2;
}




@media (max-width: 1251px){
	.itemprice {
		font-size: 0.7em;
	}
}


@media (max-width: 1100px){
	
	.store_section {
		width: 19%;
		margin: 0.5%;
		height: 180px;
		font-size: 0.9em;
	}	

	.store_section_img {
		height: 100px;
		margin: 2%;
		max-width: 96%;
	}


	.store_item {
		width: 18%;
		margin: 0.98%;
		height: 380px;
		border: 1px solid #f9f7f7;
		font-weight: 400;
		font-size: 0.75em;
	}

	.store_item_img {
		height: 180px;
		margin-bottom: 15px;
	}

	.addtocart, .gotocart {
		padding: 4px 13px;
		font-size: 0.75em;
		min-width: 110px;
	}

	.notaddtocart {
		padding: 4px 13px;
		font-size: 0.75em;
	}

}



@media (max-width: 991px){
	
	#leftmenu {
		display: none;
		background: #fff;
		padding-bottom: 15px;
	}
	
	#leftmenu_mobile {
		display: block;
	}
	
	#filter_mobile {
		display: block;
	}
	
	.filters_close {
		cursor: pointer;
		display: block;
		float: right;
		margin: 1px 5px;
		padding: 3px 10px;
		color: #fff;
		background: #24b8a9;
		text-transform: uppercase;
	}
	
	.filters_close i {
		margin-right: 7px;
	}
	
	.leftmenu-container {
		display: none;
	}
	
	.store_item {
		min-width: auto;
	}
	
	.rzdl {
		display: none;
	}
}


@media (max-width: 950px){
	
	
.store_section {
	width: 19%;
	margin: 0.5%;
	height: 200px;
	font-size: 0.9em;
}	

.store_section_img {
	height: 120px;
	margin: 2%;
	max-width: 96%;
}


.store_item {
	width: 18%;
	margin: 0.98%;
	height: 380px;
	border: 1px solid #f9f7f7;
	font-weight: 400;
	font-size: 0.8em;
}

.store_item_img {
	height: 180px;
	margin-bottom: 15px;
}

.addtocart, .gotocart {
	padding: 5px 16px;
	font-size: 0.9em;
	min-width: 110px;
}

.notaddtocart {
	padding: 5px 16px;
	font-size: 0.9em;
}
	
}


@media (max-width: 865px){

.store_section {
	width: 24%;
	margin: 0.5%;
	height: 200px;
	font-size: 0.9em;
}	

.store_section_img {
	height: 140px;
	margin: 2%;
	max-width: 96%;
}

#store_container {
	margin-top: 0;
}

.itemprice {
	font-size: 16px;
}

.smbl {
	display: block;
	min-width: 100%!important;
	clear: both!important;
	float: right!important;
	text-align: center!important;
}

.smbl img {
	height: 110px!important;
	width: auto!important;
}
	
}



@media (max-width: 720px){

.store_section {
	width: 24%;
	margin: 0.5%;
	height: 190px;
	font-size: 0.8em;
}	

.store_section_img {
	height: 120px;
	margin: 2%;
	max-width: 96%;
}


.store_item {
	width: 30.8%;
	margin: 1%;
	height: 420px;
	border: 1px solid #f9f7f7;
	font-weight: 400;
	font-size: 0.8em;
}

.store_item_img {
	height: 210px;
	margin-bottom: 15px;
}

.addtocart, .gotocart {
	padding: 5px 20px;
	font-size: 1.0em;
	min-width: 110px;
}

.notaddtocart {
	padding: 5px 20px;
	font-size: 1.0em;
}	

#order_details {
	font-size: 12px;
}

.gotocart {
	font-size: 14px;
	margin: 8px;
}

.itemprice {
	font-size: 16px;
}
	
}


@media (max-width: 650px){

.store_section {
	width: 32.1%;
	margin: 0.5%;
	height: 150px;
	font-size: 0.7em;
}	

.store_section_img {
	height: 90px;
	margin: 2%;
	max-width: 96%;
}


.store_item {
	width: 48%;
	margin: 1%;
	height: 390px;
	border: 1px solid #f9f7f7;
	font-weight: 400;
	font-size: 0.8em;
}

.store_item_img {
	height: 185px;
	margin-bottom: 15px;
}

.addtocart, .gotocart {
	padding: 5px 20px;
	font-size: 1.0em;
	min-width: 110px;
}

.notaddtocart {
	padding: 5px 20px;
	font-size: 1.0em;
}	

#cart_container, #order-confirmed {
	font-size: 13px;
}

.final_price {
	font-size: 30px;
}

.cart_add {
	border: none!important;
}

.item_info_page {
	font-size: 13px;
}

.price-xl {
	font-size: 38px;
}
	
}

@media (max-width: 330px){

.store_section {
	width: 32.1%;
	margin: 0.5%;
	height: 130px;
	font-size: 0.6em;
}	

.store_section_img {
	height: 70px;
	margin: 2%;
	max-width: 96%;
}


.store_item {
	width: 47.6%;
	margin: 1.2%;
	height: 360px;
	border: 1px solid #f9f7f7;
	font-weight: 400;
	font-size: 0.7em;
}

.store_item_img {
	height: 170px;
	margin-bottom: 15px;
}

.addtocart, .gotocart {
	padding: 5px 15px;
	font-size: 1.0em;
	min-width: 110px;
}

.notaddtocart {
	padding: 5px 15px;
	font-size: 1.0em;
}	

.item_info_page {
	font-size: 12px;
}
	
}