/**
 * Home: rejilla de productos y etiquetas (sustituye style.css en esta vista).
 */
.products-grid {
    margin: 0;
    list-style: none;
    padding: 0;
}

.category-products ul.products-grid li.item {
    text-align: center;
    margin: 0 15px;
    padding: 15px 12px 30px;
}

.category-products ul.products-grid li.item img {
    width: 100%;
}

.products-grid .item {
    margin: 0 0 30px;
    padding: 0;
    overflow: hidden;
    text-align: center;
    border-radius: 5px;
    position: relative;
}

.owl-item .item {
    margin: 0 15px;
}

.products-grid .item .item-inner .item-img {
    position: relative;
    margin: 0 auto;
}

.products-grid .item .item-inner .item-img .item-img-info {
    text-align: center;
    position: relative;
}

.products-grid .item .item-inner .item-img .item-img-info a.product-image {
    width: 100%;
    overflow: hidden;
    display: block;
}

.products-grid .item .item-inner .item-img .item-img-info a.product-image img {
    width: 100%;
    height: auto;
}

.products-grid .item .item-inner .item-info .info-inner {
    border-top: none;
    overflow: hidden;
}

.products-grid .item .item-inner .item-info .info-inner .item-title {
    padding-top: 18px;
    font-size: 14px;
    white-space: normal;
    overflow: visible;
    text-overflow: unset;
    padding-bottom: 5px;
}

.products-grid .item .item-inner .item-info .info-inner .item-title a {
    text-decoration: none;
    font-family: 'Rubik', sans-serif;
    font-size: 15px;
    color: #333;
    font-weight: 400;
}

.price-box {
    margin: 0;
    padding: 0;
    min-height: 40px;
}

.regular-price {
    display: inline;
}

.regular-price .price,
.price {
    font-size: 14px;
    color: #333;
}

.bestsellers6 .block .regular-price .price {
    color: #000;
}

.sale-label {
    font-size: 11px;
    font-family: 'Rubik', sans-serif;
    color: #fff;
    background: #80b435;
    text-transform: uppercase;
    padding: 0 10px;
    text-align: center;
    display: block;
    position: absolute;
    right: 10px;
    top: 10px;
    font-weight: 400;
    height: 24px;
    border-radius: 3px;
    line-height: 26px;
    z-index: 10;
}

.bestsellers6 .sale-top-left {
    color: #fff;
    text-transform: uppercase;
    padding: 3px 0 4px;
    width: 112px;
    text-align: center;
    display: block;
    position: absolute;
    right: -35px;
    top: 9px;
    transform: rotate(45deg);
}

.bestsellers6 .new-label {
    font-size: 12px;
    color: #fff;
    background: #f75282;
    text-transform: uppercase;
    padding: 10px 0;
    text-align: center;
    display: block;
    position: absolute;
    transform: rotate(-45deg);
    left: -35px;
    top: 0;
    width: 112px;
    height: 40px;
    z-index: 10;
    line-height: 26px;
}

.box-hover {
    position: absolute;
    top: 55%;
    margin-top: -76px;
    right: -100%;
    z-index: 10;
}

.box-hover .add-to-links {
    margin: 0;
    list-style: none;
    padding: 0;
}

.slider-items-products {
    position: relative;
}

.product-flexslider {
    margin: 20px 0;
}

.bestsellers6 .owl-pagination {
    display: none;
}
