Нет описания
Вы не можете выбрать более 25 тем Темы должны начинаться с буквы или цифры, могут содержать дефисы(-) и должны содержать не более 35 символов.

style.scss 5.0KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210
  1. /*-----------------------------------------------------------------------------------
  2. Template Name: Looki - Beauty & Cosmetics eCommerce Bootstrap 5 Template
  3. Template URI: site.com
  4. Description: Looki - Beauty & Cosmetics eCommerce Bootstrap 5 Template
  5. Author: Hastech
  6. Author URI: site.com
  7. Version: 1.0
  8. -----------------------------------------------------------------------------------
  9. CSS INDEX
  10. ===================
  11. [ 01. Theme default CSS ]
  12. [ 02. header CSS ]
  13. [ 02.1 header sticky CSS ]
  14. [ 02.2 search-form CSS ]
  15. [ 02.3 cart-links CSS ]
  16. [ 02.4 offcanvas-menu-toggler CSS ]
  17. [ 02.5 offcanvas CSS ]
  18. [ 02.6 offcanvas-cart CSS ]
  19. [ 02.7 all-ctry-menu CSS ]
  20. [ 03. main-slider CSS ]
  21. [ 03.1 banner CSS ]
  22. [ 03.2 bread-crumbs CSS ]
  23. [ 04. tabs-slider CSS ]
  24. [ 05. product-slider CSS ]
  25. [ 06. popular-slider CSS ]
  26. [ 07. featured-slider CSS ]
  27. [ 08. single-product-sync CSS ]
  28. [ 09. single-product-sync-nav CSS ]
  29. [ 09.1 single-product CSS ]
  30. [ 10. blog-slider CSS ]
  31. [ 11. brand-slider CSS ]
  32. [ 12. slick arrow dots CSS ]
  33. [ 13. product-tags CSS ]
  34. [ 14. counter CSS ]
  35. [ 15. check-box CSS ]
  36. [ 16. static-media CSS ]
  37. [ 17. media CSS ]
  38. [ 18. pagination CSS ]
  39. [ 19. modal CSS ]
  40. [ 20. Footer CSS ]
  41. [ 21. footer CSS ]
  42. [ 22. scroll-up CSS ]
  43. [ 23. pages ]
  44. [ 23.1 blogPages ]
  45. [ 23.2 shopPages ]
  46. [ 23.3 about-us ]
  47. [ 23.4 whishlist ]
  48. [ 23.5 contact-us ]
  49. [ 23.6 account ]
  50. [ 23.7 check-out ]
  51. [ 23.8 compare ]
  52. [ 23.9 map ]
  53. -----------------------------------------------------------------------------------*/
  54. // Base variables
  55. @import "./base/variables";
  56. //mixins
  57. @import "./base/mixins";
  58. //functions
  59. @import "./base/functions";
  60. //base
  61. /****************************
  62. [ 01. Theme default CSS ]
  63. *****************************/
  64. @import "./base/base";
  65. //placeholder
  66. @import "./base/placeholder";
  67. //overlay
  68. @import "./base/overlay";
  69. //overlay
  70. @import "./components/back-drop-search/back-drop-search";
  71. //background-&-colors
  72. @import "./base/background-&-colors";
  73. //spacer
  74. @import "./base/spacer";
  75. //buttons Components
  76. @import "./components/buttons/buttons";
  77. //title-section
  78. @import "./components/title-section/title-section";
  79. // badge
  80. @import "./components/badge/badge";
  81. // header
  82. /****************************
  83. [ 02. header CSS ]
  84. *****************************/
  85. @import "./layout/header/header";
  86. //sticky
  87. /****************************
  88. [ 02.1 header sticky CSS ]
  89. *****************************/
  90. @import "./components/sticky-header/sticky-header";
  91. // search form
  92. /****************************
  93. [ 02.2 search-form CSS ]
  94. *****************************/
  95. @import "./components/forms/search-form/search-form";
  96. //cart-links
  97. /****************************
  98. [ 02.3 cart-links CSS ]
  99. *****************************/
  100. @import "./components/cart-links/cart-links";
  101. // offcanvas-menu-toggler
  102. /***********************************
  103. [ 02.4 offcanvas-menu-toggler CSS ]
  104. ************************************/
  105. @import "./components/offcanvas-menu-toggler/offcanvas-menu-toggler";
  106. //offcanvas
  107. /****************************
  108. [ 02.5 offcanvas CSS ]
  109. *****************************/
  110. @import "./components/offcanvas/offcanvas";
  111. //offcanvas-cart
  112. /****************************
  113. [ 02.6 offcanvas-cart CSS ]
  114. *****************************/
  115. @import "./components/offcanvas-cart/offcanvas-cart";
  116. // all-ctry-menu
  117. /****************************
  118. [ 02.7 all-ctry-menu CSS ]
  119. *****************************/
  120. @import "./components/all-ctry-menu/all-ctry-menu";
  121. //main-content
  122. @import "./layout/main-content/main-content";
  123. /************************************
  124. [ 09.1 single-product CSS ]
  125. *************************************/
  126. @import "./pages/single-product";
  127. /****************************
  128. [ 21. footer CSS ]
  129. *****************************/
  130. //footer
  131. @import "./layout/footer/footer";
  132. /****************************
  133. [ 22. scroll-up CSS ]
  134. *****************************/
  135. @import "./components/scroll-up/scroll-up";
  136. /****************************
  137. [ 23. pages ]
  138. *****************************/
  139. /****************************
  140. [ 23.1 blogPages ]
  141. *****************************/
  142. @import "./pages/blogPages/blog";
  143. /****************************
  144. [ 23.2 shopPages ]
  145. *****************************/
  146. @import "./pages/shopPages/shop";
  147. /****************************
  148. [ 23.3 about-us ]
  149. *****************************/
  150. @import "./pages/about-us";
  151. /****************************
  152. [ 23.4 whishlist ]
  153. *****************************/
  154. @import "./pages/whishlist";
  155. /****************************
  156. [ 23.5 contact-us ]
  157. *****************************/
  158. @import "./pages/contact-us";
  159. /****************************
  160. [ 23.6 account ]
  161. *****************************/
  162. @import "./pages/account";
  163. /****************************
  164. [ 23.7 check-out ]
  165. *****************************/
  166. @import "./pages/check-out";
  167. /****************************
  168. [ 23.8 compare ]
  169. *****************************/
  170. @import "./pages/compare";
  171. /****************************
  172. [ 23.9 map ]
  173. *****************************/
  174. @import "./pages/map";