/*

   THIS CSS IS SASS COMPLILED
   $ sass --watch css/neemu-styles.scss:css/neemu-styles.css

*/
@import url("https://fonts.googleapis.com/css?family=Open+Sans:400,700|Roboto:300&display=swap");
/* ===============
   GLOBAL SETTINGS
   =============== */
body {
  font: 16px "Open Sans", sans-serif;
}

ul, li {
  list-style: none;
}

a:hover {
  text-decoration: none !important;
}

.nm-container {
  max-width: 1340px;
  margin: 0 auto;
}

.nm-clear {
  clear: both;
}

.nm-clear-full, .nm-main-search-container {
  clear: both;
  width: 100%;
}

.neemu-query-suggestions {
  overflow: auto;
}

.nm-custom-scroll::-webkit-scrollbar {
  -webkit-appearance: none;
  width: 7px;
  height: 3px;
}
.nm-custom-scroll::-webkit-scrollbar-thumb {
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  background-color: #dedede;
  -webkit-box-shadow: 0 0 1px #e2e2e2;
}

.nm-sidebar-left {
  float: left;
  width: 260px;
}

.nm-sidebar-right {
  float: right;
}

.nm-search-results-container {
  float: right;
  width: calc(100% - 280px);
}

.nm-search-settings {
  display: flex;
  justify-content: space-between;
  margin: 0 0 18px;
}
.nm-search-settings .nm-group-open-filters {
  position: absolute;
}

/* TOTAL PRODUCTS / RESULTS PER PAGE / SORTING TYPES */
.neemu-total-products-container, .neemu-results-per-page-container, .neemu-order-filter-container, .neemu-view-type-container {
  color: #6f7988;
}

.neemu-order-filter-container {
  order: 2;
}

.neemu-results-per-page-container {
  width: 26%;
}

.neemu-total-products-container {
  color: #000;
  text-align: left;
  font-size: 14px;
}

.nm-search-settings select,
.nm-search-settings label {
  width: auto;
  display: inline-block;
}
.nm-search-settings label {
  color: #000;
  text-transform: uppercase;
  font-size: 12px;
  margin: 5px 0;
}
.nm-search-settings select {
  -moz-appearance: none;
  appearance: none;
  -webkit-appearance: none;
  background: #fff;
  border: 1px solid #ededed;
  font-size: 13px;
  display: inline-block;
  border-radius: 1px;
  padding: 8px 33px 9px 15px;
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAxMjEuOSAyNTMuNiI+PHBhdGggZD0iTTEyMS45IDc4LjVMNjEgMCAwIDc4LjVtMTIxLjkgOTYuNkw2MSAyNTMuNiAwIDE3NS4xIiBmaWxsPSIjMGMwYzBjIi8+PC9zdmc+);
  background-repeat: no-repeat;
  background-size: 8px 17px;
  background-position: center right 8px;
  margin-left: 15px;
}

/* VIEW TYPES */
.neemu-view-type-container {
  width: 8%;
}

.nm-view-types-options {
  display: inline-block;
  margin: 5px 0 0 0;
  padding: 0;
  vertical-align: middle;
  width: 50px;
}

.nm-view-type {
  background: url("../images/view-types.png") no-repeat center center;
  cursor: pointer;
  display: inline-block;
  width: 21px;
  height: 19px;
}
.nm-view-type.grid {
  background-position: 0 0;
}
.nm-view-type.grid.active {
  background-position: 0 -28px;
}
.nm-view-type.list {
  background-position: 0 -56px;
}
.nm-view-type.list.active {
  background-position: 0 -84px;
}

/* APPROXIMATED SEARCH */
.neemu-approximated-search {
  width: 100%;
  margin: 0 0 35px 0;
  background: url("../images/warning.png") no-repeat 20px 14px;
  padding: 10px 10px 10px 70px;
  background-color: #eef1f4;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.neemu-approximated-search p {
  font-size: 14px;
  line-height: 1.3em;
  margin: 0;
  padding: 0;
  text-align: left;
}
.neemu-approximated-search .searched-term {
  color: #6f7988;
  font-weight: bold;
}

/* BANNERS */
#neemu-banner-header, #neemu-banner-footer {
  text-align: center;
  clear: both;
}

#neemu-banner-header img, #neemu-banner-footer img {
  margin-bottom: 30px;
  max-width: 100%;
}

#neemu-banner-left img {
  margin-top: 30px;
  max-width: 100%;
}

/* BREADCRUMB */
.neemu-breadcrumb-container {
  display: block;
  text-align: left;
  padding: 26px 0 10px;
  width: 100%;
}
.neemu-breadcrumb-container > li {
  margin: 0 40px 0 0;
  color: #000;
  display: inline-block;
  text-transform: uppercase;
  position: relative;
  font-size: 11px;
}
.neemu-breadcrumb-container > li:last-child {
  color: #000;
  font-weight: bold;
}
.neemu-breadcrumb-container > li:last-child:after {
  display: none;
}
.neemu-breadcrumb-container > li:after {
  content: "";
  position: absolute;
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAxMC41IDE2Ij48cGF0aCBmaWxsPSIjY2FjYWNhIiBkPSJNMi41IDBMMCAyLjUgNS41IDggMCAxMy41IDIuNSAxNmw4LTh6Ii8+PC9zdmc+);
  font-weight: 700;
  right: -24px;
  top: 4px;
  font-size: 13px;
  width: 6px;
  height: 9px;
}
.neemu-breadcrumb-container > li a {
  text-decoration: none;
  color: #000;
}
.neemu-breadcrumb-container > li a:hover {
  color: #000;
}

/* QUICK FILTER */
.neemu-quick-filter {
  padding: 0;
  width: 100%;
  margin: 0 0 30px 0;
}

.neemu-quick-filter-container {
  margin: 10px 0 25px 0;
}

.neemu-quick-filter-container h3 {
  margin: 0 0 10px 0;
  color: #6f7988;
  font-size: 16px;
}

.neemu-quick-filter {
  margin: 0;
}
.neemu-quick-filter ul {
  padding: 10px 0;
  width: 100%;
  box-sizing: border-box;
  white-space: nowrap;
  overflow-x: auto;
  background: #FFF;
  border: 1px solid #c4cdda;
}
.neemu-quick-filter li {
  display: inline-block;
  vertical-align: middle;
  text-align: center;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  min-width: 100px;
  float: left;
}
.neemu-quick-filter li a {
  display: block;
  text-decoration: none;
  box-sizing: border-box;
  overflow: hidden;
}
.neemu-quick-filter li a:hover {
  text-decoration: none;
  opacity: 0.8;
  -webkit-transition: all 0.25s linear;
}
.neemu-quick-filter h4 {
  display: block;
  padding: 10px 0 5px 0;
  margin: 0 auto;
  max-width: 90%;
  text-align: center;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  font-weight: normal;
  color: #6f7988;
  font-size: 18px;
}
.neemu-quick-filter img {
  width: calc(90% - 20px);
  margin: 0 auto;
  border-bottom: 1px solid #c4cdda;
}

.qtt-quick-filters-2 li {
  width: 50%;
}

.qty-quick-filters-3 li {
  width: 33%;
}

.qty-quick-filters-4 li {
  width: 25%;
}

.qty-quick-filters-5 li {
  width: 20%;
}

.qty-quick-filters-6 li {
  width: 16.66%;
}

.qty-quick-filters-3 li:last-child,
.qty-quick-filters-4 li:last-child,
.qty-quick-filters-5 li:last-child,
.qty-quick-filters-6 li:last-child,
.qty-quick-filters-7 li:last-child,
.qty-quick-filters-8 li:last-child,
.qty-quick-filters-9 li:last-child,
.qty-quick-filters-10 li:last-child,
.qty-quick-filters-11 li:last-child,
.qty-quick-filters-12 li:last-child,
.qty-quick-filters-13 li:last-child,
.qty-quick-filters-14 li:last-child,
.qty-quick-filters-15 li:last-child {
  border-right: none;
}

/* NEEMU PAGES */
#neemu-pages {
  margin: 30px 0 40px 0;
}
#neemu-pages h1, #neemu-pages h2 {
  text-transform: uppercase;
  font-weight: 600;
  font-size: 16px;
  margin-bottom: 10px;
}
#neemu-pages ul {
  margin: 20px auto;
  text-align: center;
  width: 100%;
}
#neemu-pages ul li {
  list-style: none;
  display: inline-block;
  margin: 5px;
}
#neemu-pages ul li a {
  text-decoration: none;
}

#neemu-popular-letters {
  margin-bottom: 30px;
}
#neemu-popular-letters li {
  margin: 5px;
}
#neemu-popular-letters li a {
  border: 1px #000 solid;
  padding: 5px 7px;
  font-weight: normal;
  color: #000;
  font-size: 12px;
  background: #fff;
}
#neemu-popular-letters li a:hover {
  border-color: #000;
  background-color: #000;
  color: #fff;
}

#neemu-popular-terms li a {
  padding: 0 2px;
  color: #777;
  font-size: 13px;
}
#neemu-popular-terms li a:hover {
  border-bottom: 1px #3E3F3E dotted;
  color: #3E3F3E;
}

.top-categorias,
.outras-categorias {
  margin-bottom: 45px;
  text-transform: uppercase;
}
.top-categorias h5,
.outras-categorias h5 {
  text-transform: uppercase;
  font-weight: 600;
  font-size: 16px;
  margin-bottom: 10px;
}
.top-categorias ul,
.outras-categorias ul {
  display: flex;
  justify-content: space-around;
}
@media (max-width: 640px) {
  .top-categorias ul,
.outras-categorias ul {
    flex-direction: column;
  }
}
.top-categorias ul li,
.outras-categorias ul li {
  text-align: center;
  margin-bottom: 5px;
}
.top-categorias span,
.outras-categorias span {
  display: block;
  clear: both;
  margin: 0 auto 5px;
}
.top-categorias a,
.outras-categorias a {
  color: #000;
  text-decoration: none;
}

.outras-categorias a {
  background: #000;
  color: #fff;
  border-radius: 3px;
  display: inline-block;
  padding: 4px 10px;
}

/* POWERED BY */
#powered-by-neemu {
  clear: both;
  display: table;
  margin: 40px auto 10px auto;
  text-align: center;
}
#powered-by-neemu span {
  display: table-cell;
  vertical-align: middle;
  padding-right: 10px;
  font-size: 11px;
}
#powered-by-neemu a {
  display: inline-block;
  cursor: pointer;
  width: 61px;
  height: 40px;
  z-index: 9;
  position: relative;
  background-position: center;
  background-size: 100%;
  background-image: url("../images/powered_by_linx.svg");
  background-repeat: no-repeat;
}
#powered-by-neemu a:hover {
  text-decoration: none;
}

/* NOT FOUND */
.nm-not-found-message {
  padding: 80px 0 50px 0;
  width: 100%;
  color: #777;
  font-size: 24px;
}

.nm-not-found-tip-title {
  text-align: left;
  margin: 0 0 10px 0;
  padding: 0;
}

.nm-not-found-tips-container {
  padding: 0;
  margin: 0 auto;
  max-width: 100%;
  list-style: none;
}

.nm-not-found-tips-container ul {
  margin: 0 0 0 20px;
}

.nm-not-found-tip {
  list-style: disc;
  line-height: 24px;
}

/* PAGINATION */
.neemu-pagination {
  text-align: center;
  margin: 40px 10px;
}
.neemu-pagination li {
  display: inline-block;
  vertical-align: top;
  margin: 0 -2px;
}
.neemu-pagination .neemu-pagination-current {
  background: #000;
  color: #fff;
  border: 1px solid #bbb;
  height: 55px;
  line-height: 55px;
}
.neemu-pagination .neemu-pagination-current span {
  padding: 15px 20px;
}
.neemu-pagination .neemu-pagination-current a {
  padding: 0;
}

.neemu-pagination-next {
  margin-left: 20px;
}
.neemu-pagination-next svg {
  width: 8px;
  height: 13px;
}
.neemu-pagination-next:hover svg {
  fill: #FFF;
}

.neemu-pagination-previous {
  border-left: 1px solid #bbb;
}
.neemu-pagination-previous svg {
  width: 8px;
  height: 13px;
}
.neemu-pagination-previous:hover svg {
  fill: #FFF;
}

.neemu-pagination-inactive {
  display: inline-block;
  padding: 5px 8px;
}
.neemu-pagination-inactive svg {
  fill: gray;
}

.neemu-pagination a {
  display: inline-block;
  vertical-align: top;
  background: #fff;
  border: 1px solid #bbb;
  border-left: 0;
  font-size: 17px;
  padding: 15px 20px;
  font-weight: 400;
  color: #bbb;
  -webkit-transition: all 0.5s;
  -o-transition: 0.5s all;
  -o-transition: all 0.5s;
  transition: all 0.5s;
  text-decoration: none;
  height: 55px;
  min-width: 55px;
  overflow: hidden;
}
.neemu-pagination a:active, .neemu-pagination a:focus, .neemu-pagination a:hover {
  background: #000;
  color: #fff;
}
.neemu-pagination .neemu-pagination-current {
  background: #000;
  color: #fff;
}

.neemu-pagination-inactive {
  cursor: default;
  color: #d3d3d3;
}

.neemu-pagination > li.neemu-pagination-current a {
  padding: 0;
  border-color: #3E3F3E;
  color: #fff;
  background-color: #000;
}

/* SEARCH SUGGESTIONS */
.neemu-query-suggestions {
  text-align: left;
  width: 100%;
  margin-bottom: 25px;
}
.neemu-query-suggestions h4 {
  display: inline-block;
  width: 110px;
  text-transform: uppercase;
  font-size: 12px;
  color: #000;
  font-weight: normal;
}
.neemu-query-suggestions ul {
  display: inline-block;
  box-sizing: border-box;
  overflow-x: auto;
  width: calc(100% - 210px);
  vertical-align: middle;
  padding: 0 0 3px 0;
}
.neemu-query-suggestions li {
  display: inline-block;
  margin: 2px 1px;
}
.neemu-query-suggestions a {
  background: #ffffff;
  display: block;
  padding: 5px 12px 5px 12px;
  color: #000;
  font-size: 14px;
  border: 1px solid #000;
  text-decoration: none;
}
.neemu-query-suggestions a:hover {
  color: #3E3F3E;
  text-decoration: none;
}
.neemu-query-suggestions .separator {
  display: none;
}

/* PRODUCT SHOWCASE (GRID) */
.neemu-products-container {
  display: flex;
  flex-wrap: wrap;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  align-items: stretch;
  align-content: stretch;
  padding: 0;
  width: 100%;
}

.nm-product-item {
  list-style: none;
  box-sizing: border-box;
  max-width: 418px;
  width: 100%;
  background: #fff;
  display: inline-block;
  font-size: 16px;
  text-align: left;
  border: 1px solid #0000;
  vertical-align: top;
  -webkit-transition: all 0.5s;
  -o-transition: 0.5s all;
  -o-transition: all 0.5s;
  transition: all 0.5s;
  position: relative;
  padding: 29px;
}
.nm-product-item:hover {
  border: 1px solid #000;
  -webkit-box-shadow: 0 0 30px 2px rgba(0, 0, 0, 0.13);
  box-shadow: 0 0 30px 2px rgba(0, 0, 0, 0.13);
}
.nm-product-item:hover .nm-button {
  opacity: 1;
}
.nm-product-item a {
  color: #000;
  text-decoration: none;
}

.nm-product-img-container {
  text-align: center;
  min-height: 210px;
  position: relative;
}

.nm-product-img-link {
  background: transparent url("../images/loader.gif") center center no-repeat;
  display: block;
  min-height: 40px;
}

.nm-product-img-container img {
  height: 250px;
  border-bottom: 1px solid #ededed;
  background-color: #FFF;
}

.nm-product-name {
  text-transform: capitalize;
  text-align: left;
  display: block;
  margin: 30px 0 27px;
  height: 45px;
  font-size: 16px;
  overflow: hidden;
}
.nm-product-name:hover {
  text-decoration: none;
}

.nm-product-unavailable {
  background-color: #fecfcc;
  box-sizing: border-box;
  color: #c60f05;
  display: block;
  margin: auto;
  padding: 7px;
  text-align: center;
  width: 100%;
}

.nm-old-price-container {
  color: #fb2739;
  font-size: 15px;
  text-decoration: line-through;
  display: block;
  font-weight: 100;
}

.nm-price-container {
  font-weight: 700;
  font-size: 21px;
}

.nm-installment-container {
  font-weight: 300;
  font-size: 15px;
  display: block;
  text-rendering: geometricPrecision;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.nm-discount-percent {
  display: block;
  position: absolute;
  top: -40px;
  width: 47px;
  text-align: center;
  padding: 7px 8px 0;
  line-height: 1;
  font-size: 15px;
  background: #000;
  color: #fff;
  height: 65px;
  right: 0;
  z-index: 0;
}
@media (max-width: 640px) {
  .nm-discount-percent {
    top: -10px;
    right: 10px;
  }
}
.nm-discount-percent:after {
  content: "";
  width: 32.6px;
  height: 33px;
  background: #000;
  -webkit-transform: translate(-24px, 6.5px) rotate(45deg);
  -ms-transform: translate(-24px, 6.5px) rotate(45deg);
  transform: translate(-24px, 6.5px) rotate(45deg);
  z-index: -1;
  -webkit-transition: all 0.5s;
  -o-transition: 0.5s all;
  -o-transition: all 0.5s;
  transition: all 0.5s;
  display: block;
  transition: all 0.5s;
  display: block;
  left: 31px;
  position: absolute;
  bottom: -10px;
}
.nm-discount-percent span {
  font-size: 14px;
}
.nm-discount-percent svg {
  width: 15px;
  height: 16px;
  margin-top: 5px;
}

.nm-button {
  background: #000;
  color: #fff;
  position: absolute;
  right: 0;
  bottom: 0;
  -webkit-transition: all 0.5s;
  -o-transition: 0.5s all;
  -o-transition: all 0.5s;
  transition: all 0.5s;
  font-size: 12px;
  font-weight: 400;
  padding: 15px;
  opacity: 0;
}

/* PRODUCT SHOWCASE (LIST) */
.nm-view-type-list .nm-view-grid-discount, .nm-view-type-grid .nm-view-list-discount {
  display: none;
}

.nm-view-type-list .nm-product-img-container {
  display: inline-block;
  position: relative;
  overflow: hidden;
}
.nm-view-type-list .nm-product-info {
  display: inline-block;
  position: relative;
  overflow: hidden;
  text-align: left;
}
.nm-view-type-list .nm-product-name, .nm-view-type-list .nm-product-item, .nm-view-type-list .nm-offer {
  text-align: left;
}
.nm-view-type-list .nm-product-item {
  height: auto;
  position: relative;
  margin: 0 0 10px 0;
  width: 100%;
  border-bottom: 1px solid #eef1f4;
}
.nm-view-type-list .nm-product-img-container {
  width: 310px;
  margin-right: 20px;
  display: inline-block;
  vertical-align: middle;
}
.nm-view-type-list .nm-product-img {
  max-height: 310px;
  width: auto;
  max-width: 310px;
}
.nm-view-type-list .nm-product-info, .nm-view-type-list .nm-product-review {
  display: inline-block;
  vertical-align: middle;
  padding: 20px;
  width: calc(100% - 380px);
  background: #eef1f4;
}
.nm-view-type-list .nm-product-name {
  font-size: 20px;
  margin: 0 0 10px 0;
  max-width: 90%;
}
.nm-view-type-list .nm-installment-container {
  text-align: left;
}
.nm-view-type-list .nm-old-price-container {
  height: auto;
  margin: 0;
}

.nm-view-type-list .nm-button {
  display: inline-block;
  line-height: 1rem;
  border-radius: 6px;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  border: 2px solid transparent;
  text-align: center;
  background-color: #F56F23;
  border-color: #F56F23;
  text-transform: uppercase;
  text-decoration: none;
  padding: 0.5rem 0.75rem;
  margin-top: 20px;
  letter-spacing: 0.5px;
  font-size: 16px;
  font-weight: 700;
  color: #FFFFFF;
}
.nm-view-type-list .nm-button:hover {
  box-shadow: 0 10px 6px -8px rgba(245, 111, 35, 0.7);
  background-color: #e75a0b;
  border-color: #db560a;
}
.nm-view-type-list .nm-button span {
  display: block;
  font-size: 11px;
  text-transform: lowercase;
}

/* FILTERS (SIDEBAR) */
/* filter reset */
.neemu-filter {
  padding: 0;
  margin: 0;
}
.neemu-filter a, .neemu-filter label {
  padding: 0;
  margin: 0;
}

.neemu-filter-container {
  padding: 0;
  margin: 0;
}
.neemu-filter-container ul, .neemu-filter-container h2 {
  padding: 0;
  margin: 0;
}

#neemu-selected-filters ul, .neemu-filter .inactive, #neemu-search-filters, .neemu-filter-text {
  padding: 0;
  margin: 0;
}

.neemu-filter-container ul {
  list-style: none;
}

.neemu-filter > ul {
  padding: 0 10px !important;
}

/* main filter container */
#neemu-search-filters {
  width: 100%;
  border-bottom: 1px solid #000;
  background: #fff;
  -webkit-transition: all 0.5s;
  -o-transition: 0.5s all;
  -o-transition: all 0.5s;
  transition: all 0.5s;
  text-transform: uppercase;
  -webkit-box-shadow: 0 0 20px -5px rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 20px -5px rgba(0, 0, 0, 0.1);
}

.nm-contracted.neemu-filter {
  margin-bottom: 15px;
  overflow: hidden;
  max-height: 45px;
}
.nm-contracted.neemu-filter label:after, .nm-contracted.neemu-filter label i {
  transition: all 0.1s ease-in-out;
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}

/* filter title */
.neemu-filter-container h2 {
  font-family: "Roboto", sans-serif;
  font-weight: 300;
  font-size: 34px;
  letter-spacing: -1px;
  line-height: 1;
  text-transform: uppercase;
  color: #000;
}

.neemu-filter {
  padding: 0 25px;
  border-bottom: 1px solid #f2f2f2;
}
.neemu-filter label {
  font-size: 12px;
  padding: 17px 0;
  display: block;
  font-weight: 600;
  position: relative;
  cursor: pointer;
}
.neemu-filter label:after {
  content: "";
  background: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAxNiAxMC41Ij48cGF0aCBmaWxsPSIjY2NjIiBkPSJNMTYgMi41TDEzLjUgMCA4IDUuNSAyLjUgMCAwIDIuNWw4IDh6Ii8+PC9zdmc+);
  background-size: 100%;
  height: 9px;
  width: 12px;
  position: absolute;
  top: 21px;
  right: 10px;
}
.neemu-filter ul {
  display: none;
  margin-bottom: 25px;
}
.neemu-filter input[type=checkbox] {
  display: none;
}
.neemu-filter input[type=checkbox]:checked + .nm-title-filter label:after {
  transform: rotate(180deg);
}
.neemu-filter input[type=checkbox]:checked ~ ul {
  display: block;
}
.neemu-filter .search {
  border: 1px solid #cccccc;
  box-shadow: none;
  box-sizing: border-box;
  background: transparent;
  outline: medium none;
  margin: 10px 0;
  padding: 5px 10px;
  width: calc(100% - 10px);
  border-radius: 30px;
  height: 35px;
  color: #000;
  font-size: 11px;
}

/* filter list */
/* show more filters */
a.neemu-show-more-btn {
  display: block;
  text-decoration: none;
  border-top: 1px solid #C4CDDA;
  margin: 5px 0 0 0;
  letter-spacing: 0.5px;
  display: block;
  height: 30px;
  line-height: 27px;
  text-align: center;
  width: 100%;
  text-transform: lowercase;
  font-weight: bold;
  font-size: 13px;
  color: #777;
}
a.neemu-show-more-btn:hover {
  text-decoration: none;
  color: #6f7988;
}

/* filter check */
span.neemu-filter-link,
a.neemu-filter-link {
  box-sizing: border-box;
  display: inline-block;
  position: relative;
  padding-left: 25px;
  width: 100%;
  line-height: 0.8em;
  text-decoration: none;
  font-size: 13px;
}

.neemu-filter-link:before {
  background-color: transparent;
  border: 1px solid #cccccc;
  content: "";
  width: 13px;
  height: 13px;
  position: absolute;
  top: calc(50% - 7px);
  left: 0;
  -webkit-transition: all 0.25s linear;
}

a.neemu-filter-link:focus, a.neemu-filter-link:active {
  text-decoration: none;
}
a.neemu-filter-link:hover .neemu-filter-text {
  color: #777;
}
a.neemu-filter-link:hover:before {
  border: 1px solid #777;
}

/* filter text */
.neemu-filter-text {
  font-size: 13px;
  line-height: 16px;
  text-decoration: none;
  color: #2d2d2d;
  display: block;
  padding: 5px;
  -webkit-transition: all 0.5s;
  -o-transition: 0.5s all;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}

/* frequency */
.neemu-frequency {
  display: none;
  float: right;
  line-height: 1.4;
  margin: 3px 0 0 5px;
  letter-spacing: 1.1px;
  color: #6f7988;
  font-size: 12px;
}

/* inactive filter */
.neemu-filter .inactive {
  cursor: not-allowed;
  position: relative;
  text-decoration: line-through;
}
.neemu-filter .inactive .neemu-filter-text {
  cursor: not-allowed;
  position: relative;
  text-decoration: line-through;
}
.neemu-filter .inactive .neemu-filter-link:hover {
  background-color: transparent;
}
.neemu-filter .inactive .neemu-filter-text {
  color: #222;
  width: 100%;
  opacity: 0.3;
}
.neemu-filter .inactive .neemu-frequency {
  display: none;
}
.neemu-filter .selected > .neemu-filter-link:before {
  background: #6f7988;
  border-color: #6f7988;
  background-size: 70%;
}

/* selected filter */
/* color filter */
.neemu-color-filter {
  display: inline-block;
  margin: 0 4px 7px 0;
}
.neemu-color-filter .neemu-filter-link {
  box-sizing: content-box;
  padding: 0;
  height: 25px;
  width: 25px;
  border: 1px solid #999999;
  margin: 0;
}
.neemu-color-filter .neemu-filter-link:before {
  display: none;
}
.neemu-color-filter div {
  display: block;
  padding: 0;
  margin: 0;
  height: 100%;
  width: 100%;
}
.neemu-color-filter.selected div {
  text-indent: -996px;
  position: absolute;
  top: 0;
  left: 0;
  background: url("../images/check.png") center center no-repeat;
  background-size: 70%;
}

.neemu-color-group .neemu-color-without-bg a {
  padding: 4px 10px 4px 20px;
}
.neemu-color-group .neemu-color-without-bg .neemu-filter-link:before {
  left: 0;
}

/* review filter */
.neemu-filter-link .yellow-stars, .neemu-filter-link .gray-stars {
  font-size: 20px;
}
.neemu-filter-link .yellow-stars {
  color: #ffa80d;
}
.neemu-filter-link .gray-stars {
  color: #888;
}

/* category filter */
ul.neemu-category-filter-level {
  margin-left: 16px;
  padding: 0;
}
ul.neemu-category-filter-level-0 {
  margin-left: 0;
}

/* SELECTED FILTER */
#neemu-selected-filters {
  padding: 24px 30px;
  background: #fff;
  position: relative;
  margin-bottom: 52px;
  font-weight: 400;
  font-size: 11px;
  line-height: 1.8;
  color: #757575;
  display: block;
}
#neemu-selected-filters:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 18px;
  width: 25px;
  height: 4px;
  background: #ed1b23;
}
#neemu-selected-filters ul {
  margin-bottom: 10px;
  width: 100%;
}
#neemu-selected-filters ul li {
  width: 100%;
  text-decoration: none;
  background: #FFF;
  font-size: 0;
  line-height: 1.85;
  padding: 3px 0;
  box-sizing: border-box;
  margin-top: 5px;
}
#neemu-selected-filters ul li a {
  color: #000;
  font-size: 13px;
  -moz-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease;
  display: inline-block;
  vertical-align: middle;
  width: 20px;
  text-align: center;
}
#neemu-selected-filters ul li a:hover {
  text-decoration: none;
  color: #6f7988;
}
#neemu-selected-filters .specific-filter-description {
  margin-right: 5px;
  font-size: 14px;
  -moz-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease;
  width: calc(100% - 25px);
  display: inline-block;
  vertical-align: middle;
  text-overflow: ellipsis;
  word-break: break-word;
  overflow: hidden;
  white-space: nowrap;
  text-transform: uppercase;
}

.chilli-filter__opened .chilli-header__drawer--filter,
.chilli-header__overlay {
  display: none !important;
}

#neemu-clean-filters {
  font-size: 12px;
  padding: 17px 0;
  display: block;
  font-weight: 600;
  position: relative;
  text-transform: uppercase;
  color: #000;
  text-align: center;
}

#nm-search-form {
  box-sizing: border-box;
  color: #333333;
  display: block;
  font-family: Arial, sans-serif;
  font-size: 14px;
  height: 94px;
  line-height: 20px;
  margin-top: 0px;
  position: relative;
  text-size-adjust: 100%;
  width: 487.5px;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
#nm-search-form input {
  border: 2px solid #E1E0E0;
  width: 100%;
  box-sizing: border-box;
  padding: 15px;
  margin: 0 0 40px 0;
  -webkit-appearance: textfield;
  background-color: white;
  display: inline-block;
}
#nm-search-form input:focus {
  border: 2px solid #b0e12a;
}
#nm-search-form button {
  align-items: flex-start;
  background-color: rgba(0, 0, 0, 0);
  border: 0px;
  cursor: pointer;
  display: block;
  padding: 8px 8px 8px 8px;
  position: absolute;
  right: 4px;
  top: 4px;
  width: 46px;
  color: #333333;
}

#nm-search-mobile {
  display: none !important;
}

/*FOR MOBILE - FILTER */
.nm-mobile-only {
  display: none;
}

@media (max-width: 768px) {
  /*General*/
  .nm-main-search-container {
    padding: 0 10px;
    box-sizing: border-box;
  }

  .nm-mobile-hidden, .neemu-view-type-container {
    display: none;
  }

  .nm-mobile-only {
    display: block;
  }

  .nm-search-results-container {
    width: 100%;
  }

  .neemu-breadcrumb-container {
    padding-left: 10px;
  }

  .nm-mobile-only:hover {
    color: #FFF;
  }

  .neemu-total-products-container {
    width: 100%;
    text-align: left;
    padding: 0 0 15px 10px;
  }

  .neemu-products-container {
    margin: 0;
    grid-template-columns: 1fr 1fr;
    grid-column-gap: 10px;
    grid-row-gap: 15px;
  }

  .nm-search-settings {
    width: 100%;
  }
  .nm-search-settings select {
    margin-left: 0;
  }
  .nm-search-settings .nm-group-open-filters {
    position: relative;
  }

  /*Filter + Order*/
  .nm-search-settings {
    border-top: none;
    border-bottom: none;
    display: flex;
    flex-wrap: wrap;
  }

  .neemu-results-per-page-container {
    width: 36%;
  }

  .nm-group-open-filters {
    margin-top: 5px;
    width: 100%;
  }

  /*Order*/
  .neemu-order-filter-container {
    display: inline-block;
    vertical-align: top;
    width: 47.99%;
    position: relative;
    order: 0;
  }

  .neemu-order-filter-container:after {
    position: absolute;
    top: 15px;
    right: 10px;
    z-index: 13;
    height: 13px;
    width: 13px;
    content: "";
    background-position: center;
    background-size: 100%;
    background-image: url("../images/arrow-order.svg");
    background-repeat: no-repeat;
  }

  /*Filter*/
  .nm-filter-expanded {
    overflow: hidden;
  }
  .nm-filter-expanded .nm-search-page-container:after {
    content: "";
    position: fixed;
    z-index: 100;
    background: rgba(0, 0, 0, 0.5);
    top: 0;
    right: 0;
    display: block;
    height: 100%;
    width: 100%;
  }

  .nm-sidebar-left {
    position: fixed;
    top: 0;
    background: rgba(0, 0, 0, 0.8);
    height: 100%;
    right: -100%;
    z-index: 9999;
    margin-top: 0;
    width: 100%;
    padding: 0;
    overflow: auto;
    transition: right 0.5s ease-in-out;
    -webkit-transition: right 0.5s ease-in-out;
    -moz-transition: right 0.5s ease-in-out;
    -ms-transition: right 0.5s ease-in-out;
    -o-transition: right 0.5s ease-in-out;
  }
  .nm-sidebar-left .nm-close-filters {
    right: -100%;
  }

  #neemu-search-filters {
    border-right: none;
  }

  .chilli-drawer__prelude {
    box-shadow: none !important;
  }

  .chilli-drawer__account {
    padding: 15px 0;
  }

  .chilli-drawer__account span {
    color: #fff;
  }

  #neemu-selected-filters {
    margin-bottom: 0;
    border-bottom: 1px solid #000;
  }

  .nm-filter-expanded .neemu-filter-container {
    width: 90%;
    float: right;
    height: 93%;
    overflow: scroll;
  }
  .nm-filter-expanded .neemu-filter-container > h2 {
    background-color: #fff;
    border: none;
    border-left: 6px #F56F23 solid;
    margin-left: -10px;
    text-align: left;
    color: #F56F23;
  }
  .nm-filter-expanded .nm-sidebar-left {
    right: 0;
    transition: right 0.5s ease-in-out;
    -webkit-transition: right 0.5s ease-in-out;
    -moz-transition: right 0.5s ease-in-out;
    -ms-transition: right 0.5s ease-in-out;
    -o-transition: right 0.5s ease-in-out;
  }
  .nm-filter-expanded .nm-sidebar-left .nm-close-filters {
    position: fixed;
    bottom: 0;
    right: 0;
    z-index: 1;
    border-radius: 6px 6px 0 0;
    background-color: #000;
    line-height: 3rem;
    overflow: auto;
    width: 90%;
    z-index: 8;
    transition: right 0.5s ease-in-out;
    -webkit-transition: right 0.5s ease-in-out;
    -moz-transition: right 0.5s ease-in-out;
    -ms-transition: right 0.5s ease-in-out;
    -o-transition: right 0.5s ease-in-out;
    text-transform: uppercase;
    text-align: center;
    letter-spacing: 0.6px;
    font-size: 14px;
    color: #FFF;
  }

  .nm-open-filters {
    background: #0000;
    border: 1px solid #000;
    color: #000;
    cursor: pointer;
    display: inline-block;
    font-size: 14px;
    margin: 0 auto 18px;
    padding: 15px 10px;
    text-align: center;
    text-decoration: none;
    text-transform: uppercase;
    width: 100%;
  }

  .neemu-filter label {
    font-weight: 300;
    font-size: 18px;
  }

  /*Suggest*/
  .neemu-query-suggestions {
    margin-bottom: 10px;
  }
  .neemu-query-suggestions ul {
    width: auto;
    white-space: nowrap;
    margin-left: 10px;
  }
  .neemu-query-suggestions h4 {
    display: block;
    margin: 6px 0 10px 0;
    padding-left: 10px;
  }

  .neemu-total-products-container.nm-mobile-only {
    display: none;
  }

  /*Quickfilter*/
  .neemu-quick-filter-container {
    margin: 0;
  }

  .neemu-quick-filter {
    margin-bottom: 10px;
  }
  .neemu-quick-filter h4 {
    font-size: 11px;
    padding: 3px 0;
  }

  .neemu-quick-filter-container h3 {
    padding-left: 10px;
  }

  .neemu-quick-filter ul {
    display: block;
    padding: 5px 0;
    border-right: none;
    border-left: none;
  }
  .neemu-quick-filter img {
    min-width: 75px;
    padding: 5px;
    max-height: 75px;
  }

  .qty-quick-filters-6 li,
.qty-quick-filters-5 li,
.qty-quick-filters-4 li {
    min-width: 130px;
  }

  .qty-quick-filters-3 li {
    min-width: 130px;
    float: none;
  }

  .qty-quick-filters-4 li,
.qty-quick-filters-5 li,
.qty-quick-filters-6 li {
    float: none;
  }

  /* Products */
  .nm-product-item {
    padding: 0;
  }

  .nm-product-info {
    padding: 0 10px 20px;
    display: block;
  }

  .nm-product-img-container {
    min-height: 0;
  }
  .nm-product-img-container img {
    height: auto;
    margin-top: 30px;
  }

  .nm-product-name {
    font-size: 13px;
    text-transform: capitalize;
    text-align: left;
    display: block;
    height: 55px;
    overflow: hidden;
    padding: 0;
    margin: 30px 0 3px;
  }

  .nm-price-container span {
    display: none;
  }

  .nm-product-item:hover {
    border: none;
  }
  .nm-product-item:hover .nm-button {
    display: none;
  }

  /*Pagination*/
  .neemu-pagination-last,
.neemu-pagination-first {
    display: none !important;
  }

  .neemu-pagination li {
    display: inline-block;
    vertical-align: top;
    line-height: 57px;
  }
  .neemu-pagination li a {
    min-width: 35px;
  }

  .neemu-pagination-next {
    margin-left: 0;
  }

  .neemu-pagination-previous {
    margin-right: 0;
  }

  .neemu-pagination a:active,
.neemu-pagination a:focus,
.neemu-pagination a:hover,
.neemu-pagination a,
.neemu-pagination-inactive {
    padding: 0;
  }

  #nm-search-mobile {
    display: inline-block !important;
  }
}
@media (max-width: 320px) {
  .nm-product-img-container img {
    padding-bottom: 30px;
    max-width: 135px;
  }

  .neemu-results-per-page-container {
    width: 40%;
    text-align: right;
  }
}

/*# sourceMappingURL=neemu-styles.css.map */
