/**
 * Web Application Prefix Apply For Making Owner Styles
 */
/**
 *   Blocks Layout Selectors 
 */
/**
 * Product Item Selectors
 */
/***********************************************************************/
/**
* Transition-timing-function property@mixin 
*/
/*background RGBA
============================================*/
/****/
/* RIGHT TO LEFT */
/** CHECKOUT BY STEP */
/*  
 * LAYOUT VARIABLES 
 */
#enabled_filters {
  margin: 0 0 10px 0;
  background: #eee;
  padding: 6px 8px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
  border-radius: 4px;
  font-size: 11px; }

#enabled_filters .layered_subtitle {
  font-weight: bold;
  font-size: 12px; }

#enabled_filters ul li {
  padding: 2px 0; }

#enabled_filters li a {
  right: right;
  /*display: inline-block;
  height: 12px;
  width: 12px;
  text-indent: -5000px;*/
  /*background: url(../../../img/icon/delete.gif) no-repeat 0 0 transparent;*/
  /*background: url(./delete.gif) no-repeat 0 0 transparent;*/
  cursor: pointer; }
  .rtl #enabled_filters li a {
    left: right;
    right: auto; }

#layered_block_left .radio, #layered_block_left .checkbox {
  display: inline;
  background: #26ca28; }

#layered_block_left .hiddable a {
  font-size: 11px; }

#layered_block_left .checkbox {
  border: solid 1px #e5e5e5; }

#layered_block_left .layered_close {
  right: right;
  padding-right: 5px; }
  .rtl #layered_block_left .layered_close {
    left: right;
    right: auto; }
  .rtl #layered_block_left .layered_close {
    padding-left: 5px;
    padding-right: inherit; }

#layered_block_left span.layered_close a,
#layered_block_left span.layered_close a {
  display: block;
  height: 13px;
  width: 13px;
  text-decoration: none;
  text-indent: -5000px;
  background: url(img/icon/less.gif) no-repeat 2px 2px; }

#layered_block_left span.closed a {
  background: url(img/icon/more.gif) no-repeat 2px 2px; }

#layered_block_left .layered_subtitle {
  display: inline-block;
  font-weight: bold;
  color: black; }

#layered_block_left ul {
  clear: both;
  padding: 5px 0; }

#layered_block_left ul li {
  padding: 2px 0; }

#layered_block_left ul li label {
  cursor: pointer; }

#layered_block_left ul {
  padding-left: 0; }
  .rtl #layered_block_left ul {
    padding-right: 0;
    padding-left: inherit; }

#layered_block_left ul li {
  list-style-type: none; }
  #layered_block_left ul li div.checker {
    margin-right: 1px; }
    .rtl #layered_block_left ul li div.checker {
      margin-left: 1px;
      margin-right: inherit; }
    #layered_block_left ul li div.checker span {
      top: 1px; }

#layered_block_left div > form > div > div {
  margin-top: 15px; }

#layered_block_left #enabled_filters, #layered_url_filter_block {
  padding-bottom: 10px;
  margin-bottom: 5px;
  margin-top: 0px; }

#layered_block_left #enabled_filters ul li {
  margin-left: 0;
  padding-left: 0; }
  .rtl #layered_block_left #enabled_filters ul li {
    margin-right: 0;
    margin-left: inherit; }
  .rtl #layered_block_left #enabled_filters ul li {
    padding-right: 0;
    padding-left: inherit; }

/* Style moved form the template to the css  */
#layered_block_left #enabled_filters ul li:hover {
  background: inherit;
  color: inherit; }

#layered_block_left ul li input.checkbox {
  vertical-align: middle;
  margin-left: 2px; }
  .rtl #layered_block_left ul li input.checkbox {
    margin-right: 2px;
    margin-left: inherit; }

#layered_block_left ul li .disabled {
  color: #666; }

#layered_block_left .color-option {
  border: 1px solid #666666;
  height: 16px;
  margin-left: 0;
  padding: 0;
  width: 16px; }
  .rtl #layered_block_left .color-option {
    margin-right: 0;
    margin-left: inherit; }

#layered_block_left .color-option.disable {
  opacity: 0.5;
  filter: alpha(opacity=50); }

#layered_block_left .nomargin a {
  display: inline; }

#layered_form .select {
  width: 165px; }

#layered_form .color-option {
  margin-left: 0;
  width: 16px;
  height: 16px;
  padding: 0;
  border: 1px solid #666;
  position: relative;
  top: 1px; }
  .rtl #layered_form .color-option {
    margin-right: 0;
    margin-left: inherit; }

#layered_form .color-option.on {
  border: 1px solid red; }

#layered_form input[type=radio] {
  margin-left: 2px;
  vertical-align: middle; }
  .rtl #layered_form input[type=radio] {
    margin-right: 2px;
    margin-left: inherit; }

.layered_price_range {
  margin-left: 7px; }
  .rtl .layered_price_range {
    margin-right: 7px;
    margin-left: inherit; }

.layered_price_range_unit {
  margin-right: 7px; }
  .rtl .layered_price_range_unit {
    margin-left: 7px;
    margin-right: inherit; }

.layered_slider_container {
  margin: 6px 0 6px 9px;
  width: 85%; }
  .rtl .layered_slider_container {
    margin: 6px 9px 6px 0; }

.layered_slider {
  margin-top: 5px; }

.layered_input_range_min {
  width: 30px; }

.layered_input_range_max {
  width: 40px; }

.layered_list {
  display: block;
  cursor: pointer; }

.layered_list:hover {
  font-weight: bold; }

.layered_ajax_loader p {
  margin: 20px 0;
  text-align: center; }

.hide-action {
  text-align: right;
  display: block;
  cursor: pointer; }
  .rtl .hide-action {
    text-align: left; }

.hide-action:hover {
  font-weight: bold; }

#layered_form div div ul {
  overflow-x: auto;
  margin-bottom: 0; }

.layered_filter {
  /*border-bottom: 1px solid #e5e5e5;*/
  display: inline-block;
  width: 100%; }
  .layered_filter label {
    font-weight: normal;
    font-size:11px;}
  .layered_filter .layered_subtitle {
    font-size: 1.2em; }
