Delivery to
diff --git a/styles/pages/_home.scss b/styles/pages/_home.scss
index e55fc70..aaeeb11 100644
--- a/styles/pages/_home.scss
+++ b/styles/pages/_home.scss
@@ -128,17 +128,25 @@
margin-top: 40px;
}
.banner-main-container {
- height: 275px;
+
text-align: center;
.col-md-6 {
margin-top: 0px;
+ .button_dark{
+ display: none;
+ }
}
h1 {
font-size: 2rem;
}
}
.hero-banner {
- background: #cccccc;
+ // background: url(../../dist/assets/imgs/Home/All-in-one.png);
+ // background-size: cover;
+ background-position: 0;
+ }
+ .aw-main-features{
+ display: none;
}
.mobile-text-center {
text-align: center;
@@ -186,6 +194,15 @@
padding: 0 !important;
}
}
+ .offer-main-sec{
+ margin-bottom: 0 !important;
+ padding: 0 !important;
+ }
+ .offer-sec{
+ p{
+ font-size: 0.85rem;
+ }
+ }
}
.footer-wrapper {
.accordion-button,
diff --git a/styles/pages/_shopping-cart.scss b/styles/pages/_shopping-cart.scss
index 7b484e6..4e81511 100644
--- a/styles/pages/_shopping-cart.scss
+++ b/styles/pages/_shopping-cart.scss
@@ -16,9 +16,14 @@
}
.alert-display-sec {
z-index: 1;
+ .alert-dismissible{
+ background:rgb(255 255 255 / 66%)
+ }
}
}
-
+.warrenty-sec img{
+ width: 40px;
+}
#footer-head {
.footer-wrapper.sec-space-1 {
margin-top: 0;
@@ -42,4 +47,7 @@
padding: 10px;
}
}
+ .mobile-cart-img img{
+ width: 200px;
+ }
}
\ No newline at end of file