﻿.item-box {
    margin-bottom: 20px;
    border: solid 1px #eee;
    box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.2);
    position: relative;
    -webkit-transition: all .25s ease;
    -moz-transition: all .25s ease;
    -ms-transition: all .25s ease;
    -o-transition: all .25s ease;
    transition: all .25s ease;
}

.item-box-header {
    background-color: #f5f5f5;
    padding: 5px;
    text-align: center;
}

.item-box-footer {
    background-color: #f5f5f5;
    padding: 15px;
    overflow: hidden;
    margin-top: 10px;
}

.condicoes-produto{
    margin-top:100px;
}

.box-img-produto{
    background-color:#dcdcdc;
    overflow:hidden;
    text-align:center;
}

.box-img-produto a img{
    height: 110px !important;
    margin:0 auto;
}

.conteudo-exclusivo.left {
    left: 42px !important;
}

.box-produto.col-sm-3{
    margin-left: 10px;
    margin-right: 10px;
    width: 31%;
}

.box-produto .item-produto{
    min-height: 400px;
    padding-bottom: 40px;
}

.box-produto .box-preco{
    position: absolute;
    bottom: 10px;
    right: 0;
}

@media only screen and (max-device-width: 480px){
    .box-produto.col-xs-12{
        margin-left: 0;
        margin-right: 0;
        width: 100%;
    }
}