:target:before {
    content: "";
    display: block;
    height: 145px;
    margin: -145px 0 0 0;
}



.vertical-menu {
    margin:0;
    padding:0;
}
.vertical-menu a {
    background-color: #fff; /* Grey background color */
    color: black; /* Black text color */
    display: block; /* Make the links appear below each other */
    padding: 12px; /* Add some padding */
    text-decoration: none; /* Remove underline from links */
    border-radius:5px;
    width:100%;
    margin-bottom:10px;
    text-align:center;
    border:1px solid #ccc;
}
.vertical-menu a:hover {
    background-color: #ccc; /* Dark grey background on mouse-over */
}
.vertical-menu a.active {
    background-color: #4CAF50; /* Add a green color to the "active/current" link */
    color: white;
}








.advanced-sortables{
    display:none;
}









table{
    margin:0px 0px 20px 0px;
    border:none;
}
td{
    padding:0px;
    border:none;
}
.td-img{
    vertical-align: top;
    width:20%;
    padding-right:15px;
}
.td-img img{
    border:1px solid #c7c7c7;
    border-radius:5px;
}
.td-description{
    border-top:1px solid #c7c7c7;
    vertical-align: top;    
    font-size: 16px;
    padding:5px 15px 0px 0px;
}
.td-description p{
    font-size:12px;
    margin-bottom:-0px;
}
.td-price{
    font-size: 16px;
    vertical-align: top;
    font-weight:bold;
    width:10%;
    text-align:right;
    border-top:1px solid #c7c7c7;
    padding:5px 0px 0px 0px;
}

.titulo{
    background:#000000;
    color:#fff;
    border-radius:5px;
    padding:5px 15px;
    font-size:26px;
    font-weight:600;
    margin-bottom:15px;
}




@media only screen and (max-width: 1200px) {
    
.td-img{
    width:30%;
    padding-right:10px;
}
.td-description{
    font-size: 16px;
}
.td-description p{
    font-size:12px;
}
.td-price{
    font-size:16px;
    width:30%;
}  
}




/* CLASSES NO CELULAR */
@media only screen and (max-width: 800px) {
.vertical-menu a {
    font-size:20px;
}
  
  
:target:before {
    content: "";
    display: block;
    height: 155px;
    margin: -155px 0 0 0;
}
.td-img{
    width:30%;
    padding-right:10px;
}
.td-description{
    font-size: 14px;
}
.td-description p{
    font-size:10px;
}
.td-price{
    font-size:14px;
    width:25%;
}  
}