diff --git a/frontend/views/product/view.php b/frontend/views/product/view.php
index af72ad4..030610f 100755
--- a/frontend/views/product/view.php
+++ b/frontend/views/product/view.php
@@ -279,13 +279,8 @@
);
}
?>
-
- Купить в кредит
-
- */
- ?>
+
+
diff --git a/frontend/web/css/style.css b/frontend/web/css/style.css
index dd78c9a..6a8a4a1 100755
--- a/frontend/web/css/style.css
+++ b/frontend/web/css/style.css
@@ -2908,6 +2908,9 @@ p.price .price-title {
.product .text p.price del {
color: #999999;
+ position: absolute;
+ margin-top: -25px;
+ font-size:12px;
}
.product .buttons {
@@ -2977,6 +2980,8 @@ p.price .price-title {
line-height: 1;
margin-top: 40px;
margin-bottom: 15px;
+ color: #005bac;
+ font-weight: bold;
}
#productMain .price button {
@@ -4715,4 +4720,12 @@ a i.fa, button i.fa, span.fa {
}
.socials-links a:active{
opacity:0.8;
+}
+
+.box p.no-margin{
+ font-size: 18px;
+}
+
+.box .btn.btn-template-main {
+ margin-bottom: 5px;
}
\ No newline at end of file
--
libgit2 0.21.4