diff --git a/common/modules/product/widgets/views/products_block_similar.php b/common/modules/product/widgets/views/products_block_similar.php index 9ce38aa..15ee726 100755 --- a/common/modules/product/widgets/views/products_block_similar.php +++ b/common/modules/product/widgets/views/products_block_similar.php @@ -12,8 +12,8 @@ -
-
+
+

Похожие товары

diff --git a/frontend/web/css/css_header.css b/frontend/web/css/css_header.css index 6db444b..41cf942 100755 --- a/frontend/web/css/css_header.css +++ b/frontend/web/css/css_header.css @@ -27008,6 +27008,7 @@ ul.product-special li.promo div { bottom:auto !important; right: auto !important; box-shadow: 0 !important; + text-align: center; } .new_collection .wrapper { overflow: visible !important; @@ -27026,11 +27027,12 @@ ul.product-special li.promo div { .new_collection .catalog_item .wrapper:hover { height: 100% !important; min-height: auto !important; - + box-shadow: 0 0 12px 0 rgba(0,0,0,0.35) !important; } .new_collection .catalog_item { - height: 400px !important; + height: 420px !important; + margin-bottom: 30px !important; } .new_collection .price { text-align: center !important; @@ -27058,4 +27060,28 @@ ul.product-special li.promo div { text-transform: lowercase; font-weight: normal; +} +.new_collection .img {margin-bottom:18px !important;} +.new_collection .buy_button { + background: #0f6fc7 !important; + cursor: pointer !important; + float: none !important; + border-top: none !important; + border-bottom:3px solid #0f62ae !important; + line-height: 35px !important; + padding: 0!important; + width: 120px; + text-align: center !important; +} +.new_collection .in_stock_wr {margin-top: 7px;} +.new_collection .item_container { + float: left; + padding-bottom: 0 !important; +} +#collection {font-size: 24px; color: #4b4b4b;} +@media(max-width: 1200px){ + .collection .catalog_product_list.view_table.new_collection .catalog_item { + width: 50%; + height: 432px !important; + } } \ No newline at end of file -- libgit2 0.21.4