
/*products filter by category*/
.cat_list{
	display: block;
	position: relative;
	margin-bottom: 20px;
	margin-top: 20px;
	max-height: 300px;
	overflow: auto;
}
.cat_sub_list2,
.cat_sub_list3,
.cat_sub_list4,
.cat_sub_list5{
	margin-left: 20px;
	display: none;
}
.cat_item{
	display: block;
	position: relative;
	margin-bottom: 15px;
}
.cat_item input[type="checkbox"],
.cat_toggler,
.cat_list label {
	display: inline-block;
	vertical-align: top;
	position: relative;
	margin-right: 7px;
	cursor: pointer;
}
.cat_toggler:after{
	width: 18px;
	height: 18px;
	line-height: 18px;
	vertical-align: text-bottom;
	display: inline-block;
	font-size: 24px;
	color: #b79961;
	text-align: center;
	position: relative;
	z-index: 10;
}
.cat_toggler.cat_closed:after{
	content: '+';
}
.cat_toggler.cat_opened:after{
	content: '-';
}
.apply_filter{
	margin-right: 15px;
}

#slider{
	height: 11px;
	position: relative;
	text-align: left;
	margin-bottom: 20px;
	width: calc(100% - 13px);
	margin-left: 7px;
}
.noUi-horizontal {
	height: 11px;
}
.noUi-target {
    	position: relative;
    	direction: ltr;
}
.noUi-base,
.noUi-connects {
    	width: 100%;
    	height: 100%;
    	position: relative;
    	z-index: 1;
}
.noUi-connects {
    	background: #ececec;
    	overflow: hidden;
    	z-index: 0;
}
.noUi-connect {
    	background: #b79961;
    	height: 100%;
    	width: 100%;
}
.noUi-connect {
	will-change: transform;
	position: absolute;
	z-index: 1;
	top: 0;
	left: 0;
	-ms-transform-origin: 0 0;
	-webkit-transform-origin: 0 0;
	-webkit-transform-style: preserve-3d;
	transform-origin: 0 0;
	transform-style: flat;
}
.noUi-target,
.noUi-target * {
	-webkit-touch-callout: none;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
	-webkit-user-select: none;
	-ms-touch-action: none;
	touch-action: none;
	-ms-user-select: none;
	-moz-user-select: none;
	user-select: none;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

.noUi-horizontal .noUi-origin {
	height: 0;
    	left: auto;
    	right: 0;
	top: 0;
    	width: 10%;
	will-change: transform;
	position: absolute;
	z-index: 1;
	-ms-transform-origin: 0 0;
	-webkit-transform-origin: 0 0;
	-webkit-transform-style: preserve-3d;
	transform-origin: 0 0;
	transform-style: flat;
}
.noUi-horizontal .noUi-handle {
    	right: -5px;
    	left: auto;
	top: -1px;
	border: 1px solid #ececec;
    	background: #FFF;
    	cursor: default;
    	-webkit-backface-visibility: hidden;
    	backface-visibility: hidden;
    	position: absolute;
	width: 12px;
	height: 12px;
	transform: rotate(45deg);
	background: #b79961;
	display: block;
}

.noUi-touch-area {
    	height: 100%;
    	width: 100%;
}

#sliderMinValue{
	width: 48%;
	float: left;
}

#sliderMaxValue{
	width: 48%;
	float: right;
}
.filter_toggle_wrapper{
	text-align: right;
}
button#filter_toggle{
	display: inline-block;
	margin: 10px 0;
	font-size: 20px;
}
.filter_widget_wr{
	margin: 0 auto 20px;
}
.filter_widget_wr{
	display: none;
	max-width: 300px;
}
@-webkit-keyframes rotating /* Safari and Chrome */ {
  from {
    -webkit-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes rotating {
  from {
    -ms-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  to {
    -ms-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
.scroll-loader img {
  -webkit-animation: rotating 2s linear infinite;
  -moz-animation: rotating 2s linear infinite;
  -ms-animation: rotating 2s linear infinite;
  -o-animation: rotating 2s linear infinite;
  animation: rotating 2s linear infinite;
}

/* artisan food checkbox styling */

.cat_list .cat_item label::before{
	content: '';
    width: 20px;
    height: 20px;
    display: block;
    position: absolute;
    left: 0;
	top: 0;
	border: 1px solid #a6a6a6;
	border-radius: 3px;
}

.cat_list .cat_item label.active::before{
    background-color: #b79961;
}
  
.cat_list .cat_item label::after {
	content: '';
	position: absolute;
	display: none;
}
  
.cat_list .cat_item label.active:after {
	display: block;
}
  
.cat_list .cat_item label::after {
	left: 6px;
    top: 50%;
    width: 5px;
    height: 10px;
    border: solid white;
    border-width: 0 2px 2px 0;
    -webkit-transform: rotate(45deg) translate(-50%, -50%);
    -ms-transform: rotate(45deg) translate(-50%, -50%);
    transform: rotate(45deg) translate(-50%, -50%);
}
.cat_list .cat_item label{
	position: relative;
}
.cat_list .cat_item label input {
	visibility: hidden;
}

.recipes-prod-wrapper{
	position: relative;
	margin: 20px 0;
	font-family: Robots, sans-serif;
}

#products-wrapper .prod_hold .recipes-prod-wrapper .links{
	bottom: 0;
	top: 0;
	left: 0;
	right: 0;
	width: 100%;
	height: 100%;
}

#products-wrapper .prod_hold .recipes-prod-wrapper .name{
	font-weight: 400;
    font-size: 14px;
    /* margin-bottom: 20px !important;
    height: auto !important;
    line-height: 22px; */
}

#products-wrapper .prod_hold .recipes-prod-wrapper .name .title{
	font-weight: 600;
    font-size: 16px;
	color: #b79961;
	margin-bottom: 10px;
	display: inline-block;
}

#products-wrapper .prod_hold .recipes-prod-wrapper .price_hold{
    color: #b79961;
    font-size: 20px;
    font-weight: 400;
    margin-bottom: 5px;
}