/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : 01/03/2018, 16:58:52
    Author     : Merkadia10
*/

@media screen and (max-width : 1200px) {

}

@media screen and (max-width : 990px) {
    .cover_know_img
    {
        display: none;
    }
    .cover_know_txt {
        width: 100%;
        float: none;
        padding: 5.0rem;
    }

    .list_products li
    {
        margin-bottom: 10rem !important;
        height: 100%;
        min-height: 550px;
    }
}

@media screen and (max-width : 768px) {

    .list_blog li 
    {
        width: 47%;
        margin-bottom: 1.5rem;
    }

    .list_blog li:nth-child(2), .list_blog li:nth-child(4)
    {
        margin: 0;
        margin-left: 2.5rem;
    }

    .list_blog li:nth-child(3)
    {
        margin: 0;
        clear: both;
    }
}

@media screen and (max-width : 560px) {
    .list_products li
    {
        width: 100% !important;
        margin: 0 0 5.0rem 0 !important;
        padding: 0;
    }
    
    .list_products li img
    {
        width: 100%;
    }
}
    
    
@media screen and (max-width : 480px) {    

    .cp_name
    {
        padding: 2rem 1rem;
    }

    .cp_price
    {
        bottom: 0;
        width: 100%;
        text-align: center;
        margin: 0;
    }

    #cover_products
    {
        padding-top: 5.0rem;
    }

    .list_type_products {
        display: grid;
        text-align: center;
    }

    .list_type_products li
    {
        padding-bottom: 1.5rem;
    }

    .list_blog li 
    {
        width: 100%;
    }

    .list_blog li
    {   
        margin: 0 0 1.5rem 0 !important;
    }
}

@media screen and (max-width : 320px) {

}