﻿.box {
	color: #b49109!important
}
.border-select {
}
/* range slider
---------------------------------------------------------------*/
.rs-container * {
	box-sizing: border-box;
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}
.rs-container {
	font-family: Arial, Helvetica, sans-serif;
	height: 45px;
	position: relative;
}
.rs-container .rs-bg, .rs-container .rs-selected {
	background-color: #2d2d2d;
	border: 1px solid #000;
	height: 10px;
	left: 0;
	position: absolute;
	top: 14px;
	width: 100%;
	border-radius: 0px;
}
.rs-container .rs-selected {
	background-color: #B49109;
	border: 1px solid #666;
	transition: all .2s linear;
	width: 0
}
.rs-container.disabled .rs-selected {
	background-color: #ccc;
	border-color: #bbb
}
.rs-container .rs-pointer {
	background-color: #fff;
	border: 1px solid #bbb;
	border-radius: 0px;
	cursor: pointer;
	height: 30px;
	left: 0px;
	position: absolute;
	top: 3px;
	transition: all .2s linear;
	width: 12px;
	box-shadow: inset 0 0 1px #FFF, inset 0 1px 6px #ebebeb, 1px 1px 4px rgba(0,0,0,.1)
}
.rs-container.disabled .rs-pointer {
	border-color: #ccc;
	cursor: default
}
.rs-container .rs-pointer::after, .rs-container .rs-pointer::before {
	content: '';
	position: absolute;
	width: 0px;
	height: 9px;
	background-color: #ddd;
	left: 0px;
	top: 5px
}
.rs-container .rs-pointer::after {
	left: auto;
	right: 12px
}
.rs-container.sliding .rs-pointer, .rs-container.sliding .rs-selected {
	transition: none
}
.rs-container .rs-scale {
	left: 0;
	position: absolute;
	top: 5px;
	white-space: nowrap
}
.rs-container .rs-scale span {
	float: left;
	position: relative
}
.rs-container .rs-scale span::before {
	background-color: #ededed;
	content: "";
	height: 8px;
	left: 0;
	position: absolute;
	top: 10px;
	width: 1px
}
.rs-container.rs-noscale span::before {
	display: none
}
.rs-container.rs-noscale span:first-child::before, .rs-container.rs-noscale span:last-child::before {
	display: block
}
.rs-container .rs-scale span:last-child {
	margin-left: 0px;
	width: 0
}
.rs-container .rs-scale span ins {
	color: #333;
	display: inline-block;
	font-size: 0px;
	margin-top: 20px;
	text-decoration: none
}
.rs-container.disabled .rs-scale span ins {
	color: #999
}
.rs-tooltip {
	color: #2d2d2d;
	width: auto;
	height: 25px;
	background: transparent;
	border: 0px solid #2d2d2d;
	border-radius: 0px;
	position: absolute;
	transform: translate(-50%, -30px);
	left: 0px;
	text-align: center;
	font-size: 14px;
}
.rs-container.disabled .rs-tooltip {
	border-color: #ccc;
	color: #999;
}
.rs-tooltip::before {
	content: "₪";
	padding-right: 2px;
	font-size: inherit;
}
/* Media Queries for Desktop
---------------------------------------------------------------*/
@media all and (min-width: 1438px) {
.products_filtering_section {
	width: 90%;
	margin-left: 0%;
	margin-right: 0%;
	float: left;
	padding-top: 30px;
	padding-bottom: 30px;
	padding-right: 5%;
	padding-left: 5%;
	text-align: center;
	direction: rtl;
}
#progressbarFilterLoading {
	float: right;
	width: 100%!important;
	height: 100%!important;
	background-color: rgba(255,255,255,0.2);
	bottom: 0;
	position: absolute;
	z-index: 100000!important;
	text-align: center;
}
.progressbarGif_load {
	float: right;
	width: 6%;
	margin-left: 47%;
	margin-right: 47%;
	margin-top: 20%;
}
.products_filtering_title_container {
	width: 100%;
	float: right;
	padding-top: 40px;
	padding-bottom: 40px;
	position: relative;
}
.products_search_section {
	width: 90.7%;
	padding-left: 4.3%;
	padding-right: 5%;
	float: right;
	padding-top: 70px;
	padding-bottom: 70px;
	min-height: 600px;
}
.products_filtering_right_container {
	float: right;
	width: 17%;
	margin-left: 2%;
	padding-left: 0%;
}
.controls {
	float: right;
	width: 100%;
	background-color: #fff;
}
.products_filtering_left_container {
	float: left;
	width: 81%;
}
.filter_buttons {
	display: block;
}
#products {
	display: block;
	width: 100%;
	margin-bottom: 0px;
	text-align: right;
	padding-top: 0;
	padding-right: 0px;
	padding-bottom: 0;
	padding-left: 0px;
	margin-top: 0px;
}
#products li.item {
	display: none;
	opacity: 1;
	box-sizing: border-box;
	direction: rtl;
	position: relative;
	width: 23%;
	margin-bottom: 2%;
	margin-left: 1%;
	margin-right: 1%;
	float: right;
	background-color: #fff;
	padding: 0px;
	box-shadow: 0px 0px 5px 0 rgba(32, 47, 57, 0.1);
	-webkit-transition: all 500ms;
	-moz-transition: all 500ms;
	-ms-transition: all 500ms;
	-o-transition: all 500ms;
	transition: all 500ms;
}
#products li.item:hover {
	box-shadow: 0px 0px 24px 0 rgba(32, 47, 57, 0.1);
}
.free_greed_filtering_small {
	float: right;
	width: 24.25%;
	display: block;
	margin-bottom: 1%;
	margin-left: 1%;
	min-height: 300px;
	max-height: 300px;
	position: relative;
	transition: 0.2s all;
	-webkit-transition: 0.2s all;
	-moz-transition: 0.2s all;
	-o-transition: 0.2s all;
	box-sizing: border-box;
	border: 0px solid #fff;
}
.free_greed_filtering_small:nth-of-type(4n) {
	margin-left: 0!important;
}
.free_greed_filtering_filtering_small {
	float: right;
	width: 100%;
	display: block;
	min-height: 300px;
	max-height: 300px;
	position: relative;
	transition: 0.2s all;
	-webkit-transition: 0.2s all;
	-moz-transition: 0.2s all;
	-o-transition: 0.2s all;
	box-sizing: border-box;
	border: 0px solid #fff;
	margin-bottom: 60px;
}
div.free_greed_filtering_overlayer {
	display: inline-block;
}
div.free_greed_filtering_overlayer img {
	width: 100%;
	max-width: 100%;
	overflow: hidden;
	visibility: visible;
}
div.free_greed_filtering_overlayer:hover span.free_greed_filtering_des_above {
	opacity: 1;
}
span.free_greed_filtering_des_above {
	font-size: 26px;
	font-weight: 300;
	cursor: pointer;
	display: table-cell;
	width: 100%;
	height: 60px;
	left: 0;
	position: absolute;
	bottom: -60px;
	opacity: 1;
	-webkit-transition: opacity 500ms;
	-moz-transition: opacity 500ms;
	-o-transition: opacity 500ms;
	transition: opacity 500ms;
	background-color: #fff !important;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #e8e8e8;
}
span.free_greed_filtering_des_above_text {
	display: block;
	width: 100%;
	height: 60px;
	direction: rtl;
	cursor: auto !important;
}
span.free_greed_filtering_des_above_text span {
	text-align: center;
	box-sizing: border-box;
	padding-left: 0px;
	padding-right: 0px;
}
.free_greed_filtering_des_above_text .detalis_content {
	width: calc(100% - 75px);
	display: table;
	height: 60px;
	float:right;
	direction: rtl;
	padding-right: 15px!important;
}
span.free_greed_filtering_des_name {
	display: table-cell;
	vertical-align: middle;
	font-size: 17px;
	font-weight: 400;
	text-align: right!important;
	direction:rtl;
}
/*.free_greed_filtering_des_above_text .detalis_content {
	float: right;
	width: auto!important;
	margin-top: 10px;
	padding-right: 15px!important;
	display: block;
}
span.free_greed_filtering_des_name {
	float: right;
	width: auto!important;
	text-align: right!important;
	font-size: 17px!important;
	font-weight: 400;
	margin-top: 0px;
	padding-right: 0px!important;
	display: block;
	clear:both;
}*/
span.free_greed_filtering_des_price {
	float: right;
	width: auto!important;
	text-align: right!important;
	font-size: 17px!important;
	font-weight: 400;
	margin-top: 0px;
	padding-right: 0px!important;
	display: block;
	clear:both;
}
span.free_greed_filtering_des_add_to_cart a {
	float: left!important;
	width: auto!important;
	text-align: center!important;
	font-size: 28px!important;
	font-weight: 400;
	padding-top: 0px;
	padding-bottom: 0px;
	display: inline-block;
	left: 0!important;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #e8e8e8;
	color: #2d2d2d;
	transition: 0.2s all;
	-webkit-transition: 0.2s all;
	-moz-transition: 0.2s all;
	-o-transition: 0.2s all;
}
span.free_greed_filtering_des_add_to_cart a:hover {
	background-color: #e8e8e8;
	color: #000;
}
span.free_greed_filtering_des_add_to_cart a i {
	padding-top: 12px;
	padding-bottom: 12px;
	padding-left: 17px;
	padding-right: 18px;
}
span.free_greed_filtering_des_wishlist a {
	float: left!important;
	width: auto!important;
	text-align: center!important;
	font-size: 24px!important;
	font-weight: 400;
	padding-top: 0px;
	padding-bottom: 0px;
	display: inline-block;
	left: 0!important;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #e8e8e8;
	color: #2d2d2d;
	transition: 0.2s all;
	-webkit-transition: 0.2s all;
	-moz-transition: 0.2s all;
	-o-transition: 0.2s all;
}
span.free_greed_filtering_des_wishlist a i {
	padding-top: 16px;
	padding-bottom: 13px;
	padding-left: 17px;
	padding-right: 18px;
}
span.free_greed_filtering_des_wishlist a:hover {
	background-color: #e8e8e8;
	color: #aa134d;
}
div.free_greed_filtering_overlayer:hover span.free_greed_filtering_content_above {
	opacity: 0;
	cursor: auto !important;
}
div.free_greed_filtering_overlayer:hover span.free_greed_filtering_content_under {
	opacity: 1;
	cursor: auto !important;
}
span.free_greed_filtering_content_above {
	font-size: 28px;
	font-weight: 300;
	cursor: pointer;
	display: table-cell;
	width: 100%;
	height: 100%;
	left: 0;
	position: absolute;
	top: 0;
	opacity: 1;
	-webkit-transition: opacity 500ms;
	-moz-transition: opacity 500ms;
	-o-transition: opacity 500ms;
	transition: opacity 500ms;
}
span.free_greed_filtering_content_above_text {
	display: block;
	width: 100%;
	height: 100%;
	direction: rtl;
}
span.free_greed_filtering_content_above_text span {
	position: absolute;
	box-sizing: border-box;
}
span.free_greed_filtering_content_under {
	font-size: 28px;
	font-weight: 300;
	cursor: pointer;
	display: table-cell;
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	opacity: 0;
	-webkit-transition: opacity 500ms;
	-moz-transition: opacity 500ms;
	-o-transition: opacity 500ms;
	transition: opacity 500ms;
}
span.free_greed_filtering_content_under_text {
	display: inline-block;
	width: 100%;
	height: 100%;
	direction: rtl;
}
span.free_greed_filtering_content_under_text span {
	text-align: center;
	width: 100%;
	position: absolute;
	top: 43%;
	box-sizing: border-box;
	padding-left: 0px;
	padding-right: 0px;
}
.add_to_cart_button {
	width: 100%;
	float: none;
	font-size: 17px;
	font-weight: 400;
	text-align: center;
	padding-right: 12px;
	padding-left: 12px;
	padding-top: 12px;
	padding-bottom: 12px;
	margin-left: 12px;
	-webkit-transition: all 0.25s;
	-moz-transition: all 0.25s;
	-ms-transition: all 0.25s;
	-o-transition: all 0.25s;
	transition: all 0.25s;
	cursor: pointer;
	direction: rtl;
	box-sizing: border-box;
	background-color: transparent;
	color: #b49109;
	border: 1px solid #b49109;
}
.add_to_cart_button:hover {
	background-color: #b49109;
	color: #fff;
	border: 1px solid #b49109;
}
.go_to_product_button {
	width: 100%;
	float: none;
	font-size: 20px;
	font-weight: 400;
	text-align: center;
	padding-right: 25px;
	padding-left: 25px;
	padding-top: 15px;
	padding-bottom: 15px;
	margin-left: 0px;
	-webkit-transition: all 0.25s;
	-moz-transition: all 0.25s;
	-ms-transition: all 0.25s;
	-o-transition: all 0.25s;
	transition: all 0.25s;
	cursor: pointer;
	direction: rtl;
	box-sizing: border-box;
	background-color: transparent;
	color: #fff;
	border: 2px solid #fff;
}
.go_to_product_button:hover {
	background-color: #b49109;
	color: #fff;
	border: 2px solid #b49109;
}
span.free_greed_filtering_name {
	float: right;
	width: 100%!important;
	text-align: center!important;
	font-size: 34px!important;
	font-weight: 300;
	vertical-align: middle;
	z-index: 2!important;
	margin-top: 0px;
	margin-left: 0!important;
	margin-right: 0!important;
	right: 0px;
	top: 40%!important;
	color: #fff;
}
span.free_greed_filtering_strip_up {
	float: right;
	width: 55px!important;
	top: 15px!important;
	right: 15px!important;
}
span.free_greed_filtering_strip_up_circle {
	width: 100%;
	border-radius: 50%;
	text-align: center!important;
	font-size: 17px;
	font-weight: 400;
	padding: 50% 0;
	line-height: 0;
	position: relative;
	background: #2d2d2d;
	color: #fff;
}
.container {
	position: relative;
	padding-bottom: 20px;
}
.container .mix, .container .gap {
	display: inline-block;
	opacity: 1;
	box-sizing: border-box;
	direction: rtl;
	position: relative;
	width: 23%;
	margin-bottom: 2%;
	margin-left: 1%;
	margin-right: 1%;
	float: right;
	background-color: #fff;
	padding: 0px;
	box-shadow: 0px 0px 5px 0 rgba(32, 47, 57, 0.1);
}
.container .mix {
	display: none;
}
.container .fail-message {
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	text-align: center;
	opacity: 0;
	pointer-events: none;
	-webkit-transition: 150ms;
	-moz-transition: 150ms;
	transition: 150ms;
}
.container .fail-message:before {
	content: '';
	display: inline-block;
	vertical-align: middle;
	height: 100%;
}
.container .fail-message span {
	display: inline-block;
	vertical-align: middle;
	font-size: 22px;
	font-weight: 400;
	color: #be1e2d;
	padding-bottom: 20px;
	direction:rtl;
}
.container.fail .fail-message {
	opacity: 1;
	pointer-events: auto;
}
.reset_filter_btn {
	background-position: 97% center;
	width: 100%;
	float: right;
	color: #2d2d2d!important;
	font-size: 17px;
	font-weight: 400;
	cursor: pointer;
	font-family: 'almoni-dl';
	line-height: 2.1em;
	box-sizing: border-box;
	transition: 0.3s all;
	-webkit-transition: 0.3s all;
	-moz-transition: 0.3s all;
	-o-transition: 0.3s all;
	background-image: url('../../../../images/System/all_products.png');
	background-repeat: no-repeat;
	text-align: right;
	padding-left: 0 !important;
	padding-right: 14% !important;
	padding-top: 5px !important;
	padding-bottom: 5px !important;
	background-color: rgba(255,255,255,0.5);
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 1px;
	border-left-width: 0px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #2d2d2d;
	border-right-color: #2d2d2d;
	border-bottom-color: #e8e8e8;
	border-left-color: #2d2d2d;
	color: #2d2d2d !important
}
.reset_filter_btn:hover {
	background-position: 97% center;
	width: 100%;
	float: right;
	color: #2d2d2d!important;
	font-size: 17px;
	font-weight: 400;
	cursor: pointer;
	font-family: 'almoni-dl';
	line-height: 2.1em;
	box-sizing: border-box;
	transition: 0.3s all;
	-webkit-transition: 0.3s all;
	-moz-transition: 0.3s all;
	-o-transition: 0.3s all;
	background-image: url('../../../../images/System/all_products_hover.png');
	background-repeat: no-repeat;
	text-align: right;
	padding-left: 0 !important;
	padding-right: 14% !important;
	padding-top: 5px !important;
	padding-bottom: 5px !important;
	background-color: #fff;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 1px;
	border-left-width: 0px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #2d2d2d;
	border-right-color: #2d2d2d;
	border-bottom-color: #e8e8e8;
	border-left-color: #2d2d2d;
}
/* fs_accordion css
---------------------------------------------------------------*/
#wrap_accordion {
	width: 100%;
	float: right;
	margin: 0;
}
#wrap_accordion li {
	width: 100%;
	float: right;
	list-style-type: none;
}
#wrap_accordion .wrap_title {
	float: right;
	width: 100%;
	padding-right: 10px;
	padding-left: 10px;
	text-align: right;
	color: #2d2d2d;
	font-size: 0px;
	font-weight: 700;
	line-height: 0em;
	position: relative;
	cursor: pointer;
	display: block;
	box-sizing: border-box;
	-webkit-transition: all 0.4s ease;
	-o-transition: all 0.4s ease;
	transition: all 0.4s ease;
	direction: rtl;
	background-color: rgba(255,255,255,0.1) !important;
	font-family: 'almoni-tzar';
	border: 0px solid #2d2d2d !important;
}
#wrap_accordion .wrap_title i {
	float: left;
	width: auto;
	padding-top: 0px!important;
	padding-bottom: 0!important;
	padding-left: 0!important;
	padding-right: 0!important;
	margin: 0!important;
	font-size: 0px;
}
.fs_accordion {
	width: 100%;
	float: right;
	position: relative;
	max-width: 100%;
	margin: 0!important;
	padding: 0!important;
}
#fs_accordion {
	width: 100%;
}
.fs_accordion li {
	list-style-type: none;
	float: right;
	width: 100%;
	padding: 0;
	margin: 0;
}
.fs_accordion li .title {
	float: right;
	width: 100%;
	padding-right: 15px;
	padding-left: 15px;
	text-align: right;
	color: #2d2d2d;
	font-size: 20px;
	font-weight: 700;
	line-height: 2.3em;
	position: relative;
	cursor: pointer;
	display: block;
	box-sizing: border-box;
	-webkit-transition: all 0.4s ease;
	-o-transition: all 0.4s ease;
	transition: all 0.4s ease;
	direction: rtl;
	background-color: rgba(45,45,45,0) !important;
	border-bottom: 1px solid #2d2d2d !important;
}
.fs_accordion li .title i {
	float: left;
	width: auto;
	padding-top: 13px!important;
	padding-bottom: 0!important;
	padding-left: 0!important;
	padding-right: 0!important;
	margin: 0!important;
	font-size: 15px;
}
.fs_accordion li .title:last-child {
	border-bottom: 0;
	background-color: transparent;
}
.fs_accordion li ul.sub_menu {
	list-style-type: none;
	float: right;
	width: 100%;
	margin-bottom: 0;
	margin-top: 0;
	padding-top: 0;
	padding-bottom: 0;
	margin-left: 0;
	padding-left: 0;
}
.fs_accordion li ul.sub_menu li {
	list-style-type: none;
	float: right;
	width: 100%;
}
.fs_accordion li ul.sub_menu li .link {
	width: 100%;
	float: right;
	padding-left: 0px;
	padding-right: 0px;
	box-sizing: border-box;
	margin-bottom: 0px;
	border-bottom: 1px solid #e8e8e8;
}
.link input[type="checkbox"] {
	display: none;
}
.link input[type="checkbox"] + label {
	color: #2d2d2d;
	float: right;
	direction: rtl;
	text-align: right;
	width: 100%;
	padding-top: 12px;
	padding-bottom: 12px;
	padding-right: 10px;
	padding-left: 10px;
	box-sizing: border-box;
	display: inline-block;
	-webkit-transition: all 0.2s ease;
	-o-transition: all 0.2s ease;
	transition: all 0.2s ease;
	background-color: rgba(255,255,255,0.0);
}
.link input[type="checkbox"] + label:hover {
	background-color: #f4f4f4;
}
.link input[type="checkbox"] + label span {
	display: inline-block;
	width: 18px;
	height: 18px;
	vertical-align: middle;
	/*background: url('../../../../images/System/search_checkbox_regular.png') no-repeat center top;*/
	background-color: #eee;
	border: 1px solid #999;
	cursor: pointer;
	margin-left: 10px;
	float: right;
	-webkit-transition: all 0.4s ease;
	-o-transition: all 0.4s ease;
	transition: all 0.4s ease;
	box-sizing: border-box;
}
.link input[type="checkbox"]:checked + label span {
	/*background: url('../../../../images/System/search_checkbox_active.png') no-repeat center top;*/
	background-color: #fff;
	border: 4px solid #B49109;
	box-sizing: border-box;
}
.fs_accordion li ul.sub_menu li .link_all {
	width: 100%;
	float: right;
	padding-left: 0px;
	padding-right: 0px;
	box-sizing: border-box;
	margin-bottom: 1px;
	border-bottom: 1px solid #e8e8e8;
}
.link_all input[type="checkbox"] {
	display: none;
}
.link_all input[type="checkbox"] + label {
	color: #2d2d2d;
	float: right;
	direction: rtl;
	text-align: right;
	width: 100%;
	padding-top: 12px;
	padding-bottom: 12px;
	padding-right: 10px;
	padding-left: 10px;
	box-sizing: border-box;
	display: inline-block;
	-webkit-transition: all 0.2s ease;
	-o-transition: all 0.2s ease;
	transition: all 0.2s ease;
	background-color: rgba(255,255,255,0.9);
}
.link_all input[type="checkbox"] + label:hover {
	background-color: rgba(255,255,255,0.8);
}
.link_all input[type="checkbox"] + label span {
	display: inline-block;
	width: 18px;
	height: 18px;
	vertical-align: middle;
	/*background: url('../../../../images/System/search_checkbox_regular.png') no-repeat center top;*/
	background-color: #eee;
	border: 1px solid #999;
	cursor: pointer;
	margin-left: 10px;
	float: right;
	-webkit-transition: all 0.4s ease;
	-o-transition: all 0.4s ease;
	transition: all 0.4s ease;
	box-sizing: border-box;
}
.link_all input[type="checkbox"]:checked + label span {
	/*background: url('../../../../images/System/search_checkbox_active.png') no-repeat center top;*/
	background-color: #fff;
	border: 3px solid #B49109;
	box-sizing: border-box;
}
.link_color {
	list-style-type: none;
	float: right;
	display: inline-block;
	width: auto!important;
	margin-left: 0px;
	padding: 0!important;
}
.link_color input[type="checkbox"] {
	display: none;
}
.link_color input[type="checkbox"] + label {
	color: #2d2d2d;
	float: right;
	direction: rtl;
	text-align: right;
	width: auto;
	padding-top: 0px;
	padding-bottom: 0px;
	padding-right: 8px;
	padding-left: 8px;
	margin-top:12px;
	box-sizing: border-box;
	display: inline-block;
	-webkit-transition: all 0.2s ease;
	-o-transition: all 0.2s ease;
	transition: all 0.2s ease;
	background-color: rgba(255,255,255,0.0);
}
.link_color input[type="checkbox"] + label:hover {
	background-color: rgba(255,255,255,0.0);
}
.link_color input[type="checkbox"] + label span {
	display: inline-block;
	width: 30px;
	height: 30px;
	vertical-align: middle;
	background-color: #eee;
	border: 1px solid #999;
	cursor: pointer;
	margin-left: 0px;
	float: right;
	-webkit-transition: all 0.4s ease;
	-o-transition: all 0.4s ease;
	transition: all 0.4s ease;
	box-sizing: border-box;
	border-radius: 0%
}
.link_color input[type="checkbox"]:checked + label span {
	background-color: #fff;
	border: 3px solid #B49109;
	box-sizing: border-box;
}
.slider_range_container {
	width: 86%!important;
	margin-left: 7%!important;
	margin-right: 7%!important;
	float: right;
	margin-top: 50px;
}
.slider-container {
	width: 100%;
	float: right;
	margin-left: 0%;
	margin-right: 0%;
}
}
/* Media Queries for Laptop
-------------------------------------------------------------- */
@media (max-width: 1439px) and (min-width: 769px) {
.products_filtering_section {
	width: 90%;
	margin-left: 0%;
	margin-right: 0%;
	float: left;
	padding-top: 30px;
	padding-bottom: 30px;
	padding-right: 5%;
	padding-left: 5%;
	text-align: center;
	direction: rtl;
}
#progressbarFilterLoading {
	float: right;
	width: 100%!important;
	height: 100%!important;
	background-color: rgba(255,255,255,0.2);
	bottom: 0;
	position: absolute;
	z-index: 100000!important;
	text-align: center;
}
.progressbarGif_load {
	float: right;
	width: 6%;
	margin-left: 47%;
	margin-right: 47%;
	margin-top: 20%;
}
.products_filtering_title_container {
	width: 100%;
	float: right;
	padding-top: 40px;
	padding-bottom: 40px;
	position: relative;
}
.products_search_section {
	width: 95.7%;
	padding-left: 1.8%;
	padding-right: 2.5%;
	float: right;
	padding-top: 70px;
	padding-bottom: 70px;
	min-height: 600px;
}
.products_filtering_right_container {
	float: right;
	width: 20%;
	margin-left: 2%;
	padding-left: 0%;
}
.controls {
	float: right;
	width: 100%;
	background-color: #fff;
}
.products_filtering_left_container {
	float: left;
	width: 78%;
}
.filter_buttons {
	display: block;
}
#products {
	display: block;
	width: 100%;
	margin-bottom: 0px;
	text-align: right;
	padding-top: 0;
	padding-right: 0px;
	padding-bottom: 0;
	padding-left: 0px;
	margin-top: 0px;
}
#products li.item {
	display: none;
	opacity: 1;
	box-sizing: border-box;
	direction: rtl;
	position: relative;
	width: 23%;
	margin-bottom: 2%;
	margin-left: 1%;
	margin-right: 1%;
	float: right;
	background-color: #fff;
	padding: 0px;
	box-shadow: 0px 0px 5px 0 rgba(32, 47, 57, 0.1);
	-webkit-transition: all 500ms;
	-moz-transition: all 500ms;
	-ms-transition: all 500ms;
	-o-transition: all 500ms;
	transition: all 500ms;
}
#products li.item:hover {
	box-shadow: 0px 0px 24px 0 rgba(32, 47, 57, 0.1);
}
.free_greed_filtering_small {
	float: right;
	width: 24.25%;
	display: block;
	margin-bottom: 1%;
	margin-left: 1%;
	min-height: 300px;
	max-height: 300px;
	position: relative;
	transition: 0.2s all;
	-webkit-transition: 0.2s all;
	-moz-transition: 0.2s all;
	-o-transition: 0.2s all;
	box-sizing: border-box;
	border: 0px solid #fff;
}
.free_greed_filtering_small:nth-of-type(4n) {
	margin-left: 0!important;
}
.free_greed_filtering_filtering_small {
	float: right;
	width: 100%;
	display: block;
	min-height: 300px;
	max-height: 300px;
	position: relative;
	transition: 0.2s all;
	-webkit-transition: 0.2s all;
	-moz-transition: 0.2s all;
	-o-transition: 0.2s all;
	box-sizing: border-box;
	border: 0px solid #fff;
	margin-bottom: 60px;
}
div.free_greed_filtering_overlayer {
	display: inline-block;
}
div.free_greed_filtering_overlayer img {
	width: 100%;
	max-width: 100%;
	overflow: hidden;
	visibility: visible;
}
div.free_greed_filtering_overlayer:hover span.free_greed_filtering_des_above {
	opacity: 1;
}
span.free_greed_filtering_des_above {
	font-size: 26px;
	font-weight: 300;
	cursor: pointer;
	display: table-cell;
	width: 100%;
	height: 60px;
	left: 0;
	position: absolute;
	bottom: -60px;
	opacity: 1;
	-webkit-transition: opacity 500ms;
	-moz-transition: opacity 500ms;
	-o-transition: opacity 500ms;
	transition: opacity 500ms;
	background-color: #fff !important;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #e8e8e8;
}
span.free_greed_filtering_des_above_text {
	display: block;
	width: 100%;
	height: 60px;
	direction: rtl;
	cursor: auto !important;
}
span.free_greed_filtering_des_above_text span {
	text-align: center;
	box-sizing: border-box;
	padding-left: 0px;
	padding-right: 0px;
}
.free_greed_filtering_des_above_text .detalis_content {
	width: calc(100% - 85px);
	display: table;
	height: 60px;
	float:right;
	direction: rtl;
	padding-right: 10px!important;
}
span.free_greed_filtering_des_name {
	display: table-cell;
	vertical-align: middle;
	font-size: 15px;
	font-weight: 400;
	text-align: right!important;
	direction:rtl;
}
/*.free_greed_filtering_des_above_text .detalis_content {
	float: right;
	width: auto!important;
	margin-top: 10px;
	padding-right: 15px!important;
	display: block;
}
span.free_greed_filtering_des_name {
	float: right;
	width: auto!important;
	text-align: right!important;
	font-size: 17px!important;
	font-weight: 400;
	margin-top: 0px;
	padding-right: 0px!important;
	display: block;
	clear:both;
}*/
span.free_greed_filtering_des_price {
	float: right;
	width: auto!important;
	text-align: right!important;
	font-size: 17px!important;
	font-weight: 400;
	margin-top: 0px;
	padding-right: 0px!important;
	display: block;
	clear:both;
}
span.free_greed_filtering_des_add_to_cart a {
	float: left!important;
	width: auto!important;
	text-align: center!important;
	font-size: 28px!important;
	font-weight: 400;
	padding-top: 0px;
	padding-bottom: 0px;
	display: inline-block;
	left: 0!important;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #e8e8e8;
	color: #2d2d2d;
	transition: 0.2s all;
	-webkit-transition: 0.2s all;
	-moz-transition: 0.2s all;
	-o-transition: 0.2s all;
}
span.free_greed_filtering_des_add_to_cart a:hover {
	background-color: #e8e8e8;
	color: #000;
}
span.free_greed_filtering_des_add_to_cart a i {
	padding-top: 12px;
	padding-bottom: 12px;
	padding-left: 17px;
	padding-right: 18px;
}
span.free_greed_filtering_des_wishlist a {
	float: left!important;
	width: auto!important;
	text-align: center!important;
	font-size: 24px!important;
	font-weight: 400;
	padding-top: 0px;
	padding-bottom: 0px;
	display: inline-block;
	left: 0!important;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #e8e8e8;
	color: #2d2d2d;
	transition: 0.2s all;
	-webkit-transition: 0.2s all;
	-moz-transition: 0.2s all;
	-o-transition: 0.2s all;
}
span.free_greed_filtering_des_wishlist a i {
	padding-top: 16px;
	padding-bottom: 13px;
	padding-left: 17px;
	padding-right: 18px;
}
span.free_greed_filtering_des_wishlist a:hover {
	background-color: #e8e8e8;
	color: #aa134d;
}
div.free_greed_filtering_overlayer:hover span.free_greed_filtering_content_above {
	opacity: 0;
	cursor: auto !important;
}
div.free_greed_filtering_overlayer:hover span.free_greed_filtering_content_under {
	opacity: 1;
	cursor: auto !important;
}
span.free_greed_filtering_content_above {
	font-size: 28px;
	font-weight: 300;
	cursor: pointer;
	display: table-cell;
	width: 100%;
	height: 100%;
	left: 0;
	position: absolute;
	top: 0;
	opacity: 1;
	-webkit-transition: opacity 500ms;
	-moz-transition: opacity 500ms;
	-o-transition: opacity 500ms;
	transition: opacity 500ms;
}
span.free_greed_filtering_content_above_text {
	display: block;
	width: 100%;
	height: 100%;
	direction: rtl;
}
span.free_greed_filtering_content_above_text span {
	position: absolute;
	box-sizing: border-box;
}
span.free_greed_filtering_content_under {
	font-size: 28px;
	font-weight: 300;
	cursor: pointer;
	display: table-cell;
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	opacity: 0;
	-webkit-transition: opacity 500ms;
	-moz-transition: opacity 500ms;
	-o-transition: opacity 500ms;
	transition: opacity 500ms;
}
span.free_greed_filtering_content_under_text {
	display: inline-block;
	width: 100%;
	height: 100%;
	direction: rtl;
}
span.free_greed_filtering_content_under_text span {
	text-align: center;
	width: 100%;
	position: absolute;
	top: 43%;
	box-sizing: border-box;
	padding-left: 0px;
	padding-right: 0px;
}
.add_to_cart_button {
	width: 100%;
	float: none;
	font-size: 17px;
	font-weight: 400;
	text-align: center;
	padding-right: 12px;
	padding-left: 12px;
	padding-top: 12px;
	padding-bottom: 12px;
	margin-left: 12px;
	-webkit-transition: all 0.25s;
	-moz-transition: all 0.25s;
	-ms-transition: all 0.25s;
	-o-transition: all 0.25s;
	transition: all 0.25s;
	cursor: pointer;
	direction: rtl;
	box-sizing: border-box;
	background-color: transparent;
	color: #b49109;
	border: 1px solid #b49109;
}
.add_to_cart_button:hover {
	background-color: #b49109;
	color: #fff;
	border: 1px solid #b49109;
}
.go_to_product_button {
	width: 100%;
	float: none;
	font-size: 20px;
	font-weight: 400;
	text-align: center;
	padding-right: 25px;
	padding-left: 25px;
	padding-top: 15px;
	padding-bottom: 15px;
	margin-left: 0px;
	-webkit-transition: all 0.25s;
	-moz-transition: all 0.25s;
	-ms-transition: all 0.25s;
	-o-transition: all 0.25s;
	transition: all 0.25s;
	cursor: pointer;
	direction: rtl;
	box-sizing: border-box;
	background-color: transparent;
	color: #fff;
	border: 2px solid #fff;
}
.go_to_product_button:hover {
	background-color: #b49109;
	color: #fff;
	border: 2px solid #b49109;
}
span.free_greed_filtering_name {
	float: right;
	width: 100%!important;
	text-align: center!important;
	font-size: 34px!important;
	font-weight: 300;
	vertical-align: middle;
	z-index: 2!important;
	margin-top: 0px;
	margin-left: 0!important;
	margin-right: 0!important;
	right: 0px;
	top: 40%!important;
	color: #fff;
}
span.free_greed_filtering_strip_up {
	float: right;
	width: 55px!important;
	top: 15px!important;
	right: 15px!important;
}
span.free_greed_filtering_strip_up_circle {
	width: 100%;
	border-radius: 50%;
	text-align: center!important;
	font-size: 17px;
	font-weight: 400;
	padding: 50% 0;
	line-height: 0;
	position: relative;
	background: #2d2d2d;
	color: #fff;
}
.container {
	position: relative;
	padding-bottom: 20px;
}
.container .mix, .container .gap {
	display: inline-block;
	opacity: 1;
	box-sizing: border-box;
	direction: rtl;
	position: relative;
	width: 31.33333333333333%;
	margin-bottom: 2%;
	margin-left: 1%;
	margin-right: 1%;
	float: right;
	background-color: #fff;
	padding: 0px;
	box-shadow: 0px 0px 5px 0 rgba(32, 47, 57, 0.1);
}
.container .mix {
	display: none;
}
.container .fail-message {
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	text-align: center;
	opacity: 0;
	pointer-events: none;
	-webkit-transition: 150ms;
	-moz-transition: 150ms;
	transition: 150ms;
}
.container .fail-message:before {
	content: '';
	display: inline-block;
	vertical-align: middle;
	height: 100%;
}
.container .fail-message span {
	display: inline-block;
	vertical-align: middle;
	font-size: 22px;
	font-weight: 400;
	color: #be1e2d;
	padding-bottom: 20px;
	direction:rtl;
}
.container.fail .fail-message {
	opacity: 1;
	pointer-events: auto;
}
.reset_filter_btn {
	background-position: 97% center;
	width: 100%;
	float: right;
	color: #2d2d2d!important;
	font-size: 17px;
	font-weight: 400;
	cursor: pointer;
	font-family: 'almoni-dl';
	line-height: 2em;
	box-sizing: border-box;
	transition: 0.3s all;
	-webkit-transition: 0.3s all;
	-moz-transition: 0.3s all;
	-o-transition: 0.3s all;
	background-image: url('../../../../images/System/all_products.png');
	background-repeat: no-repeat;
	text-align: right;
	padding-left: 0 !important;
	padding-right: 14% !important;
	padding-top: 5px !important;
	padding-bottom: 5px !important;
	background-color: rgba(255,255,255,0.5);
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 1px;
	border-left-width: 0px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #2d2d2d;
	border-right-color: #2d2d2d;
	border-bottom-color: #e8e8e8;
	border-left-color: #2d2d2d;
}
.reset_filter_btn:hover {
	background-position: 97% center;
	width: 100%;
	float: right;
	color: #2d2d2d!important;
	font-size: 17px;
	font-weight: 400;
	cursor: pointer;
	font-family: 'almoni-dl';
	line-height: 2em;
	box-sizing: border-box;
	transition: 0.3s all;
	-webkit-transition: 0.3s all;
	-moz-transition: 0.3s all;
	-o-transition: 0.3s all;
	background-image: url('../../../../images/System/all_products_hover.png');
	background-repeat: no-repeat;
	text-align: right;
	padding-left: 0 !important;
	padding-right: 14% !important;
	padding-top: 5px !important;
	padding-bottom: 5px !important;
	background-color: #fff;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 1px;
	border-left-width: 0px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #2d2d2d;
	border-right-color: #2d2d2d;
	border-bottom-color: #e8e8e8;
	border-left-color: #2d2d2d;
}
/* fs_accordion css
---------------------------------------------------------------*/
#wrap_accordion {
	width: 100%;
	float: right;
	margin: 0!important;
	padding: 0!important;
}
#wrap_accordion li {
	width: 100%;
	float: right;
	list-style-type: none;
}
#wrap_accordion .wrap_title {
	float: right;
	width: 100%;
	padding-right: 10px;
	padding-left: 10px;
	text-align: right;
	color: #2d2d2d;
	font-size: 0px;
	font-weight: 700;
	line-height: 0em;
	position: relative;
	cursor: pointer;
	display: block;
	box-sizing: border-box;
	-webkit-transition: all 0.4s ease;
	-o-transition: all 0.4s ease;
	transition: all 0.4s ease;
	direction: rtl;
	background-color: rgba(255,255,255,0.1) !important;
	font-family: 'almoni-tzar';
	border: 0px solid #2d2d2d !important;
}
#wrap_accordion .wrap_title i {
	float: left;
	width: auto;
	padding-top: 0px!important;
	padding-bottom: 0!important;
	padding-left: 0!important;
	padding-right: 0!important;
	margin: 0!important;
	font-size: 0px;
}
.fs_accordion {
	width: 100%;
	float: right;
	position: relative;
	max-width: 100%;
	margin: 0!important;
	padding: 0!important;
}
#fs_accordion {
	width: 100%;
}
.fs_accordion li {
	list-style-type: none;
	float: right;
	width: 100%;
	padding: 0;
	margin: 0;
}
.fs_accordion li .title {
	float: right;
	width: 100%;
	padding-right: 10px;
	padding-left: 10px;
	text-align: right;
	color: #2d2d2d;
	font-size: 20px;
	font-weight: 700;
	line-height: 2.1em;
	position: relative;
	cursor: pointer;
	display: block;
	box-sizing: border-box;
	-webkit-transition: all 0.4s ease;
	-o-transition: all 0.4s ease;
	transition: all 0.4s ease;
	direction: rtl;
	background-color: rgba(255,255,255,0.0) !important;
	border-bottom: 1px solid #2d2d2d !important;
}
.fs_accordion li .title i {
	float: left;
	width: auto;
	padding-top: 11px!important;
	padding-bottom: 0!important;
	padding-left: 0!important;
	padding-right: 0!important;
	margin: 0!important;
	font-size: 14px;
}
.fs_accordion li .title:last-child {
	border-bottom: 0;
	background-color: transparent;
}
.fs_accordion li ul.sub_menu {
	list-style-type: none;
	float: right;
	width: 100%;
	margin-bottom: 0;
	margin-top: 0;
	padding-top: 0;
	padding-bottom: 0;
}
.fs_accordion li ul.sub_menu li {
	list-style-type: none;
	float: right;
	width: 100%;
}
.fs_accordion li ul.sub_menu li .link {
	width: 100%;
	float: right;
	padding-left: 0px;
	padding-right: 0px;
	box-sizing: border-box;
	margin-bottom: 1px;
	border-bottom: 1px solid #e8e8e8;
}
.link input[type="checkbox"] {
	display: none;
}
.link input[type="checkbox"] + label {
	color: #2d2d2d;
	float: right;
	direction: rtl;
	text-align: right;
	width: 100%;
	padding-top: 12px;
	padding-bottom: 12px;
	padding-right: 10px;
	padding-left: 10px;
	box-sizing: border-box;
	display: inline-block;
	-webkit-transition: all 0.2s ease;
	-o-transition: all 0.2s ease;
	transition: all 0.2s ease;
	background-color: rgba(255,255,255,0.3);
}
.link input[type="checkbox"] + label:hover {
	background-color: #f4f4f4;
}
.link input[type="checkbox"] + label span {
	display: inline-block;
	width: 18px;
	height: 18px;
	vertical-align: middle;
	/*background: url('../../../../images/System/search_checkbox_regular.png') no-repeat center top;*/
	background-color: #eee;
	border: 1px solid #999;
	cursor: pointer;
	margin-left: 10px;
	float: right;
	-webkit-transition: all 0.4s ease;
	-o-transition: all 0.4s ease;
	transition: all 0.4s ease;
	box-sizing: border-box;
}
.link input[type="checkbox"]:checked + label span {
	/*background: url('../../../../images/System/search_checkbox_active.png') no-repeat center top;*/
	background-color: #fff;
	border: 3px solid #B49109;
	box-sizing: border-box;
}
.fs_accordion li ul.sub_menu li .link_all {
	width: 100%;
	float: right;
	padding-left: 0px;
	padding-right: 0px;
	box-sizing: border-box;
	margin-bottom: 1px;
	border-bottom: 1px solid #e8e8e8;
}
.link_all input[type="checkbox"] {
	display: none;
}
.link_all input[type="checkbox"] + label {
	color: #2d2d2d;
	float: right;
	direction: rtl;
	text-align: right;
	width: 100%;
	padding-top: 12px;
	padding-bottom: 12px;
	padding-right: 10px;
	padding-left: 10px;
	box-sizing: border-box;
	display: inline-block;
	-webkit-transition: all 0.2s ease;
	-o-transition: all 0.2s ease;
	transition: all 0.2s ease;
	background-color: rgba(255,255,255,0.9);
}
.link_all input[type="checkbox"] + label:hover {
	background-color: rgba(255,255,255,0.8);
}
.link_all input[type="checkbox"] + label span {
	display: inline-block;
	width: 18px;
	height: 18px;
	vertical-align: middle;
	/*background: url('../../../../images/System/search_checkbox_regular.png') no-repeat center top;*/
	background-color: #eee;
	border: 1px solid #999;
	cursor: pointer;
	margin-left: 10px;
	float: right;
	-webkit-transition: all 0.4s ease;
	-o-transition: all 0.4s ease;
	transition: all 0.4s ease;
	box-sizing: border-box;
}
.link_all input[type="checkbox"]:checked + label span {
	/*background: url('../../../../images/System/search_checkbox_active.png') no-repeat center top;*/
	background-color: #fff;
	border: 3px solid #B49109;
	box-sizing: border-box;
}
.link_color {
	list-style-type: none;
	float: right;
	display: inline-block;
	width: auto!important;
	margin-left: 0px;
	padding: 0!important;
}
.link_color input[type="checkbox"] {
	display: none;
}
.link_color input[type="checkbox"] + label {
	color: #2d2d2d;
	float: right;
	direction: rtl;
	text-align: right;
	width: auto;
	padding-top: 12px;
	padding-bottom: 5px;
	padding-right: 5px;
	padding-left: 5px;
	box-sizing: border-box;
	display: inline-block;
	-webkit-transition: all 0.2s ease;
	-o-transition: all 0.2s ease;
	transition: all 0.2s ease;
	background-color: rgba(255,255,255,0.0);
}
.link_color input[type="checkbox"] + label:hover {
	background-color: rgba(255,255,255,0.0);
}
.link_color input[type="checkbox"] + label span {
	display: inline-block;
	width: 30px;
	height: 30px;
	vertical-align: middle;
	background-color: #eee;
	border: 1px solid #999;
	cursor: pointer;
	margin-left: 0px;
	float: right;
	-webkit-transition: all 0.4s ease;
	-o-transition: all 0.4s ease;
	transition: all 0.4s ease;
	box-sizing: border-box;
	border-radius: 0%
}
.link_color input[type="checkbox"]:checked + label span {
	background-color: #fff;
	border: 3px solid #B49109;
	box-sizing: border-box;
}
.slider_range_container {
	width: 90%!important;
	margin-left: 5%!important;
	margin-right: 5%!important;
	float: right;
	margin-top: 50px;
}
.slider-container {
	width: 90%;
	float: right;
	margin-left: 5%;
	margin-right: 5%;
}
}
/* Media Queries for Ipad
-------------------------------------------------------------- */
@media (max-width: 768px) and (min-width: 659px) {
.products_filtering_section {
	width: 90%;
	margin-left: 0%;
	margin-right: 0%;
	float: left;
	padding-top: 30px;
	padding-bottom: 30px;
	padding-right: 5%;
	padding-left: 5%;
	text-align: center;
	direction: rtl;
}
#progressbarFilterLoading {
	float: right;
	width: 100%!important;
	height: 100%!important;
	background-color: rgba(255,255,255,0.2);
	bottom: 0;
	position: absolute;
	z-index: 100000!important;
	text-align: center;
}
.progressbarGif_load {
	float: right;
	width: 6%;
	margin-left: 47%;
	margin-right: 47%;
	margin-top: 20%;
}
.products_filtering_title_container {
	width: 100%;
	float: right;
	padding-top: 20px;
	padding-bottom: 20px;
	position: relative;
}
.products_search_section {
	width: 100%;
	padding-left: 0%;
	padding-right: 0%;
	float: right;
	padding-top: 20px;
	padding-bottom: 70px;
	min-height: 600px;
}
.products_filtering_right_container {
	float: right;
	width: 95%;
	padding-left: 2.5%;
	padding-right: 2.5%;
	position: relative;
	z-index: 1000;
}
.controls {
	float: right;
	width: 100%;
	position: relative;
	right: 0;
	background-color: #fff;
}
.products_filtering_left_container {
	float: left;
	width: 98%;
	margin-top: 30px;
	padding-left: 1%;
	padding-right: 1%;
	position: relative;
}
.filter_buttons {
	display: block;
}
#products {
	display: block;
	width: 100%;
	margin-bottom: 0px;
	text-align: right;
	padding-top: 0;
	padding-right: 0px;
	padding-bottom: 0;
	padding-left: 0px;
	margin-top: 0px;
}
#products li.item {
	display: none;
	opacity: 1;
	box-sizing: border-box;
	direction: rtl;
	position: relative;
	width: 23%;
	margin-bottom: 2%;
	margin-left: 1%;
	margin-right: 1%;
	float: right;
	background-color: #fff;
	padding: 0px;
	box-shadow: 0px 0px 5px 0 rgba(32, 47, 57, 0.1);
	-webkit-transition: all 500ms;
	-moz-transition: all 500ms;
	-ms-transition: all 500ms;
	-o-transition: all 500ms;
	transition: all 500ms;
}
#products li.item:hover {
	box-shadow: 0px 0px 24px 0 rgba(32, 47, 57, 0.1);
}
.free_greed_filtering_small {
	float: right;
	width: 24.25%;
	display: block;
	margin-bottom: 1%;
	margin-left: 1%;
	min-height: 200px;
	max-height: 200px;
	position: relative;
	transition: 0.2s all;
	-webkit-transition: 0.2s all;
	-moz-transition: 0.2s all;
	-o-transition: 0.2s all;
	box-sizing: border-box;
	border: 0px solid #fff;
}
.free_greed_filtering_small:nth-of-type(4n) {
	margin-left: 0!important;
}
.free_greed_filtering_filtering_small {
	float: right;
	width: 100%;
	display: block;
	min-height: 250px;
	max-height: 250px;
	position: relative;
	transition: 0.2s all;
	-webkit-transition: 0.2s all;
	-moz-transition: 0.2s all;
	-o-transition: 0.2s all;
	box-sizing: border-box;
	border: 0px solid #fff;
	margin-bottom: 50px;
}
div.free_greed_filtering_overlayer {
	display: inline-block;
}
div.free_greed_filtering_overlayer img {
	width: 100%;
	max-width: 100%;
	overflow: hidden;
	visibility: visible;
}
div.free_greed_filtering_overlayer:hover span.free_greed_filtering_des_above {
	opacity: 1;
}
span.free_greed_filtering_des_above {
	font-size: 26px;
	font-weight: 300;
	cursor: pointer;
	display: table-cell;
	width: 100%;
	height: 50px;
	left: 0;
	position: absolute;
	bottom: -50px;
	opacity: 1;
	-webkit-transition: opacity 500ms;
	-moz-transition: opacity 500ms;
	-o-transition: opacity 500ms;
	transition: opacity 500ms;
	background-color: #fff !important;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #e8e8e8;
}
span.free_greed_filtering_des_above_text {
	display: block;
	width: 100%;
	height: 50px;
	direction: rtl;
	cursor: auto !important;
}
span.free_greed_filtering_des_above_text span {
	text-align: center;
	box-sizing: border-box;
	padding-left: 0px;
	padding-right: 0px;
}
.free_greed_filtering_des_above_text .detalis_content {
	width: calc(100% - 75px);
	display: table;
	height: 50px;
	float:right;
	direction: rtl;
	padding-right: 15px!important;
}
span.free_greed_filtering_des_name {
	display: table-cell;
	vertical-align: middle;
	font-size: 17px;
	font-weight: 400;
	text-align: right!important;
	direction:rtl;
}
/*.free_greed_filtering_des_above_text .detalis_content {
	float: right;
	width: auto!important;
	margin-top: 10px;
	padding-right: 15px!important;
	display: block;
}
span.free_greed_filtering_des_name {
	float: right;
	width: auto!important;
	text-align: right!important;
	font-size: 17px!important;
	font-weight: 400;
	margin-top: 0px;
	padding-right: 0px!important;
	display: block;
	clear:both;
}*/
span.free_greed_filtering_des_price {
	float: right;
	width: auto!important;
	text-align: right!important;
	font-size: 17px!important;
	font-weight: 400;
	margin-top: 0px;
	padding-right: 0px!important;
	display: block;
	clear:both;
}
span.free_greed_filtering_des_add_to_cart a {
	float: left!important;
	width: auto!important;
	text-align: center!important;
	font-size: 24px!important;
	font-weight: 400;
	padding-top: 0px;
	padding-bottom: 0px;
	display: inline-block;
	left: 0!important;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #e8e8e8;
	color: #2d2d2d;
	transition: 0.2s all;
	-webkit-transition: 0.2s all;
	-moz-transition: 0.2s all;
	-o-transition: 0.2s all;
}
span.free_greed_filtering_des_add_to_cart a:hover {
	background-color: #e8e8e8;
	color: #000;
}
span.free_greed_filtering_des_add_to_cart a i {
	padding-top: 10px;
	padding-bottom: 9.4px;
	padding-left: 15px;
	padding-right: 16px;
}
span.free_greed_filtering_des_wishlist a {
	float: left!important;
	width: auto!important;
	text-align: center!important;
	font-size: 24px!important;
	font-weight: 400;
	padding-top: 0px;
	padding-bottom: 0px;
	display: none;
	left: 0!important;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #e8e8e8;
	color: #2d2d2d;
	transition: 0.2s all;
	-webkit-transition: 0.2s all;
	-moz-transition: 0.2s all;
	-o-transition: 0.2s all;
}
span.free_greed_filtering_des_wishlist a i {
	padding-top: 16px;
	padding-bottom: 13px;
	padding-left: 17px;
	padding-right: 18px;
}
span.free_greed_filtering_des_wishlist a:hover {
	background-color: #e8e8e8;
	color: #aa134d;
}
div.free_greed_filtering_overlayer:hover span.free_greed_filtering_content_above {
	opacity: 0;
	cursor: auto !important;
}
div.free_greed_filtering_overlayer:hover span.free_greed_filtering_content_under {
	opacity: 1;
	cursor: auto !important;
}
span.free_greed_filtering_content_above {
	font-size: 28px;
	font-weight: 300;
	cursor: pointer;
	display: table-cell;
	width: 100%;
	height: 100%;
	left: 0;
	position: absolute;
	top: 0;
	opacity: 1;
	-webkit-transition: opacity 500ms;
	-moz-transition: opacity 500ms;
	-o-transition: opacity 500ms;
	transition: opacity 500ms;
}
span.free_greed_filtering_content_above_text {
	display: block;
	width: 100%;
	height: 100%;
	direction: rtl;
}
span.free_greed_filtering_content_above_text span {
	position: absolute;
	box-sizing: border-box;
}
span.free_greed_filtering_content_under {
	font-size: 28px;
	font-weight: 300;
	cursor: pointer;
	display: table-cell;
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	opacity: 0;
	-webkit-transition: opacity 500ms;
	-moz-transition: opacity 500ms;
	-o-transition: opacity 500ms;
	transition: opacity 500ms;
}
span.free_greed_filtering_content_under_text {
	display: inline-block;
	width: 100%;
	height: 100%;
	direction: rtl;
}
span.free_greed_filtering_content_under_text span {
	text-align: center;
	width: 100%;
	position: absolute;
	top: 43%;
	box-sizing: border-box;
	padding-left: 0px;
	padding-right: 0px;
}
.add_to_cart_button {
	width: 100%;
	float: none;
	font-size: 17px;
	font-weight: 400;
	text-align: center;
	padding-right: 12px;
	padding-left: 12px;
	padding-top: 12px;
	padding-bottom: 12px;
	margin-left: 12px;
	-webkit-transition: all 0.25s;
	-moz-transition: all 0.25s;
	-ms-transition: all 0.25s;
	-o-transition: all 0.25s;
	transition: all 0.25s;
	cursor: pointer;
	direction: rtl;
	box-sizing: border-box;
	background-color: transparent;
	color: #b49109;
	border: 1px solid #b49109;
}
.add_to_cart_button:hover {
	background-color: #b49109;
	color: #fff;
	border: 1px solid #b49109;
}
.go_to_product_button {
	width: 100%;
	float: none;
	font-size: 17px;
	font-weight: 400;
	text-align: center;
	padding-right: 25px;
	padding-left: 25px;
	padding-top: 15px;
	padding-bottom: 15px;
	margin-left: 0px;
	-webkit-transition: all 0.25s;
	-moz-transition: all 0.25s;
	-ms-transition: all 0.25s;
	-o-transition: all 0.25s;
	transition: all 0.25s;
	cursor: pointer;
	direction: rtl;
	box-sizing: border-box;
	background-color: transparent;
	color: #fff;
	border: 2px solid #fff;
}
.go_to_product_button:hover {
	background-color: #b49109;
	color: #fff;
	border: 2px solid #b49109;
}
span.free_greed_filtering_name {
	float: right;
	width: 100%!important;
	text-align: center!important;
	font-size: 34px!important;
	font-weight: 300;
	vertical-align: middle;
	z-index: 2!important;
	margin-top: 0px;
	margin-left: 0!important;
	margin-right: 0!important;
	right: 0px;
	top: 40%!important;
	color: #fff;
}
span.free_greed_filtering_strip_up {
	float: right;
	width: 55px!important;
	top: 15px!important;
	right: 15px!important;
}
span.free_greed_filtering_strip_up_circle {
	width: 100%;
	border-radius: 50%;
	text-align: center!important;
	font-size: 17px;
	font-weight: 400;
	padding: 50% 0;
	line-height: 0;
	position: relative;
	background: #2d2d2d;
	color: #fff;
}
.container {
	position: relative;
	padding-bottom: 20px;
}
.container .mix, .container .gap {
	display: inline-block;
	opacity: 1;
	box-sizing: border-box;
	direction: rtl;
	position: relative;
	width: 46%;
	margin-bottom: 4%;
	margin-left: 2%;
	margin-right: 2%;
	float: right;
	background-color: #fff;
	padding: 0px;
	box-shadow: 0px 0px 5px 0 rgba(32, 47, 57, 0.1);
}
.container .mix {
	display: none;
}
.container .fail-message {
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	text-align: center;
	opacity: 0;
	pointer-events: none;
	-webkit-transition: 150ms;
	-moz-transition: 150ms;
	transition: 150ms;
}
.container .fail-message:before {
	content: '';
	display: inline-block;
	vertical-align: middle;
	height: 100%;
}
.container .fail-message span {
	display: inline-block;
	vertical-align: middle;
	font-size: 22px;
	font-weight: 400;
	color: #be1e2d;
	padding-bottom: 20px;
	direction:rtl;
}
.container.fail .fail-message {
	opacity: 1;
	pointer-events: auto;
}
.reset_filter_btn {
	background-position: 99% center;
	width: 100%;
	float: right;
	color: #2d2d2d!important;
	font-size: 17px;
	font-weight: 400;
	cursor: pointer;
	font-family: 'almoni-dl';
	line-height: 2.1em;
	box-sizing: border-box;
	transition: 0.3s all;
	-webkit-transition: 0.3s all;
	-moz-transition: 0.3s all;
	-o-transition: 0.3s all;
	background-image: url('../../../../images/System/all_products.png');
	background-repeat: no-repeat;
	text-align: right;
	padding-left: 0 !important;
	padding-right: 40px !important;
	padding-top: 5px !important;
	padding-bottom: 5px !important;
	background-color: rgba(255,255,255,0.5);
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 1px;
	border-left-width: 0px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #2d2d2d;
	border-right-color: #2d2d2d;
	border-bottom-color: #e8e8e8;
	border-left-color: #2d2d2d;
}
.reset_filter_btn:hover {
	background-position: 99% center;
	width: 100%;
	float: right;
	color: #2d2d2d!important;
	font-size: 17px;
	font-weight: 400;
	cursor: pointer;
	font-family: 'almoni-dl';
	line-height: 2.1em;
	box-sizing: border-box;
	transition: 0.3s all;
	-webkit-transition: 0.3s all;
	-moz-transition: 0.3s all;
	-o-transition: 0.3s all;
	background-image: url('../../../../images/System/all_products_hover.png');
	background-repeat: no-repeat;
	text-align: right;
	padding-left: 0 !important;
	padding-right: 40px !important;
	padding-top: 5px !important;
	padding-bottom: 5px !important;
	background-color: #fff;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 1px;
	border-left-width: 0px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #2d2d2d;
	border-right-color: #2d2d2d;
	border-bottom-color: #e8e8e8;
	border-left-color: #2d2d2d;
}
/* fs_accordion css
---------------------------------------------------------------*/
#wrap_accordion {
	width: 100%;
	float: right;
	margin: 0;
	padding: 0;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #2d2d2d;
	border-right-color: #2d2d2d;
	border-bottom-color: #2d2d2d;
	border-left-color: #2d2d2d;
	box-sizing: border-box;
	display: inline-block;
}
#wrap_accordion li {
	width: 100%;
	float: right;
	list-style-type: none;
}
#wrap_accordion .wrap_title {
	float: right;
	width: 100%;
	padding-right: 10px;
	padding-left: 10px;
	text-align: center;
	color: #2d2d2d;
	font-size: 18px;
	font-weight: 700;
	line-height: 2.5em;
	position: relative;
	cursor: pointer;
	display: block;
	box-sizing: border-box;
	-webkit-transition: all 0.4s ease;
	-o-transition: all 0.4s ease;
	transition: all 0.4s ease;
	direction: rtl;
	background-color: rgba(255,255,255,0.1) !important;
	font-family: 'almoni-tzar';
	border-bottom: 1px solid #2d2d2d;
}
#wrap_accordion .wrap_title i {
	float: left;
	width: auto;
	padding-top: 15px!important;
	padding-bottom: 0!important;
	padding-left: 0!important;
	padding-right: 0!important;
	margin: 0!important;
	font-size: 13px;
}
.fs_accordion {
	width: 100%;
	float: right;
	position: relative;
	max-width: 100%;
	margin: 0!important;
	padding: 0!important;
}
#fs_accordion {
	width: 100%;
}
.fs_accordion li {
	list-style-type: none;
	float: right;
	width: 100%;
	padding: 0;
	margin-right: 0;
	margin-left: 0%;
	margin-top: 0;
	margin-bottom: 0;
	background-color: rgba(255,255,255,0);
}
.fs_accordion li:nth-of-type(2n) {
	margin-left: 0;
}
.fs_accordion li .title {
	float: right;
	width: 100%;
	padding-right: 10px;
	padding-left: 10px;
	text-align: right;
	color: #2d2d2d;
	font-size: 16px;
	font-weight: 700;
	line-height: 2.2em;
	position: relative;
	cursor: pointer;
	display: block;
	box-sizing: border-box;
	-webkit-transition: all 0.4s ease;
	-o-transition: all 0.4s ease;
	transition: all 0.4s ease;
	direction: rtl;
	background-color: rgba(255,255,255,0.0) !important;
	border-bottom: 1px solid #2d2d2d !important;
}
.fs_accordion li .title i {
	float: left;
	width: auto;
	padding-top: 6px!important;
	padding-bottom: 0!important;
	padding-left: 0!important;
	padding-right: 0!important;
	margin: 0!important;
	font-size: 16px;
}
.fs_accordion li ul.sub_menu {
	list-style-type: none;
	float: right;
	width: 100%;
	margin-bottom: 0;
	margin-top: 0;
	padding-top: 0;
	padding-bottom: 0;
}
.fs_accordion li ul.sub_menu li {
	list-style-type: none;
	float: right;
	width: 100%;
}
.fs_accordion li ul.sub_menu li .link {
	width: 100%;
	float: right;
	padding-left: 0px;
	padding-right: 0px;
	box-sizing: border-box;
	margin-bottom: 1px;
	border-bottom: 1px solid #e8e8e8;
}
.link input[type="checkbox"] {
	display: none;
}
.link input[type="checkbox"] + label {
	color: #2d2d2d;
	float: right;
	direction: rtl;
	text-align: right;
	width: 100%;
	padding-top: 12px;
	padding-bottom: 12px;
	padding-right: 10px;
	padding-left: 10px;
	box-sizing: border-box;
	display: inline-block;
	-webkit-transition: all 0.2s ease;
	-o-transition: all 0.2s ease;
	transition: all 0.2s ease;
	background-color: rgba(255,255,255,0.3);
}
.link input[type="checkbox"] + label:hover {
	background-color: #f4f4f4;
}
.link input[type="checkbox"] + label span {
	display: inline-block;
	width: 18px;
	height: 18px;
	vertical-align: middle;
	/*background: url('../../../../images/System/search_checkbox_regular.png') no-repeat center top;*/
	background-color: #eee;
	border: 1px solid #999;
	cursor: pointer;
	margin-left: 10px;
	float: right;
	-webkit-transition: all 0.4s ease;
	-o-transition: all 0.4s ease;
	transition: all 0.4s ease;
	box-sizing: border-box;
}
.link input[type="checkbox"]:checked + label span {
	/*background: url('../../../../images/System/search_checkbox_active.png') no-repeat center top;*/
	background-color: #fff;
	border: 3px solid #B49109;
	box-sizing: border-box;
}
.fs_accordion li ul.sub_menu li .link_all {
	width: 100%;
	float: right;
	padding-left: 0px;
	padding-right: 0px;
	box-sizing: border-box;
	margin-bottom: 1px;
	border-bottom: 1px solid #e8e8e8;
}
.link_all input[type="checkbox"] {
	display: none;
}
.link_all input[type="checkbox"] + label {
	color: #2d2d2d;
	float: right;
	direction: rtl;
	text-align: right;
	width: 100%;
	padding-top: 12px;
	padding-bottom: 12px;
	padding-right: 10px;
	padding-left: 10px;
	box-sizing: border-box;
	display: inline-block;
	-webkit-transition: all 0.2s ease;
	-o-transition: all 0.2s ease;
	transition: all 0.2s ease;
	background-color: rgba(255,255,255,0.9);
}
.link_all input[type="checkbox"] + label:hover {
	background-color: rgba(255,255,255,0.8);
}
.link_all input[type="checkbox"] + label span {
	display: inline-block;
	width: 18px;
	height: 18px;
	vertical-align: middle;
	/*background: url('../../../../images/System/search_checkbox_regular.png') no-repeat center top;*/
	background-color: #eee;
	border: 1px solid #999;
	cursor: pointer;
	margin-left: 10px;
	float: right;
	-webkit-transition: all 0.4s ease;
	-o-transition: all 0.4s ease;
	transition: all 0.4s ease;
	box-sizing: border-box;
}
.link_all input[type="checkbox"]:checked + label span {
	/*background: url('../../../../images/System/search_checkbox_active.png') no-repeat center top;*/
	background-color: #fff;
	border: 3px solid #B49109;
	box-sizing: border-box;
}
.link_color {
	list-style-type: none;
	float: right;
	display: inline-block;
	width: auto!important;
	margin-left: 0px;
	padding: 0!important;
}
.link_color input[type="checkbox"] {
	display: none;
}
.link_color input[type="checkbox"] + label {
	color: #2d2d2d;
	float: right;
	direction: rtl;
	text-align: right;
	width: auto;
	padding-top: 8px;
	padding-bottom: 8px;
	padding-right: 8px;
	padding-left: 8px;
	box-sizing: border-box;
	display: inline-block;
	-webkit-transition: all 0.2s ease;
	-o-transition: all 0.2s ease;
	transition: all 0.2s ease;
	background-color: rgba(255,255,255,0.0);
}
.link_color input[type="checkbox"] + label:hover {
	background-color: rgba(255,255,255,0.0);
}
.link_color input[type="checkbox"] + label span {
	display: inline-block;
	width: 30px;
	height: 30px;
	vertical-align: middle;
	background-color: #eee;
	border: 1px solid #999;
	cursor: pointer;
	margin-left: 0px;
	float: right;
	-webkit-transition: all 0.4s ease;
	-o-transition: all 0.4s ease;
	transition: all 0.4s ease;
	box-sizing: border-box;
	border-radius: 0%
}
.link_color input[type="checkbox"]:checked + label span {
	background-color: #fff;
	border: 3px solid #B49109;
	box-sizing: border-box;
}
.slider_range_container {
	width: 90%!important;
	margin-left: 5%!important;
	margin-right: 5%!important;
	float: right;
	margin-top: 40px;
}
.slider-container {
	width: 90%;
	float: right;
	margin-left: 5%;
	margin-right: 5%;
}
}
/* Media Queries for Tablet
-------------------------------------------------------------- */
@media (max-width: 658px) and (min-width: 481px) {
.products_filtering_section {
	width: 90%;
	margin-left: 0%;
	margin-right: 0%;
	float: left;
	padding-top: 30px;
	padding-bottom: 30px;
	padding-right: 5%;
	padding-left: 5%;
	text-align: center;
	direction: rtl;
}
#progressbarFilterLoading {
	float: right;
	width: 100%!important;
	height: 100%!important;
	background-color: rgba(255,255,255,0.2);
	bottom: 0;
	position: absolute;
	z-index: 100000!important;
	text-align: center;
}
.progressbarGif_load {
	float: right;
	width: 6%;
	margin-left: 47%;
	margin-right: 47%;
	margin-top: 20%;
}
.products_filtering_title_container {
	width: 100%;
	float: right;
	padding-top: 20px;
	padding-bottom: 20px;
	position: relative;
}
.products_search_section {
	width: 100%;
	padding-left: 0%;
	padding-right: 0%;
	float: right;
	padding-top: 20px;
	padding-bottom: 70px;
	min-height: 600px;
}
.products_filtering_right_container {
	float: right;
	width: 95%;
	padding-left: 2.5%;
	padding-right: 2.5%;
	position: relative;
	z-index: 1000;
}
.controls {
	float: right;
	width: 100%;
	position: relative;
	right: 0;
	background-color: #fff;
}
.products_filtering_left_container {
	float: left;
	width: 98%;
	margin-top: 30px;
	padding-left: 1%;
	padding-right: 1%;
	position: relative;
}
.filter_buttons {
	display: block;
}
#products {
	display: block;
	width: 100%;
	margin-bottom: 0px;
	text-align: right;
	padding-top: 0;
	padding-right: 0px;
	padding-bottom: 0;
	padding-left: 0px;
	margin-top: 0px;
}
#products li.item {
	display: none;
	opacity: 1;
	box-sizing: border-box;
	direction: rtl;
	position: relative;
	width: 23%;
	margin-bottom: 2%;
	margin-left: 1%;
	margin-right: 1%;
	float: right;
	background-color: #fff;
	padding: 0px;
	box-shadow: 0px 0px 5px 0 rgba(32, 47, 57, 0.1);
	-webkit-transition: all 500ms;
	-moz-transition: all 500ms;
	-ms-transition: all 500ms;
	-o-transition: all 500ms;
	transition: all 500ms;
}
#products li.item:hover {
	box-shadow: 0px 0px 24px 0 rgba(32, 47, 57, 0.1);
}
.free_greed_filtering_small {
	float: right;
	width: 24.25%;
	display: block;
	margin-bottom: 1%;
	margin-left: 1%;
	min-height: 200px;
	max-height: 200px;
	position: relative;
	transition: 0.2s all;
	-webkit-transition: 0.2s all;
	-moz-transition: 0.2s all;
	-o-transition: 0.2s all;
	box-sizing: border-box;
	border: 0px solid #fff;
}
.free_greed_filtering_small:nth-of-type(4n) {
	margin-left: 0!important;
}
.free_greed_filtering_filtering_small {
	float: right;
	width: 100%;
	display: block;
	min-height: 250px;
	max-height: 250px;
	position: relative;
	transition: 0.2s all;
	-webkit-transition: 0.2s all;
	-moz-transition: 0.2s all;
	-o-transition: 0.2s all;
	box-sizing: border-box;
	border: 0px solid #fff;
	margin-bottom: 50px;
}
div.free_greed_filtering_overlayer {
	display: inline-block;
}
div.free_greed_filtering_overlayer img {
	width: 100%;
	max-width: 100%;
	overflow: hidden;
	visibility: visible;
}
div.free_greed_filtering_overlayer:hover span.free_greed_filtering_des_above {
	opacity: 1;
}
span.free_greed_filtering_des_above {
	font-size: 26px;
	font-weight: 300;
	cursor: pointer;
	display: table-cell;
	width: 100%;
	height: 50px;
	left: 0;
	position: absolute;
	bottom: -50px;
	opacity: 1;
	-webkit-transition: opacity 500ms;
	-moz-transition: opacity 500ms;
	-o-transition: opacity 500ms;
	transition: opacity 500ms;
	background-color: #fff !important;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #e8e8e8;
}
span.free_greed_filtering_des_above_text {
	display: block;
	width: 100%;
	height: 50px;
	direction: rtl;
	cursor: auto !important;
}
span.free_greed_filtering_des_above_text span {
	text-align: center;
	box-sizing: border-box;
	padding-left: 0px;
	padding-right: 0px;
}
.free_greed_filtering_des_above_text .detalis_content {
	width: calc(100% - 85px);
	display: table;
	height: 50px;
	float:right;
	direction: rtl;
	padding-right: 10px!important;
}
span.free_greed_filtering_des_name {
	display: table-cell;
	vertical-align: middle;
	font-size: 15px;
	font-weight: 400;
	text-align: right!important;
	direction:rtl;
}
/*.free_greed_filtering_des_above_text .detalis_content {
	float: right;
	width: auto!important;
	margin-top: 10px;
	padding-right: 15px!important;
	display: block;
}
span.free_greed_filtering_des_name {
	float: right;
	width: auto!important;
	text-align: right!important;
	font-size: 17px!important;
	font-weight: 400;
	margin-top: 0px;
	padding-right: 0px!important;
	display: block;
	clear:both;
}*/
span.free_greed_filtering_des_price {
	float: right;
	width: auto!important;
	text-align: right!important;
	font-size: 17px!important;
	font-weight: 400;
	margin-top: 0px;
	padding-right: 0px!important;
	display: block;
	clear:both;
}
span.free_greed_filtering_des_add_to_cart a {
	float: left!important;
	width: auto!important;
	text-align: center!important;
	font-size: 24px!important;
	font-weight: 400;
	padding-top: 0px;
	padding-bottom: 0px;
	display: inline-block;
	left: 0!important;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #e8e8e8;
	color: #2d2d2d;
	transition: 0.2s all;
	-webkit-transition: 0.2s all;
	-moz-transition: 0.2s all;
	-o-transition: 0.2s all;
}
span.free_greed_filtering_des_add_to_cart a:hover {
	background-color: #e8e8e8;
	color: #000;
}
span.free_greed_filtering_des_add_to_cart a i {
	padding-top: 10px;
	padding-bottom: 9.4px;
	padding-left: 15px;
	padding-right: 16px;
}
span.free_greed_filtering_des_wishlist a {
	float: left!important;
	width: auto!important;
	text-align: center!important;
	font-size: 24px!important;
	font-weight: 400;
	padding-top: 0px;
	padding-bottom: 0px;
	display: inline-block;
	left: 0!important;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #e8e8e8;
	color: #2d2d2d;
	transition: 0.2s all;
	-webkit-transition: 0.2s all;
	-moz-transition: 0.2s all;
	-o-transition: 0.2s all;
}
span.free_greed_filtering_des_wishlist a i {
	padding-top: 16px;
	padding-bottom: 13px;
	padding-left: 17px;
	padding-right: 18px;
}
span.free_greed_filtering_des_wishlist a:hover {
	background-color: #e8e8e8;
	color: #aa134d;
}
div.free_greed_filtering_overlayer:hover span.free_greed_filtering_content_above {
	opacity: 0;
	cursor: auto !important;
}
div.free_greed_filtering_overlayer:hover span.free_greed_filtering_content_under {
	opacity: 1;
	cursor: auto !important;
}
span.free_greed_filtering_content_above {
	font-size: 28px;
	font-weight: 300;
	cursor: pointer;
	display: table-cell;
	width: 100%;
	height: 100%;
	left: 0;
	position: absolute;
	top: 0;
	opacity: 1;
	-webkit-transition: opacity 500ms;
	-moz-transition: opacity 500ms;
	-o-transition: opacity 500ms;
	transition: opacity 500ms;
}
span.free_greed_filtering_content_above_text {
	display: block;
	width: 100%;
	height: 100%;
	direction: rtl;
}
span.free_greed_filtering_content_above_text span {
	position: absolute;
	box-sizing: border-box;
}
span.free_greed_filtering_content_under {
	font-size: 28px;
	font-weight: 300;
	cursor: pointer;
	display: table-cell;
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	opacity: 0;
	-webkit-transition: opacity 500ms;
	-moz-transition: opacity 500ms;
	-o-transition: opacity 500ms;
	transition: opacity 500ms;
}
span.free_greed_filtering_content_under_text {
	display: inline-block;
	width: 100%;
	height: 100%;
	direction: rtl;
}
span.free_greed_filtering_content_under_text span {
	text-align: center;
	width: 100%;
	position: absolute;
	top: 43%;
	box-sizing: border-box;
	padding-left: 0px;
	padding-right: 0px;
}
.add_to_cart_button {
	width: 100%;
	float: none;
	font-size: 17px;
	font-weight: 400;
	text-align: center;
	padding-right: 12px;
	padding-left: 12px;
	padding-top: 12px;
	padding-bottom: 12px;
	margin-left: 12px;
	-webkit-transition: all 0.25s;
	-moz-transition: all 0.25s;
	-ms-transition: all 0.25s;
	-o-transition: all 0.25s;
	transition: all 0.25s;
	cursor: pointer;
	direction: rtl;
	box-sizing: border-box;
	background-color: transparent;
	color: #b49109;
	border: 1px solid #b49109;
}
.add_to_cart_button:hover {
	background-color: #b49109;
	color: #fff;
	border: 1px solid #b49109;
}
.go_to_product_button {
	width: 100%;
	float: none;
	font-size: 17px;
	font-weight: 400;
	text-align: center;
	padding-right: 25px;
	padding-left: 25px;
	padding-top: 15px;
	padding-bottom: 15px;
	margin-left: 0px;
	-webkit-transition: all 0.25s;
	-moz-transition: all 0.25s;
	-ms-transition: all 0.25s;
	-o-transition: all 0.25s;
	transition: all 0.25s;
	cursor: pointer;
	direction: rtl;
	box-sizing: border-box;
	background-color: transparent;
	color: #fff;
	border: 2px solid #fff;
}
.go_to_product_button:hover {
	background-color: #b49109;
	color: #fff;
	border: 2px solid #b49109;
}
span.free_greed_filtering_name {
	float: right;
	width: 100%!important;
	text-align: center!important;
	font-size: 34px!important;
	font-weight: 300;
	vertical-align: middle;
	z-index: 2!important;
	margin-top: 0px;
	margin-left: 0!important;
	margin-right: 0!important;
	right: 0px;
	top: 40%!important;
	color: #fff;
}
span.free_greed_filtering_strip_up {
	float: right;
	width: 55px!important;
	top: 15px!important;
	right: 15px!important;
}
span.free_greed_filtering_strip_up_circle {
	width: 100%;
	border-radius: 50%;
	text-align: center!important;
	font-size: 17px;
	font-weight: 400;
	padding: 50% 0;
	line-height: 0;
	position: relative;
	background: #2d2d2d;
	color: #fff;
}
.container {
	position: relative;
	padding-bottom: 20px;
}
.container .mix, .container .gap {
	display: inline-block;
	opacity: 1;
	box-sizing: border-box;
	direction: rtl;
	position: relative;
	width: 46%;
	margin-bottom: 4%;
	margin-left: 2%;
	margin-right: 2%;
	float: right;
	background-color: #fff;
	padding: 0px;
	box-shadow: 0px 0px 5px 0 rgba(32, 47, 57, 0.1);
}
.container .mix {
	display: none;
}
.container .fail-message {
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	text-align: center;
	opacity: 0;
	pointer-events: none;
	-webkit-transition: 150ms;
	-moz-transition: 150ms;
	transition: 150ms;
}
.container .fail-message:before {
	content: '';
	display: inline-block;
	vertical-align: middle;
	height: 100%;
}
.container .fail-message span {
	display: inline-block;
	vertical-align: middle;
	font-size: 19px;
	font-weight: 400;
	color: #be1e2d;
	padding-bottom: 20px;
	direction:rtl;
}
.container.fail .fail-message {
	opacity: 1;
	pointer-events: auto;
}
.reset_filter_btn {
	background-position: 99% center;
	width: 100%;
	float: right;
	color: #2d2d2d!important;
	font-size: 17px;
	font-weight: 400;
	cursor: pointer;
	font-family: 'almoni-dl';
	line-height: 2.1em;
	box-sizing: border-box;
	transition: 0.3s all;
	-webkit-transition: 0.3s all;
	-moz-transition: 0.3s all;
	-o-transition: 0.3s all;
	background-image: url('../../../../images/System/all_products.png');
	background-repeat: no-repeat;
	text-align: right;
	padding-left: 0 !important;
	padding-right: 40px !important;
	padding-top: 5px !important;
	padding-bottom: 5px !important;
	background-color: rgba(255,255,255,0.5);
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 1px;
	border-left-width: 0px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #2d2d2d;
	border-right-color: #2d2d2d;
	border-bottom-color: #e8e8e8;
	border-left-color: #2d2d2d;
}
.reset_filter_btn:hover {
	background-position: 99% center;
	width: 100%;
	float: right;
	color: #2d2d2d!important;
	font-size: 17px;
	font-weight: 400;
	cursor: pointer;
	font-family: 'almoni-dl';
	line-height: 2.1em;
	box-sizing: border-box;
	transition: 0.3s all;
	-webkit-transition: 0.3s all;
	-moz-transition: 0.3s all;
	-o-transition: 0.3s all;
	background-image: url('../../../../images/System/all_products_hover.png');
	background-repeat: no-repeat;
	text-align: right;
	padding-left: 0 !important;
	padding-right: 40px !important;
	padding-top: 5px !important;
	padding-bottom: 5px !important;
	background-color: #fff;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 1px;
	border-left-width: 0px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #2d2d2d;
	border-right-color: #2d2d2d;
	border-bottom-color: #e8e8e8;
	border-left-color: #2d2d2d;
}
/* fs_accordion css
---------------------------------------------------------------*/
#wrap_accordion {
	width: 100%;
	float: right;
	margin: 0;
	padding: 0;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #2d2d2d;
	border-right-color: #2d2d2d;
	border-bottom-color: #2d2d2d;
	border-left-color: #2d2d2d;
	box-sizing: border-box;
	display: inline-block;
}
#wrap_accordion li {
	width: 100%;
	float: right;
	list-style-type: none;
}
#wrap_accordion .wrap_title {
	float: right;
	width: 100%;
	padding-right: 10px;
	padding-left: 10px;
	text-align: center;
	color: #2d2d2d;
	font-size: 18px;
	font-weight: 700;
	line-height: 2.5em;
	position: relative;
	cursor: pointer;
	display: block;
	box-sizing: border-box;
	-webkit-transition: all 0.4s ease;
	-o-transition: all 0.4s ease;
	transition: all 0.4s ease;
	direction: rtl;
	background-color: rgba(255,255,255,0.1) !important;
	font-family: 'almoni-tzar';
	border-bottom: 1px solid #2d2d2d;
}
#wrap_accordion .wrap_title i {
	float: left;
	width: auto;
	padding-top: 15px!important;
	padding-bottom: 0!important;
	padding-left: 0!important;
	padding-right: 0!important;
	margin: 0!important;
	font-size: 13px;
}
.fs_accordion {
	width: 100%;
	float: right;
	position: relative;
	max-width: 100%;
	margin: 0!important;
	padding: 0!important;
}
#fs_accordion {
	width: 100%;
}
.fs_accordion li {
	list-style-type: none;
	float: right;
	width: 100%;
	padding: 0;
	margin-right: 0;
	margin-left: 0%;
	margin-top: 0;
	margin-bottom: 0;
	background-color: rgba(255,255,255,0);
}
.fs_accordion li:nth-of-type(2n) {
	margin-left: 0;
}
.fs_accordion li .title {
	float: right;
	width: 100%;
	padding-right: 10px;
	padding-left: 10px;
	text-align: right;
	color: #2d2d2d;
	font-size: 16px;
	font-weight: 700;
	line-height: 2.2em;
	position: relative;
	cursor: pointer;
	display: block;
	box-sizing: border-box;
	-webkit-transition: all 0.4s ease;
	-o-transition: all 0.4s ease;
	transition: all 0.4s ease;
	direction: rtl;
	background-color: rgba(255,255,255,0.0) !important;
	border-bottom: 1px solid #2d2d2d !important;
}
.fs_accordion li .title i {
	float: left;
	width: auto;
	padding-top: 10px!important;
	padding-bottom: 0!important;
	padding-left: 0!important;
	padding-right: 0!important;
	margin: 0!important;
	font-size: 13px;
}
.fs_accordion li ul.sub_menu {
	list-style-type: none;
	float: right;
	width: 100%;
	margin-bottom: 0;
	margin-top: 0;
	padding-top: 0;
	padding-bottom: 0;
}
.fs_accordion li ul.sub_menu li {
	list-style-type: none;
	float: right;
	width: 100%;
}
.fs_accordion li ul.sub_menu li .link {
	width: 100%;
	float: right;
	padding-left: 0px;
	padding-right: 0px;
	box-sizing: border-box;
	margin-bottom: 1px;
	border-bottom: 1px solid #e8e8e8;
}
.link input[type="checkbox"] {
	display: none;
}
.link input[type="checkbox"] + label {
	color: #2d2d2d;
	float: right;
	direction: rtl;
	text-align: right;
	width: 100%;
	padding-top: 12px;
	padding-bottom: 12px;
	padding-right: 10px;
	padding-left: 10px;
	box-sizing: border-box;
	display: inline-block;
	-webkit-transition: all 0.2s ease;
	-o-transition: all 0.2s ease;
	transition: all 0.2s ease;
	background-color: rgba(255,255,255,0.3);
}
.link input[type="checkbox"] + label:hover {
	background-color: #f4f4f4;
}
.link input[type="checkbox"] + label span {
	display: inline-block;
	width: 18px;
	height: 18px;
	vertical-align: middle;
	/*background: url('../../../../images/System/search_checkbox_regular.png') no-repeat center top;*/
	background-color: #eee;
	border: 1px solid #999;
	cursor: pointer;
	margin-left: 10px;
	float: right;
	-webkit-transition: all 0.4s ease;
	-o-transition: all 0.4s ease;
	transition: all 0.4s ease;
	box-sizing: border-box;
}
.link input[type="checkbox"]:checked + label span {
	/*background: url('../../../../images/System/search_checkbox_active.png') no-repeat center top;*/
	background-color: #fff;
	border: 3px solid #B49109;
	box-sizing: border-box;
}
.fs_accordion li ul.sub_menu li .link_all {
	width: 100%;
	float: right;
	padding-left: 0px;
	padding-right: 0px;
	box-sizing: border-box;
	margin-bottom: 1px;
	border-bottom: 1px solid #e8e8e8;
}
.link_all input[type="checkbox"] {
	display: none;
}
.link_all input[type="checkbox"] + label {
	color: #2d2d2d;
	float: right;
	direction: rtl;
	text-align: right;
	width: 100%;
	padding-top: 12px;
	padding-bottom: 12px;
	padding-right: 10px;
	padding-left: 10px;
	box-sizing: border-box;
	display: inline-block;
	-webkit-transition: all 0.2s ease;
	-o-transition: all 0.2s ease;
	transition: all 0.2s ease;
	background-color: rgba(255,255,255,0.9);
}
.link_all input[type="checkbox"] + label:hover {
	background-color: rgba(255,255,255,0.8);
}
.link_all input[type="checkbox"] + label span {
	display: inline-block;
	width: 18px;
	height: 18px;
	vertical-align: middle;
	/*background: url('../../../../images/System/search_checkbox_regular.png') no-repeat center top;*/
	background-color: #eee;
	border: 1px solid #999;
	cursor: pointer;
	margin-left: 10px;
	float: right;
	-webkit-transition: all 0.4s ease;
	-o-transition: all 0.4s ease;
	transition: all 0.4s ease;
	box-sizing: border-box;
}
.link_all input[type="checkbox"]:checked + label span {
	/*background: url('../../../../images/System/search_checkbox_active.png') no-repeat center top;*/
	background-color: #fff;
	border: 3px solid #B49109;
	box-sizing: border-box;
}
.link_color {
	list-style-type: none;
	float: right;
	display: inline-block;
	width: auto!important;
	margin-left: 0px;
	padding: 0!important;
}
.link_color input[type="checkbox"] {
	display: none;
}
.link_color input[type="checkbox"] + label {
	color: #2d2d2d;
	float: right;
	direction: rtl;
	text-align: right;
	width: auto;
	padding-top: 12px;
	padding-bottom: 8px;
	padding-right: 8px;
	padding-left: 8px;
	box-sizing: border-box;
	display: inline-block;
	-webkit-transition: all 0.2s ease;
	-o-transition: all 0.2s ease;
	transition: all 0.2s ease;
	background-color: rgba(255,255,255,0.0);
}
.link_color input[type="checkbox"] + label:hover {
	background-color: rgba(255,255,255,0.0);
}
.link_color input[type="checkbox"] + label span {
	display: inline-block;
	width: 30px;
	height: 30px;
	vertical-align: middle;
	background-color: #eee;
	border: 1px solid #999;
	cursor: pointer;
	margin-left: 0px;
	float: right;
	-webkit-transition: all 0.4s ease;
	-o-transition: all 0.4s ease;
	transition: all 0.4s ease;
	box-sizing: border-box;
	border-radius: 0%
}
.link_color input[type="checkbox"]:checked + label span {
	background-color: #fff;
	border: 3px solid #B49109;
	box-sizing: border-box;
}
.slider_range_container {
	width: 90%!important;
	margin-left: 5%!important;
	margin-right: 5%!important;
	float: right;
	margin-top: 40px;
}
.slider-container {
	width: 90%;
	float: right;
	margin-left: 5%;
	margin-right: 5%;
}
}
/* Media Queries for Phone
-------------------------------------------------------------- */
@media (max-width: 480px) and (min-width: 319px) {
.products_filtering_section {
	width: 90%;
	margin-left: 0%;
	margin-right: 0%;
	float: left;
	padding-top: 30px;
	padding-bottom: 30px;
	padding-right: 5%;
	padding-left: 5%;
	text-align: center;
	direction: rtl;
}
#progressbarFilterLoading {
	float: right;
	width: 100%!important;
	height: 100%!important;
	background-color: rgba(255,255,255,0.2);
	bottom: 0;
	position: absolute;
	z-index: 100000!important;
	text-align: center;
}
.progressbarGif_load {
	float: right;
	width: 30%;
	margin-left: 35%;
	margin-right: 35%;
	margin-top: 50%;
}
.products_filtering_title_container {
	width: 100%;
	float: right;
	padding-top: 20px;
	padding-bottom: 20px;
	position: relative;
}
.products_search_section {
	width: 100%;
	padding-left: 0%;
	padding-right: 0%;
	float: right;
	padding-top: 20px;
	padding-bottom: 20px;
}
.products_filtering_right_container {
	float: right;
	width: 90%;
	padding-left: 5%;
	padding-right: 5%;
	position: relative;
	z-index: 1000;
}
.controls {
	float: right;
	width: 100%;
	position: relative;
	right: 0;
	background-color: #fff;
}
.products_filtering_left_container {
	float: left;
	width: 90%;
	margin-top: 20px;
	padding-left: 5%;
	padding-right: 5%;
	position: relative;
}
.filter_buttons {
	display: block;
}
#products {
	display: block;
	width: 100%;
	margin-bottom: 0px;
	text-align: right;
	padding-top: 0;
	padding-right: 0px;
	padding-bottom: 0;
	padding-left: 0px;
	margin-top: 0px;
}
#products li.item {
	display: none;
	opacity: 1;
	box-sizing: border-box;
	direction: rtl;
	position: relative;
	width: 23%;
	margin-bottom: 2%;
	margin-left: 1%;
	margin-right: 1%;
	float: right;
	background-color: #fff;
	padding: 0px;
	box-shadow: 0px 0px 5px 0 rgba(32, 47, 57, 0.1);
	-webkit-transition: all 500ms;
	-moz-transition: all 500ms;
	-ms-transition: all 500ms;
	-o-transition: all 500ms;
	transition: all 500ms;
}
#products li.item:hover {
	box-shadow: 0px 0px 24px 0 rgba(32, 47, 57, 0.1);
}
.free_greed_filtering_small {
	float: right;
	width: 24.25%;
	display: block;
	margin-bottom: 1%;
	margin-left: 1%;
	min-height: 200px;
	max-height: 200px;
	position: relative;
	transition: 0.2s all;
	-webkit-transition: 0.2s all;
	-moz-transition: 0.2s all;
	-o-transition: 0.2s all;
	box-sizing: border-box;
	border: 0px solid #fff;
}
.free_greed_filtering_small:nth-of-type(4n) {
	margin-left: 0!important;
}
.free_greed_filtering_filtering_small {
	float: right;
	width: 100%;
	display: block;
	min-height: 280px;
	max-height: 280px;
	position: relative;
	transition: 0.2s all;
	-webkit-transition: 0.2s all;
	-moz-transition: 0.2s all;
	-o-transition: 0.2s all;
	box-sizing: border-box;
	border: 0px solid #fff;
	margin-bottom: 50px;
}
div.free_greed_filtering_overlayer {
	display: inline-block;
}
div.free_greed_filtering_overlayer img {
	width: 100%;
	max-width: 100%;
	overflow: hidden;
	visibility: visible;
}
div.free_greed_filtering_overlayer:hover span.free_greed_filtering_des_above {
	opacity: 1;
}
span.free_greed_filtering_des_above {
	font-size: 26px;
	font-weight: 300;
	cursor: pointer;
	display: table-cell;
	width: 100%;
	height: 50px;
	left: 0;
	position: absolute;
	bottom: -50px;
	opacity: 1;
	-webkit-transition: opacity 500ms;
	-moz-transition: opacity 500ms;
	-o-transition: opacity 500ms;
	transition: opacity 500ms;
	background-color: #fff !important;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #e8e8e8;
}
span.free_greed_filtering_des_above_text {
	display: block;
	width: 100%;
	height: 50px;
	direction: rtl;
	cursor: auto !important;
}
span.free_greed_filtering_des_above_text span {
	text-align: center;
	box-sizing: border-box;
	padding-left: 0px;
	padding-right: 0px;
}
.free_greed_filtering_des_above_text .detalis_content {
	width: calc(100% - 75px);
	display: table;
	height: 50px;
	float:right;
	direction: rtl;
	padding-right: 15px!important;
}
span.free_greed_filtering_des_name {
	display: table-cell;
	vertical-align: middle;
	font-size: 17px;
	font-weight: 400;
	text-align: right!important;
	direction:rtl;
}
/*.free_greed_filtering_des_above_text .detalis_content {
	float: right;
	width: auto!important;
	margin-top: 10px;
	padding-right: 15px!important;
	display: block;
}
span.free_greed_filtering_des_name {
	float: right;
	width: auto!important;
	text-align: right!important;
	font-size: 17px!important;
	font-weight: 400;
	margin-top: 0px;
	padding-right: 0px!important;
	display: block;
	clear:both;
}*/
span.free_greed_filtering_des_price {
	float: right;
	width: auto!important;
	text-align: right!important;
	font-size: 17px!important;
	font-weight: 400;
	margin-top: 0px;
	padding-right: 0px!important;
	display: block;
	clear:both;
}
span.free_greed_filtering_des_add_to_cart a {
	float: left!important;
	width: auto!important;
	text-align: center!important;
	font-size: 24px!important;
	font-weight: 400;
	padding-top: 0px;
	padding-bottom: 0px;
	display: inline-block;
	left: 0!important;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #e8e8e8;
	color: #2d2d2d;
	transition: 0.2s all;
	-webkit-transition: 0.2s all;
	-moz-transition: 0.2s all;
	-o-transition: 0.2s all;
}
span.free_greed_filtering_des_add_to_cart a:hover {
	background-color: #e8e8e8;
	color: #000;
}
span.free_greed_filtering_des_add_to_cart a i {
	padding-top: 10px;
	padding-bottom: 9.4px;
	padding-left: 15px;
	padding-right: 16px;
}
span.free_greed_filtering_des_wishlist a {
	float: left!important;
	width: auto!important;
	text-align: center!important;
	font-size: 24px!important;
	font-weight: 400;
	padding-top: 0px;
	padding-bottom: 0px;
	display: inline-block;
	left: 0!important;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #e8e8e8;
	color: #2d2d2d;
	transition: 0.2s all;
	-webkit-transition: 0.2s all;
	-moz-transition: 0.2s all;
	-o-transition: 0.2s all;
}
span.free_greed_filtering_des_wishlist a i {
	padding-top: 16px;
	padding-bottom: 13px;
	padding-left: 17px;
	padding-right: 18px;
}
span.free_greed_filtering_des_wishlist a:hover {
	background-color: #e8e8e8;
	color: #aa134d;
}
div.free_greed_filtering_overlayer:hover span.free_greed_filtering_content_above {
	opacity: 0;
	cursor: auto !important;
}
div.free_greed_filtering_overlayer:hover span.free_greed_filtering_content_under {
	opacity: 1;
	cursor: auto !important;
}
span.free_greed_filtering_content_above {
	font-size: 28px;
	font-weight: 300;
	cursor: pointer;
	display: table-cell;
	width: 100%;
	height: 100%;
	left: 0;
	position: absolute;
	top: 0;
	opacity: 1;
	-webkit-transition: opacity 500ms;
	-moz-transition: opacity 500ms;
	-o-transition: opacity 500ms;
	transition: opacity 500ms;
}
span.free_greed_filtering_content_above_text {
	display: block;
	width: 100%;
	height: 100%;
	direction: rtl;
}
span.free_greed_filtering_content_above_text span {
	position: absolute;
	box-sizing: border-box;
}
span.free_greed_filtering_content_under {
	font-size: 28px;
	font-weight: 300;
	cursor: pointer;
	display: table-cell;
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	opacity: 0;
	-webkit-transition: opacity 500ms;
	-moz-transition: opacity 500ms;
	-o-transition: opacity 500ms;
	transition: opacity 500ms;
}
span.free_greed_filtering_content_under_text {
	display: inline-block;
	width: 100%;
	height: 100%;
	direction: rtl;
}
span.free_greed_filtering_content_under_text span {
	text-align: center;
	width: 100%;
	position: absolute;
	top: 41%;
	box-sizing: border-box;
	padding-left: 0px;
	padding-right: 0px;
}
.add_to_cart_button {
	width: 100%;
	float: none;
	font-size: 17px;
	font-weight: 400;
	text-align: center;
	padding-right: 12px;
	padding-left: 12px;
	padding-top: 12px;
	padding-bottom: 12px;
	margin-left: 12px;
	-webkit-transition: all 0.25s;
	-moz-transition: all 0.25s;
	-ms-transition: all 0.25s;
	-o-transition: all 0.25s;
	transition: all 0.25s;
	cursor: pointer;
	direction: rtl;
	box-sizing: border-box;
	background-color: transparent;
	color: #b49109;
	border: 1px solid #b49109;
}
.add_to_cart_button:hover {
	background-color: #b49109;
	color: #fff;
	border: 1px solid #b49109;
}
.go_to_product_button {
	width: 100%;
	float: none;
	font-size: 17px;
	font-weight: 400;
	text-align: center;
	padding-right: 25px;
	padding-left: 25px;
	padding-top: 15px;
	padding-bottom: 15px;
	margin-left: 0px;
	-webkit-transition: all 0.25s;
	-moz-transition: all 0.25s;
	-ms-transition: all 0.25s;
	-o-transition: all 0.25s;
	transition: all 0.25s;
	cursor: pointer;
	direction: rtl;
	box-sizing: border-box;
	background-color: transparent;
	color: #fff;
	border: 2px solid #fff;
}
.go_to_product_button:hover {
	background-color: #b49109;
	color: #fff;
	border: 2px solid #b49109;
}
span.free_greed_filtering_name {
	float: right;
	width: 100%!important;
	text-align: center!important;
	font-size: 34px!important;
	font-weight: 300;
	vertical-align: middle;
	z-index: 2!important;
	margin-top: 0px;
	margin-left: 0!important;
	margin-right: 0!important;
	right: 0px;
	top: 40%!important;
	color: #fff;
}
span.free_greed_filtering_strip_up {
	float: right;
	width: 45px!important;
	top: 15px!important;
	right: 15px!important;
}
span.free_greed_filtering_strip_up_circle {
	width: 100%;
	border-radius: 50%;
	text-align: center!important;
	font-size: 15px;
	font-weight: 400;
	padding: 50% 0;
	line-height: 0;
	position: relative;
	background: #2d2d2d;
	color: #fff;
}
.container {
	position: relative;
	padding-bottom: 20px;
}
.container .mix, .container .gap {
	display: inline-block;
	opacity: 1;
	box-sizing: border-box;
	direction: rtl;
	position: relative;
	width: 100%;
	margin-bottom: 25px;
	margin-left: 0%;
	margin-right: 0%;
	float: right;
	background-color: #fff;
	padding: 0px;
	box-shadow: 0px 0px 5px 0 rgba(32, 47, 57, 0.1);
}
.container .mix {
	display: none;
}
.container .fail-message {
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	text-align: center;
	opacity: 0;
	pointer-events: none;
	-webkit-transition: 150ms;
	-moz-transition: 150ms;
	transition: 150ms;
}
.container .fail-message:before {
	content: '';
	display: inline-block;
	vertical-align: middle;
	height: 100%;
}
.container .fail-message span {
	display: inline-block;
	vertical-align: middle;
	font-size: 17px;
	font-weight: 400;
	color: #be1e2d;
	padding-bottom: 20px;
	direction:rtl;
}
.container.fail .fail-message {
	opacity: 1;
	pointer-events: auto;
}
.reset_filter_btn {
	background-position: 98% center;
	width: 100%;
	float: right;
	color: #2d2d2d!important;
	font-size: 16px;
	font-weight: 400;
	cursor: pointer;
	font-family: 'almoni-dl';
	line-height: 2.1em;
	box-sizing: border-box;
	transition: 0.3s all;
	-webkit-transition: 0.3s all;
	-moz-transition: 0.3s all;
	-o-transition: 0.3s all;
	background-image: url('../../../../images/System/all_products.png');
	background-repeat: no-repeat;
	text-align: right;
	padding-left: 0 !important;
	padding-right: 40px !important;
	padding-top: 5px !important;
	padding-bottom: 5px !important;
	background-color: rgba(255,255,255,0.5);
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 1px;
	border-left-width: 0px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #2d2d2d;
	border-right-color: #2d2d2d;
	border-bottom-color: #e8e8e8;
	border-left-color: #2d2d2d;
}
.reset_filter_btn:hover {
	background-position: 98% center;
	width: 100%;
	float: right;
	color: #2d2d2d!important;
	font-size: 16px;
	font-weight: 400;
	cursor: pointer;
	font-family: 'almoni-dl';
	line-height: 2.1em;
	box-sizing: border-box;
	transition: 0.3s all;
	-webkit-transition: 0.3s all;
	-moz-transition: 0.3s all;
	-o-transition: 0.3s all;
	background-image: url('../../../../images/System/all_products_hover.png');
	background-repeat: no-repeat;
	text-align: right;
	padding-left: 0 !important;
	padding-right: 40px !important;
	padding-top: 5px !important;
	padding-bottom: 5px !important;
	background-color: #fff;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 1px;
	border-left-width: 0px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #2d2d2d;
	border-right-color: #2d2d2d;
	border-bottom-color: #e8e8e8;
	border-left-color: #2d2d2d;
}
/* fs_accordion css
---------------------------------------------------------------*/
#wrap_accordion {
	width: 100%;
	float: right;
	margin: 0;
	padding: 0;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #2d2d2d;
	border-right-color: #2d2d2d;
	border-bottom-color: #2d2d2d;
	border-left-color: #2d2d2d;
	box-sizing: border-box;
	display: inline-block;
}
#wrap_accordion li {
	width: 100%;
	float: right;
	list-style-type: none;
}
#wrap_accordion .wrap_title {
	float: right;
	width: 100%;
	padding-right: 10px;
	padding-left: 10px;
	text-align: center;
	color: #2d2d2d;
	font-size: 18px;
	font-weight: 700;
	line-height: 2.5em;
	position: relative;
	cursor: pointer;
	display: block;
	box-sizing: border-box;
	-webkit-transition: all 0.4s ease;
	-o-transition: all 0.4s ease;
	transition: all 0.4s ease;
	direction: rtl;
	background-color: rgba(255,255,255,0.1) !important;
	font-family: 'almoni-tzar';
	border-bottom: 1px solid #2d2d2d;
}
#wrap_accordion .wrap_title i {
	float: left;
	width: auto;
	padding-top: 15px!important;
	padding-bottom: 0!important;
	padding-left: 0!important;
	padding-right: 0!important;
	margin: 0!important;
	font-size: 13px;
}
.fs_accordion {
	width: 100%;
	float: right;
	position: relative;
	max-width: 100%;
	margin: 0!important;
	padding: 0!important;
}
#fs_accordion {
	width: 100%;
}
.fs_accordion li {
	list-style-type: none;
	float: right;
	width: 100%;
	padding: 0;
	margin-right: 0;
	margin-left: 0%;
	margin-top: 0;
	margin-bottom: 0;
	background-color: rgba(255,255,255,0);
}
.fs_accordion li:nth-of-type(2n) {
	margin-left: 0;
}
.fs_accordion li .title {
	float: right;
	width: 100%;
	padding-right: 10px;
	padding-left: 10px;
	text-align: right;
	color: #2d2d2d;
	font-size: 16px;
	font-weight: 700;
	line-height: 2.8em;
	position: relative;
	cursor: pointer;
	display: block;
	box-sizing: border-box;
	-webkit-transition: all 0.4s ease;
	-o-transition: all 0.4s ease;
	transition: all 0.4s ease;
	direction: rtl;
	background-color: rgba(255,255,255,0.0) !important;
	border-bottom: 1px solid #2d2d2d !important;
}
.fs_accordion li .title i {
	float: left;
	width: auto;
	padding-top: 14px!important;
	padding-bottom: 0!important;
	padding-left: 0!important;
	padding-right: 0!important;
	margin: 0!important;
	font-size: 13px;
}
.fs_accordion li ul.sub_menu {
	list-style-type: none;
	float: right;
	width: 100%;
	margin-bottom: 0;
	margin-top: 0;
	padding-top: 0;
	padding-bottom: 0;
}
.fs_accordion li ul.sub_menu li {
	list-style-type: none;
	float: right;
	width: 100%;
}
.fs_accordion li ul.sub_menu li .link {
	width: 100%;
	float: right;
	padding-left: 0px;
	padding-right: 0px;
	box-sizing: border-box;
	margin-bottom: 1px;
	border-bottom: 1px solid #e8e8e8;
}
.link input[type="checkbox"] {
	display: none;
}
.link input[type="checkbox"] + label {
	color: #2d2d2d;
	float: right;
	direction: rtl;
	text-align: right;
	width: 100%;
	padding-top: 12px;
	padding-bottom: 12px;
	padding-right: 10px;
	padding-left: 10px;
	box-sizing: border-box;
	display: inline-block;
	-webkit-transition: all 0.2s ease;
	-o-transition: all 0.2s ease;
	transition: all 0.2s ease;
	background-color: rgba(255,255,255,0.3);
}
.link input[type="checkbox"] + label:hover {
	background-color: #f4f4f4;
}
.link input[type="checkbox"] + label span {
	display: inline-block;
	width: 18px;
	height: 18px;
	vertical-align: middle;
	/*background: url('../../../../images/System/search_checkbox_regular.png') no-repeat center top;*/
	background-color: #eee;
	border: 1px solid #999;
	cursor: pointer;
	margin-left: 10px;
	float: right;
	-webkit-transition: all 0.4s ease;
	-o-transition: all 0.4s ease;
	transition: all 0.4s ease;
	box-sizing: border-box;
}
.link input[type="checkbox"]:checked + label span {
	/*background: url('../../../../images/System/search_checkbox_active.png') no-repeat center top;*/
	background-color: #fff;
	border: 3px solid #B49109;
	box-sizing: border-box;
}
.fs_accordion li ul.sub_menu li .link_all {
	width: 100%;
	float: right;
	padding-left: 0px;
	padding-right: 0px;
	box-sizing: border-box;
	margin-bottom: 1px;
	border-bottom: 1px solid #e8e8e8;
}
.link_all input[type="checkbox"] {
	display: none;
}
.link_all input[type="checkbox"] + label {
	color: #2d2d2d;
	float: right;
	direction: rtl;
	text-align: right;
	width: 100%;
	padding-top: 12px;
	padding-bottom: 12px;
	padding-right: 10px;
	padding-left: 10px;
	box-sizing: border-box;
	display: inline-block;
	-webkit-transition: all 0.2s ease;
	-o-transition: all 0.2s ease;
	transition: all 0.2s ease;
	background-color: rgba(255,255,255,0.9);
}
.link_all input[type="checkbox"] + label:hover {
	background-color: rgba(255,255,255,0.8);
}
.link_all input[type="checkbox"] + label span {
	display: inline-block;
	width: 18px;
	height: 18px;
	vertical-align: middle;
	/*background: url('../../../../images/System/search_checkbox_regular.png') no-repeat center top;*/
	background-color: #eee;
	border: 1px solid #999;
	cursor: pointer;
	margin-left: 10px;
	float: right;
	-webkit-transition: all 0.4s ease;
	-o-transition: all 0.4s ease;
	transition: all 0.4s ease;
	box-sizing: border-box;
}
.link_all input[type="checkbox"]:checked + label span {
	/*background: url('../../../../images/System/search_checkbox_active.png') no-repeat center top;*/
	background-color: #fff;
	border: 3px solid #B49109;
	box-sizing: border-box;
}
.link_color {
	list-style-type: none;
	float: right;
	display: inline-block;
	width: auto!important;
	margin-left: 0px;
	padding: 0!important;
}
.link_color input[type="checkbox"] {
	display: none;
}
.link_color input[type="checkbox"] + label {
	color: #2d2d2d;
	float: right;
	direction: rtl;
	text-align: right;
	width: auto;
	padding-top: 8px;
	padding-bottom: 8px;
	padding-right: 5px;
	padding-left: 5px;
	box-sizing: border-box;
	display: inline-block;
	-webkit-transition: all 0.2s ease;
	-o-transition: all 0.2s ease;
	transition: all 0.2s ease;
	background-color: rgba(255,255,255,0.0);
}
.link_color input[type="checkbox"] + label:hover {
	background-color: rgba(255,255,255,0.0);
}
.link_color input[type="checkbox"] + label span {
	display: inline-block;
	width: 30px;
	height: 30px;
	vertical-align: middle;
	background-color: #eee;
	border: 1px solid #999;
	cursor: pointer;
	margin-left: 0px;
	float: right;
	-webkit-transition: all 0.4s ease;
	-o-transition: all 0.4s ease;
	transition: all 0.4s ease;
	box-sizing: border-box;
	border-radius: 0%
}
.link_color input[type="checkbox"]:checked + label span {
	background-color: #fff;
	border: 3px solid #B49109;
	box-sizing: border-box;
}
.slider_range_container {
	width: 90%!important;
	margin-left: 5%!important;
	margin-right: 5%!important;
	float: right;
	margin-top: 40px;
}
.slider-container {
	width: 90%;
	float: right;
	margin-left: 5%;
	margin-right: 5%;
}
}
/* Media Queries for Phone Portrait
-------------------------------------------------------------- */
@media all and (max-width:320px) {
.products_filtering_section {
	width: 90%;
	margin-left: 0%;
	margin-right: 0%;
	float: left;
	padding-top: 30px;
	padding-bottom: 30px;
	padding-right: 5%;
	padding-left: 5%;
	text-align: center;
	direction: rtl;
}
#progressbarFilterLoading {
	float: right;
	width: 100%!important;
	height: 100%!important;
	background-color: rgba(255,255,255,0.2);
	bottom: 0;
	position: absolute;
	z-index: 100000!important;
	text-align: center;
}
.progressbarGif_load {
	float: right;
	width: 30%;
	margin-left: 35%;
	margin-right: 35%;
	margin-top: 50%;
}
.products_filtering_title_container {
	width: 100%;
	float: right;
	padding-top: 20px;
	padding-bottom: 20px;
	position: relative;
}
.products_search_section {
	width: 100%;
	padding-left: 0%;
	padding-right: 0%;
	float: right;
	padding-top: 20px;
	padding-bottom: 20px;
}
.products_filtering_right_container {
	float: right;
	width: 90%;
	padding-left: 5%;
	padding-right: 5%;
	position: relative;
	z-index: 1000;
}
.controls {
	float: right;
	width: 100%;
	position: relative;
	right: 0;
	background-color: #fff;
}
.products_filtering_left_container {
	float: left;
	width: 90%;
	margin-top: 20px;
	padding-left: 5%;
	padding-right: 5%;
	position: relative;
}
.filter_buttons {
	display: block;
}
#products {
	display: block;
	width: 100%;
	margin-bottom: 0px;
	text-align: right;
	padding-top: 0;
	padding-right: 0px;
	padding-bottom: 0;
	padding-left: 0px;
	margin-top: 0px;
}
#products li.item {
	display: none;
	opacity: 1;
	box-sizing: border-box;
	direction: rtl;
	position: relative;
	width: 23%;
	margin-bottom: 2%;
	margin-left: 1%;
	margin-right: 1%;
	float: right;
	background-color: #fff;
	padding: 0px;
	box-shadow: 0px 0px 5px 0 rgba(32, 47, 57, 0.1);
	-webkit-transition: all 500ms;
	-moz-transition: all 500ms;
	-ms-transition: all 500ms;
	-o-transition: all 500ms;
	transition: all 500ms;
}
#products li.item:hover {
	box-shadow: 0px 0px 24px 0 rgba(32, 47, 57, 0.1);
}
.free_greed_filtering_small {
	float: right;
	width: 24.25%;
	display: block;
	margin-bottom: 1%;
	margin-left: 1%;
	min-height: 200px;
	max-height: 200px;
	position: relative;
	transition: 0.2s all;
	-webkit-transition: 0.2s all;
	-moz-transition: 0.2s all;
	-o-transition: 0.2s all;
	box-sizing: border-box;
	border: 0px solid #fff;
}
.free_greed_filtering_small:nth-of-type(4n) {
	margin-left: 0!important;
}
.free_greed_filtering_filtering_small {
	float: right;
	width: 100%;
	display: block;
	min-height: 280px;
	max-height: 280px;
	position: relative;
	transition: 0.2s all;
	-webkit-transition: 0.2s all;
	-moz-transition: 0.2s all;
	-o-transition: 0.2s all;
	box-sizing: border-box;
	border: 0px solid #fff;
	margin-bottom: 50px;
}
div.free_greed_filtering_overlayer {
	display: inline-block;
}
div.free_greed_filtering_overlayer img {
	width: 100%;
	max-width: 100%;
	overflow: hidden;
	visibility: visible;
}
div.free_greed_filtering_overlayer:hover span.free_greed_filtering_des_above {
	opacity: 1;
}
span.free_greed_filtering_des_above {
	font-size: 26px;
	font-weight: 300;
	cursor: pointer;
	display: table-cell;
	width: 100%;
	height: 50px;
	left: 0;
	position: absolute;
	bottom: -50px;
	opacity: 1;
	-webkit-transition: opacity 500ms;
	-moz-transition: opacity 500ms;
	-o-transition: opacity 500ms;
	transition: opacity 500ms;
	background-color: #fff !important;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #e8e8e8;
}
span.free_greed_filtering_des_above_text {
	display: block;
	width: 100%;
	height: 50px;
	direction: rtl;
	cursor: auto !important;
}
span.free_greed_filtering_des_above_text span {
	text-align: center;
	box-sizing: border-box;
	padding-left: 0px;
	padding-right: 0px;
}
.free_greed_filtering_des_above_text .detalis_content {
	width: calc(100% - 75px);
	display: table;
	height: 50px;
	float:right;
	direction: rtl;
	padding-right: 15px!important;
}
span.free_greed_filtering_des_name {
	display: table-cell;
	vertical-align: middle;
	font-size: 17px;
	font-weight: 400;
	text-align: right!important;
	direction:rtl;
}
/*.free_greed_filtering_des_above_text .detalis_content {
	float: right;
	width: auto!important;
	margin-top: 10px;
	padding-right: 15px!important;
	display: block;
}
span.free_greed_filtering_des_name {
	float: right;
	width: auto!important;
	text-align: right!important;
	font-size: 17px!important;
	font-weight: 400;
	margin-top: 0px;
	padding-right: 0px!important;
	display: block;
	clear:both;
}*/
span.free_greed_filtering_des_price {
	float: right;
	width: auto!important;
	text-align: right!important;
	font-size: 17px!important;
	font-weight: 400;
	margin-top: 0px;
	padding-right: 0px!important;
	display: block;
	clear:both;
}
span.free_greed_filtering_des_add_to_cart a {
	float: left!important;
	width: auto!important;
	text-align: center!important;
	font-size: 24px!important;
	font-weight: 400;
	padding-top: 0px;
	padding-bottom: 0px;
	display: inline-block;
	left: 0!important;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #e8e8e8;
	color: #2d2d2d;
	transition: 0.2s all;
	-webkit-transition: 0.2s all;
	-moz-transition: 0.2s all;
	-o-transition: 0.2s all;
}
span.free_greed_filtering_des_add_to_cart a:hover {
	background-color: #e8e8e8;
	color: #000;
}
span.free_greed_filtering_des_add_to_cart a i {
	padding-top: 10px;
	padding-bottom: 9.4px;
	padding-left: 15px;
	padding-right: 16px;
}
span.free_greed_filtering_des_wishlist a {
	float: left!important;
	width: auto!important;
	text-align: center!important;
	font-size: 24px!important;
	font-weight: 400;
	padding-top: 0px;
	padding-bottom: 0px;
	display: inline-block;
	left: 0!important;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #e8e8e8;
	color: #2d2d2d;
	transition: 0.2s all;
	-webkit-transition: 0.2s all;
	-moz-transition: 0.2s all;
	-o-transition: 0.2s all;
}
span.free_greed_filtering_des_wishlist a i {
	padding-top: 16px;
	padding-bottom: 13px;
	padding-left: 17px;
	padding-right: 18px;
}
span.free_greed_filtering_des_wishlist a:hover {
	background-color: #e8e8e8;
	color: #aa134d;
}
div.free_greed_filtering_overlayer:hover span.free_greed_filtering_content_above {
	opacity: 0;
	cursor: auto !important;
}
div.free_greed_filtering_overlayer:hover span.free_greed_filtering_content_under {
	opacity: 1;
	cursor: auto !important;
}
span.free_greed_filtering_content_above {
	font-size: 28px;
	font-weight: 300;
	cursor: pointer;
	display: table-cell;
	width: 100%;
	height: 100%;
	left: 0;
	position: absolute;
	top: 0;
	opacity: 1;
	-webkit-transition: opacity 500ms;
	-moz-transition: opacity 500ms;
	-o-transition: opacity 500ms;
	transition: opacity 500ms;
}
span.free_greed_filtering_content_above_text {
	display: block;
	width: 100%;
	height: 100%;
	direction: rtl;
}
span.free_greed_filtering_content_above_text span {
	position: absolute;
	box-sizing: border-box;
}
span.free_greed_filtering_content_under {
	font-size: 28px;
	font-weight: 300;
	cursor: pointer;
	display: table-cell;
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	opacity: 0;
	-webkit-transition: opacity 500ms;
	-moz-transition: opacity 500ms;
	-o-transition: opacity 500ms;
	transition: opacity 500ms;
}
span.free_greed_filtering_content_under_text {
	display: inline-block;
	width: 100%;
	height: 100%;
	direction: rtl;
}
span.free_greed_filtering_content_under_text span {
	text-align: center;
	width: 100%;
	position: absolute;
	top: 41%;
	box-sizing: border-box;
	padding-left: 0px;
	padding-right: 0px;
}
.add_to_cart_button {
	width: 100%;
	float: none;
	font-size: 17px;
	font-weight: 400;
	text-align: center;
	padding-right: 12px;
	padding-left: 12px;
	padding-top: 12px;
	padding-bottom: 12px;
	margin-left: 12px;
	-webkit-transition: all 0.25s;
	-moz-transition: all 0.25s;
	-ms-transition: all 0.25s;
	-o-transition: all 0.25s;
	transition: all 0.25s;
	cursor: pointer;
	direction: rtl;
	box-sizing: border-box;
	background-color: transparent;
	color: #b49109;
	border: 1px solid #b49109;
}
.add_to_cart_button:hover {
	background-color: #b49109;
	color: #fff;
	border: 1px solid #b49109;
}
.go_to_product_button {
	width: 100%;
	float: none;
	font-size: 17px;
	font-weight: 400;
	text-align: center;
	padding-right: 25px;
	padding-left: 25px;
	padding-top: 15px;
	padding-bottom: 15px;
	margin-left: 0px;
	-webkit-transition: all 0.25s;
	-moz-transition: all 0.25s;
	-ms-transition: all 0.25s;
	-o-transition: all 0.25s;
	transition: all 0.25s;
	cursor: pointer;
	direction: rtl;
	box-sizing: border-box;
	background-color: transparent;
	color: #fff;
	border: 2px solid #fff;
}
.go_to_product_button:hover {
	background-color: #b49109;
	color: #fff;
	border: 2px solid #b49109;
}
span.free_greed_filtering_name {
	float: right;
	width: 100%!important;
	text-align: center!important;
	font-size: 34px!important;
	font-weight: 300;
	vertical-align: middle;
	z-index: 2!important;
	margin-top: 0px;
	margin-left: 0!important;
	margin-right: 0!important;
	right: 0px;
	top: 40%!important;
	color: #fff;
}
span.free_greed_filtering_strip_up {
	float: right;
	width: 45px!important;
	top: 15px!important;
	right: 15px!important;
}
span.free_greed_filtering_strip_up_circle {
	width: 100%;
	border-radius: 50%;
	text-align: center!important;
	font-size: 15px;
	font-weight: 400;
	padding: 50% 0;
	line-height: 0;
	position: relative;
	background: #2d2d2d;
	color: #fff;
}
.container {
	position: relative;
	padding-bottom: 20px;
}
.container .mix, .container .gap {
	display: inline-block;
	opacity: 1;
	box-sizing: border-box;
	direction: rtl;
	position: relative;
	width: 100%;
	margin-bottom: 25px;
	margin-left: 0%;
	margin-right: 0%;
	float: right;
	background-color: #fff;
	padding: 0px;
	box-shadow: 0px 0px 5px 0 rgba(32, 47, 57, 0.1);
}
.container .mix {
	display: none;
}
.container .fail-message {
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	text-align: center;
	opacity: 0;
	pointer-events: none;
	-webkit-transition: 150ms;
	-moz-transition: 150ms;
	transition: 150ms;
}
.container .fail-message:before {
	content: '';
	display: inline-block;
	vertical-align: middle;
	height: 100%;
}
.container .fail-message span {
	display: inline-block;
	vertical-align: middle;
	font-size: 17px;
	font-weight: 400;
	color: #be1e2d;
	padding-bottom: 20px;
	direction:rtl;
}
.container.fail .fail-message {
	opacity: 1;
	pointer-events: auto;
}
.reset_filter_btn {
	background-position: 98% center;
	width: 100%;
	float: right;
	color: #2d2d2d!important;
	font-size: 16px;
	font-weight: 400;
	cursor: pointer;
	font-family: 'almoni-dl';
	line-height: 2.1em;
	box-sizing: border-box;
	transition: 0.3s all;
	-webkit-transition: 0.3s all;
	-moz-transition: 0.3s all;
	-o-transition: 0.3s all;
	background-image: url('../../../../images/System/all_products.png');
	background-repeat: no-repeat;
	text-align: right;
	padding-left: 0 !important;
	padding-right: 40px !important;
	padding-top: 5px !important;
	padding-bottom: 5px !important;
	background-color: rgba(255,255,255,0.5);
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 1px;
	border-left-width: 0px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #2d2d2d;
	border-right-color: #2d2d2d;
	border-bottom-color: #e8e8e8;
	border-left-color: #2d2d2d;
}
.reset_filter_btn:hover {
	background-position: 98% center;
	width: 100%;
	float: right;
	color: #2d2d2d!important;
	font-size: 16px;
	font-weight: 400;
	cursor: pointer;
	font-family: 'almoni-dl';
	line-height: 2.1em;
	box-sizing: border-box;
	transition: 0.3s all;
	-webkit-transition: 0.3s all;
	-moz-transition: 0.3s all;
	-o-transition: 0.3s all;
	background-image: url('../../../../images/System/all_products_hover.png');
	background-repeat: no-repeat;
	text-align: right;
	padding-left: 0 !important;
	padding-right: 40px !important;
	padding-top: 5px !important;
	padding-bottom: 5px !important;
	background-color: #fff;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 1px;
	border-left-width: 0px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #2d2d2d;
	border-right-color: #2d2d2d;
	border-bottom-color: #e8e8e8;
	border-left-color: #2d2d2d;
}
/* fs_accordion css
---------------------------------------------------------------*/
#wrap_accordion {
	width: 100%;
	float: right;
	margin: 0;
	padding: 0;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #2d2d2d;
	border-right-color: #2d2d2d;
	border-bottom-color: #2d2d2d;
	border-left-color: #2d2d2d;
	box-sizing: border-box;
	display: inline-block;
}
#wrap_accordion li {
	width: 100%;
	float: right;
	list-style-type: none;
}
#wrap_accordion .wrap_title {
	float: right;
	width: 100%;
	padding-right: 10px;
	padding-left: 10px;
	text-align: center;
	color: #2d2d2d;
	font-size: 18px;
	font-weight: 700;
	line-height: 2.5em;
	position: relative;
	cursor: pointer;
	display: block;
	box-sizing: border-box;
	-webkit-transition: all 0.4s ease;
	-o-transition: all 0.4s ease;
	transition: all 0.4s ease;
	direction: rtl;
	background-color: rgba(255,255,255,0.1) !important;
	font-family: 'almoni-tzar';
	border-bottom: 1px solid #2d2d2d;
}
#wrap_accordion .wrap_title i {
	float: left;
	width: auto;
	padding-top: 15px!important;
	padding-bottom: 0!important;
	padding-left: 0!important;
	padding-right: 0!important;
	margin: 0!important;
	font-size: 13px;
}
.fs_accordion {
	width: 100%;
	float: right;
	position: relative;
	max-width: 100%;
	margin: 0!important;
	padding: 0!important;
}
#fs_accordion {
	width: 100%;
}
.fs_accordion li {
	list-style-type: none;
	float: right;
	width: 100%;
	padding: 0;
	margin-right: 0;
	margin-left: 0%;
	margin-top: 0;
	margin-bottom: 0;
	background-color: rgba(255,255,255,0);
}
.fs_accordion li:nth-of-type(2n) {
	margin-left: 0;
}
.fs_accordion li .title {
	float: right;
	width: 100%;
	padding-right: 10px;
	padding-left: 10px;
	text-align: right;
	color: #2d2d2d;
	font-size: 16px;
	font-weight: 700;
	line-height: 2.8em;
	position: relative;
	cursor: pointer;
	display: block;
	box-sizing: border-box;
	-webkit-transition: all 0.4s ease;
	-o-transition: all 0.4s ease;
	transition: all 0.4s ease;
	direction: rtl;
	background-color: rgba(255,255,255,0.0) !important;
	border-bottom: 1px solid #2d2d2d !important;
}
.fs_accordion li .title i {
	float: left;
	width: auto;
	padding-top: 14px!important;
	padding-bottom: 0!important;
	padding-left: 0!important;
	padding-right: 0!important;
	margin: 0!important;
	font-size: 13px;
}
.fs_accordion li ul.sub_menu {
	list-style-type: none;
	float: right;
	width: 100%;
	margin-bottom: 0;
	margin-top: 0;
	padding-top: 0;
	padding-bottom: 0;
}
.fs_accordion li ul.sub_menu li {
	list-style-type: none;
	float: right;
	width: 100%;
}
.fs_accordion li ul.sub_menu li .link {
	width: 100%;
	float: right;
	padding-left: 0px;
	padding-right: 0px;
	box-sizing: border-box;
	margin-bottom: 1px;
	border-bottom: 1px solid #e8e8e8;
}
.link input[type="checkbox"] {
	display: none;
}
.link input[type="checkbox"] + label {
	color: #2d2d2d;
	float: right;
	direction: rtl;
	text-align: right;
	width: 100%;
	padding-top: 12px;
	padding-bottom: 12px;
	padding-right: 10px;
	padding-left: 10px;
	box-sizing: border-box;
	display: inline-block;
	-webkit-transition: all 0.2s ease;
	-o-transition: all 0.2s ease;
	transition: all 0.2s ease;
	background-color: rgba(255,255,255,0.3);
}
.link input[type="checkbox"] + label:hover {
	background-color: #f4f4f4;
}
.link input[type="checkbox"] + label span {
	display: inline-block;
	width: 18px;
	height: 18px;
	vertical-align: middle;
	/*background: url('../../../../images/System/search_checkbox_regular.png') no-repeat center top;*/
	background-color: #eee;
	border: 1px solid #999;
	cursor: pointer;
	margin-left: 10px;
	float: right;
	-webkit-transition: all 0.4s ease;
	-o-transition: all 0.4s ease;
	transition: all 0.4s ease;
	box-sizing: border-box;
}
.link input[type="checkbox"]:checked + label span {
	/*background: url('../../../../images/System/search_checkbox_active.png') no-repeat center top;*/
	background-color: #fff;
	border: 3px solid #B49109;
	box-sizing: border-box;
}
.fs_accordion li ul.sub_menu li .link_all {
	width: 100%;
	float: right;
	padding-left: 0px;
	padding-right: 0px;
	box-sizing: border-box;
	margin-bottom: 1px;
	border-bottom: 1px solid #e8e8e8;
}
.link_all input[type="checkbox"] {
	display: none;
}
.link_all input[type="checkbox"] + label {
	color: #2d2d2d;
	float: right;
	direction: rtl;
	text-align: right;
	width: 100%;
	padding-top: 12px;
	padding-bottom: 12px;
	padding-right: 10px;
	padding-left: 10px;
	box-sizing: border-box;
	display: inline-block;
	-webkit-transition: all 0.2s ease;
	-o-transition: all 0.2s ease;
	transition: all 0.2s ease;
	background-color: rgba(255,255,255,0.9);
}
.link_all input[type="checkbox"] + label:hover {
	background-color: rgba(255,255,255,0.8);
}
.link_all input[type="checkbox"] + label span {
	display: inline-block;
	width: 18px;
	height: 18px;
	vertical-align: middle;
	/*background: url('../../../../images/System/search_checkbox_regular.png') no-repeat center top;*/
	background-color: #eee;
	border: 1px solid #999;
	cursor: pointer;
	margin-left: 10px;
	float: right;
	-webkit-transition: all 0.4s ease;
	-o-transition: all 0.4s ease;
	transition: all 0.4s ease;
	box-sizing: border-box;
}
.link_all input[type="checkbox"]:checked + label span {
	/*background: url('../../../../images/System/search_checkbox_active.png') no-repeat center top;*/
	background-color: #fff;
	border: 3px solid #B49109;
	box-sizing: border-box;
}
.link_color {
	list-style-type: none;
	float: right;
	display: inline-block;
	width: auto!important;
	margin-left: 0px;
	padding: 0!important;
}
.link_color input[type="checkbox"] {
	display: none;
}
.link_color input[type="checkbox"] + label {
	color: #2d2d2d;
	float: right;
	direction: rtl;
	text-align: right;
	width: auto;
	padding-top: 8px;
	padding-bottom: 8px;
	padding-right: 5px;
	padding-left: 5px;
	box-sizing: border-box;
	display: inline-block;
	-webkit-transition: all 0.2s ease;
	-o-transition: all 0.2s ease;
	transition: all 0.2s ease;
	background-color: rgba(255,255,255,0.0);
}
.link_color input[type="checkbox"] + label:hover {
	background-color: rgba(255,255,255,0.0);
}
.link_color input[type="checkbox"] + label span {
	display: inline-block;
	width: 30px;
	height: 30px;
	vertical-align: middle;
	background-color: #eee;
	border: 1px solid #999;
	cursor: pointer;
	margin-left: 0px;
	float: right;
	-webkit-transition: all 0.4s ease;
	-o-transition: all 0.4s ease;
	transition: all 0.4s ease;
	box-sizing: border-box;
	border-radius: 0%
}
.link_color input[type="checkbox"]:checked + label span {
	background-color: #fff;
	border: 3px solid #B49109;
	box-sizing: border-box;
}
.slider_range_container {
	width: 90%!important;
	margin-left: 5%!important;
	margin-right: 5%!important;
	float: right;
	margin-top: 40px;
}
.slider-container {
	width: 90%;
	float: right;
	margin-left: 5%;
	margin-right: 5%;
}
}
