
.produtos .container{    width: 83%;}
.produtos .card .card-action {
position: relative;
background-color: inherit;
border-top: 1px solid rgba(160,160,160,0.2);
padding: 16px 20px;
}                    

.produtos .card-image {
/*width: 350px;*/
height: 300px;
}
.produtos .pagination li.active {
background-color: rgb(122, 2,30);
}
.browser-default-uls {
ul {
padding-left: 30px;
margin-top: 10px;
margin-bottom: 15px;
li {
list-style-type: disc!important;
ul {
li {
list-style-type: circle!important;
}
}
}
}
}
.browser-default-uls {
overflow: visible !important;
}
.preco {
position: absolute;
top: -10px;
left: -10px;
/*
*  Styling only, the below can be changed or removed
*  depending on your use case
*/
height: 20px;
padding: 10px 10px;
z-index: 99;
color: #fff;
background-color: #222;
width: 105px;
height: 105px;
border-radius: 64px;
border: 2px solid orange;
}
.preco div {
position: relative;
left: -2px;
top: 8px;
width: 90px;
height: 90px;
color: white;
text-align: left;
size: 6
}
.produtos .card-image.materialboxed.active:hover {
-ms-transform: scale(1.2);
/* IE 9 */
-webkit-transform: scale(1.2);
/* Safari 3-8 */
transform: scale(1.2);
}
