/* plf: products list filtering */
.plf_box_outer {
  position: relative;
}
.plf_box_item_container {
  clear: both;
}
.plf_box_item_container .plf_box_item_title {
  padding-bottom: 7px;
  background: url(box_icons.png) repeat-x scroll 0px 2px transparent;
  background-color: #f2f2f2;
}
.plf_box_item_container .plf_box_item_title span {
  font-weight: bold;
  background: url(box_icons.png) no-repeat 0 0 transparent;
  background-position: right -30px;
  padding: 0px 5px;
  cursor: pointer;
}
.plf_box_item_container.plf_align_right .plf_box_item_title span {
  padding-right: 15px;
  margin-right: 5px;
}
.plf_box_item_container.plf_align_left .plf_box_item_title span {
  background-position: left -30px;
  padding-left: 15px;
  margin-left: 5px;
}
.plf_box_item_container.plf_align_right .plf_box_item_title span.plf_close {
  background-position: right -73px;
}
.plf_box_item_container.plf_align_left .plf_box_item_title span.plf_close {
  background-position: left -53px;
}
.plf_box_item_lists_container {
  padding: 0px 3px;
}
.plf_box_item_lists_container ul {
  list-style: none;
  margin: 0px;
  padding: 0px;
}
.plf_box_item_lists_container ul li.plf_box_item_lists_items {
  padding: 2px 0px;
}
.plf_box_item_lists_container ul li.plf_box_item_lists_items a {
  padding: 3px 4px;
  display: block;
  text-decoration: none;
  height: 14px;
  overflow: hidden;
}
.plf_box_item_lists_container ul li.plf_box_item_lists_items a:hover {
  border: 1px solid #AFBFCF;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  background-color: #DFEBF8;
  background: -moz-linear-gradient(top,  #e9f4ff 0%, #d2e0ee 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#e9f4ff), color-stop(100%,#d2e0ee));
  background: -webkit-linear-gradient(top,  #e9f4ff 0%,#d2e0ee 100%);
  background: -o-linear-gradient(top,  #e9f4ff 0%,#d2e0ee 100%);
  background: -ms-linear-gradient(top,  #e9f4ff 0%,#d2e0ee 100%);
  background: linear-gradient(to bottom,  #e9f4ff 0%,#d2e0ee 100%);
  padding: 2px 3px;
}
.plf_box_item_lists_container ul li.plf_box_item_lists_selected {
  position: relative;
  border: 1px solid #AFBFCF;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  background-color: #DFEBF8;
  background: -moz-linear-gradient(top,  #e9f4ff 0%, #d2e0ee 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#e9f4ff), color-stop(100%,#d2e0ee));
  background: -webkit-linear-gradient(top,  #e9f4ff 0%,#d2e0ee 100%);
  background: -o-linear-gradient(top,  #e9f4ff 0%,#d2e0ee 100%);
  background: -ms-linear-gradient(top,  #e9f4ff 0%,#d2e0ee 100%);
  background: linear-gradient(to bottom,  #e9f4ff 0%,#d2e0ee 100%);
}
.plf_box_item_container.plf_align_right .plf_box_item_lists_container ul li.plf_box_item_lists_selected {
  padding-left: 20px;
}
.plf_box_item_container.plf_align_left .plf_box_item_lists_container ul li.plf_box_item_lists_selected {
  padding-right: 20px;
}
.plf_box_item_lists_container ul li.plf_box_item_lists_selected div.plf_box_item_lists_selected_title a, .plf_box_item_lists_container ul li.plf_box_item_lists_selected div.plf_box_item_lists_selected_title span {
  display: block;
  color: #454545;
  padding: 2px 3px;
  text-decoration: none;
  height: 16px;
  overflow: hidden;
}
.plf_box_item_lists_container ul li.plf_box_item_lists_selected a.plf_box_item_lists_selected_remove_btn {
  display: block;
  width: 20px;
  height: 16px;
  padding: 2px 0px;
  background: url(box_icons.png) no-repeat 0 0 transparent;
  background-position: 7px -93px;
  position: absolute;
  top: 0;
}
.plf_box_item_container.plf_align_right .plf_box_item_lists_container ul li.plf_box_item_lists_selected a.plf_box_item_lists_selected_remove_btn {
  left: 0;
  border-right: 1px solid #AFBFCF;
}
.plf_box_item_container.plf_align_left .plf_box_item_lists_container ul li.plf_box_item_lists_selected a.plf_box_item_lists_selected_remove_btn {
  right: 0;
  border-left: 1px solid #AFBFCF;
}
.plf_box_item_lists_container ul li.plf_box_item_lists_selected a.plf_box_item_lists_selected_remove_btn:hover {
  background-position: 7px -115px;
}
.plf_loading {
  display: none;
  position: absolute;
  top: 0;
  right: 0;
  z-index: 10;
  width: 100%;
  height: 100%;
  background-color: #FFFFFF; /* Fallback */
  background-color: rgba(255, 255, 255, 0.5);
  text-align: center;
}
.plf_loading .ajax_loading {
  display: block;
  padding-top: 24px;
  background-position: top center;
  position: absolute;
  top: 50%;
  right: 0;
  width: 100%;
  margin: 0;
  margin-top: -10px;
}
#middle_content_wrapper {
  position: relative;
}
.pef_group_container_table {
  padding: 1px 2px;
  background-color: #f7f9f7;
}
.pef_group_title {
  background-color: #ecf4f2;
  border-bottom: 1px solid #d3e7e2;
  padding: 4px 8px;
  font-weight: bold;
}
.pef_inner_container_box_group_container .pef_inner_container_box_group_container_row_even {
  background-color: #f1f4f5;
}
.pef_inner_container_box_group_container .pef_inner_container_box_group_container_row_odd {
  background-color: #fdfdfd;
}
.pef_inner_container_box_group_container .pef_inner_container_box_group_container_row_value {
  border-bottom: 1px solid #f7f8f3;
  color: #4e4e4e;
  padding: 2px 4px;
}
.pef_inner_container_box_group_container .pef_inner_container_box_group_container_row_title {
  width: 150px;
  padding: 2px 4px;
}
.plf_box_price {
  margin: 6px;
}
#plf_price_viewer {
  margin-top: 8px;
  font-size: 10px;
}
#plf_price_form div {
  margin: 6px 0px;
}
#plf_price_form input#plf_price_from, #plf_price_form input#plf_price_to {
  width: 70px;
}

/*! noUiSlider - 7.0.10 - 2014-12-27 14:50:47
 * These styles are required for noUiSlider to function. You don't need to change these rules to apply your design. */
.noUi-target, .noUi-target * {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -ms-touch-action: none;
  -ms-user-select: none;
  -moz-user-select: none;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.noUi-target {
  position: relative;
  direction: ltr;
}
.noUi-base {
  width: 100%;
  height: 100%;
  position: relative;
}
.noUi-origin {
  position: absolute;
  right: 0;
  top: 0;
  left: 0;
  bottom: 0;
}
.noUi-handle {
  position: absolute;
  z-index: 1;
}
/* This class is applied to the lower origin when its values is > 50%. */
.noUi-stacking .noUi-handle {
  z-index: 10;
}
/* Fix stacking order in IE7, which incorrectly creates a new context for the origins. */
.noUi-stacking + .noUi-origin {
  *z-index: -1;
}
.noUi-state-tap .noUi-origin {
  -webkit-transition: left 0.3s, top 0.3s;
  transition: left 0.3s, top 0.3s;
}
.noUi-state-drag * {
  cursor: inherit !important;
}
/* Painting and performance;  Browsers can paint handles in their own layer. */
.noUi-base {
  -webkit-transform: translate3d(0,0,0);
  transform: translate3d(0,0,0);
}
/* Slider size and handle placement; */
.noUi-horizontal {
  height: 14px;
}
.noUi-horizontal .noUi-handle {
  width: 14px;
  height: 24px;
  left: -7px;
  top: -6px;
}
.noUi-vertical {
  width: 14px;
}
.noUi-vertical .noUi-handle {
  width: 24px;
  height: 14px;
  left: -6px;
  top: -7px;
}
/* noUiSlider Styling; */
.noUi-background {
  background: #FAFAFA;
  box-shadow: inset 0 1px 1px #f0f0f0;
}
.noUi-connect {
  background: #3FB8AF;
  box-shadow: inset 0 0 3px rgba(51,51,51,0.45);
  -webkit-transition: background 450ms;
  transition: background 450ms;
}
.noUi-origin {
  border-radius: 2px;
}
.noUi-target {
  border-radius: 4px;
  border: 1px solid #D3D3D3;
  box-shadow: inset 0 1px 1px #F0F0F0, 0 3px 6px -5px #BBB;
}
.noUi-target.noUi-connect {
  box-shadow: inset 0 0 3px rgba(51,51,51,0.45), 0 3px 6px -5px #BBB;
}
/* Handles and cursors; */
.noUi-dragable {
  cursor: w-resize;
}
.noUi-vertical .noUi-dragable {
  cursor: n-resize;
}
.noUi-handle {
  border: 1px solid #D9D9D9;
  border-radius: 3px;
  background: #FFF;
  cursor: default;
  box-shadow: inset 0 0 1px #FFF, inset 0 1px 7px #EBEBEB, 0 3px 6px -3px #BBB;
}
.noUi-active {
  box-shadow: inset 0 0 1px #FFF, inset 0 1px 7px #DDD, 0 3px 6px -3px #BBB;
}
/* Handle stripes; */
.noUi-handle:before, .noUi-handle:after {
  content: "";
  display: block;
  position: absolute;
  height: 14px;
  width: 1px;
  background: #E8E7E6;
  left: 5px;
  top: 4px;
}
.noUi-handle:after {
  left: 7px;
}
.noUi-vertical .noUi-handle:before, .noUi-vertical .noUi-handle:after {
  width: 14px;
  height: 1px;
  left: 4px;
  top: 5px;
}
.noUi-vertical .noUi-handle:after {
  top: 7px;
}
/* Disabled state; */
[disabled].noUi-connect, [disabled] .noUi-connect {
  background: #B8B8B8;
}
[disabled] .noUi-handle {
  cursor: not-allowed;
}

/* noUiSlider pips; */
.noUi-pips, .noUi-pips * {
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.noUi-pips {
  position: absolute;
  font: 400 12px Arial;
  color: #999;
}
.noUi-value {
  width: 40px;
  position: absolute;
  text-align: center;
}
.noUi-value-sub {
  color: #ccc;
  font-size: 10px;
}
.noUi-marker {
  position: absolute;
  background: #CCC;
}
.noUi-marker-sub {
  background: #AAA;
}
.noUi-marker-large {
  background: #AAA;
}
.noUi-pips-horizontal {
  padding: 10px 0;
  height: 50px;
  top: 100%;
  left: 0;
  width: 100%;
}
.noUi-value-horizontal {
  margin-left: -20px;
  padding-top: 20px;
}
.noUi-value-horizontal.noUi-value-sub {
  padding-top: 15px;
}
.noUi-marker-horizontal.noUi-marker {
  margin-left: -1px;
  width: 2px;
  height: 5px;
}
.noUi-marker-horizontal.noUi-marker-sub {
  height: 10px;
}
.noUi-marker-horizontal.noUi-marker-large {
  height: 15px;
}
.noUi-pips-vertical {
  padding: 0 10px;
  height: 100%;
  top: 0;
  left: 100%;
}
.noUi-value-vertical {
  width: 15px;
  margin-left: 20px;
  margin-top: -5px;
}
.noUi-marker-vertical.noUi-marker {
  width: 5px;
  height: 2px;
  margin-top: -1px;
}
.noUi-marker-vertical.noUi-marker-sub {
  width: 10px;
}
.noUi-marker-vertical.noUi-marker-large {
  width: 15px;
}
#pld_listing_top {
  padding: 6px 0px;
}
#plf_sort, #plf_only_available, #plf_manufacturers_dropdown {
  padding: 0px 6px;
}
#plf_sort, #plf_only_available {
  float: left;
}
#plf_manufacturers_dropdown {
  float: right;
}
.locale-fa #plf_sort, .locale-fa #plf_only_available {
  float: right;
}
.locale-fa #plf_manufacturers_dropdown {
  float: left;
}
#plf_only_available label {
  display: inline-block;
}
#plf_only_available .toggle {
  display: block;
  width: 55px;
  float: left;
  margin: 0 4px;
}
.locale-fa #plf_only_available .toggle {
  float: right;
}
/*!
 * Load Awesome v1.1.0 (http://github.danielcardoso.net/load-awesome/)
 * Copyright 2015 Daniel Cardoso <@DanielCardoso>
 * Licensed under MIT
 */
.ajax_middle_loading {
  position: absolute;
  top: 0px;
  right: 0px;
  width: 100%;
  height: 100%;
  background-color: #FFFFFF; /* Fallback */
  background-color: rgba(255,255,255,0.8);
  z-index: 900;
}
.ajax_middle_loading > div {
  display: block;
  width: 178px;
  margin: 80px auto;
  text-align: center;
  font-size: 13px;
  font-weight: bold;
  color: #37474f;
  line-height: 20px;
}
.ajax_middle_loading .la-container {
  width: 18px;
  height: 18px;
  padding: 20px 80px;
}
.la-ball-fussion, .la-ball-fussion > div {
  position: relative;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.la-ball-fussion {
    display: block;
    font-size: 0;
    width: 18px;
    height: 18px;
}
.la-ball-fussion > div {
    display: inline-block;
    float: none;
    position: absolute;
    width: 28px;
    height: 28px;
    border-radius: 100%;
    -webkit-transform: translate(-50%, -50%);
       -moz-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
         -o-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    -webkit-animation: ball-fussion-ball1 1s 0s ease infinite;
       -moz-animation: ball-fussion-ball1 1s 0s ease infinite;
         -o-animation: ball-fussion-ball1 1s 0s ease infinite;
            animation: ball-fussion-ball1 1s 0s ease infinite;
}
.la-ball-fussion > div:nth-child(1) {
    background-color: #ef5350;
    border: 0 solid #ef5350;
    top: 0;
    left: 50%;
    z-index: 1;
}
.la-ball-fussion > div:nth-child(2) {
    background-color: #42a5f5;
    border: 0 solid #42a5f5;
    top: 50%;
    left: 100%;
    z-index: 2;
    -webkit-animation-name: ball-fussion-ball2;
       -moz-animation-name: ball-fussion-ball2;
         -o-animation-name: ball-fussion-ball2;
            animation-name: ball-fussion-ball2;
}
.la-ball-fussion > div:nth-child(3) {
    background-color: #9ccc65;
    border: 0 solid #9ccc65;
    top: 100%;
    left: 50%;
    z-index: 1;
    -webkit-animation-name: ball-fussion-ball3;
       -moz-animation-name: ball-fussion-ball3;
         -o-animation-name: ball-fussion-ball3;
            animation-name: ball-fussion-ball3;
}
.la-ball-fussion > div:nth-child(4) {
    background-color: #ffca28;
    border: 0 solid #ffca28;
    top: 50%;
    left: 0;
    z-index: 2;
    -webkit-animation-name: ball-fussion-ball4;
       -moz-animation-name: ball-fussion-ball4;
         -o-animation-name: ball-fussion-ball4;
            animation-name: ball-fussion-ball4;
}
@-webkit-keyframes ball-fussion-ball1 {
    0% { opacity: .35; }
    50% { top: -100%; left: 200%; opacity: 1; }
    100% { top: 50%; left: 100%; z-index: 2; opacity: .35; }
}
@-moz-keyframes ball-fussion-ball1 {
    0% { opacity: .35; }
    50% { top: -100%; left: 200%; opacity: 1; }
    100% { top: 50%; left: 100%; z-index: 2; opacity: .35; }
}
@-o-keyframes ball-fussion-ball1 {
    0% { opacity: .35; }
    50% { top: -100%; left: 200%; opacity: 1; }
    100% { top: 50%; left: 100%; z-index: 2; opacity: .35; }
}
@keyframes ball-fussion-ball1 {
    0% { opacity: .35; }
    50% { top: -100%; left: 200%; opacity: 1; }
    100% { top: 50%; left: 100%; z-index: 2; opacity: .35; }
}
@-webkit-keyframes ball-fussion-ball2 {
    0% { opacity: .35; }
    50% { top: 200%; left: 200%; opacity: 1; }
    100% { top: 100%; left: 50%; z-index: 1; opacity: .35; }
}
@-moz-keyframes ball-fussion-ball2 {
    0% { opacity: .35; }
    50% { top: 200%; left: 200%; opacity: 1; }
    100% { top: 100%; left: 50%; z-index: 1; opacity: .35; }
}
@-o-keyframes ball-fussion-ball2 {
    0% { opacity: .35; }
    50% { top: 200%; left: 200%; opacity: 1; }
    100% { top: 100%; left: 50%; z-index: 1; opacity: .35; }
}
@keyframes ball-fussion-ball2 {
    0% { opacity: .35; }
    50% { top: 200%; left: 200%; opacity: 1; }
    100% { top: 100%; left: 50%; z-index: 1; opacity: .35; }
}
@-webkit-keyframes ball-fussion-ball3 {
    0% { opacity: .35; }
    50% { top: 200%; left: -100%; opacity: 1; }
    100% { top: 50%; left: 0; z-index: 2; opacity: .35; }
}
@-moz-keyframes ball-fussion-ball3 {
    0% { opacity: .35; }
    50% { top: 200%; left: -100%; opacity: 1; }
    100% { top: 50%; left: 0; z-index: 2; opacity: .35; }
}
@-o-keyframes ball-fussion-ball3 {
    0% { opacity: .35; }
    50% { top: 200%; left: -100%; opacity: 1; }
    100% { top: 50%; left: 0; z-index: 2; opacity: .35; }
}
@keyframes ball-fussion-ball3 {
    0% { opacity: .35; }
    50% { top: 200%; left: -100%; opacity: 1; }
    100% { top: 50%; left: 0; z-index: 2; opacity: .35; }
}
@-webkit-keyframes ball-fussion-ball4 {
    0% { opacity: .35; }
    50% { top: -100%; left: -100%; opacity: 1; }
    100% { top: 0; left: 50%; z-index: 1; opacity: .35; }
}
@-moz-keyframes ball-fussion-ball4 {
    0% { opacity: .35; }
    50% { top: -100%; left: -100%; opacity: 1; }
    100% { top: 0; left: 50%; z-index: 1; opacity: .35; }
}
@-o-keyframes ball-fussion-ball4 {
    0% { opacity: .35; }
    50% { top: -100%; left: -100%; opacity: 1; }
    100% { top: 0; left: 50%; z-index: 1; opacity: .35; }
}
@keyframes ball-fussion-ball4 {
    0% { opacity: .35; }
    50% { top: -100%; left: -100%; opacity: 1; }
    100% { top: 0; left: 50%; z-index: 1; opacity: .35; }
}