diff --git a/common/modules/product/widgets/views/product_smart_similar.php b/common/modules/product/widgets/views/product_smart_similar.php
index 750a95a..72ea51a 100755
--- a/common/modules/product/widgets/views/product_smart_similar.php
+++ b/common/modules/product/widgets/views/product_smart_similar.php
@@ -30,22 +30,23 @@
-
- = Html::a($product->name,
- [
- 'catalog/product',
- 'product' => $product->alias,
- ]
- ) ?>
-
+
+//= Html::a($product->name,
+// [
+// 'catalog/product',
+// 'product' => $product->alias,
+// ]
+// ) ?>
+
-
+
diff --git a/frontend/web/css/css_header.css b/frontend/web/css/css_header.css
index da558d8..6db444b 100755
--- a/frontend/web/css/css_header.css
+++ b/frontend/web/css/css_header.css
@@ -27035,4 +27035,27 @@ ul.product-special li.promo div {
.new_collection .price {
text-align: center !important;
margin-top: 11px !important;
+}
+.title_name-collect {
+ text-align: center;
+}
+.title-name_ a p {
+ font-size: 16px;
+ width: 100%;
+
+ overflow: hidden;
+ float: left;
+
+ font-weight: 700;
+ height: 39px;
+ line-height: 19px;
+ text-transform: none;
+}
+.title-name_ a p:first-child {
+ font-size: 14px;
+ line-height: 13px;
+ height: 26px;
+ text-transform: lowercase;
+ font-weight: normal;
+
}
\ No newline at end of file
--
libgit2 0.21.4