Browse Source

Design update and Tab View work

rakib 1 year ago
parent
commit
f9156e1a1c
43 changed files with 243 additions and 40 deletions
  1. 2 6
      all-product.html
  2. 33 19
      css/style.css
  3. 93 0
      fonts/Open_Sans/OFL.txt
  4. BIN
      fonts/Open_Sans/OpenSans-Italic-VariableFont_wdth,wght.ttf
  5. BIN
      fonts/Open_Sans/OpenSans-VariableFont_wdth,wght.ttf
  6. 100 0
      fonts/Open_Sans/README.txt
  7. BIN
      fonts/Open_Sans/static/OpenSans-Bold.ttf
  8. BIN
      fonts/Open_Sans/static/OpenSans-BoldItalic.ttf
  9. BIN
      fonts/Open_Sans/static/OpenSans-ExtraBold.ttf
  10. BIN
      fonts/Open_Sans/static/OpenSans-ExtraBoldItalic.ttf
  11. BIN
      fonts/Open_Sans/static/OpenSans-Italic.ttf
  12. BIN
      fonts/Open_Sans/static/OpenSans-Light.ttf
  13. BIN
      fonts/Open_Sans/static/OpenSans-LightItalic.ttf
  14. BIN
      fonts/Open_Sans/static/OpenSans-Medium.ttf
  15. BIN
      fonts/Open_Sans/static/OpenSans-MediumItalic.ttf
  16. BIN
      fonts/Open_Sans/static/OpenSans-Regular.ttf
  17. BIN
      fonts/Open_Sans/static/OpenSans-SemiBold.ttf
  18. BIN
      fonts/Open_Sans/static/OpenSans-SemiBoldItalic.ttf
  19. BIN
      fonts/Open_Sans/static/OpenSans_Condensed-Bold.ttf
  20. BIN
      fonts/Open_Sans/static/OpenSans_Condensed-BoldItalic.ttf
  21. BIN
      fonts/Open_Sans/static/OpenSans_Condensed-ExtraBold.ttf
  22. BIN
      fonts/Open_Sans/static/OpenSans_Condensed-ExtraBoldItalic.ttf
  23. BIN
      fonts/Open_Sans/static/OpenSans_Condensed-Italic.ttf
  24. BIN
      fonts/Open_Sans/static/OpenSans_Condensed-Light.ttf
  25. BIN
      fonts/Open_Sans/static/OpenSans_Condensed-LightItalic.ttf
  26. BIN
      fonts/Open_Sans/static/OpenSans_Condensed-Medium.ttf
  27. BIN
      fonts/Open_Sans/static/OpenSans_Condensed-MediumItalic.ttf
  28. BIN
      fonts/Open_Sans/static/OpenSans_Condensed-Regular.ttf
  29. BIN
      fonts/Open_Sans/static/OpenSans_Condensed-SemiBold.ttf
  30. BIN
      fonts/Open_Sans/static/OpenSans_Condensed-SemiBoldItalic.ttf
  31. BIN
      fonts/Open_Sans/static/OpenSans_SemiCondensed-Bold.ttf
  32. BIN
      fonts/Open_Sans/static/OpenSans_SemiCondensed-BoldItalic.ttf
  33. BIN
      fonts/Open_Sans/static/OpenSans_SemiCondensed-ExtraBold.ttf
  34. BIN
      fonts/Open_Sans/static/OpenSans_SemiCondensed-ExtraBoldItalic.ttf
  35. BIN
      fonts/Open_Sans/static/OpenSans_SemiCondensed-Italic.ttf
  36. BIN
      fonts/Open_Sans/static/OpenSans_SemiCondensed-Light.ttf
  37. BIN
      fonts/Open_Sans/static/OpenSans_SemiCondensed-LightItalic.ttf
  38. BIN
      fonts/Open_Sans/static/OpenSans_SemiCondensed-Medium.ttf
  39. BIN
      fonts/Open_Sans/static/OpenSans_SemiCondensed-MediumItalic.ttf
  40. BIN
      fonts/Open_Sans/static/OpenSans_SemiCondensed-Regular.ttf
  41. BIN
      fonts/Open_Sans/static/OpenSans_SemiCondensed-SemiBold.ttf
  42. BIN
      fonts/Open_Sans/static/OpenSans_SemiCondensed-SemiBoldItalic.ttf
  43. 15 15
      index.html

+ 2 - 6
all-product.html

@@ -5525,14 +5525,10 @@
             <section id="all-products" class="mt-5 position-relative">
             <section id="all-products" class="mt-5 position-relative">
                 <div class="container">
                 <div class="container">
                     <div class="row">
                     <div class="row">
-            
-
-            
-
                         <!-- filter and products -->
                         <!-- filter and products -->
                         <div class="col-lg-3">
                         <div class="col-lg-3">
                             <!-- filter -->
                             <!-- filter -->
-                            <div class="filter bg-white pt-0 p-2  border-end border-3 border-light-white ">
+                            <div class="filter bg-white pt-0 p-2  border-end border-1 border-light-white ">
             
             
                                 <!-- filter by offer -->
                                 <!-- filter by offer -->
                                 <div class="filter-by-offer">
                                 <div class="filter-by-offer">
@@ -5710,6 +5706,7 @@
                             </div>
                             </div>
                             <!-- filter end -->
                             <!-- filter end -->
                         </div>
                         </div>
+
                         <div class="col-lg-9">
                         <div class="col-lg-9">
                         <!-- short filter  count button-->
                         <!-- short filter  count button-->
                         <div class="short-filter d-flex justify-content-between align-items-center pb-3">
                         <div class="short-filter d-flex justify-content-between align-items-center pb-3">
@@ -6465,7 +6462,6 @@
                             </div>
                             </div>
                         </div>
                         </div>
                         
                         
-            
                     </div>
                     </div>
                 </div>
                 </div>
             </section>
             </section>

+ 33 - 19
css/style.css

@@ -52,9 +52,13 @@
     text-decoration: none;
     text-decoration: none;
     list-style: none;
     list-style: none;
 }
 }
-
+@font-face {
+    font-family: Poppins-ExtraLight;
+    src: url(../fonts/Open_Sans/static/OpenSans-Regular.ttf);
+}
 body {
 body {
-    font-family: 'Josefin Sans', sans-serif !important;
+    /* font-family: 'Josefin Sans', sans-serif !important; */
+    font-family: Poppins-ExtraLight !important;
     line-height: 1.4 !important;
     line-height: 1.4 !important;
 }
 }
 
 
@@ -235,8 +239,8 @@ a {
 }
 }
 
 
 .view-all {
 .view-all {
-    font-size: 1.3em;
-    padding: .8em 1.2em;
+    font-size: 1em;
+    padding: .4em 1.2em;
 }
 }
 
 
 .section-title {
 .section-title {
@@ -359,7 +363,7 @@ a {
     font-size: 1em !important;
     font-size: 1em !important;
 }
 }
 #header .offer p {
 #header .offer p {
-    font-size: .9em !important;
+    font-size: .8em !important;
 }
 }
 #header .brand-logo {
 #header .brand-logo {
     height: 3em;
     height: 3em;
@@ -701,9 +705,10 @@ a {
   }
   }
   
   
   .product-single .product .title {
   .product-single .product .title {
-    font-size: 1.02em;
+    font-size: 1em;
     font-weight: 400;
     font-weight: 400;
-    color: var(--gray-light) !important;
+    /* color: var(--gray-light) !important; */
+    color: var(--black) !important;
   }
   }
 
 
   .product-single .product .brand-title:hover  {
   .product-single .product .brand-title:hover  {
@@ -724,20 +729,21 @@ a {
   }
   }
 
 
   .product-single .product .offer {
   .product-single .product .offer {
-    font-size: 1.2em !important;
+    font-size: .9em !important;
   }
   }
   
   
   .product-single .checkout-btn {
   .product-single .checkout-btn {
-    padding: .5em 1.3em !important;
+    padding: .4em 1.2em !important;
   }
   }
   
   
   .product-single .checkout-btn img{
   .product-single .checkout-btn img{
-    height: 1.6em;
+    height: 1.4em;
+    margin-top: -5px;
   }
   }
   
   
   .product-single .checkout-btn .add-cart-text {
   .product-single .checkout-btn .add-cart-text {
-    transform: translateY(2.4px);
-    font-size: .9em;
+    /* transform: translateY(2.4px); */
+    font-size: 1em;
   }
   }
 
 
   @media screen and (max-width: 1200px) {
   @media screen and (max-width: 1200px) {
@@ -761,7 +767,7 @@ a {
 
 
     .product-single .product .title {
     .product-single .product .title {
         font-size: .9em;
         font-size: .9em;
-      }
+    }
 
 
       
       
     .product-single .product .offer {
     .product-single .product .offer {
@@ -769,14 +775,14 @@ a {
     }
     }
   }
   }
 
 
-  @media screen and (max-width: 768px) {
+  /* @media screen and (max-width: 768px) {
 
 
     .product-single{
     .product-single{
             width: 100%;
             width: 100%;
         }
         }
 
 
 
 
-    }
+    } */
 
 
 
 
 
 
@@ -790,7 +796,8 @@ a {
 /* Home page */
 /* Home page */
 
 
 .discover-more {
 .discover-more {
-    font-size: 1.5em ;
+    font-size: 1em ;
+    padding: 0.4em 1.2em;
 }
 }
 
 
 /* hero */
 /* hero */
@@ -965,9 +972,9 @@ div#pills-tabContent {
     max-width: 140px;
     max-width: 140px;
 }
 }
 
 
-#all-products .filter {
+/* #all-products .filter {
     min-width: 300px !important;
     min-width: 300px !important;
-}
+} */
 
 
 #all-products .filter .filter-close-btn img {
 #all-products .filter .filter-close-btn img {
     height: 18px;
     height: 18px;
@@ -1170,6 +1177,7 @@ div#pills-tabContent {
         
         
     #all-products .products .product-single{
     #all-products .products .product-single{
         width: 50%;
         width: 50%;
+        margin-bottom: 20px;
     }
     }
     
     
     
     
@@ -1195,6 +1203,7 @@ div#pills-tabContent {
 
 
     #all-products .products .product-single{
     #all-products .products .product-single{
         width: 50%;
         width: 50%;
+        margin-bottom: 20px;
     }
     }
     #all-products .filter {
     #all-products .filter {
         min-width: 300px !important;
         min-width: 300px !important;
@@ -1319,7 +1328,7 @@ div#pills-tabContent {
     }
     }
 
 
     @media screen and (max-width: 992px) {
     @media screen and (max-width: 992px) {
-        
+        /* For Tab */
         #product-details .thumb-container .productThumb {
         #product-details .thumb-container .productThumb {
             height: 50px;
             height: 50px;
             width: 400px;
             width: 400px;
@@ -1331,6 +1340,11 @@ div#pills-tabContent {
             height: 80px;
             height: 80px;
             width: 80px !important;
             width: 80px !important;
         }
         }
+
+        .product-single {
+            width: 50%;
+            margin-bottom: 20px;
+        }
       }
       }
 
 
     @media screen and (max-width: 576px) {
     @media screen and (max-width: 576px) {

+ 93 - 0
fonts/Open_Sans/OFL.txt

@@ -0,0 +1,93 @@
+Copyright 2020 The Open Sans Project Authors (https://github.com/googlefonts/opensans)
+
+This Font Software is licensed under the SIL Open Font License, Version 1.1.
+This license is copied below, and is also available with a FAQ at:
+http://scripts.sil.org/OFL
+
+
+-----------------------------------------------------------
+SIL OPEN FONT LICENSE Version 1.1 - 26 February 2007
+-----------------------------------------------------------
+
+PREAMBLE
+The goals of the Open Font License (OFL) are to stimulate worldwide
+development of collaborative font projects, to support the font creation
+efforts of academic and linguistic communities, and to provide a free and
+open framework in which fonts may be shared and improved in partnership
+with others.
+
+The OFL allows the licensed fonts to be used, studied, modified and
+redistributed freely as long as they are not sold by themselves. The
+fonts, including any derivative works, can be bundled, embedded, 
+redistributed and/or sold with any software provided that any reserved
+names are not used by derivative works. The fonts and derivatives,
+however, cannot be released under any other type of license. The
+requirement for fonts to remain under this license does not apply
+to any document created using the fonts or their derivatives.
+
+DEFINITIONS
+"Font Software" refers to the set of files released by the Copyright
+Holder(s) under this license and clearly marked as such. This may
+include source files, build scripts and documentation.
+
+"Reserved Font Name" refers to any names specified as such after the
+copyright statement(s).
+
+"Original Version" refers to the collection of Font Software components as
+distributed by the Copyright Holder(s).
+
+"Modified Version" refers to any derivative made by adding to, deleting,
+or substituting -- in part or in whole -- any of the components of the
+Original Version, by changing formats or by porting the Font Software to a
+new environment.
+
+"Author" refers to any designer, engineer, programmer, technical
+writer or other person who contributed to the Font Software.
+
+PERMISSION & CONDITIONS
+Permission is hereby granted, free of charge, to any person obtaining
+a copy of the Font Software, to use, study, copy, merge, embed, modify,
+redistribute, and sell modified and unmodified copies of the Font
+Software, subject to the following conditions:
+
+1) Neither the Font Software nor any of its individual components,
+in Original or Modified Versions, may be sold by itself.
+
+2) Original or Modified Versions of the Font Software may be bundled,
+redistributed and/or sold with any software, provided that each copy
+contains the above copyright notice and this license. These can be
+included either as stand-alone text files, human-readable headers or
+in the appropriate machine-readable metadata fields within text or
+binary files as long as those fields can be easily viewed by the user.
+
+3) No Modified Version of the Font Software may use the Reserved Font
+Name(s) unless explicit written permission is granted by the corresponding
+Copyright Holder. This restriction only applies to the primary font name as
+presented to the users.
+
+4) The name(s) of the Copyright Holder(s) or the Author(s) of the Font
+Software shall not be used to promote, endorse or advertise any
+Modified Version, except to acknowledge the contribution(s) of the
+Copyright Holder(s) and the Author(s) or with their explicit written
+permission.
+
+5) The Font Software, modified or unmodified, in part or in whole,
+must be distributed entirely under this license, and must not be
+distributed under any other license. The requirement for fonts to
+remain under this license does not apply to any document created
+using the Font Software.
+
+TERMINATION
+This license becomes null and void if any of the above conditions are
+not met.
+
+DISCLAIMER
+THE FONT SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
+EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO ANY WARRANTIES OF
+MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT
+OF COPYRIGHT, PATENT, TRADEMARK, OR OTHER RIGHT. IN NO EVENT SHALL THE
+COPYRIGHT HOLDER BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY,
+INCLUDING ANY GENERAL, SPECIAL, INDIRECT, INCIDENTAL, OR CONSEQUENTIAL
+DAMAGES, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING
+FROM, OUT OF THE USE OR INABILITY TO USE THE FONT SOFTWARE OR FROM
+OTHER DEALINGS IN THE FONT SOFTWARE.

BIN
fonts/Open_Sans/OpenSans-Italic-VariableFont_wdth,wght.ttf


BIN
fonts/Open_Sans/OpenSans-VariableFont_wdth,wght.ttf


+ 100 - 0
fonts/Open_Sans/README.txt

@@ -0,0 +1,100 @@
+Open Sans Variable Font
+=======================
+
+This download contains Open Sans as both variable fonts and static fonts.
+
+Open Sans is a variable font with these axes:
+  wdth
+  wght
+
+This means all the styles are contained in these files:
+  OpenSans-VariableFont_wdth,wght.ttf
+  OpenSans-Italic-VariableFont_wdth,wght.ttf
+
+If your app fully supports variable fonts, you can now pick intermediate styles
+that aren’t available as static fonts. Not all apps support variable fonts, and
+in those cases you can use the static font files for Open Sans:
+  static/OpenSans_Condensed-Light.ttf
+  static/OpenSans_Condensed-Regular.ttf
+  static/OpenSans_Condensed-Medium.ttf
+  static/OpenSans_Condensed-SemiBold.ttf
+  static/OpenSans_Condensed-Bold.ttf
+  static/OpenSans_Condensed-ExtraBold.ttf
+  static/OpenSans_SemiCondensed-Light.ttf
+  static/OpenSans_SemiCondensed-Regular.ttf
+  static/OpenSans_SemiCondensed-Medium.ttf
+  static/OpenSans_SemiCondensed-SemiBold.ttf
+  static/OpenSans_SemiCondensed-Bold.ttf
+  static/OpenSans_SemiCondensed-ExtraBold.ttf
+  static/OpenSans-Light.ttf
+  static/OpenSans-Regular.ttf
+  static/OpenSans-Medium.ttf
+  static/OpenSans-SemiBold.ttf
+  static/OpenSans-Bold.ttf
+  static/OpenSans-ExtraBold.ttf
+  static/OpenSans_Condensed-LightItalic.ttf
+  static/OpenSans_Condensed-Italic.ttf
+  static/OpenSans_Condensed-MediumItalic.ttf
+  static/OpenSans_Condensed-SemiBoldItalic.ttf
+  static/OpenSans_Condensed-BoldItalic.ttf
+  static/OpenSans_Condensed-ExtraBoldItalic.ttf
+  static/OpenSans_SemiCondensed-LightItalic.ttf
+  static/OpenSans_SemiCondensed-Italic.ttf
+  static/OpenSans_SemiCondensed-MediumItalic.ttf
+  static/OpenSans_SemiCondensed-SemiBoldItalic.ttf
+  static/OpenSans_SemiCondensed-BoldItalic.ttf
+  static/OpenSans_SemiCondensed-ExtraBoldItalic.ttf
+  static/OpenSans-LightItalic.ttf
+  static/OpenSans-Italic.ttf
+  static/OpenSans-MediumItalic.ttf
+  static/OpenSans-SemiBoldItalic.ttf
+  static/OpenSans-BoldItalic.ttf
+  static/OpenSans-ExtraBoldItalic.ttf
+
+Get started
+-----------
+
+1. Install the font files you want to use
+
+2. Use your app's font picker to view the font family and all the
+available styles
+
+Learn more about variable fonts
+-------------------------------
+
+  https://developers.google.com/web/fundamentals/design-and-ux/typography/variable-fonts
+  https://variablefonts.typenetwork.com
+  https://medium.com/variable-fonts
+
+In desktop apps
+
+  https://theblog.adobe.com/can-variable-fonts-illustrator-cc
+  https://helpx.adobe.com/nz/photoshop/using/fonts.html#variable_fonts
+
+Online
+
+  https://developers.google.com/fonts/docs/getting_started
+  https://developer.mozilla.org/en-US/docs/Web/CSS/CSS_Fonts/Variable_Fonts_Guide
+  https://developer.microsoft.com/en-us/microsoft-edge/testdrive/demos/variable-fonts
+
+Installing fonts
+
+  MacOS: https://support.apple.com/en-us/HT201749
+  Linux: https://www.google.com/search?q=how+to+install+a+font+on+gnu%2Blinux
+  Windows: https://support.microsoft.com/en-us/help/314960/how-to-install-or-remove-a-font-in-windows
+
+Android Apps
+
+  https://developers.google.com/fonts/docs/android
+  https://developer.android.com/guide/topics/ui/look-and-feel/downloadable-fonts
+
+License
+-------
+Please read the full license text (OFL.txt) to understand the permissions,
+restrictions and requirements for usage, redistribution, and modification.
+
+You can use them in your products & projects – print or digital,
+commercial or otherwise.
+
+This isn't legal advice, please consider consulting a lawyer and see the full
+license for all details.

BIN
fonts/Open_Sans/static/OpenSans-Bold.ttf


BIN
fonts/Open_Sans/static/OpenSans-BoldItalic.ttf


BIN
fonts/Open_Sans/static/OpenSans-ExtraBold.ttf


BIN
fonts/Open_Sans/static/OpenSans-ExtraBoldItalic.ttf


BIN
fonts/Open_Sans/static/OpenSans-Italic.ttf


BIN
fonts/Open_Sans/static/OpenSans-Light.ttf


BIN
fonts/Open_Sans/static/OpenSans-LightItalic.ttf


BIN
fonts/Open_Sans/static/OpenSans-Medium.ttf


BIN
fonts/Open_Sans/static/OpenSans-MediumItalic.ttf


BIN
fonts/Open_Sans/static/OpenSans-Regular.ttf


BIN
fonts/Open_Sans/static/OpenSans-SemiBold.ttf


BIN
fonts/Open_Sans/static/OpenSans-SemiBoldItalic.ttf


BIN
fonts/Open_Sans/static/OpenSans_Condensed-Bold.ttf


BIN
fonts/Open_Sans/static/OpenSans_Condensed-BoldItalic.ttf


BIN
fonts/Open_Sans/static/OpenSans_Condensed-ExtraBold.ttf


BIN
fonts/Open_Sans/static/OpenSans_Condensed-ExtraBoldItalic.ttf


BIN
fonts/Open_Sans/static/OpenSans_Condensed-Italic.ttf


BIN
fonts/Open_Sans/static/OpenSans_Condensed-Light.ttf


BIN
fonts/Open_Sans/static/OpenSans_Condensed-LightItalic.ttf


BIN
fonts/Open_Sans/static/OpenSans_Condensed-Medium.ttf


BIN
fonts/Open_Sans/static/OpenSans_Condensed-MediumItalic.ttf


BIN
fonts/Open_Sans/static/OpenSans_Condensed-Regular.ttf


BIN
fonts/Open_Sans/static/OpenSans_Condensed-SemiBold.ttf


BIN
fonts/Open_Sans/static/OpenSans_Condensed-SemiBoldItalic.ttf


BIN
fonts/Open_Sans/static/OpenSans_SemiCondensed-Bold.ttf


BIN
fonts/Open_Sans/static/OpenSans_SemiCondensed-BoldItalic.ttf


BIN
fonts/Open_Sans/static/OpenSans_SemiCondensed-ExtraBold.ttf


BIN
fonts/Open_Sans/static/OpenSans_SemiCondensed-ExtraBoldItalic.ttf


BIN
fonts/Open_Sans/static/OpenSans_SemiCondensed-Italic.ttf


BIN
fonts/Open_Sans/static/OpenSans_SemiCondensed-Light.ttf


BIN
fonts/Open_Sans/static/OpenSans_SemiCondensed-LightItalic.ttf


BIN
fonts/Open_Sans/static/OpenSans_SemiCondensed-Medium.ttf


BIN
fonts/Open_Sans/static/OpenSans_SemiCondensed-MediumItalic.ttf


BIN
fonts/Open_Sans/static/OpenSans_SemiCondensed-Regular.ttf


BIN
fonts/Open_Sans/static/OpenSans_SemiCondensed-SemiBold.ttf


BIN
fonts/Open_Sans/static/OpenSans_SemiCondensed-SemiBoldItalic.ttf


+ 15 - 15
index.html

@@ -5433,7 +5433,7 @@
                             <img src="./images/home_page/home-banner.png" alt="">
                             <img src="./images/home_page/home-banner.png" alt="">
                         </div>
                         </div>
                     </div>
                     </div>
-                  </div>
+                </div>
             </div>
             </div>
     
     
         </section>
         </section>
@@ -5506,8 +5506,8 @@
                             </div>
                             </div>
                         </div>
                         </div>
                     </div>
                     </div>
-                    <div class="swiper-button-next"></div>
-                    <div class="swiper-button-prev"></div>
+                    <!-- <div class="swiper-button-next"></div>
+                    <div class="swiper-button-prev"></div> -->
                 </div>
                 </div>
             </div>
             </div>
         </section>
         </section>
@@ -5565,7 +5565,7 @@
                                 <div class="row">
                                 <div class="row">
 
 
                                     <div class="col-md-3 product-single">
                                     <div class="col-md-3 product-single">
-                                        <div class="product rounded-1 px-2 py-2 text-start">
+                                        <div class="product rounded-1 px-3 py-3 text-start">
                 
                 
                                             <!-- product image -->
                                             <!-- product image -->
                                             <a href="./product-details.html">
                                             <a href="./product-details.html">
@@ -5625,7 +5625,7 @@
                                     </div>
                                     </div>
 
 
                                     <div class="col-md-3 product-single">
                                     <div class="col-md-3 product-single">
-                                        <div class=" product rounded-1 px-2 py-2 text-start">
+                                        <div class=" product rounded-1 px-3 py-3 text-start">
                 
                 
                                             <!-- product image -->
                                             <!-- product image -->
                                             <a href="./product-details.html">
                                             <a href="./product-details.html">
@@ -5685,7 +5685,7 @@
                                     </div>
                                     </div>
 
 
                                     <div class="col-md-3 product-single">
                                     <div class="col-md-3 product-single">
-                                        <div class=" product rounded-1 px-2 py-2 text-start">
+                                        <div class=" product rounded-1 px-3 py-3 text-start">
                 
                 
                                             <!-- product image -->
                                             <!-- product image -->
                                             <a href="./product-details.html">
                                             <a href="./product-details.html">
@@ -5745,7 +5745,7 @@
                                     </div>
                                     </div>
 
 
                                     <div class="col-md-3 product-single">
                                     <div class="col-md-3 product-single">
-                                        <div class=" product rounded-1 px-2 py-2 text-start">
+                                        <div class=" product rounded-1 px-3 py-3 text-start">
                 
                 
                                             <!-- product image -->
                                             <!-- product image -->
                                             <a href="./product-details.html">
                                             <a href="./product-details.html">
@@ -5805,7 +5805,7 @@
                                     </div>
                                     </div>
 
 
                                     <div class="col-md-3 product-single d-none d-xl-block">
                                     <div class="col-md-3 product-single d-none d-xl-block">
-                                        <div class=" product rounded-1 px-2 py-2 text-start">
+                                        <div class=" product rounded-1 px-3 py-3 text-start">
                 
                 
                                             <!-- product image -->
                                             <!-- product image -->
                                             <a href="./product-details.html">
                                             <a href="./product-details.html">
@@ -5891,7 +5891,7 @@
             <div class="container">
             <div class="container">
                 <div class="row align-items-center border border-1">
                 <div class="row align-items-center border border-1">
                     <div class="col-12 col-lg-5">
                     <div class="col-12 col-lg-5">
-                        <img class="w-100" src="./images/home_page/looking-for-product.png" alt="">
+                        <img class="w-100 mt-3 mb-3" src="./images/home_page/looking-for-product.png" alt="">
                     </div>
                     </div>
                     <div class="col-12 col-lg-7 mt-3">
                     <div class="col-12 col-lg-7 mt-3">
                         <div class="title">
                         <div class="title">
@@ -5902,7 +5902,7 @@
                             We've got beauty, all wrapped up. Check out our recommended absolute must haves this winter to take the best care of your
                             We've got beauty, all wrapped up. Check out our recommended absolute must haves this winter to take the best care of your
                         </p>
                         </p>
                         <div class="mt-5 text-center pb-4 ">
                         <div class="mt-5 text-center pb-4 ">
-                            <a href="#" class="discover-more btn-black px-4 py-3 px-lg-5 py-lg-3 ">
+                            <a href="#" class="discover-more btn-black">
                                 DISCOVER MORE
                                 DISCOVER MORE
                             </a>
                             </a>
                         </div>
                         </div>
@@ -5914,7 +5914,7 @@
     
     
         <!-- new arrivals -->
         <!-- new arrivals -->
         <section id="new-arrivals" class="my-5 ">
         <section id="new-arrivals" class="my-5 ">
-            <div class="container mt-5 position-relative">
+            <div class="container mt-5 pb-5 pb-lg-0 position-relative">
                 <div class="row">
                 <div class="row">
                     <div class="d-flex align-items-start justify-content-center justify-content-lg-end">
                     <div class="d-flex align-items-start justify-content-center justify-content-lg-end">
                         <div class="flex-fill">
                         <div class="flex-fill">
@@ -5928,7 +5928,7 @@
                 </div>
                 </div>
                 <div class="row">
                 <div class="row">
                     <div class="col-md-3 product-single">
                     <div class="col-md-3 product-single">
-                        <div class=" product rounded-1 px-2 py-2 text-start">
+                        <div class=" product rounded-1 px-3 py-3 text-start">
     
     
                             <!-- product image -->
                             <!-- product image -->
                             <a href="./product-details.html">
                             <a href="./product-details.html">
@@ -6264,7 +6264,7 @@
                                                 Join our facebook live for exclusive tips and beauty secrets along with the chance to win exciting prizes and discount vouchers.
                                                 Join our facebook live for exclusive tips and beauty secrets along with the chance to win exciting prizes and discount vouchers.
                                             </p>
                                             </p>
                                             <div class="mt-5 text-center">
                                             <div class="mt-5 text-center">
-                                                <a href="#" class="discover-more btn-black px-3 py-2 px-lg-4 py-lg-3">
+                                                <a href="#" class="discover-more btn-black">
                                                     DISCOVER MORE
                                                     DISCOVER MORE
                                                 </a>
                                                 </a>
                                             </div>
                                             </div>
@@ -6292,7 +6292,7 @@
                                                 Join our facebook live for exclusive tips and beauty secrets along with the chance to win exciting prizes and discount vouchers.
                                                 Join our facebook live for exclusive tips and beauty secrets along with the chance to win exciting prizes and discount vouchers.
                                             </p>
                                             </p>
                                             <div class="mt-5 text-center">
                                             <div class="mt-5 text-center">
-                                                <a href="#" class="discover-more btn-black px-3 py-2 px-lg-4 py-lg-3">
+                                                <a href="#" class="discover-more btn-black">
                                                     DISCOVER MORE
                                                     DISCOVER MORE
                                                 </a>
                                                 </a>
                                             </div>
                                             </div>
@@ -6618,7 +6618,7 @@
                             We've got beauty, all wrapped up. Check out our recommended absolute must haves this winter to take the best care of your
                             We've got beauty, all wrapped up. Check out our recommended absolute must haves this winter to take the best care of your
                         </p>
                         </p>
                         <div class="mt-3 mt-lg-5 text-center">
                         <div class="mt-3 mt-lg-5 text-center">
-                            <a href="#" class="discover-more btn-black py-2 px-3 py-lg-3 px-lg-4">
+                            <a href="#" class="discover-more btn-black">
                                 DISCOVER MORE
                                 DISCOVER MORE
                             </a>
                             </a>
                         </div>
                         </div>