32 lines
744 B
CSS
32 lines
744 B
CSS
@CHARSET "UTF-8";
|
|
.dualDisplayPro.productCatalog {
|
|
padding: 10px;
|
|
display: block;
|
|
}
|
|
.dualDisplayPro, .dualDisplayPro span {
|
|
display: block;
|
|
}
|
|
.priceWrapper, .labelWrapper {
|
|
display: inline !important;
|
|
}
|
|
#dualDisplayProWrapperModel, .productDetailDualDisplayProWrapper {
|
|
display: none;
|
|
}
|
|
.addToCartModal, .addToCartModal span {
|
|
display: inline;
|
|
margin-bottom: 0px !important;
|
|
}
|
|
.priceWithTax, .priceWithoutTax {
|
|
display: block !important;
|
|
}
|
|
.dualDisplayPro .lineThrough {
|
|
text-decoration: line-through;
|
|
}
|
|
.productCatalogDualPriceModel {
|
|
display:none !important;
|
|
}
|
|
.product_list .dualDisplayPro.moved, .product_list .dualDisplayPro.moved span {
|
|
display: block !important;
|
|
margin-top: 0px !important;
|
|
margin-bottom: 0px !important;
|
|
} |