﻿.item_btn {
	float: left;
	width: 110px;
	margin-top: 20px;
	margin-left:calc(50% - 55px);
	padding: 10px;
	font-size: 17px;
	font-weight: 400;
	text-align: center;
	text-decoration: none;
	color: #fff;
	background: linear-gradient( to left, #064280, #1366bb );
	z-index:10000000!important;
	border-radius:25px;
	box-sizing:border-box
}
.item_btn:hover {
	background: linear-gradient( to left, #064280, #104984 );
}
.products_filtering_right_container {
	-webkit-border-radius: 7px;
	-moz-border-radius: 7px;
	border-radius: 7px;
}
.item_strip_up{
    float: right;
    width: 70px;
    height: 32px;
    position: absolute;
    top: 10px;
    left: 10px;
    z-index: 1;
    direction: rtl;
    display:table;
    text-align:center;
    background-color: transparent;
}
.item_strip_up_text {
    font-size: 19px;
    text-align: center;
    display: table-cell;
	vertical-align: middle;
	font-family: 'almoni-neue-tzar';
}
/* plus_minus
-------------------------------------------------------------- */
#products_counter .plus_minus_container {
	float: right;
    width: 120px!important;
	height: 40px;
	margin-left: 10px;
}
#products_counter .plus-minus-input {
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
}
#products_counter .plus-minus-input .input-group-field {
  text-align: center;
  width: 40px;
  border-top: 1px solid #000;
  border-bottom: 1px solid #000;
  border-left: 0px solid #000 !important;
  border-right: 0px solid #000;
  display:block;
  box-sizing:border-box;
  line-height:0;
  font-family: 'arial';
}
#products_counter .plus-minus-input .input-group-field::-webkit-inner-spin-button, .plus-minus-input .input-group-field ::-webkit-outer-spin-button {
 -webkit-appearance: none;
 appearance: none;
}
#products_counter .plus-minus-input .input-group-button .circle {
	cursor: pointer;
	width: 40px;
	height: 40px;
	font-size: 14px;
	box-sizing:border-box;	
}
#products_counter .input-group {
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	width: 100%;
	-webkit-align-items: stretch;
	-ms-flex-align: stretch;
	align-items: stretch;
}
#products_counter .input-group-button {
	padding-top: 0;
	padding-bottom: 0;
	text-align: center;
	-webkit-flex: 0 0 auto;
	-ms-flex: 0 0 auto;
	flex: 0 0 auto;
}
#products_counter .button.hollow {
	border: 1px solid #000;
	color: #fff;
	transition: 0.2s all;
	-webkit-transition: 0.2s all;
	-moz-transition: 0.2s all;
	-o-transition: 0.2s all;
}
#products_counter .button.hollow {
	background-color: transparent;
	border: 1px solid #333;
	color: #000;
}
#products_counter .button.hollow:hover {
	border-color: #000 !important;
	color: #fff;
	background-color: #000 !important;
}
#products_counter .button.hollow:focus {
	border-color: #000 !important;
	color: #fff !important;
	background-color: #666 !important;
}

#free_props_with_prices {
	width: 100%;
	float: right;
}
#free_props_with_prices .selectBox select {
  position: relative;
  width: 100%;
  float:right;
  border-bottom:0;
  border-top: 0px solid #ccc;
  border-right:0;
  border-left:0;
  background-color:#f9f9f9;
  box-sizing:border-box;
  padding-right: 7px;
  font-size:15px;
}
#free_props_with_prices .multiselect {
  width: 100%;
  float:right;
  border:1px solid #eaeaea;
  margin-bottom:15px;
  box-sizing:border-box;
  padding: 0;
}
#free_props_with_prices .checkboxes {
  width:100%;
  float:right;
  padding: 5px 10px 5px 10px !important;
  box-sizing:border-box;
}
.product_id_sizes {
	width: 100%;
	float: right;
	margin-bottom:15px
}
.product_id_sizes_title {
	width: 100%;
	float: right;
	margin-bottom: 7px;
	font-size:15px;
}
.product_id_sizes select {
  position: relative;
  width: 100%;
  float: right;
  border-bottom:0;
  border: 1px solid #eaeaea;
  background-color:#f9f9f9;
  box-sizing:border-box;
  padding-right: 7px;
  font-size:15px;
}
.filterCheckbox {
	width: 100%;
	float: right;
}
.filterCheckbox input[type="checkbox"] {
	display: none;
}
.filterCheckbox input[type="checkbox"] + label {
	float: right;
	direction: rtl;
	text-align: right;
	font-size:15px;
	width: 100%;
	padding-top: 8px;
	padding-bottom: 8px;
	padding-right: 7px;
	padding-left: 7px;
	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,1);
	border: 0px solid #f9f9f9;
	color: #000;
	line-height: 1.1em;
}
.filterCheckbox input[type="checkbox"] + label:hover {
	background-color: #f9f9f9;
}
.filterCheckbox input[type="checkbox"] + label span {
display: inline-block;
	width: 16px;
	height: 16px;
	vertical-align: middle;
	background-color: #fff;
	border: 1px solid #000;
	cursor: pointer;
	margin-left: 7px;
	float: right;
	-webkit-transition: all 0.4s ease;
	-o-transition: all 0.4s ease;
	transition: all 0.4s ease;
	box-sizing: border-box;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
}
.filterCheckbox input[type="checkbox"]:checked + label span {
	background-color: #fff;
	border: 8px solid #666;
	box-sizing: border-box;
}
.filterRepeaterCheckbox {
	width: 100%;
	float: right;
}
.filterRepeaterCheckbox input[type="checkbox"] {
	display: none;
}
.filterRepeaterCheckbox input[type="checkbox"] + label {
	float: right;
	direction: rtl;
	text-align: right;
	font-size:15px;
	width: 100%;
	padding: 8px 0 8px 0;
	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,1);
	border: 0px solid #f9f9f9;
	color: #000;
	line-height: 1.1em;
}
.filterRepeaterCheckbox input[type="checkbox"] + label:hover {
	color: #666;
}
.filterRepeaterCheckbox input[type="checkbox"] + label span {
display: inline-block;
	width: 17px;
	height: 17px;
	vertical-align: middle;
	background-color: #fff;
	border: 1px solid #333;
	cursor: pointer;
	margin-left: 7px;
	float: right;
	-webkit-transition: all 0.4s ease;
	-o-transition: all 0.4s ease;
	transition: all 0.4s ease;
	box-sizing: border-box;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
}
.filterRepeaterCheckbox input[type="checkbox"]:checked + label span {
	background-color: #666;
	border: 8px solid #666;
	box-sizing: border-box;
}

.item_image_up img {
	width: 100% !mportant;
	max-width:100% !mportant;
}
.contiue {
	float: right;
	width: 90px !important;
	text-align: center !important;
	font-size: 15px !important;
	font-weight: 400;
	margin-right: 5px;
	margin-left: 10px;
	display: inline-block;
	transition: 0.2s all;
	-webkit-transition: 0.2s all;
	-moz-transition: 0.2s all;
	-o-transition: 0.2s all;
	cursor: pointer;
	background-color:#666;
	color: #fff;
	box-sizing:border-box;
	padding-top:8px;
	padding-bottom:9px;
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	border-radius: 2px;

}
.contiue:hover {
	background-color:#000;
}
.show_hide {
	cursor:pointer;
}
.item:hover {
	-webkit-box-shadow: 0px 2px 7px -1px rgba(214,214,214,0.5);
	-moz-box-shadow: 0px 2px 7px -1px rgba(214,214,214,0.5);
	box-shadow: 0px 2px 7px -1px rgb(125 125 125 / 50%);
}
.item .item_elements_hover {
	width: 100px;
	height: 30px;
	float: right;
	font-size: 18px;
	font-weight: 400;
	text-align: center;
	cursor: pointer;
	color: #fff;
	line-height:1em;
	padding-top:10px;
	margin-right:calc(50% - 50px);
	margin-left:calc(50% - 50px);
	background-color: #666;
	position:absolute;
	-webkit-border-radius: 25px;
	-moz-border-radius: 25px;
	border-radius: 25px;
	transition: 0.2s all;
	-webkit-transition: 0.2s all;
	-moz-transition: 0.2s all;
	-o-transition: 0.2s all;
	bottom: 80px;
	opacity:0;
	transform: scale(0);
	transition: .3s;
}
.item:hover .item_elements_hover {
	width: 100px;
	height: 30px;
	float: right;
	font-size: 18px;
	font-weight: 400;
	text-align: center;
	cursor: pointer;
	color: #fff;
	line-height:1em;
	padding-top:10px;
	margin-right:calc(50% - 50px);
	margin-left:calc(50% - 50px);
	background-color: #666;
	position:absolute;
	-webkit-border-radius: 25px;
	-moz-border-radius: 25px;
	border-radius: 25px;
	bottom:80px;
	opacity:1;
	transform: scale(1);
	transition: .3s;
}
.check_all_my_children {
	color: #444f5d !important;
	font-weight: 700!important
}
.check_all_my_children.active {
	color: #b91f3e !important;
}
.current_currency {
	float: right;
	width: 100%;
	position: relative;
	margin-bottom: 10px!important;
}
#progressbarFilterLoading {
	float: right;
	width: 100%!important;
	height: 100%!important;
	background-color: rgba(255,255,255,0.3);
	bottom: 0;
	position: absolute;
	z-index: 100000!important;
	text-align: center;
}
.progressbarGif_load {
	float: right;
	width: 50px;
	margin-left: calc(50% - 25px);
	margin-right: calc(50% - 25px);
	margin-top: 50%;
}
.filter_buttons {
	display: block;
}
.container {
	position: relative;
	padding-bottom: 20px;
}
.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: #ab1f23;
	padding-bottom: 20px;
	direction: rtl;
}
.container.fail .fail-message {
	opacity: 1;
	pointer-events: auto;
}
/* fs_accordion css
-------------------*/
#wrap_accordion {
	width: 100%;
	float: right;
	margin: 0;
	padding: 0;
	box-sizing: border-box;
	display: inline-block;
	border: 0px solid #e4e4e4;
}
#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: #000;
	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;
	border: 0px solid #000 !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 {
}
.fs_accordion li .title {
	float: left;
	width: 100%;
	padding-right: 0px;
	padding-left: 0px;
	padding-top: 10px;
	padding-bottom: 10px;
	text-align: right;
	color: #666;
	font-size: 15px;
	font-weight: 500;
	line-height: 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: #fff;
	border-bottom: 1px solid #f4f4f4 !important;	
}
.fs_accordion li .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: 13px;
}
.fs_accordion li .title:last-child {
	border-bottom: 0;
	background-color: transparent;
}
.fs_accordion li .sub_title {
	float: left;
	width: 100%;
	padding-right: 10px;
	padding-left: 10px;
	text-align: right;
	color: #444f5d;
	font-size: 24px;
	font-weight: 400;
	line-height: 1.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: #fff;
	border-bottom: 1px solid #d0d0d0 !important;
}
.fs_accordion li .sub_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 .sub_title:last-child {
	border-bottom: 0;
	background-color: transparent;
}
.fs_accordion li ul.sub_menu {
	list-style-type: none;
	float: right;
	width: 100%;
	margin-top: 0;
	padding-top: 0;
	padding-bottom: 0;
	margin-left: 0;
	padding-left: 0;
	background-color: #fff;
	margin-bottom: 0px!important;
}
.fs_accordion li ul.sub_menu li {
	list-style-type: none;
	float: left;
	width: 100%;
}
.fs_accordion li ul.sub_menu li .link {
	width: 100%;
	float: left;
	padding-left: 0px;
	padding-right: 0px;
	box-sizing: border-box;
	margin-bottom: 0px;
	border-bottom: 1px solid #f4f4f4;
}
.link input[type="checkbox"] {
	display: none;
}
.link input[type="checkbox"] + label {
	width: 100%;
	text-align: right;
	color: #000;
	float: right;
	direction: rtl;
	font-size:14px;
	padding-top: 7px;
	padding-bottom: 7px;
	padding-right: 0px;
	padding-left: 0px;
	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: #f9f9f9;
}
.link input[type="checkbox"] + label span {
	display: inline-block;
	width: 14px;
	height: 14px;
	vertical-align: middle;
	background-color: #fff;
	border: 1px solid #999;
	cursor: pointer;
	margin-left: 7px;
	margin-top: 2px;
	float: right;
	-webkit-transition: all 0.4s ease;
	-o-transition: all 0.4s ease;
	transition: all 0.4s ease;
	box-sizing: border-box;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}
.link input[type="checkbox"]:checked + label span {
	background-color: #fff;
	border: 7px solid #000;
	box-sizing: border-box;
}
.tabLinkul {
	list-style-type: none;
	float: right;
	width: 100%;
	padding-top: 0;
	padding-bottom: 0;
	margin: 0 0 10px 0;
}
.tabLink {
	width: 100%;
	float: right;
	margin-bottom: 0px;
}
.tabLink input[type="checkbox"] {
	display: none;
}
.tabLink input[type="checkbox"] + label {
	float: right;
	direction: rtl;
	text-align: right;
	font-size:17px;
	width: 100%;
	padding-top: 8px;
	padding-bottom: 8px;
	padding-right: 7px;
	padding-left: 7px;
	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,1);
	border: 0px solid #d0d0d0;
	color: #000;
	line-height:0.8em;
}
.tabLink input[type="checkbox"] + label:hover {
	background-color: #f9f9f9;
}
.tabLink input[type="checkbox"] + label span {
display: inline-block;
	width: 16px;
	height: 16px;
	vertical-align: middle;
	background-color: #fff;
	border: 1px solid #999;
	cursor: pointer;
	margin-left: 7px;
	float: right;
	-webkit-transition: all 0.4s ease;
	-o-transition: all 0.4s ease;
	transition: all 0.4s ease;
	box-sizing: border-box;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}
.tabLink input[type="checkbox"]:checked + label span {
	background-color: #fff;
	border: 8px solid #666;
	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 #d0d0d0;
}
.link_all input[type="checkbox"] {
	display: none;
}
.link_all input[type="checkbox"] + label {
	color: #000;
	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 #000;
	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 #000;
	box-sizing: border-box;
}
.link_color {
	list-style-type: none;
	float: right;
	display: inline-block;
	width: 100%!important;
	margin-right: 0px;
	padding: 0!important;
}
.link_color input[type="checkbox"] {
	display: none;
}
.link_color input[type="checkbox"] + label {
	float: right;
	direction: rtl;
	text-align: right;
	width: 100%;
	font-size:14px;
	padding-top: 7px;
	padding-bottom: 7px;
	padding-right: 0px;
	padding-left: 7px;
	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);
	color:#000;
	line-height:1em
}
.link_color input[type="checkbox"] + label:hover {
	background-color: #f4f4f4;
}
.link_color input[type="checkbox"] + label span {
	display: inline-block;
	width: 14px;
	height: 14px;
	vertical-align: middle;
	background-color: #eee;
	border: 1px solid #999;
	cursor: pointer;
	margin-left: 7px;
	float: right;
	-webkit-transition: all 0.4s ease;
	-o-transition: all 0.4s ease;
	transition: all 0.4s ease;
	box-sizing: border-box;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}
.link_color input[type="checkbox"]:checked + label span {
	background-color: #fff;
	border: 3px solid #666;
	box-sizing: border-box;
}
.slider_range_container {
	width: 86%!important;
	margin-left: 7%!important;
	margin-right: 7%!important;
	float: right;
	margin-top: 40px;
}
.multiselect {
  width: 100%;
  float:right
}
.selectBox {
  position: relative;
  width: 100%;
  float:right;
}
.selectBox select {
  width: 100%;
}
.overSelect {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
}
.checkboxes {
  width:100%;
  display: none;
  border-top: 0px solid #eaeaea;
  border-bottom: 0px solid #eaeaea;
  border-right: 0px solid #eaeaea;
  border-left: 0px solid #eaeaea;
  background-color:#fff;
  float:right;
  padding: 5px 0 5px 0;
  box-sizing:border-box;
}
.checkboxes input[type="checkbox"] {
	box-sizing: border-box;
	height: 16px!important;
	width: 16px!important;
	margin: 2px 0px 0px 7px !important;
}
.checkboxes label {
  display: block;
  float:right;
  width:100%;
  text-align:right;
  direction:rtl;
  font-size: 15px;
  line-height:1.2em;
  padding-bottom: 8px;
  padding-top: 8px;
  color:#000;
}
.checkboxes label:hover {
  background-color: #f9f9f9;
}
#sub_cat_name {
  display: block;
  float:right;
  width:100%;
  font-size: 19px;
}
/* css for new dropdown
----------------------*/
.dropdown {
  position: relative;
  margin-bottom: 20px;
}
.dropdown .dropdown-list {
  padding: 15px 15px;
  background: #fff;
  position: absolute;
  top: 40px;
  left: 0;
  right: 0;
  border: 1px solid rgba(0, 0, 0, 0.2);
  max-height: 223px;
  overflow-y: auto;
  background: #fff;
  display: none;
  z-index: 10;
}
.dropdown .checkbox {
  opacity: 0;
  transition: opacity .2s;
}
.dropdown .dropdown-label {
  display: block;
  height: 35px;
  font-size: 17px;
  line-height: 35px;
  background: #fff;
  border: 1px solid rgba(0, 0, 0, 0.2);
  padding: 0 10px 0 10px;
  cursor: pointer;
  position: relative;
  text-align:right
}
.dropdown .dropdown-label:before {
  content: '▼';
  position: absolute;
  left: 10px;
  top: 50%;
  transform: translateY(-50%);
  transition: transform .25s;
  transform-origin: center center;
}
.dropdown.open .dropdown-list {
  display: block;
}
.dropdown.open .checkbox {
  transition: 2s opacity 2s;
  opacity: 1;
}
.dropdown.open .dropdown-label:before {
  transform: translateY(-50%) rotate(-180deg);
}

.checkbox {
  margin-bottom: 20px;
  float:right;
  width:100%;
}
.checkbox:last-child {
  margin-bottom: 0;
}
.checkbox .checkbox-custom {
  display: none;
}
.checkbox .checkbox-custom-label {
  display: inline-block;
  position: relative;
  vertical-align: middle;
  cursor: pointer;
  float:right;
}
.checkbox .checkbox-custom + .checkbox-custom-label:before {
  content: '';
  background: transparent;
  display: inline-block;
  vertical-align: middle;
  margin-right: 0px;
  text-align: center;
  width: 12px;
  height: 12px;
  border: 1px solid rgba(0, 0, 0, 0.3);
  border-radius: 3px;
  margin-top: -2px;
  margin-left:5px;
}
.checkbox .checkbox-custom:checked + .checkbox-custom-label:after {
  content: '';
  position: absolute;
  top: 2px;
  right: 4px;
  height: 4px;
  padding: 2px;
  transform: rotate(45deg);
  text-align: center;
  border: solid #000;
  border-width: 0 2px 2px 0;
}
.checkbox .checkbox-custom-label {
  line-height: 16px;
  font-size: 17px;
  margin-right: 0;
  margin-left: 0;
  color: black;
  direction:rtl
}
.prices_container {
	width: 100%;
	float: right;
	display:block;
	height: 55px;
	direction:rtl;
}
.products_filtering_right_container select {
	font-weight: 700;
}
.products_filtering_wrap {
	float: right;
	width: 100%;
    position:relative;
}
.reset_filter_btn {
	width: 72px;
	float: right;
	color:#fff;
	font-size: 15px;
	padding: 2px 0 4px 0;
	border:0;
	font-family: 'Assistant', sans-serif;
	background-color:#333;
	border-bottom: 1px solid #000;
	margin-right:7px;
}
.reset_filter_btn:hover {
	color:#fff;
	background-color:#ff000f;
	border-bottom: 1px solid #666
}
.item_detalis {
	width: calc(100% - 20px);
	float:right;
	direction: rtl;
	text-align:center;
	margin-top:20px;
	margin-bottom:20px;
	margin-right:10px;
	margin-left:10px
}
.item_name {
	width: 100%;
	float:right;
	margin-bottom: 5px;
		overflow:hidden;
    visibility:visible;
    height:55px;
}
.item_price_neeman {
	float: left;
	width: auto;
	font-size: 15px;
	font-weight: 400;
	color: #fff;
	text-decoration: none;
	text-align: center;
	position: absolute;
	z-index: 2 !important;
	top: 5px;
	left: 5px;
	padding: 3px 7px 5px 9px;
	line-height: 1em!important;
	direction: rtl;
	background-color:#bb0f1b;
	-webkit-border-top-left-radius: 10px;
	-moz-border-radius-topleft: 10px;
	border-top-left-radius: 13px;
}
.item_price {
	width: auto;
	float:right;
	font-size: 17px;
	font-weight: 400;
	text-align: center;
	display:inline-block;
	position:absolute;;
	right:0;
	bottom:0;
	background-color:rgb(238, 240, 225, 0.8);
	color:#bb0f1b!important;
	padding: 6px 10px 6px 10px;
}
.products_home_items {
	width: 100%;
	float: right;
	display:block;
	position:relative;
	top: -100px;
}
.products_home_items_grid {
	width: 100%;
	float:right;
    height:450px;
}
.property_info_item_container {
	width: 100%;
	float:right;
	margin-top: 5px;
	margin-bottom:5px;
	font-size:14px
}
.property_info_item_name {
	width: auto;
	float:right;
	min-height:25px;
}
.property_info_item_val {
	width: auto;
	float:left;
}
.property_info_item_val i {
	width: auto;
	float:left;
	font-size:16px;
	text-align:left;
	margin-left:0;
}
.item_content {
	width: 100%;
	float:right;
    overflow:hidden;
    visibility:visible;
    height:90px;
    line-height:1.5em!important;
}
/* Media Queries for Desktop
---------------------------------------------------------------*/
@media (min-width: 1438px) {
.products_page {
	width: 100%;
	float: right;
	margin-top: 80px;
	margin-bottom: 0px;
	position: relative;
}
.products_page_img_container {
	width: 100%;
	float: right;
}
.products_page_title_container {
	width: 100%;
	float: right;
	position: relative;
}
.products_page_title_container i {
	width: auto;
	float: right;
	font-size:29px;
	line-height:1.2em;
}
.products_page_title {
	width: 100%;
	float: right;
	position: absolute;
	bottom: -30px;
	background-color:#fff;
	height: 55px;
	border-bottom: 2px solid #ccc;
	box-sizing:border-box;
	padding: 10px 15px 10px 15px;
}
.products_page_title h2 {
    width:auto;
    float:right;
    margin-top: 4px;
    margin-right: 3px;
}
.products_container {
	width: 100%;
	float: right;
	margin-bottom: 70px;
	margin-top: 0px;
	position: relative;
}
.products_filtering_right_container {
	float: right;
	width: 250px;
	box-sizing:border-box;
	list-style: none;
    position: sticky;
    top: 80px;
    max-height: calc(100vh - 80px);
    overflow-y: auto;
    overflow-x: hidden;
    background-color:#fff;
    padding: 15px 15px 25px 15px;
    border-bottom: 2px solid #000000;
}
.noScroll::-webkit-scrollbar { 
    display: none!important; 
}
.products_filtering_left_container {
	float: right;
	width: 100%;
}
.products_filtering_right_container select {
	border-top: 0px solid #eaeaea !important;
	border-bottom: 1px dashed #eaeaea !important;
	border-left: 0px solid #eaeaea !important;
	border-right: 0px solid #eaeaea !important;
	padding-top:5px!important;
	padding-bottom:7px!important;
	font-size: 18px;
	padding-right:0px!important;
	font-family: 'Assistant', sans-serif;
}
.tabLink_container {
	float: right;
	width: calc(100% - 280px);
}
.controls {
	float: left;
	width: 100%;
}
.controls_title {
	float: right;
	width: 100%;
	font-weight: 700;
	box-sizing:border-box;
	border-bottom: 1px dashed #eaeaea !important;
	padding: 5px 5px 10px 5px;
	margin-bottom:10px;	
	font-size: 18px;
}
.search_checkboxes_container {
	float: right;
	width: 100%;
	margin-bottom: 15px!important;
	box-sizing:border-box;
}
.search_checkboxes_container:nth-of-type(4n) {
	margin-left: 0px!important;
}
.item {
	width: 22.75%;
	float:right;
	display: inline-block;
	background-color: #fff;
	text-decoration:none !important;
	margin-left: 3%;
	margin-bottom: 3%;
	position:relative;
	border-bottom: 2px solid #35b9e9;
	direction:rtl;
	box-sizing: border-box;
	padding: 10px
}
.item:nth-of-type(4n) {
	margin-left: 0;
}
.item_image {
	float: right;
	width: 100%;
}
.item_image_rounded {
	float: right;
	width: 100%;
	box-sizing:border-box;
	position:relative;
}
.products_home_section {
	float: right;
	width: 100%;
	padding-top: 100px;
	padding-bottom: 100px;
	position:relative;
}
.products_home_items {
	margin-top: 30px;
	margin-bottom: 30px;
}
}
/* Media Queries for Laptop
-------------------------------------------------------------- */
@media (max-width: 1439px) and (min-width: 769px) {
.products_page {
	width: 100%;
	float: right;
	margin-top: 80px;
	margin-bottom: 30px;
	position: relative;
}
.products_page_img_container {
	width: 100%;
	float: right;
}
.products_page_title_container {
	width: 100%;
	float: right;
	position: relative;
}
.products_page_title_container i {
	width: auto;
	float: right;
	font-size:29px;
	line-height:1.2em;
}
.products_page_title {
	width: 100%;
	float: right;
	position: absolute;
	bottom: -30px;
	background-color:#fff;
	height: 55px;
	border-bottom: 2px solid #ccc;
	box-sizing:border-box;
	padding: 10px 15px 10px 15px;
}
.products_page_title h2 {
    width:auto;
    float:right;
    margin-top: 4px;
    margin-right: 3px;
}
.products_container {
	width: 100%;
	float: right;
	margin-bottom: 0px;
	margin-top: 0px;
	position: relative;
}
.products_filtering_right_container {
	float: right;
	width: 250px;
	box-sizing:border-box;
	list-style: none;
    position: sticky;
    top: 80px;
    max-height: calc(100vh - 80px);
    overflow-y: auto;
    overflow-x: hidden;
    background-color:#fff;
    padding: 15px 15px 25px 15px;
    border-bottom: 2px solid #000000;
}
.noScroll::-webkit-scrollbar { 
    display: none!important; 
}
.products_filtering_left_container {
	float: right;
	width: 100%;
}
.products_filtering_right_container select {
	border-top: 0px solid #eaeaea !important;
	border-bottom: 1px dashed #eaeaea !important;
	border-left: 0px solid #eaeaea !important;
	border-right: 0px solid #eaeaea !important;
	padding-top:5px!important;
	padding-bottom:7px!important;
	font-size: 18px;
	padding-right:0px!important;
	font-family: 'Assistant', sans-serif;
}
.tabLink_container {
	float: right;
	width: calc(100% - 280px);
}
.controls {
	float: left;
	width: 100%;
}
.controls_title {
	float: right;
	width: 100%;
	font-weight: 700;
	box-sizing:border-box;
	border-bottom: 1px dashed #eaeaea !important;
	padding: 5px 5px 10px 5px;
	margin-bottom:10px;	
	font-size: 18px;
}
.search_checkboxes_container {
	float: right;
	width: 100%;
	margin-bottom: 15px!important;
	box-sizing:border-box;
}
.search_checkboxes_container:nth-of-type(4n) {
	margin-left: 0px!important;
}
.item {
	width: 22.75%;
	float:right;
	display: inline-block;
	background-color: #fff;
	text-decoration:none !important;
	margin-left: 3%;
	margin-bottom: 3%;
	position:relative;
	border-bottom: 2px solid #35b9e9;
	direction:rtl;
	box-sizing: border-box;
	padding: 10px
}
.item:nth-of-type(4n) {
	margin-left: 0;
}
.item_image {
	float: right;
	width: 100%;
}
.item_image_rounded {
	float: right;
	width: 100%;
	box-sizing:border-box;
	position:relative;
}
.products_home_section {
	float: right;
	width: 100%;
	padding-top: 100px;
	padding-bottom: 100px;
	position:relative;
}
.products_home_items {
	margin-top: 30px;
	margin-bottom: 30px;
}
}
/* Media Queries for Ipad
-------------------------------------------------------------- */
@media (max-width: 768px) and (min-width: 481px) {
.products_page {
	width: 100%;
	float: right;
	margin-top: 50px;
	margin-bottom: 20px;
	position: relative;
}
.products_page_img_container {
	width: 100%;
	float: right;
}
.products_page_title_container {
	width: 100%;
	float: right;
	position: relative;
}
.products_page_title_container i {
	width: auto;
	float: right;
	font-size:25px;
}
.products_page_title {
	width: 100%;
	float: right;
	position: absolute;
	bottom: -30px;
	background-color:#fff;
	height: 50px;
	border: 0px solid #e4e4e4;
	box-sizing:border-box;
	padding: 10px 15px 10px 15px;
}
.products_page_title h2 {
    width:auto;
    float:right;
    margin-top: 1px;
    margin-right: 3px;
}
.products_container {
	width: 100%;
	float: right;
	margin-bottom: 20px;
	margin-top: 0px;
	position: relative;
}
.products_filtering_right_container {
	float: right;
	width: 100%;
	box-sizing:border-box;
	list-style: none;
    position: sticky;
    top: 50px;
    background-color:#fff;
    padding: 10px;
    margin-bottom:10px;
    z-index:1000 !important;
}
.noScroll::-webkit-scrollbar { 
    display: none!important; 
}
.products_filtering_left_container {
	float: right;
	width: 100%;
	margin-bottom:10px;
}
.products_filtering_right_container select {
	border-top: 0px solid #eaeaea !important;
	border-bottom: 1px dashed #eaeaea !important;
	border-left: 0px solid #eaeaea !important;
	border-right: 0px solid #eaeaea !important;
	padding-top:5px!important;
	padding-bottom:7px!important;
	font-size: 18px;
	padding-right:5px!important;
	font-family: 'Assistant', sans-serif;
}
.tabLink_container {
	float: right;
	width: calc(100% - 280px);
}
.controls {
	float: left;
	width: 100%;
}
.controls_title {
	float: right;
	width: 100%;
	font-weight: 700;
	box-sizing:border-box;
	border-bottom: 1px dashed #eaeaea !important;
	padding: 5px 5px 10px 5px;
	margin-bottom:10px;	
	font-size: 18px;
}
.search_checkboxes_container {
	float: right;
	width: 100%;
	margin-bottom: 15px!important;
	box-sizing:border-box;
}
.search_checkboxes_container:nth-of-type(4n) {
	margin-left: 0px!important;
}
.products_home_section {
	float: right;
	width: 100%;
	padding-top: 50px;
	padding-bottom: 20px;
	position:relative;
}
.products_home_items {
	margin-top: 0px;
	margin-bottom: 0px;
}
.products_home_float_one {
	float: right;
	width: 190px;
	position:absolute;
	top:0;
	left:0;
}
.category_slide_mobile {
	height:320px;
	background-position: center;
	display:table;
	direction:rtl;
	text-align:center;
}
.category_slide_title_container_mobile {
	height: 320px;
	display: table-cell;
	vertical-align: middle;
}
#wrap_accordion {
	width: 100%;
	float: right;
	margin: 0;
	padding: 0;
	box-sizing: border-box;
	display: inline-block;
	border: 1px solid #d0d0d0;
}
#wrap_accordion .wrap_title {
	float: left;
	width: 100%;
	padding: 10px 10px 10px 10px;
	text-align: center;
	color: #000 !important;
	font-size: 18px;
	font-weight: 400;
	line-height: 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: transparent;
	border-bottom: 0px solid #d0d0d0 !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: 13px;
	line-height: 1.5em;
}

.item {
	width: 31.3%;
	float:right;
	display: inline-block;
	background-color: #fff;
	text-decoration:none !important;
	margin-left: 3%;
	margin-bottom: 3%;
	position:relative;
	border-bottom: 2px solid #35b9e9;
	direction:rtl;
	box-sizing: border-box;
	padding: 7px
}
.item:nth-of-type(3n) {
	margin-left: 0;
}
.item_image {
	float: right;
	width: 100%;
}
.item_image_rounded {
	float: right;
	width: 100%;
	box-sizing:border-box;
	position:relative;
}
.products_home_section {
	float: right;
	width: 100%;
	padding-top: 100px;
	padding-bottom: 100px;
	position:relative;
}
.products_home_items {
	margin-top: 30px;
	margin-bottom: 30px;
}
.checkboxes {
  width:100%;
  padding: 10px;
  box-sizing:border-box;
}
}
/* Media Queries for Phone
-------------------------------------------------------------- */
@media (max-width: 480px) and (min-width: 319px) {
.products_page {
	width: 100%;
	float: right;
	margin-top: 50px;
	margin-bottom: 10px;
	position: relative;
}
.products_page_img_container {
	width: 100%;
	float: right;
}
.products_page_title_container {
	width: 100%;
	float: right;
	position: relative;
}
.products_page_title_container i {
	width: auto;
	float: right;
	font-size:25px;
}
.products_page_title {
	width: 100%;
	float: right;
	position: absolute;
	bottom: -30px;
	background-color:#fff;
	height: 50px;
	border: 0px solid #e4e4e4;
	box-sizing:border-box;
	padding: 10px 15px 10px 15px;
}
.products_page_title h2 {
    width:auto;
    float:right;
    margin-top: 1px;
    margin-right: 3px;
}
.products_container {
	width: 100%;
	float: right;
	margin-top: 0px;
	position: relative;
}
.products_filtering_right_container {
	float: right;
	width: 100%;
	box-sizing:border-box;
	list-style: none;
    position: sticky;
    top: 50px;
    background-color:#fff;
    padding: 10px;
    margin-bottom:10px;
    z-index:1000 !important;
}
.noScroll::-webkit-scrollbar { 
    display: none!important; 
}
.products_filtering_left_container {
	float: right;
	width: 100%;
	margin-bottom:10px;
}
.products_filtering_right_container select {
	border-top: 0px solid #eaeaea !important;
	border-bottom: 1px dashed #eaeaea !important;
	border-left: 0px solid #eaeaea !important;
	border-right: 0px solid #eaeaea !important;
	padding-top:5px!important;
	padding-bottom:7px!important;
	font-size: 18px;
	padding-right:5px!important;
	font-family: 'Assistant', sans-serif;
}
.tabLink_container {
	float: right;
	width: calc(100% - 280px);
}
.controls {
	float: left;
	width: 100%;
}
.controls_title {
	float: right;
	width: 100%;
	font-weight: 700;
	box-sizing:border-box;
	border-bottom: 1px dashed #eaeaea !important;
	padding: 5px 5px 10px 5px;
	margin-bottom:10px;	
	font-size: 18px;
}
.search_checkboxes_container {
	float: right;
	width: 100%;
	margin-bottom: 15px!important;
	box-sizing:border-box;
}
.search_checkboxes_container:nth-of-type(4n) {
	margin-left: 0px!important;
}
.products_home_section {
	float: right;
	width: 100%;
	padding-top: 50px;
	padding-bottom: 20px;
	position:relative;
}
.products_home_items {
	margin-top: 0px;
	margin-bottom: 0px;
}
.products_home_float_one {
	float: right;
	width: 190px;
	position:absolute;
	top:0;
	left:0;
}
.category_slide_mobile {
	height:320px;
	background-position: center;
	display:table;
	direction:rtl;
	text-align:center;
}
.category_slide_title_container_mobile {
	height: 320px;
	display: table-cell;
	vertical-align: middle;
}
#wrap_accordion {
	width: 100%;
	float: right;
	margin: 0;
	padding: 0;
	box-sizing: border-box;
	display: inline-block;
	border: 1px solid #d0d0d0;
}
#wrap_accordion .wrap_title {
	float: left;
	width: 100%;
	padding: 8px 10px 8px 10px;
	text-align: center;
	color: #000 !important;
	font-size: 17px;
	font-weight: 400;
	line-height: 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: transparent;
	border-bottom: 0px solid #d0d0d0 !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: 13px;
	line-height: 1.5em;
}

.item {
	width: 100%;
	float:right;
	display: inline-block;
	background-color: #fff;
	text-decoration:none !important;
	margin-bottom: 30px;
	position:relative;
	border-bottom: 2px solid #35b9e9;
	direction:rtl;
	box-sizing: border-box;
	padding: 7px;
}
.item_image {
	float: right;
	width: 100%;
}
.item_image_rounded {
	float: right;
	width: 100%;
	box-sizing:border-box;
	position:relative;
}
.products_home_section {
	float: right;
	width: 100%;
	padding-top: 100px;
	padding-bottom: 100px;
	position:relative;
}
.products_home_items {
	margin-top: 30px;
	margin-bottom: 30px;
}
.checkboxes {
  width:100%;
  padding: 10px;
  box-sizing:border-box;
}
}
/* Media Queries for Phone Portrait
-------------------------------------------------------------- */
@media all and (max-width:320px) {
.products_page {
	width: 100%;
	float: right;
	margin-top: 50px;
	margin-bottom: 10px;
	position: relative;
}
.products_page_img_container {
	width: 100%;
	float: right;
}
.products_page_title_container {
	width: 100%;
	float: right;
	position: relative;
}
.products_page_title_container i {
	width: auto;
	float: right;
	font-size:25px;
}
.products_page_title {
	width: 100%;
	float: right;
	position: absolute;
	bottom: -30px;
	background-color:#fff;
	height: 50px;
	border: 0px solid #e4e4e4;
	box-sizing:border-box;
	padding: 10px 15px 10px 15px;
}
.products_page_title h2 {
    width:auto;
    float:right;
    margin-top: 1px;
    margin-right: 3px;
}
.products_container {
	width: 100%;
	float: right;
	margin-top: 0px;
	position: relative;
}
.products_filtering_right_container {
	float: right;
	width: 100%;
	box-sizing:border-box;
	list-style: none;
    position: sticky;
    top: 50px;
    background-color:#fff;
    padding: 10px;
    margin-bottom:10px;
    z-index:1000 !important;
}
.noScroll::-webkit-scrollbar { 
    display: none!important; 
}
.products_filtering_left_container {
	float: right;
	width: 100%;
	margin-bottom:10px;
}
.products_filtering_right_container select {
	border-top: 0px solid #eaeaea !important;
	border-bottom: 1px dashed #eaeaea !important;
	border-left: 0px solid #eaeaea !important;
	border-right: 0px solid #eaeaea !important;
	padding-top:5px!important;
	padding-bottom:7px!important;
	font-size: 18px;
	padding-right:5px!important;
	font-family: 'Assistant', sans-serif;
}
.tabLink_container {
	float: right;
	width: calc(100% - 280px);
}
.controls {
	float: left;
	width: 100%;
}
.controls_title {
	float: right;
	width: 100%;
	font-weight: 700;
	box-sizing:border-box;
	border-bottom: 1px dashed #eaeaea !important;
	padding: 5px 5px 10px 5px;
	margin-bottom:10px;	
	font-size: 18px;
}
.search_checkboxes_container {
	float: right;
	width: 100%;
	margin-bottom: 15px!important;
	box-sizing:border-box;
}
.search_checkboxes_container:nth-of-type(4n) {
	margin-left: 0px!important;
}
.products_home_section {
	float: right;
	width: 100%;
	padding-top: 50px;
	padding-bottom: 20px;
	position:relative;
}
.products_home_items {
	margin-top: 0px;
	margin-bottom: 0px;
}
.products_home_float_one {
	float: right;
	width: 190px;
	position:absolute;
	top:0;
	left:0;
}
.category_slide_mobile {
	height:320px;
	background-position: center;
	display:table;
	direction:rtl;
	text-align:center;
}
.category_slide_title_container_mobile {
	height: 320px;
	display: table-cell;
	vertical-align: middle;
}
#wrap_accordion {
	width: 100%;
	float: right;
	margin: 0;
	padding: 0;
	box-sizing: border-box;
	display: inline-block;
	border: 1px solid #d0d0d0;
}
#wrap_accordion .wrap_title {
	float: left;
	width: 100%;
	padding: 8px 10px 8px 10px;
	text-align: center;
	color: #000 !important;
	font-size: 17px;
	font-weight: 400;
	line-height: 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: transparent;
	border-bottom: 0px solid #d0d0d0 !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: 13px;
	line-height: 1.5em;
}

.item {
	width: 100%;
	float:right;
	display: inline-block;
	background-color: #fff;
	text-decoration:none !important;
	margin-bottom: 30px;
	position:relative;
	border-bottom: 2px solid #35b9e9;
	direction:rtl;
	box-sizing: border-box;
	padding: 7px;
}
.item_image {
	float: right;
	width: 100%;
}
.item_image_rounded {
	float: right;
	width: 100%;
	box-sizing:border-box;
	position:relative;
}
.products_home_section {
	float: right;
	width: 100%;
	padding-top: 100px;
	padding-bottom: 100px;
	position:relative;
}
.products_home_items {
	margin-top: 30px;
	margin-bottom: 30px;
}
.checkboxes {
  width:100%;
  padding: 10px;
  box-sizing:border-box;
}
}