+
diff --git a/app/Views/checkout.php b/app/Views/checkout.php
index 0aa5556..8528c82 100644
--- a/app/Views/checkout.php
+++ b/app/Views/checkout.php
@@ -248,7 +248,7 @@ $web_payment_sdk_url = $_ENV["ENVIRONMENT"] === Environment::PRODUCTION ? "https
-
+
-
+
@@ -451,7 +451,7 @@ $web_payment_sdk_url = $_ENV["ENVIRONMENT"] === Environment::PRODUCTION ? "https
-
+
-
Payment Method
+
Payment Method
-
+
diff --git a/app/Views/membership.php b/app/Views/membership.php
index e5d2c97..7310003 100644
--- a/app/Views/membership.php
+++ b/app/Views/membership.php
@@ -137,7 +137,7 @@
-
+
@@ -165,7 +165,7 @@
-
+
diff --git a/public/assets/member_css/front-style.css b/public/assets/member_css/front-style.css
index 23054d3..00dcb8d 100644
--- a/public/assets/member_css/front-style.css
+++ b/public/assets/member_css/front-style.css
@@ -352,6 +352,11 @@ body.cart .quantity{
flex-wrap:wrap;
}
}
+@media (max-width: 576px){
+.reverse-flexbtn{
+ flex-direction: column-reverse;
+}
+}
@media (max-width: 992px){
.heading-border{
@@ -640,7 +645,7 @@ body.checkout .select2-container--default .select2-selection--single .select2-s
margin-top:30px!important;
}
}
-@media (max-width: 768px){
+@media (max-width: 767px){
.membership-img>div{
border-right-width:0;
border-bottom:1px solid #000;
@@ -1000,7 +1005,7 @@ body.checkout .select2-container--default .select2-selection--single .select2-s
.checkout .product-price, .checkout .product-total{
font-weight:500;
}
-@media (min-width: 992px){
+@media (min-width: 1200px){
.checkout-inner .order-summary-main{
position: sticky;
top: 15px;