a.codigolink {
    color: #444 !important;
    font-size: 1rem !important;
    font-weight: 400 !important;
    margin-top: 0px !important;
}

.price{
    color: #333333 !important;
}
.price-offer{
    text-decoration: line-through;
    color: #666666 !important;
    font-size: 16px;
}

.product-listing h4 {
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 0px;
}

.priceOrange{
    margin: 0px;
    padding: 0px;
    color: #FF9B27;
    margin-left: 5px;
    font-weight: 400;
}
.grid-image-container{
    height: 255px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 8px;
}

.priceOrange{
    margin: 0px;
    padding: 0px;
    color: #FF9B27;
    margin-left: 5px;
    font-weight: 400;
}

.grid-image-container img{
    max-height: 255px;
}
.menu-etiquetas{
    background-color: transparent;
    border:none;
}
.offer-btn.grid-view {
    padding-top: 4px !important;
    padding-bottom: 4px !important;
    font-size: 13px;
}
.pagination{
    display: flex;
    margin-top: 33%;
}
.pagination .page-numbers.current{
    display: flex;
    justify-content: center;
}
.ctrl__counter-input{
    visibility: visible;
    opacity: 1;
}
.resultado_item h6{
    line-height: 1rem;
}

.grid-view .resultado_item h6{
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
    margin-bottom: 0px;
}

button.offer-btn:hover, button.similar-btn:hover {
    cursor: inherit;
}
@media screen and (max-width:1199px){
    .resultado_item .row-2{margin-top: 1rem;}
}
.product-listing .filters h5{
    margin-bottom: 1rem;
    margin-top: 1rem;
}

.filtrosLista::after {
    float: right !important;
    font-family: FontAwesome;
    margin-left: auto;
    content: "\f107";
    padding-right: 5px;
}

.collapsed.filtrosLista::after {
    float: right !important;
    font-family: FontAwesome;
    margin-left: auto;
    content: "\f106";
    padding-right: 5px;
}

@media (min-width:766px) {
    h6.descGrid {
        height: 47px;
    }
}

#pageLinks > a,
#pageLinks > strong{
    text-align: center;
    padding: .3rem .6rem;
    min-width: 2rem;
    height: 2rem;
    font-size: 1rem!important;
    font-weight: 300;
    display: inline-block;
    color: #fff!important;
}
#pageLinks > strong{
    color: #fff;
    background: #ff7a01;
    border-radius: 5px;
}

/* Cazador V5 */
.labelMasVendido{
    position: absolute;
    width: 40px;
    height: 40px;
    background: url('../../masVendidos.png');
    background-size: cover;
    top: 0px;
    right: 0px;
}

.labelMasVendidoRef{
    position: absolute;
    width: 40px;
    height: 40px;
    background: url('../../masVendidosRef.png');
    background-size: cover;
    top: 0px;
    right: 0px;
}

.cont_filtros{
    position: relative;
    display: flex;
    margin: 0rem 2rem;
}

.bg_gris{
    background: #f7f7f7;
    margin-bottom: 15px;
}

.item_categoria_filtro{
    width: 100px;
    height: auto;
    text-align: center;
    position: relative;
    margin: 0 auto;
}
.item_categoria_filtro:hover{
    cursor: pointer;
}
.item_categoria_filtro h4.nombre_categoria{
    text-align: center;
    color: #000;
    font-size: 8px;
}
.activeItem{
    border-bottom: solid 3px #FF9B27;
}

#filtro_grupos_modal .owl-nav span,
#filtro_grupos .owl-nav span{
    background: none;
    padding: 10px;
    box-shadow: none;
}
#filtro_grupos_modal .owl-nav button,
#filtro_grupos .owl-nav button{
    margin-top: -24px;
}
#filtro_grupos_modal .owl-nav button.owl-next,
#filtro_grupos .owl-nav button.owl-next{
    right: -20px;
}
#filtro_grupos_modal .owl-nav button.owl-prev,
#filtro_grupos .owl-nav button.owl-prev{
    left: -30px;
}

#filtro_grupos_modal.owl-carousel .owl-item img,
#filtro_grupos.owl-carousel .owl-item img{
    width: 60px;
    margin: 0 auto;
}
.owl-carousel .owl-item img{
    width: 100%;
}

.visible_0{
    width: 0px;
    height: 0px;
    opacity: 0;
    display: none;
}