diff --git a/src/app/frontend/views/index.php b/src/app/frontend/views/index.php
index 04b5150..2e289fa 100644
--- a/src/app/frontend/views/index.php
+++ b/src/app/frontend/views/index.php
@@ -245,7 +245,7 @@ $page_title = isset( $page_title ) && !empty( $page_title ) ? $page_title : '';
diff --git a/www/css/main.min.css b/www/css/main.min.css
index 35271c8..57c2566 100644
--- a/www/css/main.min.css
+++ b/www/css/main.min.css
@@ -940,9 +940,9 @@ h2.types_logo_543{color:#5b4a42;}
.delivery-form-par .deliver-form{display:flex;justify-content:space-between;width:100%px;}
body{font-family:Calibri, Candara, Segoe, 'Segoe UI', Optima, Arial, sans-serif;}
.open-delivery-modal{cursor:pointer;position:fixed;font-size:24px;bottom:0;width:100%;}
-.open-delivery-modal div{text-align: center;}
-.open-delivery-modal div img{position:relative;width:100%;max-width:360px;}
-.open-delivery-modal div img:after{content:'';width:10px;height:10px;cursor:pointer;background-color:black;position:absolute;top:0px;right:0px;}
+.open-delivery-modal div{width: 100%;max-width: 360px;text-align: center;margin: 0 auto;position:relative;}
+.open-delivery-modal div img{width:100%;max-width:360px;}
+.modal_close{position:absolute;top:0px;right:0px;width:15px;height:15px;background-color:black;border-radius:50%;}
@media( max-width: 880px ){
.delivery-form-par .popup-main-delivery{width:96%;left:2%;}
}
--
libgit2 0.21.4