.content {
    padding: 20px 36px 22px;
}

.content h1 {
    margin: 0px 0 25px 0;
}

a {
    text-decoration: none !important; 
}

.full_img {
    width: 100%;
}

.product_plate {
    margin-top: 20px;
    margin-left: 10px;
    margin-right: 10px;
    min-height: 300px !important;
    padding: 0px !important;
}

.product_plate img {
    /* background-color: black; */
    width: 100%;
    height: 160px;
    object-fit: cover;
}

.product_description {
    padding: 0 10px;
    margin: 7px auto 0 auto;
}

.product_description .title {
    text-decoration: none;
    color: black;
    text-align: center;
    font-size: 20px;
    margin: 0;
}

.product_author {
    /* position: absolute;
    bottom: 0;

    width: 100%;
    margin: 10px auto 0 auto;
    padding: 10px;
    text-align: center;
    background-color: rgb(249, 249, 249); */
    background-color: rgb(249, 249, 249);
    width: 100%;
    height: 45px;
}

.product_price {
    width: 100%;
    margin: 10px auto 30px auto;
    text-align: center;
}

.product_new_price{
    text-align: center;
    text-decoration: line-through;
}

.product_sale {
    text-align: center;
    color: red;
}



@media(min-width: 720px) {
    .col-md {
        max-width: calc(100%/3 - 20px) !important;
    }
}


@media (max-width: 768px) {
    .product_plate img {
        width: 100%;
        height: auto;
    }
}