/**
 * @category    Mana
 * @package     Mana_Filters
 * @copyright   Copyright (c) http://www.manadev.com
 * @license     http://opensource.org/licenses/osl-3.0.php  Open Software License (OSL 3.0)
 */
/*.m-filter-item-list .m-selected-filter-item { color: red; }*/
.m-filter-popup .m-selected-ln-item > a { font-weight: bold; text-decoration: none; }
.block-layered-nav .btn-remove { margin-top: -15px; }
.block-layered-nav .currently li { position: relative; padding: 6px 24px 6px 10px; }
.block-layered-nav .currently .btn-remove { margin-top: 0; position: absolute; right: 4px; top: 9px; margin-left: 0; }
.block-layered-nav dt { position: relative; zoom: 1; left: 0; top: 0; }

/*******
Edit By Mekaeil
*****/
.btn-remove{color: #fff !important;}
@font-face {
  font-family: 'BeautyIcon';
  src:  url('../fonts/icon/BeautyIcon.eot?me35qa');
  src:  url('../fonts/icon/BeautyIcon.eot?me35qa#iefix') format('embedded-opentype'),
    url('../fonts/icon/BeautyIcon.ttf?me35qa') format('truetype'),
    url('../fonts/icon/BeautyIcon.woff?me35qa') format('woff'),
    url('../fonts/icon/BeautyIcon.svg?me35qa#BeautyIcon') format('svg');
  font-weight: normal;
  font-style: normal;
}

[class^="icon-"], [class*=" icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts 
  font-family: 'BeautyIcon' !important;*/
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;

  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.icon-plus2:before {
  content: "\e114";
}
.icon-minus2:before {
  content: "\e115";
}
.icon-check2:before {
  content: "\e116";
}
.icon-cross2:before {
  content: "\e117";
}
.icon-ellipsis:before {
  content: "\e129";
}
/*=====================================================================================*\
|||||||||||||||||||||||||||||        CHECKBOX      |||||||||||||||||||||||||||||||||||
\*=====================================================================================*/
.custom.checkbox li {
  display: block;
  font-weight: 700;
}
.custom.checkbox li input[type=checkbox] {
  position: absolute;
  visibility: hidden;
}
.custom.checkbox li label {
  position: relative;
}
.custom.checkbox li label::before {
  content: "";
  width: 18px;
  height: 18px;
  display: inline-block;
  border: 1px solid rgba(0, 0, 0, 0.4);
  vertical-align: middle;
  margin-left: 10px;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  border-radius: 2px;
  margin: 0 0 5px 0;
}
.custom.checkbox li input[type=checkbox]:checked + label::after {
  font-family: "BeautyIcon";
  content: "\e116";
  position: absolute;
  font-size: 1rem;
  right: 1px;
  top: -7px;
  width: 0;
  height: 0;
  color: #bf9861;
  background: transparent;
  display:none;
}
.custom.checkbox li span.selected {
  position: relative;
  padding-right: 1.5rem;
  display: block;
  line-height: 2.5;
  border-bottom: 1px dotted rgba(0, 0, 0, 0.05);
  background: rgba(191, 152, 97, 0.08);
}
.custom.checkbox li span.selected::before {
  content: "";
  width: 18px;
  height: 18px;
  display: inline-block;
  border: 1px solid rgba(0, 0, 0, 0.4);
  vertical-align: middle;
  margin-left: 0px;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  border-radius: 2px;
}
.custom.checkbox li span.selected::after {
  font-family: "BeautyIcon";
  content: "\e116";
  position: absolute;
  font-size: 1rem;
  top: -0.0em;
  width: 0;
  height: 0;
  color: #bf9861;
  background: transparent;
}
@media only screen and (min-width: 320px) and (max-width: 768px) {.custom.checkbox li span.selected::after{ right: 20.9em;}}

@media only screen and (min-width: 769px) and (max-width: 1281px) {.custom.checkbox li span.selected::after{ right: 20.9em;}}
@media only screen and (min-width: 1282px) and (max-width: 1349px) {.custom.checkbox li span.selected::after{ right: 19.6em;}}
@media only screen and (min-width: 1350px) and (max-width: 1436px) {.custom.checkbox li span.selected::after{ right: 20.9em;}}
@media only screen and (min-width: 1437px) and (max-width: 1586px) {.custom.checkbox li span.selected::after{ right: 17.8em;}}
@media only screen and (min-width: 1537px) and (max-width: 1686px) {.custom.checkbox li span.selected::after{ right: 18.4em;}}
@media only screen and (min-width: 1687px) and (max-width: 1920px) {.custom.checkbox li span.selected::after{ right: 24.4em;}}