/* Virtuemart */

/* dimensão das imagens na lista e em detalhe */

.browseProductImage {
    /* max-height: 90px; */
    width: auto;
    max-width: 100%;
    }
}
.main-image img {
    max-width: 100%;
    height: auto;
    /* max-height: 260px; */
}

/* Template */
    
#sp-main-body {
    padding: 0px 0; 
}
 
.sp-megamenu-parent .sp-dropdown .sp-dropdown-inner {
    background: #104d28;
    box-shadow: 0 3px 5px 0 rgba(0,0,0,0.2);
    padding: 20px;
}   

.sp-megamenu-parent .sp-dropdown li.sp-menu-item >a {
    display: block;
    padding: 10px;
    color: #dddddd;
    cursor: pointer;
}
.sp-page-title h2, .sp-page-title h3 {
    margin: 0;
    padding: 0;
    color: #ffffff;
}
.sppb-btn-default {
    color: #ffffff;
    background-color: transparent;
    border-color: #ffffff;
}