diff --git a/frontend/web/css/style.css b/frontend/web/css/style.css index 13f0583..2962f2c 100755 --- a/frontend/web/css/style.css +++ b/frontend/web/css/style.css @@ -1113,7 +1113,7 @@ ul.product-special li.new { ul.product-special li.new:after { content: ''; position: absolute; - left: 52px; + right: -19px; top: 3px; border: 11px solid transparent; border-top: 5px solid #42b9f6; @@ -1299,6 +1299,14 @@ ul.product-special li.promo:after { .basket_title_ { text-align: center; } +.cont_shopping-wr { + width: 100%; + float: left; + margin-top: 10px; +} +.cont_shopping-wr .cont_shopping { + float: right; +} .cont_shopping { display: block !important; border-top: 0!important; -- libgit2 0.21.4