.cms-home .block {
    margin-bottom: 0;
}

.cms-home .listado-otros-productos .product-item {
    width: 100% !important;
}
.cms-home .listado-otros-productos .product-items {
    position: relative;
}
.cms-home .destacados .listado-otros-productos {
    border-bottom: 1px solid #d8d8d8;
}
.cms-home .listado-otros-productos .product-items .owl-stage-outer {
    z-index: 100;
}
.cms-home .listado-otros-productos .product-items .owl-nav {
    display: block !important;
    width: 100%;
    position: absolute;
    top: 20%;
    z-index: 10;
}
.cms-home .listado-otros-productos .product-items .owl-nav span {
    font-size: 70px;
    color: #000;
}
.cms-home .listado-otros-productos .product-items .owl-nav .owl-prev {
    position: relative;
    right: 2%;
}
.cms-home .listado-otros-productos .product-items .owl-nav .owl-next {
    position: relative;
    left: 99%;
}
.cms-home .listado-otros-productos .product-items .product-item-info .image .product-image-container {
    aspect-ratio: initial !important;
}

.cms-home .banner_home .container {
    padding-bottom: 30px;
    margin-bottom: 30px;
    border-bottom: 1px solid #d8d8d8;
}

.cms-home .newsletter .action.subscribe {
    background-color: #ebebeb;
    border: 1px solid #ebebeb;
}

.cms-home .catalogo_descarga > .catalogo {
    margin: 25px 0 40px 0;
    padding: 10px 0;
    border-top: 1px solid #d8d8d8;    
    border-bottom: 1px solid #d8d8d8;    
}
.cms-home .catalogo_descarga .catalogo .content {
   border-right: 1px solid #d8d8d8;
   padding: 50px 0 60px 0;
}
.cms-home .catalogo_descarga .catalogo .imagen img {
    rotate: 20deg;
}
.cms-home .catalogo_descarga .video {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: row;
}



.cms-home .listado-otros-productos .product-items .product-item-info .product-item-details .product-item-actions .stock.unavailable {
    font-size: 16px;
    color : #f00;
}













@media all and (max-width: 1300px) {
    .cms-home .listado-otros-productos .product-item .product-item-info .product-item-actions button {
        font-size: 12px;
    }
}

@media all and (max-width: 1099px) {
    .cms-home.listado-otros-productos .product-item .product-item-info {
       flex-direction: column;
    }
    .cms-home .listado-otros-productos .product-item .product-item-info .product-labels,
    .cms-home .listado-otros-productos .product-item .product-item-info .product-item-details {
        width: 100%;
        max-width: 100%;
    }
}

@media all and (max-width: 767px) {
    .cms-home .listado-otros-productos .product-items {
        display: flex !important;
        justify-content: center !important;

    }
    .cms-home .listado-otros-productos .product-items .owl-stage-outer {
        width: 87%;
    }
    .cms-home .listado-otros-productos .product-items .owl-nav .owl-prev {
        right: -2%;
    }
    .cms-home .listado-otros-productos .product-items .owl-nav .owl-next {
        left: 91%;
    }
}

