/** search ***/
/** end search ***/
/** newlestter ***/
/** End newlestter ***/
/***************************************************
	Mixins Themes 
/***************************************************/
/* Mixin Normal*/
/* Mixin Clear */
/* Mixin Border */
/*background RGBA
============================================*/
/***************************************************
	Mixins RTL Themes 
/***************************************************/
/************************************ 
	Override Bootstrap 
*************************************/
/**
 * Web Application Prefix Apply For Making Owner Styles
 */
/**
 *   Blocks Layout Selectors 
 */
/***********************************************************************/
#products .products-select {
  display: -webkit-box;
  display: -moz-box;
  display: box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: baseline;
  -moz-box-align: baseline;
  box-align: baseline;
  -webkit-align-items: baseline;
  -moz-align-items: baseline;
  -ms-align-items: baseline;
  -o-align-items: baseline;
  align-items: baseline;
  -ms-flex-align: baseline;
  -webkit-box-pack: justify;
  -moz-box-pack: justify;
  box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  -o-justify-content: space-between;
  justify-content: space-between;
  -ms-flex-pack: justify; }
#products .up {
  margin-bottom: 16px; }
  #products .up .btn-secondary {
    color: #acaaa6;
    text-transform: inherit; }
    #products .up .btn-secondary .material-icons {
      margin-right: 0; }
      .rtl #products .up .btn-secondary .material-icons {
        margin-left: 0;
        margin-right: inherit; }

.category-image {
  margin-bottom: 30px; }

#content-wrapper .category-name {
  font-size: 24px;
  line-height: 1;
  position: relative;
  margin: 0px 0px 30px;
  padding-left: 15px; }
  .rtl #content-wrapper .category-name {
    padding-right: 15px;
    padding-left: inherit; }
  #content-wrapper .category-name:before {
    content: '';
    top: 0px;
    bottom: 0px;
    width: 5px;
    position: absolute;
    background: #1bbc9b;
    left: 0px; }
    .rtl #content-wrapper .category-name:before {
      right: 0px;
      left: auto; }

.block-category {
  font-size: 13px;
  line-height: 1.8;
  padding: 20px 25px;
  margin-bottom: 30px;
  background: #f8f8f8; }
  .block-category #category-description p:first-child {
    margin-bottom: 0; }

#subcategories {
  margin-bottom: 40px; }
  #subcategories > .row {
    display: -webkit-box;
    display: -moz-box;
    display: box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-lines: multiple;
    -moz-box-lines: multiple;
    box-lines: multiple;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; }
  #subcategories .subcategory-block {
    margin-bottom: 30px; }
    #subcategories .subcategory-block .subcategory-image {
      overflow: hidden;
      margin-bottom: 15px; }
      #subcategories .subcategory-block .subcategory-image img {
        -webkit-transition: all 0.5s ease;
        -o-transition: all 0.5s ease;
        transition: all 0.5s ease; }
    #subcategories .subcategory-block .subcategory-name {
      margin-bottom: 10px; }
      #subcategories .subcategory-block .subcategory-name a {
        color: inherit;
        font-size: 16px;
        font-weight: 500; }
        #subcategories .subcategory-block .subcategory-name a:hover {
          color: #1bbc9b; }
    #subcategories .subcategory-block .subcategory-description {
      font-size: 13px;
      line-height: 1.6; }
      #subcategories .subcategory-block .subcategory-description p:last-child {
        margin-bottom: 0px; }
    #subcategories .subcategory-block:hover .subcategory-image img {
      -webkit-transform: scale(1.1) rotate(5deg);
      -moz-transform: scale(1.1) rotate(5deg);
      -ms-transform: scale(1.1) rotate(5deg);
      -o-transform: scale(1.1) rotate(5deg);
      transform: scale(1.1) rotate(5deg); }


#deo_search_filter_overlay {
  display: none; }
  @media (max-width: 767px) {
    #deo_search_filter_overlay {
      cursor: pointer;
      position: fixed;
      top: 0;
      left: 0;
      bottom: 0;
      right: 0;
      z-index: 998;
      display: block;
      visibility: hidden;
      opacity: 0;
      filter: alpha(opacity=0);
      background-color: #000000;
      background-color: rgba(0, 0, 0, 0.7);
      zoom: 1;
      background-color: transparent\9;
      -webkit-transition: all 0.4s ease;
      -o-transition: all 0.4s ease;
      transition: all 0.4s ease; }
      .active-deo-filter #deo_search_filter_overlay {
        visibility: visible;
        opacity: 1;
        filter: alpha(opacity=100); } }

#search_filters_wrapper {
  padding: 20px;}
#search_filters_wrapper .block_content{
  padding: 0px;}
  #search_filters_wrapper .title_block{
    display: -webkit-box;
    display: -moz-box;
    display: box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -moz-box-align: center;
    box-align: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    -o-align-items: center;
    align-items: center;
    -ms-flex-align: center;
    -webkit-box-pack: justify;
    -moz-box-pack: justify;
    box-pack: justify;
    -webkit-justify-content: space-between;
    -moz-justify-content: space-between;
    -ms-justify-content: space-between;
    -o-justify-content: space-between;
    justify-content: space-between;
    -ms-flex-pack: justify;
    padding: 0px;
    margin-bottom: 20px;}
    @media (max-width: 767px) {
      
      #search_filters_wrapper {
        top: 0px;
        bottom: 0;
        width: 320px;
        z-index: 9999;
        position: fixed;
        margin-top: 0px;
        visibility: hidden;
        background: #f5f5f5;
        opacity: 0;
        filter: alpha(opacity=0);
        left: 0px;
        overflow: auto;
        -webkit-transition: all 0.4s ease;
        -o-transition: all 0.4s ease;
        transition: all 0.4s ease;
        -webkit-transform: translateX(-100%);
        -moz-transform: translateX(-100%);
        -ms-transform: translateX(-100%);
        -o-transform: translateX(-100%);
        transform: translateX(-100%);
        -moz-box-shadow: 21px 0px 21px 0px #000000;
        -webkit-box-shadow: 21px 0px 21px 0px #000000;
        -o-box-shadow: 21px 0px 21px 0px #000000;
        -ms-box-shadow: 21px 0px 21px 0px #000000;
        box-shadow: 21px 0px 21px 0px #000000; }
        .rtl #search_filters_wrapper {
          right: 0px;
          left: auto; }
        .active-deo-filter #search_filters_wrapper {
          visibility: visible;
          opacity: 1;
          filter: alpha(opacity=100);
          -webkit-transform: translateX(0%);
          -moz-transform: translateX(0%);
          -ms-transform: translateX(0%);
          -o-transform: translateX(0%);
          transform: translateX(0%); } }
    @media (max-width: 767px) {
      #search_filters_wrapper .title_block {
        color: #ffffff;
        padding: 15px 45px 15px 20px;
        background: #4c7c9d;
        margin: -15px -20px 0px;
        border-radius: 0px;}
          .sidebar #search_filters_wrapper .title_block > a,
          .sidebar #search_filters_wrapper .title_block span{
            padding-bottom: 0px;
          }
          .sidebar #search_filters_wrapper .title_block > a:before, 
          .sidebar #search_filters_wrapper .title_block span:before{

            display: none;}}
    #search_filters_wrapper .title_block #deo_search_filters_close {
      display: none;
      top: 0px;
      bottom: 0px;
      margin: auto;
      height: 40px;
      width: 40px;
      line-height: 40px;
      text-align: center;
      color: #FFFFFF;
      position: absolute;
      padding: 0px;
      right: 0px; }
      .rtl #search_filters_wrapper .title_block #deo_search_filters_close {
        left: 0px;
        right: auto; }
      @media (max-width: 767px) {
        #search_filters_wrapper .title_block #deo_search_filters_close {
          display: block; }
          #search_filters_wrapper .title_block #deo_search_filters_close:before {
            content: '\ea21';
            display: block;
            position: static;
            font-family: "deo-custom-icons"; }}
  #search_filters_wrapper .faceted-slider {
    padding-top: 5px; }
    #search_filters_wrapper .faceted-slider .label-slider-ranger {
      font-size: 13px;
      margin-bottom: 0px; }
    #search_filters_wrapper .faceted-slider .ui-slider-horizontal {
      cursor: pointer;
      background: #FFFFFF;
      border-color: #eaeaea;
      width: calc(100% - 0px);
      margin-bottom: 15px; }
    #search_filters_wrapper .faceted-slider .ui-widget-header {
      cursor: pointer;
      border-color: #eb692d;
      background: #eb692d; }
    #search_filters_wrapper .faceted-slider .ui-slider-handle {
      top: 50%;
      width: 5px;
      height: 5px;
      background: #FFFFFF;
      box-sizing: content-box;
      border: 5px solid #eb692d;
      margin: 0px 0px 0px 0px;
      border-radius: 50%;
      -webkit-transform: translateY(-50%);
      -moz-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
      -o-transform: translateY(-50%);
      transform: translateY(-50%);
      -moz-box-shadow: 1px 1px 3px 1px rgba(0, 0, 0, 0.2);
      -webkit-box-shadow: 1px 1px 3px 1px rgba(0, 0, 0, 0.2);
      -o-box-shadow: 1px 1px 3px 1px rgba(0, 0, 0, 0.2);
      -ms-box-shadow: 1px 1px 3px 1px rgba(0, 0, 0, 0.2);
      box-shadow: 1px 1px 3px 1px rgba(0, 0, 0, 0.2); }
      .rtl #search_filters_wrapper .faceted-slider .ui-slider-handle {
        margin: 0px 0px 0px 0px; }
      #search_filters_wrapper .faceted-slider .ui-slider-handle + .ui-slider-handle {
        -webkit-transform: translate(-15px, -50%);
        -moz-transform: translate(-15px, -50%);
        -ms-transform: translate(-15px, -50%);
        -o-transform: translate(-15px, -50%);
        transform: translate(-15px, -50%); }
  #search_filters_wrapper .facet {
    border-bottom: 1px solid #FFFFFF; }
  #search_filters_wrapper .facet + .facet{
    margin-top: 2px;}
    #search_filters_wrapper .facet:last-child {
      border-bottom: none; }
    #search_filters_wrapper .facet .collapse, #search_filters_wrapper .facet .collapsing {
      padding: 10px 10px 10px 10px; }
      .rtl #search_filters_wrapper .facet .collapse, .rtl #search_filters_wrapper .facet .collapsing {
        margin: 10px 10px 10px 10px; }
      @media (max-width: 767px) {
        #search_filters_wrapper .facet .collapse, #search_filters_wrapper .facet .collapsing {
          margin: 10px 0px 10px 0px; }
          .rtl #search_filters_wrapper .facet .collapse, .rtl #search_filters_wrapper .facet .collapsing {
            margin: 10px 0px 10px 0px; }
      #search_filters_wrapper .facet .collapse:not(.faceted-slider), #search_filters_wrapper .facet .collapsing:not(.faceted-slider) {
        max-height: 150px;
        overflow-y: auto;}
        #search_filters_wrapper .facet .collapse:not(.faceted-slider)::-webkit-scrollbar, #search_filters_wrapper .facet .collapsing:not(.faceted-slider)::-webkit-scrollbar {
          width: 7px;
          background: #d0cfcf;
          border-radius: 7px; }
        #search_filters_wrapper .facet .collapse:not(.faceted-slider)::-webkit-scrollbar-thumb, #search_filters_wrapper .facet .collapsing:not(.faceted-slider)::-webkit-scrollbar-thumb {
          border-radius: 7px;
          background: #4c7c9d; }}
      #search_filters_wrapper .facet .collapse > li + li, #search_filters_wrapper .facet .collapsing > li + li {
        margin-top: 10px; }
    #search_filters_wrapper .facet .title {
      position: relative;
      /*border-bottom: 1px solid #FFFFFF;*/ }
      #search_filters_wrapper .facet .title .navbar-toggler {
        top: 3px;
        width: 20px;
        height: 20px;
        padding: 0px;
        cursor: pointer;
        text-align: center;
        font-size: 15px;
        font-style: normal;
        line-height: 20px;
        position: absolute;
        border: none;
        right: 3px; }
        @media (max-width: 767px) {
          #search_filters_wrapper .facet .title .navbar-toggler{
            top: 6px;
            right: 0px;}}
        #search_filters_wrapper .facet .title .navbar-toggler:before {
          content: "\ea34";
          color: #4c7c9d;
          font-family: "deo-custom-icons"; }
      #search_filters_wrapper .facet .title[aria-expanded="true"] .navbar-toggler:before {
        content: "\ea33"; }
    #search_filters_wrapper .facet .facet-title {
      width: 100%;
      color: #1f1b20;
      font-size: 13px;
      font-weight: 600;
      margin-bottom: 0px;
      background: #f6f6f6;
      font-family: inherit;
      overflow: visible;
      white-space: normal;
      padding: 5px 30px 5px 5px; }
      .rtl #search_filters_wrapper .facet .facet-title {
        padding: 10px 20px 10px 30px; }
      @media (max-width: 767px) {
        #search_filters_wrapper .facet .title {
          border-bottom: 1px solid #FFFFFF; }
        #search_filters_wrapper .facet .facet-title {
          padding: 10px 0px 10px 0px; }
          .rtl #search_filters_wrapper .facet .facet-title {
            padding: 10px 0px 10px 0px; } }
      #search_filters_wrapper .facet .facet-title .facet-values {
        color: #a19797;
        font-size: 12px;
        font-weight: normal;
        margin-left: 5px; }
        .rtl #search_filters_wrapper .facet .facet-title .facet-values {
          margin-right: 5px;
          margin-left: inherit; }
        @media (min-width: 768px) {
          #search_filters_wrapper .facet .facet-title .facet-values {
            display: none; } }
    #search_filters_wrapper .facet .facet-label {
      margin: 0px; }
      #search_filters_wrapper .facet .facet-label .custom-radio {
        position: static;
        margin-right: 8px !important; }
        .rtl #search_filters_wrapper .facet .facet-label .custom-radio {
          margin-left: 8px !important;
          margin-right: inherit; }
      #search_filters_wrapper .facet .facet-label .custom-checkbox {
        display: block;
        font-size: 0px;
        top: 0px !important; }
        #search_filters_wrapper .facet .facet-label .custom-checkbox input[type="checkbox"] {
          width: 15px;
          height: 15px; }
          #search_filters_wrapper .facet .facet-label .custom-checkbox input[type="checkbox"] + span {
            line-height: 15px;
            text-align: center;
            margin: 0px 8px 0px 0px; }
            .rtl #search_filters_wrapper .facet .facet-label .custom-checkbox input[type="checkbox"] + span {
              margin: 0px 0px 0px 8px; }
            #search_filters_wrapper .facet .facet-label .custom-checkbox input[type="checkbox"] + span.color {
              width: 15px;
              height: 15px;
              border-color: #dbdbdb;
              -moz-box-shadow: none;
              -webkit-box-shadow: none;
              -o-box-shadow: none;
              -ms-box-shadow: none;
              box-shadow: none; }
      #search_filters_wrapper .facet .facet-label.active .custom-checkbox input[type="checkbox"] + span.color, #search_filters_wrapper .facet .facet-label:hover .custom-checkbox input[type="checkbox"] + span.color {
        border-color: #414141; }
    #search_filters_wrapper .facet .facet-label, #search_filters_wrapper .facet .custom-checkbox {
      display: -webkit-box;
      display: -moz-box;
      display: box;
      display: -webkit-flex;
      display: -moz-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -moz-box-align: center;
      box-align: center;
      -webkit-align-items: center;
      -moz-align-items: center;
      -ms-align-items: center;
      -o-align-items: center;
      align-items: center;
      -ms-flex-align: center; }
      #search_filters_wrapper .facet .facet-label a, #search_filters_wrapper .facet .custom-checkbox a {
        font-size: 12px;
        display: inline-block;
        text-align: left; }
        .rtl #search_filters_wrapper .facet .facet-label a, .rtl #search_filters_wrapper .facet .custom-checkbox a {
          text-align: right; }
    #search_filters_wrapper .facet .facet-label {
      font-weight: inherit; }
    #search_filters_wrapper .facet.attr-color ul {
      margin: 0 -3px; }
      #search_filters_wrapper .facet.attr-color ul li {
        padding: 0 3px;
        float: left;
        width: 50%; }
        #search_filters_wrapper .facet.attr-color ul li:nth-child(2n + 1) {
          clear: both; }
    #search_filters_wrapper .facet.attr-color .color {
      border-radius: 50%;
      margin: 0 8px 1px 0; }
      .rtl #search_filters_wrapper .facet.attr-color .color {
        margin: 0 0 1px 8px; }
  #search_filters_wrapper .js-search-filters-clear-all {
    font-size: 12px;
    color: inherit;
    border: none;
    padding: 0px;
    margin: 0px;
    color: #bb2f2f;
    text-transform: none; }
    #search_filters_wrapper .js-search-filters-clear-all:hover, #search_filters_wrapper .js-search-filters-clear-all:active, #search_filters_wrapper .js-search-filters-clear-all:focus {
      background: transparent;
      color: #eb692d; }
    #search_filters_wrapper .js-search-filters-clear-all:after {
      content: "\ea11";
      font-size: 7px;
      font-family: "deo-custom-icons";
      margin-left: 2px; }
      .rtl #search_filters_wrapper .js-search-filters-clear-all:after {
        margin-right: 2px;
        margin-left: inherit; }
    #search_filters_wrapper .js-search-filters-clear-all i {
      display: none; }
  #search_filters_wrapper #_desktop_search_filters_clear_all {
    text-align: right; }
    .rtl #search_filters_wrapper #_desktop_search_filters_clear_all {
      text-align: left; }
  #search_filters_wrapper #_mobile_search_filters_clear_all .js-search-filters-clear-all:before {
    display: none; }
  #search_filters_wrapper .facet .collapse > li + li {
    margin-top: 10px; }
  #search_filters_wrapper .facet .facet-label {
    margin: 0px; }
    #search_filters_wrapper .facet .facet-label .custom-radio {
      position: static;
      margin-right: 8px !important; }
      .rtl #search_filters_wrapper .facet .facet-label .custom-radio {
        margin-left: 8px !important;
        margin-right: inherit; }
    #search_filters_wrapper .facet .facet-label .custom-checkbox {
      display: block;
      font-size: 0px;
      top: 0px !important; }
      #search_filters_wrapper .facet .facet-label .custom-checkbox input[type="checkbox"] {
        width: 15px;
        height: 15px; }
        #search_filters_wrapper .facet .facet-label .custom-checkbox input[type="checkbox"] + span {
          line-height: 15px;
          text-align: center;
          margin: 0px 8px 0px 0px; }
          .rtl #search_filters_wrapper .facet .facet-label .custom-checkbox input[type="checkbox"] + span {
            margin: 0px 0px 0px 8px; }
          #search_filters_wrapper .facet .facet-label .custom-checkbox input[type="checkbox"] + span.color {
            width: 15px;
            height: 15px;
            border-color: #dbdbdb;
            -moz-box-shadow: none;
            -webkit-box-shadow: none;
            -o-box-shadow: none;
            -ms-box-shadow: none;
            box-shadow: none; }
          #search_filters_wrapper .facet .facet-label .custom-checkbox input[type="checkbox"] + span .checkbox-checked {
            font-size: 12px;
            margin-top: 0px; }
    #search_filters_wrapper .facet .facet-label.active .custom-checkbox span.color, #search_filters_wrapper .facet .facet-label:hover .custom-checkbox span.color {
      border-color: #414141; }
  #search_filters_wrapper .facet .facet-label, #search_filters_wrapper .facet .custom-checkbox {
    display: -webkit-box;
    display: -moz-box;
    display: box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -moz-box-align: center;
    box-align: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    -o-align-items: center;
    align-items: center;
    -ms-flex-align: center; }
    #search_filters_wrapper .facet .facet-label a, #search_filters_wrapper .facet .custom-checkbox a {
      font-size: 12px;
      display: inline-block;
      text-align: left; }
      .rtl #search_filters_wrapper .facet .facet-label a, .rtl #search_filters_wrapper .facet .custom-checkbox a {
        text-align: right; }
  #search_filters_wrapper .facet .facet-label {
    font-weight: inherit; }
  #search_filters_wrapper .facet.attr-color ul {
    margin: 0 -3px; }
    #search_filters_wrapper .facet.attr-color ul li {
      padding: 0 3px;
      float: left;
      width: 50%; }
      #search_filters_wrapper .facet.attr-color ul li:nth-child(2n + 1) {
        clear: both; }
  #search_filters_wrapper .facet.attr-color .color {
    border-radius: 50%;
    margin: 0 8px 1px 0; }
    .rtl #search_filters_wrapper .facet.attr-color .color {
      margin: 0 0 1px 8px; }
  #search_filters_wrapper .js-search-filters-clear-all {
    font-size: 12px;
    border: none;
    padding: 0px;
    margin: 0px;
    text-transform: none;
    background: transparent;
    text-transform: none; }
    #search_filters_wrapper .js-search-filters-clear-all i {
      display: none; }
  #search_filters_wrapper #_desktop_search_filters_clear_all {
    margin-bottom: 10px;
    text-align: right; }
    .rtl #search_filters_wrapper #_desktop_search_filters_clear_all {
      text-align: left; }
  #search_filters_wrapper #_mobile_search_filters_clear_all .js-search-filters-clear-all:before {
    display: none; }

/* Filter */
#js-active-search-filters {
  padding: 10px 0px 0px;
  margin-bottom: 0px;
  border-top: 1px solid #FFFFFF; }
  @media (max-width: 767px) {
    #js-active-search-filters {
      margin-bottom: 20px;
      padding: 10px 0px; } }
  #js-active-search-filters.hide {
    display: none; }
  #js-active-search-filters.active-filter {
    display: block; }
  #js-active-search-filters .clear-all-wrapper {
    display: none;
    margin-top: 15px; }
    @media (max-width: 767px) {
      #js-active-search-filters .clear-all-wrapper {
        display: block; }
        #js-active-search-filters .clear-all-wrapper .js-search-filters-clear-all {
          color: #4f4e4e;
          font-size: 14px;
          font-weight: bold;
          text-decoration: underline; } }
.active_filters {
  padding: 0px;
  margin-bottom: 10px; }
  .active_filters .active-filter-title {
    display: none;
    font-size: 13px;
    font-weight: 500; }
    @media (max-width: 767px) {
      .active_filters .active-filter-title {
        display: block; } }
  .active_filters ul {
    display: block; }
  .active_filters .filter-block {
    margin: 2px;
    color: #FFFFFF;
    font-size: 13px;
    /*font-weight: bold;*/
    background: #4c7c9d;
    position: relative;
    display: inline-block;
    border-radius: 5px;
    padding: 5px 20px 5px 10px; }
    .rtl .active_filters .filter-block {
      padding: 5px 10px 5px 20px; }
    .active_filters .filter-block i {
      display: none; }
    .active_filters .filter-block span {
      display: none; }
    .active_filters .filter-block .close {
      opacity: 1;
      filter: alpha(opacity=100);
      margin-left: 5px; }
      .rtl .active_filters .filter-block .close {
        margin-right: 5px;
        margin-left: inherit; }
    .active_filters .filter-block .js-search-link {
      color: inherit;
      font-size: 6px;
      top: 50%;
      width: 20px;
      height: 20px;
      line-height: 20px;
      text-align: center;
      position: absolute;
      right: 0px;
      -webkit-transform: translateY(-50%);
      -moz-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
      -o-transform: translateY(-50%);
      transform: translateY(-50%); }
      .rtl .active_filters .filter-block .js-search-link {
        left: 0px;
        right: auto; }
      .active_filters .filter-block .js-search-link:before {
        content: "\ea11";
        font-family: "deo-custom-icons"; }


#deo_search_filter_toggler {
  color: #FFFFFF;
  padding: 0px 5px;
  text-align: center;
  position: relative;
  margin-right: 20px; }
  #deo_search_filter_toggler .icon {
    font-style: normal; }
    #deo_search_filter_toggler .icon:before {
      content: "\eacf";
      font-size: 20px;
      display: block;
      font-family: "deo-custom-icons"; }
  #deo_search_filter_toggler .deo-count {
    font-size: 8px;
    min-width: 14px;
    min-height: 14px;
    line-height: 14px;
    text-align: center;
    color: #FFFFFF;
    display: inline-block;
    vertical-align: middle;
    background: #eb692d;
    position: absolute;
    top: -5px;
    right: 0px;
    border-radius: 50%; }
  #deo_search_filter_toggler span {
    display: block;
    font-size: 9px;
    line-height: 1;
    font-weight: normal; }
    #deo_search_filter_toggler span.status {
      margin-top: 2px;
      display: -webkit-box;
      display: -moz-box;
      display: box;
      display: -webkit-flex;
      display: -moz-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -moz-box-align: center;
      box-align: center;
      -webkit-align-items: center;
      -moz-align-items: center;
      -ms-align-items: center;
      -o-align-items: center;
      align-items: center;
      -ms-flex-align: center; }
      #deo_search_filter_toggler span.status:before {
        content: '';
        width: 10px;
        height: 10px;
        background: red;
        display: inline-block;
        vertical-align: middle;
        border-radius: 100%;
        margin-right: 4px; }
  #deo_search_filter_toggler .status {
    display: none !important; }
  #deo_search_filter_toggler.active-filter span.status:before {
    background: #4bbc4b; }

#deo-total-facets {
  width: 100%;
  margin-top: 10px;
  padding: 8px 10px;
  font-weight: 600;
  font-size: 13px;
  text-transform: uppercase; }
  @media (min-width: 768px) {
    #deo-total-facets {
      display: none; } }
  #deo-total-facets .deo-count:before {
    content: '('; }
  #deo-total-facets .deo-count:after {
    content: ')'; }

/*** Responsive part ***/
@media (max-width: 767px) {
  #category .sidebar .block:not(#search_filters_wrapper) {
    display: none; } }

#product #content {
  position: relative; }
/*# sourceMappingURL=categories.css.map */
