diff --git a/frontend/web/css/css_header.css b/frontend/web/css/css_header.css index 2ace90c..d6c062e 100755 --- a/frontend/web/css/css_header.css +++ b/frontend/web/css/css_header.css @@ -7528,7 +7528,7 @@ header a#logo img { p.empty-cart { width: 100%; - padding: 46px 0; + padding: 50px 0; text-align: center } @@ -7794,7 +7794,7 @@ table.tbl_cart table.order_details .count_choise .minus-disabled { #header_feedback { float: left; - padding: 21px 10px 5px 30px + padding: 21px 0px 5px 30px } #header_feedback form { @@ -10527,7 +10527,9 @@ footer .vacancies p { .product_detail .img_part .position { width: 100%; position: relative; - z-index: 2 + z-index: 2; + margin-top:-50px; + top:50px; } .product_detail .img_part .position.fixed { @@ -13276,6 +13278,10 @@ h1.title { float: left; padding: 0px 30px 30px 0px; } +.btn.btn-cart{ + height: 54px; + outline: none; +} /*! HTML5 resposive design linija-svitla.ua v1.0.0 */ -- libgit2 0.21.4