.owl-prev {
    width: 15px;
    height: 100px;
    position: absolute;
    top: 40%;
    margin-left: -31px !important;
    display: block !important;
    border:0px solid black;
}

.owl-next {
    width: 15px;
    height: 100px;
    position: absolute;
    top: 40%;
    right: 8px !important;
    display: block !important;
    border:0px solid black;
}
.owl-prev i, .owl-next i {transform : scale(2,6); color: #ccc;}

.owl-theme .owl-nav [class*=owl-]:focus{
    outline: none;
}
.owl-theme .owl-nav [class*=owl-]:hover{
    background: transparent;
    color: #3da848;
}

.owl-theme .owl-nav [class*=owl-]:hover > i{
    color: #3da848;
    border-color: transparent;
}

a.d-block.card-body {
    min-height: 350px !important;
    position:relative;
}

.item-class.card .busca-produto{
    position: absolute;
    bottom: 10px;
    right: 10px;
}