/** 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;
  text-transform: uppercase;
  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.5;
  padding: 15px 20px;
  margin-bottom: 30px;
  background: #f8f8f8; }
  .block-category #category-description p:first-child {
    margin-bottom: 0; }

#subcategories {
  margin-bottom: 40px; }
  #subcategories .subcategories-list {
    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-heading {
    font-size: 16px;
    margin-bottom: 15px;
    text-transform: uppercase; }
  #subcategories .subcategory-block {
    margin-bottom: 20px; }
    #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 {
      font-size: 14px;
      margin-bottom: 10px;
      text-transform: uppercase; }
      #subcategories .subcategory-block .subcategory-name a {
        color: inherit;
        font-weight: 500; }
        #subcategories .subcategory-block .subcategory-name a:hover {
          color: #1bbc9b; }
    #subcategories .subcategory-block .subcategory-description {
      font-size: 13px; }
      #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); }

#search_filters_wrapper {
  padding: 20px;
  background: #f8f8f8; }
  #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: #1bbc9b;
      background: #1bbc9b; }
    #search_filters_wrapper .faceted-slider .ui-slider-handle {
      top: 50%;
      width: 5px;
      height: 5px;
      background: #FFFFFF;
      box-sizing: content-box;
      border: 5px solid #1bbc9b;
      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 + .facet {
    margin-top: 15px; }
  #search_filters_wrapper .facet .collapse, #search_filters_wrapper .facet .collapsing {
    padding-top: 15px; }
    @media (min-width: 768px) {
      #search_filters_wrapper .facet .collapse, #search_filters_wrapper .facet .collapsing {
        height: auto !important;
        display: block !important; } }
    @media (max-width: 767px) {
      #search_filters_wrapper .facet .collapse:not(.faceted-slider):not(.facet-dropdown-list), #search_filters_wrapper .facet .collapsing:not(.faceted-slider):not(.facet-dropdown-list) {
        max-height: 150px;
        overflow-y: auto;
        overflow-x: hidden; }
        #search_filters_wrapper .facet .collapse:not(.faceted-slider):not(.facet-dropdown-list)::-webkit-scrollbar, #search_filters_wrapper .facet .collapsing:not(.faceted-slider):not(.facet-dropdown-list)::-webkit-scrollbar {
          width: 7px;
          border-radius: 7px;
          background: white; }
        #search_filters_wrapper .facet .collapse:not(.faceted-slider):not(.facet-dropdown-list)::-webkit-scrollbar-thumb, #search_filters_wrapper .facet .collapsing:not(.faceted-slider):not(.facet-dropdown-list)::-webkit-scrollbar-thumb {
          border-radius: 7px;
          background: rgba(27, 188, 155, 0.8); } }
    #search_filters_wrapper .facet .collapse > li + li, #search_filters_wrapper .facet .collapsing > li + li {
      margin-top: 10px; }
  #search_filters_wrapper .facet .title {
    position: relative; }
    #search_filters_wrapper .facet .title .navbar-toggler {
      top: 0px;
      width: 20px;
      height: 20px;
      padding: 0px;
      border: none;
      cursor: pointer;
      text-align: center;
      font-size: 16px;
      font-style: normal;
      line-height: 20px;
      position: absolute;
      right: 0px; }
      .rtl #search_filters_wrapper .facet .title .navbar-toggler {
        left: 0px;
        right: auto; }
      #search_filters_wrapper .facet .title .navbar-toggler:before {
        content: '\ea3c';
        font-family: "deo-custom-icons"; }
      @media (min-width: 768px) {
        #search_filters_wrapper .facet .title .navbar-toggler {
          display: none !important; } }
    #search_filters_wrapper .facet .title[aria-expanded="true"] .navbar-toggler:before {
      content: '\ea3f'; }
  #search_filters_wrapper .facet .facet-title {
    width: 100%;
    color: inherit;
    cursor: pointer;
    font-weight: 500;
    margin-bottom: 0px;
    font-size: 13px;
    text-transform: uppercase;
    padding: 0px 30px 0px 0px; }
    .rtl #search_filters_wrapper .facet .facet-title {
      padding: 0px 0px 0px 30px; }
    @media (min-width: 768px) {
      #search_filters_wrapper .facet .facet-title {
        cursor: inherit !important; } }
  #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 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 .facet .facet-dropdown {
    padding: 0px; }
    #search_filters_wrapper .facet .facet-dropdown .select-title {
      display: block;
      padding: 0px 0px 10px;
      cursor: pointer; }
      #search_filters_wrapper .facet .facet-dropdown .select-title > i {
        margin-left: auto; }
    #search_filters_wrapper .facet .facet-dropdown .select-list {
      display: block;
      padding: 5px 10px; }
      #search_filters_wrapper .facet .facet-dropdown .select-list:hover {
        text-decoration: none; }
    @media (max-width: 767px) {
      #search_filters_wrapper .facet .facet-dropdown > .dropdown-backdrop {
        display: none; } }
    #search_filters_wrapper .facet .facet-dropdown .dropdown-menu {
      width: 100%;
      margin-top: 0px;
      padding: 5px 0px;
      max-height: 300px;
      overflow: auto; }
      @media (max-width: 767px) {
        #search_filters_wrapper .facet .facet-dropdown .dropdown-menu {
          position: static;
          max-height: inherit; } }
  #search_filters_wrapper .js-search-filters-clear-all {
    font-size: 12px;
    color: #ff1212;
    border: none;
    padding: 0px;
    margin: 0px;
    text-transform: none;
    background: transparent;
    text-transform: uppercase; }
    #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: #1bbc9b; }
    #search_filters_wrapper .js-search-filters-clear-all:before {
      content: "\ea11";
      font-size: 9px;
      font-family: "deo-custom-icons";
      margin-right: 3px; }
      .rtl #search_filters_wrapper .js-search-filters-clear-all:before {
        margin-left: 3px;
        margin-right: inherit; }
    #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 */
.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 {
    display: block;
    font-size: 12px;
    margin-bottom: 3px;
    background: #FFFFFF;
    position: relative;
    padding: 5px 20px 5px 10px;
    -moz-box-shadow: 1px 1px 3px 1px rgba(0, 0, 0, 0.1);
    -webkit-box-shadow: 1px 1px 3px 1px rgba(0, 0, 0, 0.1);
    -o-box-shadow: 1px 1px 3px 1px rgba(0, 0, 0, 0.1);
    -ms-box-shadow: 1px 1px 3px 1px rgba(0, 0, 0, 0.1);
    box-shadow: 1px 1px 3px 1px rgba(0, 0, 0, 0.1); }
    .rtl .active_filters .filter-block {
      padding: 5px 10px 5px 20px; }
    .active_filters .filter-block i {
      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"; }

@media (max-width: 767px) {
  #js-active-search-filters {
    margin-bottom: 20px; } }
#js-active-search-filters.hide {
  display: none; }
#js-active-search-filters.active_filters {
  display: block; }

.facets-title {
  color: #666666; }

/*** Responsive part ***/
@media (max-width: 767px) {
  #category .sidebar .block:not(#search_filters_wrapper) {
    display: none; } }
#category .sidebar #search_filter_controls {
  text-align: center;
  margin-bottom: 20px; }
  #category .sidebar #search_filter_controls button {
    margin: 0 5px;
    padding: 10px 15px;
    font-size: 12px;
    font-weight: normal;
    min-width: 100px;
    background: #222222;
    color: #FFFFFF;
    border: none;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    -o-box-shadow: none;
    -ms-box-shadow: none;
    box-shadow: none;
    border-radius: 0;
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease; }
    #category .sidebar #search_filter_controls button:hover {
      background: #1bbc9b; }
    #category .sidebar #search_filter_controls button .material-icons {
      font-size: 14px;
      margin-right: 0; }
      .rtl #category .sidebar #search_filter_controls button .material-icons {
        margin-left: 0;
        margin-right: inherit; }
#category #search_filter_toggler {
  font-size: 13px;
  padding: 5px 10px;
  border-radius: 5px; }
  #category #search_filter_toggler i {
    margin-right: 2px; }
    .rtl #category #search_filter_toggler i {
      margin-left: 2px;
      margin-right: inherit; }
    #category #search_filter_toggler i:before {
      content: '\eacb';
      font-family: "deo-custom-icons"; }

#product #content {
  position: relative; }

/*# sourceMappingURL=categories.css.map */
