Styling with custom CSS
Last updated
.TomITproductGridItem {
width: 25%;
float: left;
list-style-type: none;
margin: 0;
padding: 0;
}
.TomITproductGridItem:hover {
opacity: 0.7;
}
#TomITProductView {
display: none;
padding: 20px;
}
#tomITContentHolder ul {
margin: 0;
padding: 0;
}
#tomITContentHolder li {
list-style-type: none;
}
#tomITContentHolder {
padding-top: 10px;
}
#tomITContentHolder strong {
margin-bottom: 10px;
display: block;
border-bottom: 1px solid #eee;
}
#tomITContentHolder {
cursor: pointer;
}
.TomITProductPopup {
display: block;
width: 200px;
min-height: 240px;
border: 1px solid #ccc;
padding: 10px;
text-align: center;
position: absolute;
visibility: hidden;
background: rgba(255, 255, 255, 1);
}
.TomITProductPopup strong {
font-size: 10px;
line-height: auto;
}
.TomITproductGridItem {
width: 22%;
float: left;
margin-right: 15px;
list-style-type: none;
}
.TomITproductGridItem .TomITProductTitle {
min-height: 80px;
display: block;
font-weight: bold;
}
.TomITProductImage {
width: 100%;
height: 170px;
overflow: hidden;
}
.TomITProductImage img {
max-height: 100%;
max-width: 100%;
}
@media only screen and (max-width: 600px) {
.tomit_add_to_cart {
width: 90%;
}
}