.sptop {
    margin-top: 25px;
}

.cathome1 h2 {
    font-size: 40px;
    font-weight: 900;
    color: #1a1a1a;
    line-height: 50px;
    margin-left: 12px;
}

.txthome strong {
    color: #a0937d;
}

.cathome {
    width: 392px;
    padding-right: 15px;
}

.cathome2 {
   /* background: #e5e5e5;transform: skew(0deg, -4deg) translateY(29px);
*/
    height: 50px;
}

.cathome3 {
   /* background: #e5e5e5; */
    position: relative;
    padding: 0px 12px 12px 12px;
    color: #7a7a7a;
    height: 151px;
    text-align: justify;
}

.cathome1 {
    height: 85px;
}

a.cathome-link {
    background: #F9C940;
    color: #fff;
    padding: 2px 5px 2px 14px;
    border-radius: 5px;
    position: absolute;
    bottom: 5px;
    right: 4px;
}

@media(max-width:410px) {
    .cathome {

        padding-right: 0px;
        margin-bottom: 12px;
        text-align: center;
        width: 100%;

    }
    .cathome1 h2 {
        font-size: 27px;
        font-weight: 900;
        color: #1a1a1a;
        text-align: center;
        line-height: 29px;
    }
    .cathome3 {
      /*  background: #e5e5e5; */
        position: relative;
        padding: 12px 12px 12px 12px;
        color: #7a7a7a;
        height: 151px;
        text-align: justify;
        font-size: 12px;
    }
    .cathome1 {
        height: 40px;
    }
    .cathome2 {
        /*background: #e5e5e5;transform: skew(0deg, -4deg) translateY(29px);*/
        height: 30px;
        
    }
}

@media (min-width: 411px) and (max-width:480px) {
    .cathome {
        width: 541px;
        padding-left: 17px;
        padding-bottom: 20px;
    }

    .cathome1 h2 {
        font-size: 29px;
        font-weight: 900;
        color: #1a1a1a;
        text-align: center;
        line-height: 31px;
    }

    .cathome3 {
       /* background: #e5e5e5; */
        position: relative;
        padding: 12px 12px 12px 12px;
        color: #7a7a7a;
        height: 151px;
        text-align: justify;
        font-size: 13px;
    }

    .cathome1 {
        height: 40px;
    }
}

@media (min-width: 480px) and (max-width: 767px) {
    .cathome {
        width: 541px;
        padding-left: 17px;
        padding-bottom: 20px;
    }

    .cathome1 h2 {
        font-size: 31px;
        font-weight: 900;
        color: #1a1a1a;
        text-align: center;
        line-height: 33px;
    }

    .cathome3 {
       /* background: #e5e5e5;*/ 
        position: relative;
        padding: 12px 12px 12px 12px;
        color: #7a7a7a;
        height: 151px;
        text-align: justify;
    }

    .cathome1 {
        height: 40px;
    }

    /*Cambios en el alto del contenedor de cada producto*/
    #products .thumbnail-container,
    .featured-products .thumbnail-container,
    .product-accessories .thumbnail-container,
    .product-miniature .thumbnail-container {
        position: relative;
        margin-bottom: 47px;
        height: 312px;
        width: 196px;
    }

    #products .product-miniature,
    .featured-products .product-miniature {
        margin: 0 auto;
        height: 315px;
        margin-top: 20px;
    }

    /*  Cambios en la posicion del precio*/
    span.price {
        font-size: 13pt;
        color: darkorange;
        float: right;
        display: block;
        position: absolute;
        bottom: -41px;
        left: 7px;

    }

    .cathome2 {
        height: 20px;
    }



}

@media (min-width: 768px) and (max-width: 991px) {

    .cathome {
        width: 323px;
        
    }

    .cathome1 h2 {
        font-size: 33px;
        font-weight: 900;
        color: #1a1a1a;
        line-height: 50px;
        margin-left: 12px;
    }

    .cathome3 {
        font-size: 14px;
      /*  background: #e5e5e5;*/
        position: relative;
        padding: 0px 12px 12px 12px;
        color: #7a7a7a;
        height: 191px;
        text-align: justify;
    }

    /* Ocultar 2 Ãºltimos elementos */
    section.featured-products:nth-child(3)>div:nth-child(1)>article:nth-child(5) {
        display: none;
    }

    section.featured-products:nth-child(4)>div:nth-child(1)>article:nth-child(5) {
        display: none;
    }

    section.featured-products:nth-child(6)>div:nth-child(1)>article:nth-child(5) {
        display: none;
    }

    section.featured-products:nth-child(7)>div:nth-child(1)>article:nth-child(5) {
        display: none;
    }

    section.featured-products:nth-child(8)>div:nth-child(1)>article:nth-child(5) {
        display: none;
    }

    section.featured-products:nth-child(3)>div:nth-child(1)>article:nth-child(4) {
        display: none;
    }

    section.featured-products:nth-child(4)>div:nth-child(1)>article:nth-child(4) {
        display: none;
    }

    section.featured-products:nth-child(6)>div:nth-child(1)>article:nth-child(4) {
        display: none;
    }

    section.featured-products:nth-child(7)>div:nth-child(1)>article:nth-child(4) {
        display: none;
    }

    section.featured-products:nth-child(8)>div:nth-child(1)>article:nth-child(4) {
        display: none;
    }

}

@media (min-width: 992px) and (max-width: 1199px) {
    .cathome {
        width: 366px;
    }

    .cathome1 h2 {
        font-size: 35px;
        font-weight: 900;
        color: #1a1a1a;
        line-height: 50px;
        margin-left: 12px;
    }

    section.featured-products:nth-child(3)>div:nth-child(1)>article:nth-child(5) {
        display: none;
    }

    section.featured-products:nth-child(4)>div:nth-child(1)>article:nth-child(5) {
        display: none;
    }

    section.featured-products:nth-child(6)>div:nth-child(1)>article:nth-child(5) {
        display: none;
    }

    section.featured-products:nth-child(7)>div:nth-child(1)>article:nth-child(5) {
        display: none;
    }

    section.featured-products:nth-child(8)>div:nth-child(1)>article:nth-child(5) {
        display: none;
    }

}

@media (min-width: 576px) and (max-width: 767px) {

    .cathome {
        width: 80%;
    }

    .cathome1 h2 {

        font-size: 25px;
        font-weight: 900;
        color: #1a1a1a;
        line-height: 33px;
        margin-left: 12px;

    }
    #products .thumbnail-container, .featured-products .thumbnail-container, .product-accessories .thumbnail-container, .product-miniature .thumbnail-container {
        position: relative;
        margin-bottom: 47px;
        height: 312px;
        width: 190px;

    }
    #products .product-description, .featured-products .product-description, .product-accessories .product-description, .product-miniature .product-description {

        position: absolute;
        z-index: 1;
        background: #fff;
        width: 190px;
        top: 173px;
        height: 70px;
    
    }

    .cathome3 {
        font-size: 14px;
        height: 165px;
    }

    .cathome2 {
        height: 0px;
    }
    section.featured-products:nth-child(3) > div:nth-child(1) > section:nth-child(2) > div:nth-child(1) > article:nth-child(4){
        display:none;
    }
    section.featured-products:nth-child(4) > div:nth-child(1) > section:nth-child(2) > div:nth-child(1) > article:nth-child(4){
        display:none;
    }
    section.featured-products:nth-child(6) > div:nth-child(1) > section:nth-child(2) > div:nth-child(1) > article:nth-child(4){
        display:none;
    }
    section.featured-products:nth-child(7) > div:nth-child(1) > section:nth-child(2) > div:nth-child(1) > article:nth-child(4){
        display:none;
    }
    section.featured-products:nth-child(8) > div:nth-child(1) > section:nth-child(2) > div:nth-child(1) > article:nth-child(4){
        display:none;
    }

    /* Ocultar 2 Ãºltimos elementos */
   /*  section.featured-products:nth-child(3)>div:nth-child(1)>article:nth-child(5) {
        display: none;
    }

    section.featured-products:nth-child(4)>div:nth-child(1)>article:nth-child(5) {
        display: none;
    }

    section.featured-products:nth-child(6)>div:nth-child(1)>article:nth-child(5) {
        display: none;
    }

    section.featured-products:nth-child(7)>div:nth-child(1)>article:nth-child(5) {
        display: none;
    }

    section.featured-products:nth-child(8)>div:nth-child(1)>article:nth-child(5) {
        display: none;
    }

    section.featured-products:nth-child(3)>div:nth-child(1)>article:nth-child(4) {
        display: none;
    }

    section.featured-products:nth-child(4)>div:nth-child(1)>article:nth-child(4) {
        display: none;
    }

    section.featured-products:nth-child(6)>div:nth-child(1)>article:nth-child(4) {
        display: none;
    }

    section.featured-products:nth-child(7)>div:nth-child(1)>article:nth-child(4) {
        display: none;
    }

    section.featured-products:nth-child(8)>div:nth-child(1)>article:nth-child(4) {
        display: none;
    } */
}