/* MISCELLANEOUS */

.nm-clear {
    clear: both;
}

body {
    overflow-x: hidden;
}

/* LAYOUT GRIDS */

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

.nm-sidebar-left {
    float: left;
    /**
     * configure aqui a largura da sidebar
     */
    width: 200px;
}

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

.nm-search-results-container {
    float: right;
    /**
     * configure aqui a largura do container de
     * resultados de busca (ex.: largura da sidebar + 20px)
     */
    width: calc(100% - 220px);
    padding-bottom: 30px;
}

.nm-search-settings {
    box-sizing: border-box;
    width: 100%;
    margin: 20px auto 0 auto;
    max-width: 650px;
}

/* TOTAL PRODUCTS / RESULTS PER PAGE / SORTING TYPES */

.neemu-results-per-page-container {
    display: inline-block;
    text-align: right;
    width: 185px;
}
.neemu-order-filter-container {
    display: inline-block;
    text-align: right;
    width: 252px;
    border-left: 3px solid #414042;
}

.neemu-total-products-container {
    padding: 10px 0 10px 10px;
    text-align: left;
    background-color: #acacac;
    font: bold 15px Arial;
    color: #fff;
}

.neemu-total-products-group {
    display: inline-block;
    width: calc(100% - 70px);
}

.nm-search-settings select,
.nm-search-settings label {
    width: auto;
    display: inline-block;
}

.nm-search-settings select {
    background-color: #acacac;
    border: 1px solid #acacac;
    color: #FFF;
    height: 23px;
    font-size: 11px;
    appearance: none;
    -moz-appearance: none;
    -webkit-appearance: none;
    width: 170px;
    padding-left: 5px;
    background: url(//www.dutramaquinas.com.br/view/img/btn-select-arrow.png) right no-repeat #acacac;
}

.neemu-results-per-page-container label {
    margin: 0 4px;
}

.neemu-results-per-page-container select {
    width: 50px;
}

/* VIEW TYPES */

.neemu-view-mobile {
    display: none;
}

.neemu-view-type-container {
    width: 60px;
    display: inline-block;
    text-align: left;
}

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

.nm-view-type {
    background: url("../images/view-types.png") no-repeat center center;
    cursor: pointer;
    display: inline-block;
    width: 19px;
    height: 19px;
}

.nm-view-type.grid {
    background-position: 0 0 !important;
}

.nm-view-type.grid.active {
    background-position: 0 -28px !important;
}

.nm-view-type.list {
    background-position: 0 -56px !important;
}

.nm-view-type.list.active {
    background-position: 0 -84px !important;
}

/* APPROXIMATED SEARCH */

.neemu-approximated-search {
    width: 100%;
    margin: 0 0 35px 0;
    background: url("../images/warning.svg") no-repeat 15px 15px;
    background-size: 24px;
    padding: 10px 10px 10px 70px;
    background-color: #e6e6e6;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.neemu-approximated-search p {
    font-size: 14px;
    line-height: 25px;
    margin: 0;
    padding: 0;
    text-align: left;
}

.neemu-approximated-search .searched-term {
    color: #494949;
    font-weight: bold;
}

/* BANNERS */

#neemu-banner-header,
#neemu-banner-footer {
    text-align: center;
}

#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 {
    border-bottom: 1px #e3e3e3 solid;
    display: inline-block;
    margin: 30px 0;
    text-align: left;
    padding: 0;
    width: 100%;
}

.neemu-breadcrumb-container > li {
    margin-right: 10px;
    color: #737373;
    display: inline-block;
    line-height: 35px;
}

.neemu-breadcrumb-container > li:last-child {
    color: #494949;
    font-size: 14px;
}

.neemu-breadcrumb-container > li a {
    color: #414042;
    font-size: 14px;
    text-decoration: none;
    padding: 0 2px;
}

.neemu-breadcrumb-container > li a:hover {
    color: #494949;
    opacity: .6;
}

/* QUICK FILTER */

.neemu-quick-filter-container {
    padding: 0;
    width: 100%;
    font-family: arial, sans-serif;
}

.neemu-quick-filter-container h3 {
    font-weight: bold;
    color: #414042;
    font: 700 14px Arial;
    text-align: left;
}

.neemu-quick-filter {
    margin: 0 0 40px 0;
}

.neemu-quick-filter ul {
    display: block;
    padding: 0;
    width: 100%;
    box-sizing: border-box;
    white-space: nowrap;
    overflow-x: auto;
    font-size: 0;
}

.neemu-quick-filter li {
    display: inline-block;
    text-align: center;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    vertical-align: top;
    background-color: #ffffff;
}

.neemu-quick-filter li a {
    display: block;
    border: 1px solid #e6e6e6;
    text-decoration: none;
    box-sizing: border-box;
}

@media (max-device-width: 1024px) {
    .neemu-quick-filter li a {
        min-height: 180px;
    }
}




.neemu-quick-filter h4 {
    display: block;
    font-weight: bold;
    margin: 0;
    background: #f3f3f3;
    color: #414042;
    font-size: 14px;
    padding: 4px 0;
    line-height: 25px;
    min-height: 25px;
}

.neemu-quick-filter img {
    max-width: 200px;
    width: 100%;
}

/* QUICK FILTER [ 5 ELEMENTS ] */

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

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

/* QUICK FILTER [ 4 ELEMENTS ] */

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

/* QUICK FILTER [ 3 ELEMENTS ] */

.qty-quick-filters-3 li {
    display: inline-block;
    width: 33.3334%;
}

/* QUICK FILTER [ 2 ELEMENTS ] */

.qty-quick-filters-2 li {
    display: inline-block;
    width: 50%;
}

/* NEEMU PAGES */

#neemu-pages {
    margin: 30px 0 40px 0;
    clear: both;
}

#neemu-pages h1, #neemu-pages h2 {
    border-bottom: 1px #e6e6e6 solid;
    color: #414042;
    font-size: 18px;
    margin-bottom: 40px;
    padding: 0 0 5px 0;
}

#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 {
    list-style: none;
    display: inline-block;
    margin: 5px;
    background: #171695;
    min-width: 25px;
    height: 25px;
    line-height: 25px;
}

#neemu-popular-letters li a {
    color: #FFF;
    font-size: 12px;
    font-weight: 700;
    display: block;
    margin-top: 6px;
}

#neemu-popular-terms li a {
    color: #494949;
    font-weight: normal;
    font-size: 13px;
    padding: 0 2px;
}


/* POWERED BY */

#powered-by-neemu {
    clear: both;
    display: table;
    margin: 10px 0 30px auto;
    font-family: arial, sans-serif;
}

#powered-by-neemu span {
    display: table-cell;
    vertical-align: middle;
    padding-right: 5px;
}

#powered-by-neemu a {
    display: inline-block;
    cursor: pointer;
    width: 70px;
    height: 41px;
    z-index: 9;
    position: relative;
    background-position: center;
    background-size: 100%;
    background-image: url('../images/powered_by_neemu.svg');
    background-repeat: no-repeat;
    text-decoration: none;
}

#powered-by-neemu a:hover {
    text-decoration: none;
}

/* NOT FOUND */

.nm-not-found-message {
    color: #494949;
    font-size: 14px;
    text-align: left;
}

.nm-form-not-found {
    float: left;
    width: 850px;
    height: 215px;
    margin-right: 20px;
    padding: 20px 20px 20px 0;
    margin-top: 20px;
    margin-bottom: 20px;
}

.nm-not-found-message .tit-busca-vazia {
    font-size: 18px;
    margin-bottom: 20px;
}

/* PAGINATION */

.neemu-pagination {
    width: 100%;
    text-align: right;
}

.neemu-pagination-container {
    display: inline-block;
    border-right: 3px solid #414042;
    padding-right: 5px;
}

.neemu-pagination-container ul {
    width: 175px;
}

.neemu-pagination li {
    display: inline-block;
    list-style: none;
    min-width: 22px;
    height: 22px;
    line-height: 22px;
    vertical-align: middle;
    text-align: center;
    position: relative;
}

.neemu-pagination .neemu-pagination-current,
.neemu-pagination-inactive,
.neemu-pagination a {
    display: inline-block;
}

.neemu-pagination a {
    color: #414042;
    background-color: #e6e6e6;
    cursor: pointer;
    display: block;
    min-width: 22px;
    height: 22px;
    line-height: 22px;
    text-align: center;
    margin: 0;
}

.neemu-pagination a:hover {
    border-color: #546e7a;
    text-decoration: none;
}

.neemu-pagination .neemu-pagination-current {
    background-color: #acacac;
    color: #FFF;
    font-weight: bold;
}

.neemu-pagination a:active,
.neemu-pagination a:focus {
    color: #fff;
    background-color: #acacac;
}

.neemu-pagination-inactive {
    cursor: not-allowed;
    color: #d3d3d3;
    text-decoration: line-through;
}

.neemu-pagination .neemu-pagination-current.neemu-pagination-inner a {
    padding: 0;
}

.neemu-pagination-previous, .neemu-pagination-next {
    background-color: transparent;
}

.neemu-pagination-previous a, .neemu-pagination-next a {
    background-color: transparent;
}

.neemu-pagination-previous .fa-chevron-left, .neemu-pagination-next .fa-chevron-right {
    position: absolute;
    top: 6px;
    left: 6px;
}

.neemu-pagination-previous.neemu-pagination-inactive, .neemu-pagination-next.neemu-pagination-inactive {
    display: none;
}

/* SEARCH SUGGESTIONS */

.neemu-query-suggestions {
    text-align: left;
    width: 100%;
    margin-bottom: 14px;
}

.neemu-query-suggestions h4 {
    display: inline-block;
    font-weight: bold;
    color: #414042;
    font: 700 13px Arial;
}

.neemu-query-suggestions ul {
    display: inline-block;
    padding: 0;
}

.neemu-query-suggestions li {
    display: inline-block;
    margin: 0 5px;
}

.neemu-query-suggestions a {
    font-size: 13px;
    display: block;
    color: #414042;
    font-weight: 400
}

.neemu-query-suggestions a:hover {
    text-decoration: underline;
}

.neemu-query-suggestions .separator {
    display: none;
}

/* PRODUCT SHOWCASE (GRID) */

.nm-view-type-grid .nm-product-description {
    display: none;
}

.nm-product-description {
    font: 300 12px Arial;
    color: #494949;
    max-height: 71px;
    overflow: hidden;
    display: block;
}

.neemu-products-container {
    clear: both;
    display: inline-block;
    margin: 30px 0;
    padding: 0;
    width: 100%;
    font-size: 0;
    text-align: left;
}

.nm-product-item {
    list-style: none;
    display: inline-block;
    box-shadow: 0px 0px 12px 0px rgba(0,0,0,0);
    box-sizing: border-box;
    margin: 0;
    padding: 10px;
    vertical-align: top;
    width: calc(25% - 1%);
}

.nm-product-item:hover {
    box-shadow: 0px 0px 12px 0px rgba(0,0,0,0.31);
}

.nm-product-img-container {
    text-align: center;
    position: relative;
}

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

.btn-wishlist {
    display: none;
    width: 30px;
    height: 30px;
    position: absolute;
    top: 0;
    left: 0;
    cursor: pointer;
    z-index: 10000;
    font-size: 20px;
    color: #f3f3f3;
}

.nm-product-item:hover .btn-wishlist {
    display: block;
}

.btn-wishlist:hover {
    color: #ccc;
}

.nm-product-img-container img {
    width: 100%;
}
.nm-product-img-container .slick-prev{
    left: 0;
    z-index: 4;
}
.nm-product-img-container .slick-next{
    right: 0;
}

.nm-product-info {
    text-align: left;
}

.nm-free-shipping-group {
    display: block;
    height: 16px;
    line-height: 16px;
    margin-top: 10px;
    padding: 5px 0;
    text-align: center;
}

.express-shipping {
    width: 63px;
    height: 30px;
    background-image: url(../images/img-selo-expresso.png);
    background-size: cover;
    background-repeat: no-repeat;
    background-color: #fff;
    padding: 5px;
    border-radius: 5px;
    border: solid 1px #3A8BF6;
    position: absolute;
    left: 0;
    bottom: 0;
}

.turbo-shipping {
    width: 63px;
    height: 30px;
    background-image: url(../images/img-selo-turbo.png);
    background-size: cover;
    background-repeat: no-repeat;
    background-color: #fff;
    padding: 5px;
    border-radius: 5px;
    border: solid 1px #14a761;
    position: absolute;
    left: 0;
    bottom: 0;
}


.nm-selo-group {
    height: 36px;
    opacity: 0;
}

.nm-product-item:hover .nm-selo-group {
    opacity: 1;
}

.nm-selo {
    width: 100%;
    display: block;
    margin: 0 auto;
}

.nm-selo img {
    display: block;
    margin: 0 auto;
}

.nm-selo img, .nm-img-selo img {
    max-width: 100%;
}

.nm-view-type-list .nm-selo-group {
    position: absolute;
    bottom: 3px;
    right: 20px;
}

.nm-product-item:hover .nm-free-shipping-group {
    background-color: #171695;
}

.nm-free-shipping {
    display: none;
    font: 700 12px Arial;
    color: #fff;
    margin-top: 0;
}

.nm-product-item:hover .nm-free-shipping {
    display: block;
}

.nm-rule {
    font:normal 9px arial;
    margin-top:-3px;
}

.nm-brand-rating-group {
    margin: 5px 0 10px 0;
    padding-bottom: 5px;
    border-bottom: 1px solid #FFF;
}

.nm-product-item:hover .nm-brand-rating-group {
    border-bottom: 1px solid #CCC;
}

.nm-brand {
    width: 48%;
    display: inline-block;
    font: 12px arial;
    color: #494949;
    margin-top: 0;
}

.nm-rating {
    width: 50%;
    display: inline-block;
    text-align: right;
}

.nm-product-name {
    display: block;
    height: 28px;
    overflow: hidden;
    font: 12px arial;
    color: #494949;
}

.nm-product-unavailable {
    display: block;
    text-align: center;
    margin-top: 10px;
    height: 24px;
}

.nm-view-type-list .nm-product-unavailable {
    max-width: 200px;
}

.nm-product-unavailable span {
    display: block;
    width: 100%;
    margin: 0;
    height: 24px;
    padding: 5px;
    box-sizing: border-box;
    background-color: #525252;
    font: 700 12px arial;
    text-align: center;
    color: #fff;
}

.nm-offer {
    min-height: 70px;
    position: relative;
}

.nm-old-price-container {
    font: 10px arial;
    color: #000;
    margin-top: 2px;
    text-decoration: line-through;
}

.nm-price-container {
    font: 700 26px Arial;
    color: #14a761;
}

.nm-price-container .nm-coin, .nm-price-container .nm-cent {
    font-size: 16px;
}

.nm-installment-container, .nm-billet {
    font: 400 12px arial;
    color: #000;
}

.nm-btn {
    display: none;
    width: 30px;
    height: 30px;
    padding: 15px;
    background-color: #14a761;
    position: absolute;
    top: 0;
    right: 0;
}

.nm-btn i {
    font-size: 30px;
    color: #fff;
}

.nm-product-item:hover .nm-btn {
    display: block;
    cursor: pointer;
}

/* PRODUCT SHOWCASE (LIST) */

.nm-view-type-list .nm-product-img-container,
.nm-view-type-list .nm-product-info {
    display: inline-block;
}

.nm-view-type-list .nm-product-info,
.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: 1px solid #e6e6e6;
}

.nm-view-type-list .nm-product-img-container {
    width: 250px;
    margin-right: 40px;
}

.nm-view-type-list .nm-product-img {
    width: 250px;
}

.nm-view-type-list .nm-product-name {
    height: auto;
    font-size: 16px;
    margin-top: 0;
}

.nm-view-type-list .nm-product-info,
.nm-view-type-list .nm-product-review {
    display: inline-block;
    vertical-align: top;
    margin-top: 20px;
    width: calc(100% - 300px);
}

.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-brand {
    font-size: 13px;
}

.nm-view-type-list .btn-wishlist, .nm-view-type-list .nm-free-shipping {
    display: block;
}

.nm-view-type-list .nm-free-shipping-group {
    width: 220px;
    position: absolute;
    background-color: #171695;
    bottom: 10px;
    right: 20px;
}

/* FILTERS (SIDEBAR) */

/* filter reset */

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

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

/* main filter container */

#neemu-search-filters {
    width: 100%;
    text-align: left;
}

/* specific filter container */

.neemu-filter {
    margin-bottom: 20px;
}

/* filter title */
.neemu-filter-container h2 {
    background-color: #fff;
    background: #acacac;
    color: #ffffff;
    font-size: 14px;
    font-weight: bold;
    text-align: center;
    padding: 10px;
}

.neemu-filter label {
    background-color: #e6e6e6;
    font: 700 14px arial;
    color: #414042;
    line-height: 16px;
    padding: 10px;
    display: block;
}

/* filter list */

.neemu-filter .search {
    border: 1px solid #e6e6e6;
    box-sizing: border-box;
    margin: 10px 0;
    outline: medium none;
    width: 100%;
    outline: medium none;
    padding: 6px 5px 6px 27px;
    width: 100%;
    background-image: url(../images/icon-search.svg);
    background-repeat: no-repeat;
    background-size: 8%;
    background-position: 5px 6px;
    box-sizing: border-box;
    margin-bottom: 10px;
    outline: medium none;
}

/* show more filters */

a.neemu-show-more-btn {
    color: #171695;
    display: block;
    font-size: 12px;
    margin-top: 10px;
    outline: none;
    padding: 0 2px;
    font-family: arial, sans-serif;
    text-align: right;
    text-decoration: none;
}

a.neemu-show-more-btn:hover {
    text-decoration: underline;
}

/* filter check */

span.neemu-filter-link,
a.neemu-filter-link {
    box-sizing: border-box;
    display: inline-block;
    position: relative;
    line-height: 25px;
    padding: 6px 0 6px 25px;
    width: 100%;
    font: 12px arial;
    color: #414042;
}

a.neemu-filter-link:hover,
a.neemu-filter-link:focus,
a.neemu-filter-link:active {
    text-decoration: none;
    font: 700 12px arial;
}

.neemu-filter-link:before {
    background-color: #fff;
    border: 1px solid #999;
    content: '';
    width: 13px;
    height: 13px;
    position: absolute;
    top: calc(50% - 8px);
    left: 5px;
}

/* filter text */

.neemu-filter-text {
    display: block;
    color: #414042;
    width: 99%;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}

/* inactive filter */

.neemu-filter .inactive,
.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: #ccc;
    width: 100%;
}

.neemu-filter .inactive .neemu-frequency {
    display: none;
}

/* selected filter */

.neemu-filter .selected > .neemu-filter-link:before {
    background: #494949 url("../images/check.png") center center no-repeat;
    background-size: 70%;
    border-color: #494949;
}

/* color filter */

.neemu-color-filter .neemu-filter-link:before {
    display: none;
}

.neemu-color-filter {
    border: 1px #999 solid;
    display: inline-block;
    vertical-align: top;
    margin: 4px;
}

.neemu-color-filter .neemu-filter-link {
    box-sizing: border-box;
    padding: 5px;
    height: 30px;
    width: 30px;
}

.neemu-color-filter div {
    display: block;
    padding: 0;
    margin: 0;
    height: 100%;
    width: 100%;
}

.neemu-color-filter.selected div {
    background: transparent url("../images/check.png") center center no-repeat;
    background-size: 70%;
    text-indent: 1002px;
}

/* 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: 20px;
    padding:0;
}

ul.neemu-category-filter-level-0 {
    margin-left: 0;
}

/* SELECTED FILTER */

#neemu-selected-filters {
    border: 1px #e6e6e6 solid;
    margin-bottom: 30px;
    padding: 4px;
}

#neemu-selected-filters h2 {
    margin-bottom: 0;
}

#neemu-selected-filters ul {
    width: 100%;
    display: table;
}

#neemu-selected-filters ul li {
    display: table;
    width: 100%;
}

.specific-filter-description {
    display: table-cell;
    width: 85%;
    text-align: left;
    padding-left: 5px;
}

.specific-filter-description::first-letter {
    text-transform: uppercase;
}

#neemu-selected-filters li a,
#neemu-clean-filters {
    margin: 0;
    padding: 10px;
    text-align: center;
    text-decoration: none;
}

#neemu-selected-filters li a {
    color: #333;
    display: table-cell;
    font-weight: bold;
    width: 15%;
}

#neemu-selected-filters li a:hover {
    background-color: #e6e6e6;
}

#neemu-clean-filters {
    background-color: #e6e6e6;
    border: 1px #acacac solid;
    box-sizing: border-box;
    color: #000;
    display: inline-block;
    width: 100%;
    margin-top: 5px;
}

.nm-hide-desktop {
    display: none;
}

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

#autocomplete-wrapper, #powered-by-neemu {
    opacity: 0!important;
    display: none!important;
    visibility: hidden!important;
}

[class*="neemu-filter filter_flag"], .neemu-filter.filter_typeinstallment {
    display: none;
}

.neemu-total-container {
    position: relative;
}

.neemu-total-container .neemu-view-type-container {
    top: 5px;
    right: 0;
    position: absolute;
}

.filter_cor li.neemu-color-filter {
    display: none;
}

.filter_cor .neemu-filter-text {
    text-transform: capitalize;
}

.condicao-especial-msg {
    display: block;
    background-color: #14a761;
    color: white;
    text-align: center;
    font: 700 12px Arial;
    padding: 5px;
    text-decoration: none;
}

.nm-view-type-list .condicao-especial-msg {
    max-width: 200px;
}

.nm-btn-orcamento {
    padding: 20px;
    color: #5e5e5e;
    display: block;
    cursor: pointer;
    text-align: center;
    background-color: #fde432;
}

.nm-btn-preco {
    padding: 15px;
    color: #14a761;
    display: block;
    cursor: pointer;
    font-size: 16px;
}

@media (max-width: 768px) {
    .nm-btn-orcamento {
        color: #000;
        padding: 12px;
    }

    .nm-btn-preco {
        font-size: 13px;
        text-align: center;
    }
}

.nm-img-selo {
    top: 0;
    right: 0;
    width: 60px;
    height: 60px;
    position: absolute;
}

.nm-product-item .nm-product-flag {
    position: absolute;
    top: 0;
    right: 0;
    width: 65px;
    height: 65px;
}


@media (max-device-width : 1024px) {
    /*filtro*/
    .nm-mobile-hidden {
        display: none;
    }
    .nm-mobile-only {
        display: block;
    }
    .nm-search-results-container {
        width: 100%;
        padding-bottom: 15px;
    }
    .nm-mobile-only:hover {
        color: #FFF;
    }
    .nm-filter-expanded {
        overflow: hidden;
    }
    span.neemu-filter-link, a.neemu-filter-link {
        text-decoration: none;
    }
    .neemu-filter-container {
        padding-top: 30px;
    }
    .nm-product-unavailable {
        margin-top: 0;
    }
    .nm-product-unavailable {
        height: 15px;
    }
    .nm-product-unavailable span {
        height: 17px;
        padding: 2px;
        font: 700 10px arial;
    }
    .nm-filter-expanded .nm-search-page-container:after  {
        content: "";
        position: fixed;
        background: rgba(0,0,0,0.5);
        top: 0;
        left: 0;
        display: block;
        height: 100%;
        width: 100%;
        z-index: 100;
    }
    .nm-filter-expanded #neemu-selected-filters {
        margin-bottom: 20px;
        font-family: arial, sans-serif;
    }
    .nm-sidebar-left {
        position: fixed;
        top: 0;
        background: #FFF;
        height: 100%;
        left: -100%;
        z-index: 9999;
        margin-top: 0;
        width: 90%;
        padding: 10px 10px 30px;
        overflow: auto;
        -webkit-transition: left 0.5s ease-in-out;
        -moz-transition: left 0.5s ease-in-out;
        -ms-transition: left 0.5s ease-in-out;
        -o-transition: left 0.5s ease-in-out;
        transition: left 0.5s ease-in-out;
        -webkit-box-shadow: 6px 0px 25px 0px rgba(0,0,0,0.43);
        -moz-box-shadow: 6px 0px 25px 0px rgba(0,0,0,0.43);
        box-shadow: 6px 0px 25px 0px rgba(0,0,0,0.43);
    }
    .nm-filter-expanded .neemu-filter-container > h2 {
        background-color: #fff;
        border: none;
        border-left: 6px #171695 solid;
        color: #171695;
        margin-left: -10px;
        text-align: left;
    }
    .nm-filter-expanded .nm-sidebar-left {
        left: 0;
        -webkit-transition: left 0.5s ease-in-out;
        -moz-transition: left 0.5s ease-in-out;
        -ms-transition: left 0.5s ease-in-out;
        -o-transition: left 0.5s ease-in-out;
        transition: left 0.5s ease-in-out;
    }
    .nm-close-filters {
        font-family: arial, sans-serif;
        display: block;
        line-height: 28px;
        height: 28px;
        width: 28px;
        font-size: 13px;
        font-weight: bold;
        color: #FFF;
        border-radius: 20px;
        text-align: center;
        background-color: #171695;
        position: absolute;
        top: 10px;
        right: 10px;
    }
    .nm-open-filters {
        height: 40px;
        line-height: 40px;
        font-size: 14px;
        color: #FFF;
        text-align: center;
        background-color: #171695;
        margin: 0 auto;
        font-family: arial, sans-serif;
        text-decoration: none;
    }
    .nm-open-filters:after {
        content: "";
        background: url("../images/filter.svg");
        background-size: 100%;
        position: absolute;
        height: 20px;
        width: 20px;
        margin: 8px 0 0 5px;
    }
    /*geral*/
    .nm-rating, .nm-billet, .neemu-results-per-page-container, .neemu-view-desktop, .nm-text-price, .nm-pagination-top, .nm-order-top, .neemu-filter .search, .nm-free-shipping-group, .nm-view-type-list .nm-free-shipping-group, .nm-view-type-list .btn-wishlist, .nm-product-description {
        display: none;
    }

    .nm-search-results-container {
        font-family: arial, sans-serif;
    }

    .nm-search-results-container a {
        text-decoration: none;
    }

    .nm-product-item:hover {
        box-shadow: 0px 0px 0px 0px rgba(0,0,0,0);
    }

    .nm-product-item:hover .btn-wishlist, .nm-product-item:hover .nm-btn, .nm-product-item:hover .nm-free-shipping {
        display: none;
    }

    .nm-product-item:hover .nm-free-shipping-group {
        background-color: transparent;
    }

    .nm-product-item:hover .nm-brand-rating-group {
        border-bottom: 1px solid transparent;
    }

    .nm-main-search-container {
        margin: 20px 20px 0;
        width: calc(100% - 40px);
    }

    .neemu-total-products-container {
        padding: 15px 0;
        text-align: center;
        background-color: transparent;
        font: 16px arial;
        color: #3a4750;
    }

    .neemu-total-products-group {
        text-align: center;
        width: 100%;
        display: block;
    }

    .neemu-total-products-group span {
        font-weight: bold;
    }

    .neemu-order-filter-container {
        text-align: left;
        width: 250px;
        border-left: none;
        margin-top: 15px;
    }

    .neemu-view-mobile {
        display: inline-block;
        text-align: right;
    }

    .neemu-view-mobile .nm-view-type {
        background: url(../images/view-types-mobile.png) no-repeat center center;
    }

    .nm-search-settings select {
        height: 30px;
    }

    .nm-search-settings label {
        font-size: 12px;
    }

    .neemu-pagination-container {
        width: 100%;
        border-right: none;
        padding-right: 5px;
    }

    .neemu-pagination-container ul {
        width: 100%;
    }
    .neemu-pagination {
        width: 100%;
        text-align: center;
        padding: 0;
        margin: 0 0 30px 0;
    }

    .neemu-pagination a {
        text-decoration: none;
        min-width: 35px;
        height: 35px;
        line-height: 35px;
    }

    .neemu-pagination li {
        min-width: 35px;
        height: 35px;
        line-height: 35px;
    }

    .neemu-pagination-previous .fa-chevron-left, .neemu-pagination-next .fa-chevron-right {
        top: 11px;
        left: 11px;
    }

    .nm-search-settings {
        margin: 0 auto;
    }

    .neemu-approximated-search {
        margin: 0 0 10px 0;
    }

    .neemu-approximated-search-container {
        font-family: arial, sans-serif;
    }

    .neemu-approximated-search p {
        font-size: 12px;
        line-height: 16px;
    }

    a.neemu-show-more-btn:hover {
        text-decoration: none;
    }

    /*quick filter*/
    .neemu-quick-filter {
        margin-bottom: 10px;
    }

    .neemu-quick-filter ::-webkit-scrollbar {
       -webkit-appearance: none;
       width: 7px;
       height: 3px;
    }

    .neemu-quick-filter ::-webkit-scrollbar-thumb {
        -moz-border-radius: 4px;
        -webkit-border-radius: 4px;
        border-radius: 4px;
        background-color: rgba(0,0,0,0.5);
        -webkit-box-shadow: 0 0 1px rgba(255,255,255,0.5);
    }

    .neemu-quick-filter ul {
        box-sizing: border-box;
        white-space: nowrap;
        overflow-x: auto;
        margin: 0 auto;
        width: 100%;
    }

    .neemu-quick-filter-container {
        width: calc(100% - 40px);
        margin: 0 auto;
    }

    .neemu-quick-filter li {
        min-width: 100px;
        margin-bottom: 5px;
        width: 100%;
    }

    .neemu-quick-filter h4 {
        font-size: 10px;
        white-space: initial;
        background-color: #FFF;
    }

    .neemu-quick-filter-container h3 {
        font-size: 12px;
    }

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

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

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

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

    /*Sugestao de consulta*/
    .neemu-query-suggestions ul {
        white-space: nowrap;
        margin: 0;
        width: 100%;
        overflow-x: auto;
    }
    .neemu-query-suggestions li {
        margin: 0 4px 5px 0;
    }
    .neemu-query-suggestions h4 {
        margin: 10px 0 0 0;
        padding: 0;
    }
    .neemu-query-suggestions a {
        font: 12px arial;
        text-decoration: none;
        background: #FFF;
        border-radius: 10px;
        padding: 0 5px;
    }
    .neemu-query-suggestions ::-webkit-scrollbar {
       -webkit-appearance: none;
       width: 7px;
       height: 3px;
    }

    .neemu-query-suggestions ::-webkit-scrollbar-thumb {
        -moz-border-radius: 4px;
        -webkit-border-radius: 4px;
        border-radius: 4px;
        background-color: rgba(0,0,0,0.5);
        -webkit-box-shadow: 0 0 1px rgba(255,255,255,0.5);
    }
    /*box de produto*/
    .nm-product-item {
        background-color: #fff;
        width: calc(48% - 2px);
        border: 1px solid #e6e6e6;
        list-style-type: none;
        font: 700 11px arial;
        margin-bottom: 20px;
        padding: 5px;
    }
    .neemu-products-container.nm-view-type-grid li:nth-child(2n) {
        margin-left: 4%;
    }
    .nm-product-name {
        height: 40px;
        overflow: hidden;
        text-align: left;
        font: 700 11px arial;
        text-decoration: none;
    }
    .nm-brand-rating-group {
        margin: 0 0 3px 0;
    }
    .nm-brand {
        font: 700 11px arial;
        text-decoration: none;
        width: 100%;
    }
    .nm-product-img-container img {
        width: 100%;
        margin: auto;
    }
    .nm-offer {
        text-align: center;
        min-height: 45px;
    }
    .nm-hide-desktop {
        display: inline-block;
    }
    .nm-old-price-container {
        text-decoration: none;
    }
    .nm-price-container {
        font: 700 16px arial;
    }
    .nm-installment-container {
        font: 400 10px arial;
    }

    /*notfound*/
    .nm-form-not-found {
        float: none;
        width: 100%;
        height: auto;
        margin-right: 0;
        padding: 10px;
        margin-top: 0;
        margin-bottom: 0;
        font-family: arial, sans-serif;
    }
    .nm-not-found-message {
        font-size: 12px;
    }
    .nm-not-found-message .tit-busca-vazia {
        font-size: 14px;
    }

    #buscasemretorno .nm-nao-encontrou-at, #buscasemretorno .nm-nao-encontrou-telefone {
        display: none;
    }

    /*buscas populares*/
    #neemu-pages {
        font-family: arial, sans-serif;
        margin: 10px 0 10px 0;
        padding: 10px;
    }
    #neemu-pages h1, #neemu-pages h2 {
        font-size: 14px;
        margin-bottom: 10px;
    }
    #neemu-popular-letters {
        margin: 0 auto;
        padding: 0;
        text-align: center;
    }
    #neemu-popular-terms {
        padding: 0;
        margin: 0;
        text-align: center;
    }
    #neemu-popular-letters li a {
        margin-top: 0;
    }
    #neemu-popular-letters li {
        min-width: 35px;
        height: 35px;
        line-height: 35px;
    }
    /*modo lista*/
    .nm-view-type-list .nm-product-img {
        width: 100px;
    }
    .nm-view-type-list .nm-product-img-container {
        width: 100px;
        margin-right: 5px;
    }
    .nm-view-type-list .nm-product-info, .nm-view-type-list .nm-product-review {
        margin-top: 5px;
        width: calc(100% - 115px);
    }
    .nm-view-type-list .nm-product-name {
        font-size: 12px;
    }
    .nm-view-type-list .nm-brand {
        font-size: 12px;
    }
    .nm-product-item .nm-product-flag {
        top: -4px;
        right: -4px;
    }
}