You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

100 lines
1.4 KiB

@charset "utf-8";
/* CSS Document */
.post-grid-container .pg-woocommerce{}
/*Theme 1*/
.post-grid-container .pg-woocommerce.theme1 {
overflow: hidden;
}
.post-grid-container .pg-woocommerce.theme1 .pg-price {
display: inline-block;
text-align: left;
width: 50%;
}
.post-grid-container .pg-woocommerce.theme1:hover .pg-price {
display: none;
}
.post-grid-container .pg-woocommerce.theme1 .pg-cart {
display: none;
}
.post-grid-container .pg-woocommerce.theme1:hover .pg-cart {
display: inline-block;
text-align: left;
width: 50%;
}
.post-grid-container .pg-woocommerce.theme1 .pg-rating {
display: inline-block;
text-align: right;
width: 50%;
}
/*Theme 2*/
.post-grid-container .pg-woocommerce.theme2 {
overflow: hidden;
}
.post-grid-container .pg-woocommerce.theme2 .pg-price {
display: inline-block;
text-align: left;
width: 50%;
}
.post-grid-container .pg-woocommerce.theme2 .pg-cart {
display: none;
}
.post-grid-container .pg-woocommerce.theme2:hover .pg-cart {
display: inline-block;
text-align: left;
width: 50%;
}
.post-grid-container .pg-woocommerce.theme2 .pg-rating {
display: inline-block;
text-align: right;
width: 50%;
}
.post-grid-container .pg-woocommerce.theme2:hover .pg-rating {
display: none;
}