This repository has been archived on 2024-11-28. You can view files and clone it, but cannot push or open issues or pull requests.
OriginalHouse_Web/src/wp-content/themes/originalhouse/custom.css

42 lines
751 B
CSS
Raw Normal View History

@import url(colorbox.css);
.tcp_product_container {
float: left;
width: 100%;
border-top: 30px solid #7F7875;
}
.tcp_products_thumbs {
float: left;
width: 100%;
height: 590px;
}
.tcp_product_thumb {
float: left;
overflow: hidden;
display: table-cell;
background: #fff;
}
.tcp_product_thumb a {
display: block;
height: 196px;
width: 240px;
display: table-cell;
vertical-align: middle;
text-align: center;
cursor: pointer;
}
.tcp_product_thumb a img {
padding: 0;
vertical-align: middle;
margin: 0 auto ! important;
-ms-interpolation-mode: bicubic;
-webkit-box-shadow:none;
box-shadow:none;
display: none;
}