tabexseriescomponents 0.0.706 → 0.0.708

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (348) hide show
  1. package/package.json +1 -1
  2. package/srcoman/Contexts/LanguageContext.jsx +408 -0
  3. package/srcoman/Contexts/ProductsCardsSectionContext.jsx +36 -0
  4. package/srcoman/Imagekitconfig.jsx +46 -0
  5. package/srcoman/StylesJS/Customstyles.js +345 -0
  6. package/srcoman/TabexComponents/Cards/CTAProductCard/CTAProductCard.jsx +376 -0
  7. package/srcoman/TabexComponents/Cards/Card20/Card20.jsx +298 -0
  8. package/srcoman/TabexComponents/Cards/Card21/Card21.jsx +388 -0
  9. package/srcoman/TabexComponents/Cards/Card22/Card22.jsx +288 -0
  10. package/srcoman/TabexComponents/Cards/Card23/Card23 copy.jsx +1630 -0
  11. package/srcoman/TabexComponents/Cards/Card23/Card23.jsx +742 -0
  12. package/srcoman/TabexComponents/Cards/CardAll/CardAll.jsx +453 -0
  13. package/srcoman/TabexComponents/Cards/CardBadgeSlideFromTop/CardBadgeSlideFromTop.jsx +394 -0
  14. package/srcoman/TabexComponents/Cards/CardWithTextOnly/CardWithTextOnly.jsx +70 -0
  15. package/srcoman/TabexComponents/Cards/CategoryCardTextOnImage/CategoryCardTextOnImage.jsx +211 -0
  16. package/srcoman/TabexComponents/Cards/CategoryCardwithhoveraction/CategoryCardwithhoveraction.jsx +255 -0
  17. package/srcoman/TabexComponents/Cards/Categorycard_fullimage/Categorycard_fullimage.jsx +235 -0
  18. package/srcoman/TabexComponents/Cards/Categorycard_slidebgscaled/Categorycard_slidebgscaled.jsx +199 -0
  19. package/srcoman/TabexComponents/Cards/Categorycard_with_trianglebg/Categorycard_with_trianglebg.jsx +182 -0
  20. package/srcoman/TabexComponents/Cards/Categorycard_with_twolinestransition/Categorycard_with_twolinestransition.jsx +181 -0
  21. package/srcoman/TabexComponents/Cards/Categorycard_withshapes/Categorycard_withshapes.jsx +161 -0
  22. package/srcoman/TabexComponents/Cards/Categorycard_withtext/Categorycard_withtext.jsx +184 -0
  23. package/srcoman/TabexComponents/Cards/CircleCardWithVariants/CircleCardWithVariants.jsx +560 -0
  24. package/srcoman/TabexComponents/Cards/Classiccategorycard/Classiccategorycard copy.jsx +145 -0
  25. package/srcoman/TabexComponents/Cards/Classiccategorycard/Classiccategorycard.jsx +146 -0
  26. package/srcoman/TabexComponents/Cards/Classiccategorycard/ClassiccategorycardOriginal.jsx +142 -0
  27. package/srcoman/TabexComponents/Cards/HorizontalCategoryCard/HorizontalCategoryCard.jsx +193 -0
  28. package/srcoman/TabexComponents/Cards/Horizontalcard/Horizontalcard.jsx +409 -0
  29. package/srcoman/TabexComponents/Cards/MenuCard/MenuCard.jsx +732 -0
  30. package/srcoman/TabexComponents/Cards/ModernCardWithQuantityButton/ModernCardWithQuantityButton.jsx +468 -0
  31. package/srcoman/TabexComponents/Cards/ModernProductCard/ModernProductCard.jsx +593 -0
  32. package/srcoman/TabexComponents/Cards/Moderncategorycard/Moderncategorycard.jsx +208 -0
  33. package/srcoman/TabexComponents/Cards/NewProductcard/NewProductcard copy.jsx +497 -0
  34. package/srcoman/TabexComponents/Cards/NewProductcard/NewProductcard.jsx +512 -0
  35. package/srcoman/TabexComponents/Cards/ProductCardWithTextOnImage/ProductCardWithTextOnImage.jsx +304 -0
  36. package/srcoman/TabexComponents/Cards/Productcard6/Productcard6.jsx +257 -0
  37. package/srcoman/TabexComponents/Cards/Productcard7/Productcard7.jsx +277 -0
  38. package/srcoman/TabexComponents/Cards/Productcard_animatedbuttons/Productcard_animatedbuttons.jsx +352 -0
  39. package/srcoman/TabexComponents/Cards/Productcard_with_circularbg/Productcard_with_circularbg.jsx +291 -0
  40. package/srcoman/TabexComponents/Cards/Productcard_with_circularhover/Productcard_with_circularhover.jsx +315 -0
  41. package/srcoman/TabexComponents/Cards/Productcard_with_slideanimation/Productcard_with_slideanimation.jsx +327 -0
  42. package/srcoman/TabexComponents/Cards/Productcard_with_variants/Productcard_with_variants copy.jsx +408 -0
  43. package/srcoman/TabexComponents/Cards/Productcard_with_variants/Productcard_with_variants.jsx +528 -0
  44. package/srcoman/TabexComponents/Cards/Productcard_with_zoominonhover/Productcard_with_zoominonhover.jsx +558 -0
  45. package/srcoman/TabexComponents/Cards/Productcarddefault/Productcarddefault.jsx +275 -0
  46. package/srcoman/TabexComponents/Cards/Productccard_with_imageontopleft/Productccard_with_imageontopleft.jsx +286 -0
  47. package/srcoman/TabexComponents/Cards/Prouductcard_with_zoomhover/Prouductcard_with_zoomhover.jsx +137 -0
  48. package/srcoman/TabexComponents/Cards/QuantityButtonBasedProductCard/QuantityButtonBasedProductCard.jsx +613 -0
  49. package/srcoman/TabexComponents/Cards/ServiceCard/ServiceCard.jsx +413 -0
  50. package/srcoman/TabexComponents/Cards/Simplecategorycardwithtextbelow/Simplecategorycardwithtextbelow.jsx +225 -0
  51. package/srcoman/TabexComponents/Cards/Simpleproductcard/Simpleproductcard copy 2.jsx +525 -0
  52. package/srcoman/TabexComponents/Cards/Simpleproductcard/Simpleproductcard copy.jsx +455 -0
  53. package/srcoman/TabexComponents/Cards/Simpleproductcard/Simpleproductcard.jsx +905 -0
  54. package/srcoman/TabexComponents/Cards/StylishProductCard/StylishProductCard.jsx +337 -0
  55. package/srcoman/TabexComponents/Cards/TwoWayServiceSectionWithImage/TwoWayServiceSectionWithImage.jsx +347 -0
  56. package/srcoman/TabexComponents/Cards/UpSlideEffectCard/UpSlideEffectCard.jsx +605 -0
  57. package/srcoman/TabexComponents/Cards/UserCardWithSocialMediaOnHover/UserCardWithSocialMediaOnHover.jsx +185 -0
  58. package/srcoman/TabexComponents/Footer/Allinonefooter/Allinonefooter.jsx +528 -0
  59. package/srcoman/TabexComponents/Footer/Footer1/Footer1.jsx +780 -0
  60. package/srcoman/TabexComponents/Footer/Footer2/Footer2.jsx +527 -0
  61. package/srcoman/TabexComponents/Footer/Footer3/Footer3.jsx +411 -0
  62. package/srcoman/TabexComponents/Footer/Footer4/Footer4.jsx +466 -0
  63. package/srcoman/TabexComponents/Footer/Footer5/Footer5.jsx +714 -0
  64. package/srcoman/TabexComponents/Footer/Footer6/Footer6.jsx +290 -0
  65. package/srcoman/TabexComponents/Footer/Footer7/Footer7.jsx +428 -0
  66. package/srcoman/TabexComponents/Footer/Footer8/Footer8.jsx +533 -0
  67. package/srcoman/TabexComponents/Footer/FooterWithThreeColumns/FooterWithThreeColumns.jsx +330 -0
  68. package/srcoman/TabexComponents/Footer/ModernFooter/ModernFooter.jsx +562 -0
  69. package/srcoman/TabexComponents/Footer/Newsletterfooter/Newsletterfooter.jsx +865 -0
  70. package/srcoman/TabexComponents/Footer/Newsletterincenter/Newsletterincenter.jsx +647 -0
  71. package/srcoman/TabexComponents/Footer/PrivacyPolicy/PrivacyPolicy.jsx +110 -0
  72. package/srcoman/TabexComponents/Footer/Simplefooter/Simplefooter.jsx +316 -0
  73. package/srcoman/TabexComponents/Generalfiles/images/egyptflag.png +0 -0
  74. package/srcoman/TabexComponents/Generalfiles/images/noimage.png +0 -0
  75. package/srcoman/TabexComponents/Generalfiles/images/payment/cod.png +0 -0
  76. package/srcoman/TabexComponents/Generalfiles/images/payment/fawry.png +0 -0
  77. package/srcoman/TabexComponents/Generalfiles/images/payment/payment.png +0 -0
  78. package/srcoman/TabexComponents/Generalfiles/images/payment/paymob.png +0 -0
  79. package/srcoman/TabexComponents/Generalfiles/images/payment/paypal.png +0 -0
  80. package/srcoman/TabexComponents/Generalfiles/images/payment/visa.png +0 -0
  81. package/srcoman/TabexComponents/Generalfiles/images/shoppingcart.png +0 -0
  82. package/srcoman/TabexComponents/Generalfiles/images/tabexlogo.png +0 -0
  83. package/srcoman/TabexComponents/Generalfiles/images/unknownmaleuser.png +0 -0
  84. package/srcoman/TabexComponents/Generalfiles/images/usflag.png +0 -0
  85. package/srcoman/TabexComponents/Generalfiles/images/whatsapp.png +0 -0
  86. package/srcoman/TabexComponents/Headers/CTAHeader/CTAHeader.jsx +1259 -0
  87. package/srcoman/TabexComponents/Headers/CategoryFeaturingHeader/CategoryFeaturingHeader.jsx +1049 -0
  88. package/srcoman/TabexComponents/Headers/CenteredLogoHeaderWithSlider/CenteredLogoHeaderWithSlider.jsx +1040 -0
  89. package/srcoman/TabexComponents/Headers/ClassicHeader/ClassicHeader.jsx +1263 -0
  90. package/srcoman/TabexComponents/Headers/DownloadApp/DownloadApp.jsx +76 -0
  91. package/srcoman/TabexComponents/Headers/ElegantHeader/ElegantHeader.jsx +894 -0
  92. package/srcoman/TabexComponents/Headers/Gotoheader/Gotoheader.jsx +831 -0
  93. package/srcoman/TabexComponents/Headers/Header4/Header4.jsx +622 -0
  94. package/srcoman/TabexComponents/Headers/Header8/Header8 copy.jsx +1026 -0
  95. package/srcoman/TabexComponents/Headers/Header8/Header8.jsx +1976 -0
  96. package/srcoman/TabexComponents/Headers/HeaderRestaurant/HeaderRestaurant.jsx +776 -0
  97. package/srcoman/TabexComponents/Headers/HeaderWithAdSlider/HeaderWithAdSlider.jsx +927 -0
  98. package/srcoman/TabexComponents/Headers/HeaderWithSearchOnCenter/HeaderWithSearchOnCenter.jsx +704 -0
  99. package/srcoman/TabexComponents/Headers/HeaderWithUtilityBar/HeaderWithUtilityBar.jsx +902 -0
  100. package/srcoman/TabexComponents/Headers/Header_threesectionslogocentered/Header_threesectionslogocentered.jsx +953 -0
  101. package/srcoman/TabexComponents/Headers/Headerresponsive/Headerresponsive.jsx +1562 -0
  102. package/srcoman/TabexComponents/Headers/Headerresponsive/Headerresponsive11-1.jsx +1201 -0
  103. package/srcoman/TabexComponents/Headers/Headerresponsive/HeaderresponsiveOriginal.jsx +990 -0
  104. package/srcoman/TabexComponents/Headers/Headerresponsive/HeaderresponsiveStyle2 copy.jsx +1639 -0
  105. package/srcoman/TabexComponents/Headers/Headerresponsive/HeaderresponsiveStyle2.jsx +1610 -0
  106. package/srcoman/TabexComponents/Headers/Headerresponsive/Headerresponsivenew.jsx +1327 -0
  107. package/srcoman/TabexComponents/Headers/HeaderwithContactinfo/HeaderwithContactinfo.jsx +934 -0
  108. package/srcoman/TabexComponents/Headers/MarqueeHeader/MarqueeHeader.jsx +78 -0
  109. package/srcoman/TabexComponents/Headers/Modernheader/Modernheader.jsx +972 -0
  110. package/srcoman/TabexComponents/Headers/SearchCenteredHeader/SearchCenteredHeader.jsx +778 -0
  111. package/srcoman/TabexComponents/Headers/SearchFocusedHeader/SearchFocusedHeader.jsx +1159 -0
  112. package/srcoman/TabexComponents/Headers/Simpleheader/Simpleheader.jsx +1073 -0
  113. package/srcoman/TabexComponents/Headers/SocialMediaSection/SocialMediaSection.jsx +133 -0
  114. package/srcoman/TabexComponents/Headers/StylishHeader/StylishHeader.jsx +854 -0
  115. package/srcoman/TabexComponents/Headers/Subheader/Subheader.jsx +863 -0
  116. package/srcoman/TabexComponents/Headers/Subheader/Subheader13-3.jsx +685 -0
  117. package/srcoman/TabexComponents/Headers/Subheader/SubheaderOriginal.jsx +517 -0
  118. package/srcoman/TabexComponents/Headers/Subheader/Subheadernew.jsx +555 -0
  119. package/srcoman/TabexComponents/Headers/ThreeTieredHeader/ThreeTieredHeader.jsx +1042 -0
  120. package/srcoman/TabexComponents/Headers/TwoTieredHeader/TwoTieredHeader.jsx +1089 -0
  121. package/srcoman/TabexComponents/Headers/TwoTieredWithCenteredLogoHeader/TwoTieredWithCenteredLogoHeader.jsx +936 -0
  122. package/srcoman/TabexComponents/Sections/BackgroundImages/BacgroundThreeImageWithCategories/BacgroundThreeImageWithCategories.jsx +533 -0
  123. package/srcoman/TabexComponents/Sections/BackgroundImages/BackgroundFiveImageStructure/BackgroundFiveImageStructure.jsx +338 -0
  124. package/srcoman/TabexComponents/Sections/BackgroundImages/BackgroundImageWithTopContent/BackgroundImageWithTopContent.jsx +870 -0
  125. package/srcoman/TabexComponents/Sections/BackgroundImages/BackgroundSectionWithServicesCards/BackgroundSectionWithServicesCards.jsx +302 -0
  126. package/srcoman/TabexComponents/Sections/BackgroundImages/Backgroundimage1/Backgroundimage1.jsx +314 -0
  127. package/srcoman/TabexComponents/Sections/BackgroundImages/Backgroundimage_with_toppill/Backgroundimage_with_toppill.jsx +318 -0
  128. package/srcoman/TabexComponents/Sections/BackgroundImages/BackgroundimageandTextsection/BackgroundimageandTextsection.jsx +179 -0
  129. package/srcoman/TabexComponents/Sections/BackgroundImages/Bgimagewithsearchbar/Bgimagewithsearchbar.jsx +201 -0
  130. package/srcoman/TabexComponents/Sections/BackgroundImages/CollapsableSection/CollapsableSection.jsx +393 -0
  131. package/srcoman/TabexComponents/Sections/BackgroundImages/DynamicForm/DynamicForm copy 2.jsx +583 -0
  132. package/srcoman/TabexComponents/Sections/BackgroundImages/DynamicForm/DynamicForm copy.jsx +291 -0
  133. package/srcoman/TabexComponents/Sections/BackgroundImages/DynamicForm/DynamicForm.jsx +627 -0
  134. package/srcoman/TabexComponents/Sections/BackgroundImages/DynamicForm/habal +348 -0
  135. package/srcoman/TabexComponents/Sections/BackgroundImages/Filterwithcategoriespcoll/Filterwithcategoriespcoll.jsx +387 -0
  136. package/srcoman/TabexComponents/Sections/BackgroundImages/FullVideoSection/FullVideoSection.jsx +268 -0
  137. package/srcoman/TabexComponents/Sections/BackgroundImages/MapsSection/MapsSection.jsx +288 -0
  138. package/srcoman/TabexComponents/Sections/BackgroundImages/Popupcomponent/Popupcomponent.jsx +117 -0
  139. package/srcoman/TabexComponents/Sections/BackgroundImages/Searchcomponent/Searchcomponent.jsx +99 -0
  140. package/srcoman/TabexComponents/Sections/BackgroundImages/Section_with_rightbgcont/Section_with_rightbgcont.jsx +146 -0
  141. package/srcoman/TabexComponents/Sections/BackgroundImages/TextSectionConnectToWA/TextSectionConnectToWA.jsx +462 -0
  142. package/srcoman/TabexComponents/Sections/BackgroundImages/Threebgimages/Threebgimages.jsx +296 -0
  143. package/srcoman/TabexComponents/Sections/BackgroundImages/Twobgimages/Twobgimages copy.jsx +396 -0
  144. package/srcoman/TabexComponents/Sections/BackgroundImages/Twobgimages/Twobgimages.jsx +617 -0
  145. package/srcoman/TabexComponents/Sections/BackgroundImages/VideosSection/VideosSection.jsx +408 -0
  146. package/srcoman/TabexComponents/Sections/Cards/CardsSection/CardsSection copy 2.jsx +1399 -0
  147. package/srcoman/TabexComponents/Sections/Cards/CardsSection/CardsSection copy 3.jsx +1656 -0
  148. package/srcoman/TabexComponents/Sections/Cards/CardsSection/CardsSection copy.jsx +1540 -0
  149. package/srcoman/TabexComponents/Sections/Cards/CardsSection/CardsSection.jsx +1898 -0
  150. package/srcoman/TabexComponents/Sections/Cards/CardsSection/CardsSection13-3.jsx +1596 -0
  151. package/srcoman/TabexComponents/Sections/Cards/CardsSection/CardsSection21-10.jsx +1872 -0
  152. package/srcoman/TabexComponents/Sections/Cards/CardsSection/CardsSection_cosmoandmore.jsx +1880 -0
  153. package/srcoman/TabexComponents/Sections/Cards/CardsSection2/CardsSection2.jsx +726 -0
  154. package/srcoman/TabexComponents/Sections/Cards/CardsSectionwithfilter/CardsSectionwithfilter.jsx +719 -0
  155. package/srcoman/TabexComponents/Sections/Cards/ElegantCategoriesCardSection/ElegantCategoriesCardSection.jsx +406 -0
  156. package/srcoman/TabexComponents/Sections/Cards/ModernCardsSection/ModernCardsSection.jsx +929 -0
  157. package/srcoman/TabexComponents/Sections/Cards/RandomlyStructuredCollectionCards/RandomlyStructuredCollectionCards copy.jsx +646 -0
  158. package/srcoman/TabexComponents/Sections/Cards/RandomlyStructuredCollectionCards/RandomlyStructuredCollectionCards.jsx +962 -0
  159. package/srcoman/TabexComponents/Sections/Cards/Sixverticalcardssection/Sixverticalcardssection.jsx +582 -0
  160. package/srcoman/TabexComponents/Sections/Cards/UsersCardsSection/UsersCardsSection.jsx +383 -0
  161. package/srcoman/TabexComponents/Sections/Slideshow/AboutSection/AboutSection.jsx +342 -0
  162. package/srcoman/TabexComponents/Sections/Slideshow/Backgroundimage_with_topcircle/Backgroundimage_with_topcircle.jsx +161 -0
  163. package/srcoman/TabexComponents/Sections/Slideshow/ContactUsSection/ContactUsSection.jsx +257 -0
  164. package/srcoman/TabexComponents/Sections/Slideshow/Freetextsection/Freetextsection copy.jsx +382 -0
  165. package/srcoman/TabexComponents/Sections/Slideshow/Freetextsection/Freetextsection.jsx +437 -0
  166. package/srcoman/TabexComponents/Sections/Slideshow/Freetextsection/Freetextsection19-11.jsx +757 -0
  167. package/srcoman/TabexComponents/Sections/Slideshow/HorizontalContactUsSection/HorizontalContactUsSection.jsx +346 -0
  168. package/srcoman/TabexComponents/Sections/Slideshow/Image_with_leftwords/Image_with_leftwords.jsx +1769 -0
  169. package/srcoman/TabexComponents/Sections/Slideshow/Image_with_rightwords/Image_with_rightwords.jsx +141 -0
  170. package/srcoman/TabexComponents/Sections/Slideshow/ServiceSectionWithImage/ServiceSectionWithImage.jsx +376 -0
  171. package/srcoman/TabexComponents/Sections/Slideshow/Servicesection/Servicesection.jsx +380 -0
  172. package/srcoman/TabexComponents/Sections/Slideshow/ServicesectionCenteredcards/ServicesectionCenteredcards.jsx +867 -0
  173. package/srcoman/TabexComponents/Sections/Slideshow/Slideshow_with_rotatedsquare/Slideshow_with_rotatedsquare.jsx +226 -0
  174. package/srcoman/TabexComponents/Sections/Slideshow/Slideshow_with_squarebg/Slideshow_with_squarebg.jsx +149 -0
  175. package/srcoman/TabexComponents/Sections/Slideshow/Slideshowdifferentanimations/Slideshowdifferentanimations.jsx +143 -0
  176. package/srcoman/TabexComponents/Sections/Slideshow/Slideshowfade/Slideshowfade copy.jsx +634 -0
  177. package/srcoman/TabexComponents/Sections/Slideshow/Slideshowfade/Slideshowfade.jsx +520 -0
  178. package/srcoman/TabexComponents/Sections/Slideshow/Slideshowslide/Slideshowslide copy.jsx +527 -0
  179. package/srcoman/TabexComponents/Sections/Slideshow/Slideshowslide/Slideshowslide.jsx +643 -0
  180. package/srcoman/TabexComponents/Sections/Slideshow/Slideshowslide/SlideshowslideOriginal.jsx +477 -0
  181. package/srcoman/TabexComponents/Sections/Slideshow/Slideshowslide/SlideshowslideRecent.jsx +1217 -0
  182. package/srcoman/TabexComponents/Sections/Slideshow/Slideshowslide/Slideshowslideoriginal8-5.jsx +614 -0
  183. package/srcoman/TabexComponents/Sections/Slideshow/Slideshowzoom/Arrow.jsx +91 -0
  184. package/srcoman/TabexComponents/Sections/Slideshow/Slideshowzoom/Slideshowzoom copy.jsx +380 -0
  185. package/srcoman/TabexComponents/Sections/Slideshow/Slideshowzoom/Slideshowzoom.jsx +619 -0
  186. package/srcoman/TabexComponents/Sections/Slideshow/ThreeSectionsWithSlideshow/ThreeSectionsWithSlideshow copy.jsx +284 -0
  187. package/srcoman/TabexComponents/Sections/Slideshow/ThreeSectionsWithSlideshow/ThreeSectionsWithSlideshow.jsx +614 -0
  188. package/srcoman/TabexComponents/Sections/Slideshow/TwoWayServiceSectionWithImage/TwoWayServiceSectionWithImage.jsx +402 -0
  189. package/srcoman/TabexComponents/StaticPages/AccountInformation/AccountInformation.jsx +199 -0
  190. package/srcoman/TabexComponents/StaticPages/AddReview/AddReview.jsx +304 -0
  191. package/srcoman/TabexComponents/StaticPages/Afiiliatesignup/Afiiliatesignup.jsx +321 -0
  192. package/srcoman/TabexComponents/StaticPages/CartSlider/CartSlider.jsx +797 -0
  193. package/srcoman/TabexComponents/StaticPages/Categoriesdropdown/Categoriesdropdown.jsx +460 -0
  194. package/srcoman/TabexComponents/StaticPages/Checkout/Checkout copy.jsx +1306 -0
  195. package/srcoman/TabexComponents/StaticPages/Checkout/Checkout.jsx +1892 -0
  196. package/srcoman/TabexComponents/StaticPages/Checkout/Checkout10-1.jsx +1633 -0
  197. package/srcoman/TabexComponents/StaticPages/Checkout/Checkout26-9.jsx +1593 -0
  198. package/srcoman/TabexComponents/StaticPages/Checkout/Checkout9-9.jsx +1574 -0
  199. package/srcoman/TabexComponents/StaticPages/Filter/CollectionsFilterHorizontal.jsx +245 -0
  200. package/srcoman/TabexComponents/StaticPages/Filter/Filter copy 2.jsx +2888 -0
  201. package/srcoman/TabexComponents/StaticPages/Filter/Filter copy.jsx +1450 -0
  202. package/srcoman/TabexComponents/StaticPages/Filter/Filter.jsx +2771 -0
  203. package/srcoman/TabexComponents/StaticPages/Filter/Filter1-5.jsx +2624 -0
  204. package/srcoman/TabexComponents/StaticPages/Filter/Filter13-11.jsx +2758 -0
  205. package/srcoman/TabexComponents/StaticPages/Filter/Filter14-8.jsx +2753 -0
  206. package/srcoman/TabexComponents/StaticPages/Filter/Filter17-9.jsx +1495 -0
  207. package/srcoman/TabexComponents/StaticPages/Filter/VariantFilter.jsx +1271 -0
  208. package/srcoman/TabexComponents/StaticPages/InnerGroups/InnerGroups.jsx +62 -0
  209. package/srcoman/TabexComponents/StaticPages/Login/FacebookLoginButton.jsx +50 -0
  210. package/srcoman/TabexComponents/StaticPages/Login/GoogleLoginButton.jsx +35 -0
  211. package/srcoman/TabexComponents/StaticPages/Login/Login copy.jsx +1060 -0
  212. package/srcoman/TabexComponents/StaticPages/Login/Login.jsx +610 -0
  213. package/srcoman/TabexComponents/StaticPages/OrderSuccess/OrderSuccess.jsx +172 -0
  214. package/srcoman/TabexComponents/StaticPages/Ordershistory/Ordershistory.jsx +1584 -0
  215. package/srcoman/TabexComponents/StaticPages/Policies/Policies.jsx +291 -0
  216. package/srcoman/TabexComponents/StaticPages/PrivacyPolicy/PrivacyPolicy.jsx +194 -0
  217. package/srcoman/TabexComponents/StaticPages/Productinfo/Addreviewform.jsx +183 -0
  218. package/srcoman/TabexComponents/StaticPages/Productinfo/AddreviewformOriginal.jsx +128 -0
  219. package/srcoman/TabexComponents/StaticPages/Productinfo/Article_itemtype.jsx +255 -0
  220. package/srcoman/TabexComponents/StaticPages/Productinfo/DescriptionContent.jsx +176 -0
  221. package/srcoman/TabexComponents/StaticPages/Productinfo/ProductExtraFields.jsx +225 -0
  222. package/srcoman/TabexComponents/StaticPages/Productinfo/ProductExtras.jsx +92 -0
  223. package/srcoman/TabexComponents/StaticPages/Productinfo/ProductHeaderPricing.jsx +312 -0
  224. package/srcoman/TabexComponents/StaticPages/Productinfo/ProductReviews.jsx +235 -0
  225. package/srcoman/TabexComponents/StaticPages/Productinfo/Product_itemtype.jsx +1983 -0
  226. package/srcoman/TabexComponents/StaticPages/Productinfo/Product_itemtype10-1.jsx +1554 -0
  227. package/srcoman/TabexComponents/StaticPages/Productinfo/Product_itemtype3-11.jsx +1827 -0
  228. package/srcoman/TabexComponents/StaticPages/Productinfo/Product_itemtype31-3.jsx +1351 -0
  229. package/srcoman/TabexComponents/StaticPages/Productinfo/Product_itemtypeUpdated.jsx +1566 -0
  230. package/srcoman/TabexComponents/StaticPages/Productinfo/Productinfo.jsx +1946 -0
  231. package/srcoman/TabexComponents/StaticPages/Productinfo/Service_itemtype.jsx +1037 -0
  232. package/srcoman/TabexComponents/StaticPages/Productinfo/Serviceinfotabs.jsx +966 -0
  233. package/srcoman/TabexComponents/StaticPages/Productinfo/Variantoptions.jsx +632 -0
  234. package/srcoman/TabexComponents/StaticPages/Productinfo/Variantoptions21-9.jsx +324 -0
  235. package/srcoman/TabexComponents/StaticPages/Productinfo/staticroutersidenav.module.css +145 -0
  236. package/srcoman/TabexComponents/StaticPages/Productinfo4-4/Addreviewform.jsx +183 -0
  237. package/srcoman/TabexComponents/StaticPages/Productinfo4-4/AddreviewformOriginal.jsx +128 -0
  238. package/srcoman/TabexComponents/StaticPages/Productinfo4-4/DescriptionContent.jsx +140 -0
  239. package/srcoman/TabexComponents/StaticPages/Productinfo4-4/ProductExtraFields.jsx +225 -0
  240. package/srcoman/TabexComponents/StaticPages/Productinfo4-4/ProductHeaderPricing.jsx +310 -0
  241. package/srcoman/TabexComponents/StaticPages/Productinfo4-4/ProductReviews.jsx +235 -0
  242. package/srcoman/TabexComponents/StaticPages/Productinfo4-4/Product_itemtype.jsx +1672 -0
  243. package/srcoman/TabexComponents/StaticPages/Productinfo4-4/Product_itemtype10-1.jsx +1554 -0
  244. package/srcoman/TabexComponents/StaticPages/Productinfo4-4/Product_itemtype31-3.jsx +1351 -0
  245. package/srcoman/TabexComponents/StaticPages/Productinfo4-4/Product_itemtypeUpdated.jsx +1566 -0
  246. package/srcoman/TabexComponents/StaticPages/Productinfo4-4/Productinfo.jsx +1804 -0
  247. package/srcoman/TabexComponents/StaticPages/Productinfo4-4/Service_itemtype.jsx +560 -0
  248. package/srcoman/TabexComponents/StaticPages/Productinfo4-4/Serviceinfotabs.jsx +919 -0
  249. package/srcoman/TabexComponents/StaticPages/Productinfo4-4/Variantoptions.jsx +597 -0
  250. package/srcoman/TabexComponents/StaticPages/Productinfo4-4/Variantoptions21-9.jsx +324 -0
  251. package/srcoman/TabexComponents/StaticPages/Productinfo4-4/staticroutersidenav.module.css +145 -0
  252. package/srcoman/TabexComponents/StaticPages/RefundPolicy/RefundPolicy.jsx +194 -0
  253. package/srcoman/TabexComponents/StaticPages/Resetpassword/Resetpassword.jsx +338 -0
  254. package/srcoman/TabexComponents/StaticPages/Searchlist/Searchlist.jsx +359 -0
  255. package/srcoman/TabexComponents/StaticPages/ShippingPolicy/ShippingPolicy.jsx +113 -0
  256. package/srcoman/TabexComponents/StaticPages/Signup/CustomerAddressForm.jsx +277 -0
  257. package/srcoman/TabexComponents/StaticPages/Signup/CustomerInformationForm copy.jsx +1135 -0
  258. package/srcoman/TabexComponents/StaticPages/Signup/CustomerInformationForm.jsx +1364 -0
  259. package/srcoman/TabexComponents/StaticPages/Signup/Signup.jsx +199 -0
  260. package/srcoman/TabexComponents/StaticPages/Staticpagesrouter/Staticpagesrouter.jsx +292 -0
  261. package/srcoman/TabexComponents/StaticPages/TermsConditions/TermsConditions.jsx +113 -0
  262. package/srcoman/TabexComponents/StaticPages/VendorPage/VendorPage.jsx +162 -0
  263. package/srcoman/TabexComponents/StaticPages/Viewcart/Viewcart 10-10.jsx +765 -0
  264. package/srcoman/TabexComponents/StaticPages/Viewcart/Viewcart.jsx +786 -0
  265. package/srcoman/TabexComponents/StaticPages/Viewcart/Viewcart26-9.jsx +786 -0
  266. package/srcoman/TabexComponents/StaticPages/Viewcart/ViewcartOriginal.jsx +786 -0
  267. package/srcoman/TabexComponents/StaticPages/Viewcart/ViewcartUpdated.jsx +1425 -0
  268. package/srcoman/TabexComponents/StaticPages/Wishlist/Wishlist.jsx +844 -0
  269. package/srcoman/TabexComponents/StaticPages/Wishlist/Wishlist25-4.jsx +555 -0
  270. package/srcoman/TabexComponents/StaticPages/Wishlist/Wishlist26-9.jsx +555 -0
  271. package/srcoman/TabexComponents/StaticPages/Wishlist/WishlistOriginal.jsx +555 -0
  272. package/srcoman/TabexComponents/StaticPages/Wishlist/WishlistUpdated.jsx +815 -0
  273. package/srcoman/button.jsx +40 -0
  274. package/srcoman/index.jsx +334 -0
  275. package/srcoman/styles/Home.module.css +129 -0
  276. package/srcoman/styles/cards/Categorcycard_fullimage.module.css +14 -0
  277. package/srcoman/styles/cards/Categorycard_slidebgscaled.module.css +73 -0
  278. package/srcoman/styles/cards/Categorycard_withshapes.module.css +189 -0
  279. package/srcoman/styles/cards/ModernCardWithQuantityButton.module.css +30 -0
  280. package/srcoman/styles/cards/Productcard6.module.css +9 -0
  281. package/srcoman/styles/cards/Productccard_with_zoominonhover.module.css +51 -0
  282. package/srcoman/styles/cards/Prouductcard_with_zoomhover.module.css +61 -0
  283. package/srcoman/styles/cards/UserCardWithSocialMediaOnHover.module.css +65 -0
  284. package/srcoman/styles/cards/card23.module.css +60 -0
  285. package/srcoman/styles/cards/categorycard.module.css +84 -0
  286. package/srcoman/styles/cards/categorycard3.module.css +50 -0
  287. package/srcoman/styles/cards/categorycardwithtext.module.css +40 -0
  288. package/srcoman/styles/cards/generalCardsStyles.module.css +79 -0
  289. package/srcoman/styles/cards/productcard_animatedbuttons.module.css +139 -0
  290. package/srcoman/styles/cards/productcard_with_textonhover.module.css +18 -0
  291. package/srcoman/styles/cards/productcard_withtextonimage.module.css +0 -0
  292. package/srcoman/styles/cards/productccard_with_imageontopleft.module.css +85 -0
  293. package/srcoman/styles/general/bootstrap.css +4763 -0
  294. package/srcoman/styles/general/dropdown.css +206 -0
  295. package/srcoman/styles/general/editorbardropdown.module.css +94 -0
  296. package/srcoman/styles/general/filter.module.css +108 -0
  297. package/srcoman/styles/general/form.module.css +255 -0
  298. package/srcoman/styles/general/general.module.css +872 -0
  299. package/srcoman/styles/general/image-gallery.css +531 -0
  300. package/srcoman/styles/general/react-accessible-accordion.module.css +52 -0
  301. package/srcoman/styles/general/react-phone-input-2.module.css +927 -0
  302. package/srcoman/styles/general/scrollbtn.module.css +22 -0
  303. package/srcoman/styles/general/slick.module.css +166 -0
  304. package/srcoman/styles/general/tabs.module.css +119 -0
  305. package/srcoman/styles/general/workplaceeditor.module.css +328 -0
  306. package/srcoman/styles/globals.css +26 -0
  307. package/srcoman/styles/headers/CTAHeader.module.css +40 -0
  308. package/srcoman/styles/headers/CategoryFeaturingHeader.module.css +61 -0
  309. package/srcoman/styles/headers/Gotoheader.module.css +87 -0
  310. package/srcoman/styles/headers/Header7.module.css +50 -0
  311. package/srcoman/styles/headers/HeaderWithAdSlider.module.css +86 -0
  312. package/srcoman/styles/headers/HeaderWithSearchOnCenter.module.css +101 -0
  313. package/srcoman/styles/headers/HeaderWithUtilityBar.module.css +46 -0
  314. package/srcoman/styles/headers/Header_threesectionslogocentered.module.css +84 -0
  315. package/srcoman/styles/headers/NewHeader.module.css +101 -0
  316. package/srcoman/styles/headers/SearchFocusedHeader.module.css +62 -0
  317. package/srcoman/styles/headers/Sideheader.module.css +108 -0
  318. package/srcoman/styles/headers/Simpleheader.module.css +102 -0
  319. package/srcoman/styles/headers/classicheader.module.css +16 -0
  320. package/srcoman/styles/headers/classicheaderstyles.module.css +9 -0
  321. package/srcoman/styles/headers/dropdown.css +0 -0
  322. package/srcoman/styles/headers/header4.module.css +175 -0
  323. package/srcoman/styles/headers/header5.module.css +30 -0
  324. package/srcoman/styles/headers/header_contactinfo.module.css +53 -0
  325. package/srcoman/styles/headers/headerresturant.module.css +89 -0
  326. package/srcoman/styles/headers/modernheader.module.css +45 -0
  327. package/srcoman/styles/headers/stylishheader.module.css +24 -0
  328. package/srcoman/styles/headers/subheader.module.css +114 -0
  329. package/srcoman/styles/headers/threetieredheader.module.css +91 -0
  330. package/srcoman/styles/sections/BackgroundImageWithTopContent.css +4 -0
  331. package/srcoman/styles/sections/Backgroundimage1.module.css +17 -0
  332. package/srcoman/styles/sections/Backgroundimage_with_topcircle.module.css +28 -0
  333. package/srcoman/styles/sections/Freetext.module.css +18 -0
  334. package/srcoman/styles/sections/Section_with_rightbgcont.module.css +49 -0
  335. package/srcoman/styles/sections/Slideshow_with_rotatedsquare.module.css +35 -0
  336. package/srcoman/styles/sections/Slideshow_with_squarebg.module.css +39 -0
  337. package/srcoman/styles/staticpages/accordion.module.css +9 -0
  338. package/srcoman/styles/staticpages/cart.module.css +108 -0
  339. package/srcoman/styles/staticpages/dropdown.css +196 -0
  340. package/srcoman/styles/staticpages/filter.module.css +139 -0
  341. package/srcoman/styles/staticpages/image-gallery.css +481 -0
  342. package/srcoman/styles/staticpages/login.module.css +155 -0
  343. package/srcoman/styles/staticpages/productinfo.module.css +54 -0
  344. package/srcoman/styles/staticpages/shop.module.css +191 -0
  345. package/srcoman/styles/staticpages/signup.module.css +250 -0
  346. package/srcoman/styles/staticpages/staticroutersidenav.module.css +129 -0
  347. package/srcoman/styles/staticpages/viewcart.module.css +129 -0
  348. package/srcoman/styles/staticpages/wishlist.module.css +29 -0
@@ -0,0 +1,4763 @@
1
+ @import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');
2
+ @import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');
3
+ @import url('https://fonts.googleapis.com/css2?family=Playfair+Display&family=Roboto:wght@100;300;400;500;700;900&display=swap');
4
+ @import url('https://fonts.googleapis.com/css2?family=Great+Vibes&family=Roboto:wght@100;300;400;500;700;900&display=swap');
5
+ @import url('https://fonts.googleapis.com/css2?family=Quicksand:wght@300;400;500;600;700&display=swap');
6
+ @import url('https://fonts.googleapis.com/css2?family=Satisfy&display=swap');
7
+ @import url('https://fonts.googleapis.com/css2?family=Asul:wght@400;700&display=swap');
8
+
9
+ @font-face {
10
+ font-family: 'Monoton';
11
+ font-style: normal;
12
+ font-weight: 400;
13
+ font-display: swap;
14
+ src: url(https://fonts.gstatic.com/s/monoton/v15/5h1aiZUrOngCibe4TkHLQg.woff2) format('woff2');
15
+ unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
16
+ }
17
+ @font-face {
18
+ font-family: 'Pacifico';
19
+ font-style: normal;
20
+ font-weight: 400;
21
+ font-display: swap;
22
+ src: url(https://fonts.gstatic.com/s/pacifico/v22/FwZY7-Qmy14u9lezJ-6K6MmTpA.woff2) format('woff2');
23
+ unicode-range: U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
24
+ }
25
+
26
+ :root {
27
+ --cimon: #f76566;
28
+ --primary: #022648;
29
+ --secondary: #eac435;
30
+ --secondaryhover: #b99513;
31
+ --success: #3ac47d;
32
+ --successhover: #26ed86;
33
+ --info: #16aaff;
34
+ --infohover: #0071b3;
35
+ --warning: #f7b924;
36
+ --danger: #d92550;
37
+ --dangerhover: #991a3a;
38
+ /* --light: #eee; */
39
+ --light: #999999;
40
+ --lighthover: #343a40;
41
+ --dark: #343a40;
42
+ --focus: #444054;
43
+ --cardtitle: rgba(13, 27, 62, 0.7);
44
+ --cardheader: #008eb3;
45
+ --cardheaderhover: #007a99;
46
+ --blue: #0000b3;
47
+ }
48
+ body {
49
+ margin: 0;
50
+ font-size: 1rem;
51
+ font-weight: 400;
52
+ line-height: 1.5;
53
+ text-align: left;
54
+ background-color: #fff;
55
+ font-family: 'Poppins', sans-serif;
56
+ width: 100vw !important;
57
+ height: 100vh !important;
58
+ top: 0 !important;
59
+ left: 0 !important;
60
+ }
61
+ *,
62
+ *::before,
63
+ *::after {
64
+ box-sizing: border-box;
65
+ }
66
+ html {
67
+ font-family: 'Poppins', sans-serif;
68
+ line-height: 1.15;
69
+ -webkit-text-size-adjust: 100%;
70
+ -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
71
+ width: 100% !important;
72
+ height: 100vh !important;
73
+ top: 0 !important;
74
+ left: 0 !important;
75
+ }
76
+ body {
77
+ margin: 0;
78
+ padding: 0;
79
+ font-family: 'Poppins', sans-serif;
80
+ font-size: 0.88rem;
81
+ font-weight: 400;
82
+ line-height: 1.5;
83
+ color: #022648;
84
+ text-align: left;
85
+ background: #f2f2f2 !important;
86
+ /* overflow-x: hidden !important; */
87
+ width: 100vw !important;
88
+ height: 100vh !important;
89
+ top: 0 !important;
90
+ left: 0 !important;
91
+ }
92
+ body::-webkit-scrollbar {
93
+ width: 5px;
94
+ }
95
+ body::-webkit-scrollbar-track {
96
+ box-shadow: inset 0 0 5px grey;
97
+ border-radius: 10px;
98
+ }
99
+ body::-webkit-scrollbar-thumb {
100
+ background: #022648;
101
+ border-radius: 10px;
102
+ }
103
+ body::-webkit-scrollbar-thumb:hover {
104
+ background: #eac435;
105
+ }
106
+ .mainscrollbar::-webkit-scrollbar {
107
+ width: 5px;
108
+ }
109
+ .mainscrollbar::-webkit-scrollbar-track {
110
+ box-shadow: inset 0 0 5px grey;
111
+ border-radius: 10px;
112
+ }
113
+ .mainscrollbar::-webkit-scrollbar-thumb {
114
+ background: #022648;
115
+ border-radius: 10px;
116
+ }
117
+ .mainscrollbar::-webkit-scrollbar-thumb:hover {
118
+ background: #eac435;
119
+ }
120
+ ul {
121
+ list-style: none;
122
+ }
123
+ .cursor-pointer {
124
+ cursor: pointer !important;
125
+ }
126
+ .cursor-default {
127
+ cursor: alias !important;
128
+ }
129
+ .cursor-notallowed {
130
+ cursor: not-allowed !important;
131
+ }
132
+ /* Table */
133
+ table {
134
+ border-collapse: collapse;
135
+ }
136
+ th {
137
+ text-align: inherit;
138
+ }
139
+ .table {
140
+ width: 100%;
141
+ margin-bottom: 1rem;
142
+ background-color: rgba(0, 0, 0, 0);
143
+ }
144
+ .table th,
145
+ .table td {
146
+ padding: 0.55rem;
147
+ border-top: 1px solid #e9ecef;
148
+ }
149
+ .table thead th {
150
+ vertical-align: bottom;
151
+ border-bottom: 2px solid #e9ecef;
152
+ font-size: 15px;
153
+ }
154
+ .table_thbg thead th {
155
+ font-size: 15px ;
156
+ }
157
+ .table td {
158
+ color: var(--focus);
159
+ font-size: 15px;
160
+ }
161
+ .table_bordered {
162
+ border: 1px solid #e9ecef;
163
+ }
164
+ .table_bordered th,
165
+ .table_bordered td {
166
+ border: 1px solid #e9ecef;
167
+ }
168
+ .table_bordered thead th,
169
+ .table_bordered thead td {
170
+ border-bottom-width: 2px;
171
+ }
172
+ .table_borderless th,
173
+ .table_borderless td,
174
+ .table_borderless thead th,
175
+ .table_borderless tbody + tbody {
176
+ border: 0;
177
+ }
178
+ .table_hover tbody tr:hover {
179
+ background-color: #e0f3ff;
180
+ }
181
+ .table_responsive {
182
+ display: block !important;
183
+ width: 100% !important;
184
+ overflow-x: auto !important;
185
+ -webkit-overflow-scrolling: touch !important;
186
+ -ms-overflow-style: -ms-autohiding-scrollbar !important;
187
+ }
188
+
189
+ /* Text Styles */
190
+ .opacity-6 {
191
+ opacity: 0.6 !important;
192
+ }
193
+ .linethrough {
194
+ text-decoration: line-through !important;
195
+ }
196
+ .text-overflow {
197
+ white-space: nowrap !important;
198
+ overflow: hidden !important;
199
+ text-overflow: ellipsis !important;
200
+ }
201
+ .text-uppercase {
202
+ text-transform: uppercase !important;
203
+ }
204
+ .text-capitalize {
205
+ text-transform: capitalize !important;
206
+ }
207
+ .font-weight-light {
208
+ font-weight: 300 !important;
209
+ }
210
+ .font-weight-normal {
211
+ font-weight: 400 !important;
212
+ }
213
+ .font-weight-500 {
214
+ font-weight: 500 !important;
215
+ }
216
+ .font-weight-600 {
217
+ font-weight: 600 !important;
218
+ }
219
+ .font-10 {
220
+ font-size: 10px !important;
221
+ }
222
+ .font-11 {
223
+ font-size: 11px !important;
224
+ }
225
+ .font-12 {
226
+ font-size: 12px !important;
227
+ }
228
+ .font-13 {
229
+ font-size: 13px !important;
230
+ }
231
+ .font-14 {
232
+ font-size: 14px !important;
233
+ }
234
+ .font-15 {
235
+ font-size: 15px !important;
236
+ }
237
+ .font-16 {
238
+ font-size: 16px !important;
239
+ }
240
+ .font-17 {
241
+ font-size: 17px !important;
242
+ }
243
+ .font-18 {
244
+ font-size: 18px !important;
245
+ }
246
+ .font-19 {
247
+ font-size: 19px !important;
248
+ }
249
+ .font-20 {
250
+ font-size: 20px !important;
251
+ }
252
+ .font-25 {
253
+ font-size: 25px !important;
254
+ }
255
+ .font-27 {
256
+ font-size: 27px !important;
257
+ }
258
+ .text-darkblue {
259
+ color: var(--darkblue) !important;
260
+ }
261
+ .text-cardheader {
262
+ color: var(--cardheader) !important;
263
+ }
264
+ .text-fav {
265
+ color: var(--fav) !important;
266
+ }
267
+ .text-info {
268
+ color: var(--info) !important;
269
+ }
270
+ .text-infohover:hover {
271
+ color: var(--infohover) !important;
272
+ transition: 0.3s !important;
273
+ cursor: pointer !important;
274
+ }
275
+ .text-black {
276
+ color: #000 !important;
277
+ }
278
+ .text-white {
279
+ color: #fff !important;
280
+ }
281
+ .text-whitehovercontainer:hover .text-whitehover {
282
+ color: #fff !important;
283
+ }
284
+ .text-whitehover:hover {
285
+ color: #fff !important;
286
+ }
287
+ .text-cardtitle {
288
+ color: var(--cardtitle) !important;
289
+ }
290
+ .text-primary {
291
+ color: #022648 !important;
292
+ transition: 0.3s ease-in-out !important;
293
+ transition: 0.3s;
294
+ }
295
+ .text-secondary {
296
+ color: #eac435 !important;
297
+ }
298
+ .text-secondaryhovercontainer:hover .text-secondaryhover {
299
+ color: #eac435 !important;
300
+ transition: 0.3s !important;
301
+ cursor: pointer !important;
302
+ }
303
+ .text-secondaryhover:hover {
304
+ color: #eac435 !important;
305
+ transition: 0.3s !important;
306
+ cursor: pointer !important;
307
+ }
308
+ .text-danger {
309
+ color: var(--danger) !important;
310
+ }
311
+ .text-dangerhover:hover {
312
+ color: var(--dangerhover) !important;
313
+ transition: 0.3s !important;
314
+ cursor: pointer !important;
315
+ }
316
+ .text-dark {
317
+ color: var(--dark) !important;
318
+ }
319
+ .text-success {
320
+ color: var(--success) !important;
321
+ }
322
+ .text-successhover:hover {
323
+ color: var(--successhover) !important;
324
+ transition: 0.3s !important;
325
+ cursor: pointer !important;
326
+ }
327
+ .text-light {
328
+ color: var(--light) !important;
329
+ }
330
+ .text-lighthover:hover {
331
+ color: var(--lighthover) !important;
332
+ transition: 0.3s !important;
333
+ cursor: pointer !important;
334
+ }
335
+ .text-light2 {
336
+ color: var(--light2) !important;
337
+ }
338
+ .text-focus {
339
+ color: var(--focus);
340
+ }
341
+ .text-muted {
342
+ color: #9eabc0 !important;
343
+ }
344
+ .text-grey {
345
+ color: grey !important;
346
+ }
347
+ .bg-black {
348
+ background-color: #000 !important;
349
+ }
350
+ .bg-orange {
351
+ background-color: var(--orange) !important;
352
+ }
353
+ .bg-dark {
354
+ background-color: var(--dark) !important;
355
+ }
356
+ .bg-focus {
357
+ background-color: var(--focus) !important;
358
+ }
359
+ .bg-transparent {
360
+ background-color: transparent !important;
361
+ }
362
+ .bg-white {
363
+ background-color: white;
364
+ }
365
+ .bg-primary {
366
+ background-color: #022648 !important;
367
+ }
368
+ .bg-secondary {
369
+ background-color: #eac435 !important;
370
+ }
371
+ .bg-secondaryhover:hover {
372
+ cursor: pointer !important;
373
+ background-color: #eac435 !important;
374
+ transition: 0.3s !important;
375
+ }
376
+ .bg-focus {
377
+ background-color: var(--focus);
378
+ }
379
+ .bg-info {
380
+ background-color: var(--info) !important;
381
+ transition: 0.3s;
382
+ }
383
+ .bg-infohover:hover {
384
+ background-color: var(--infohover) !important;
385
+ cursor: pointer;
386
+ transition: 0.3s;
387
+ }
388
+ .bg-fav {
389
+ background-color: var(--fav) !important;
390
+ transition: 0.3s;
391
+ }
392
+ .bg-favhover:hover {
393
+ background-color: var(--favhover) !important;
394
+ cursor: pointer;
395
+ transition: 0.3s;
396
+ }
397
+ .bg-warning {
398
+ background-color: #f6af09 !important;
399
+ }
400
+ .bg-success {
401
+ background-color: var(--success) !important;
402
+ }
403
+ .bg-successhover:hover {
404
+ background-color: var(--successhover) !important;
405
+ transition: 0.3s;
406
+ }
407
+ .bg-green {
408
+ background-color: var(--green) !important;
409
+ }
410
+ .bg-cimon {
411
+ background: var(--cimon) !important;
412
+ }
413
+ .bg-danger {
414
+ background-color: var(--danger) !important;
415
+ }
416
+ .bgdanger-hover:hover{
417
+ transition: .3s;
418
+ cursor: pointer;
419
+ background-color: var(--dangerhover) !important;
420
+ }
421
+ .bg-light {
422
+ background-color: #d9d9d9;
423
+ }
424
+ .bg-cardheader {
425
+ background-color: var(--cardheader) !important;
426
+ transition: 0.3s;
427
+ }
428
+ .bg-cardheaderhover:hover {
429
+ background-color: var(--cardheaderhover) !important;
430
+ }
431
+
432
+ /* Text Styles */
433
+ .visible {
434
+ visibility: visible !important;
435
+ }
436
+ .invisible {
437
+ visibility: hidden !important;
438
+ }
439
+ hr {
440
+ box-sizing: content-box;
441
+ height: 0;
442
+ overflow: visible;
443
+ }
444
+
445
+ h1,
446
+ h2,
447
+ h3,
448
+ h4,
449
+ h5,
450
+ h6 {
451
+ margin-top: 0;
452
+ margin-bottom: 0.5rem;
453
+ }
454
+
455
+ p {
456
+ margin-top: 0;
457
+ margin-bottom: 1rem;
458
+ }
459
+ b,
460
+ strong {
461
+ font-weight: bolder;
462
+ }
463
+
464
+ img {
465
+ vertical-align: middle;
466
+ border-style: none;
467
+ }
468
+
469
+ table {
470
+ border-collapse: collapse;
471
+ }
472
+
473
+ th {
474
+ text-align: inherit;
475
+ }
476
+
477
+ label {
478
+ display: inline-block;
479
+ margin-bottom: 0.5rem;
480
+ }
481
+
482
+ a:hover {
483
+ text-decoration: none;
484
+ }
485
+ a:not([href]):not([tabindex]) {
486
+ color: inherit;
487
+ text-decoration: none;
488
+ }
489
+ a:not([href]):not([tabindex]):hover,
490
+ a:not([href]):not([tabindex]):focus {
491
+ color: inherit;
492
+ text-decoration: none;
493
+ }
494
+ a:not([href]):not([tabindex]):focus {
495
+ outline: 0;
496
+ }
497
+ label {
498
+ display: inline-block;
499
+ margin-bottom: 0.5rem;
500
+ }
501
+ button {
502
+ border-radius: 0;
503
+ outline: none !important;
504
+ border: none;
505
+ background: transparent;
506
+ }
507
+ button:hover {
508
+ cursor: pointer;
509
+ }
510
+ button:focus {
511
+ outline: 1px dotted;
512
+ outline: 5px auto -webkit-focus-ring-color;
513
+ }
514
+ input {
515
+ outline: none;
516
+ border: none;
517
+ }
518
+ textarea {
519
+ outline: none;
520
+ border: none;
521
+ }
522
+
523
+ textarea:focus,
524
+ input:focus {
525
+ /* border-color: transparent !important; */
526
+ }
527
+
528
+ input,
529
+ button,
530
+ select,
531
+ optgroup,
532
+ textarea {
533
+ margin: 0;
534
+ font-family: inherit;
535
+ font-size: inherit;
536
+ line-height: inherit;
537
+ }
538
+ button,
539
+ input {
540
+ overflow: visible;
541
+ }
542
+ button,
543
+ select {
544
+ text-transform: none;
545
+ }
546
+ button,
547
+ [type='button'],
548
+ [type='reset'],
549
+ [type='submit'] {
550
+ -webkit-appearance: button;
551
+ }
552
+ button::-moz-focus-inner,
553
+ [type='button']::-moz-focus-inner,
554
+ [type='reset']::-moz-focus-inner,
555
+ [type='submit']::-moz-focus-inner {
556
+ padding: 0;
557
+ border-style: none;
558
+ }
559
+ input[type='radio'],
560
+ input[type='checkbox'] {
561
+ box-sizing: border-box;
562
+ padding: 0;
563
+ }
564
+ input[type='date'],
565
+ input[type='time'],
566
+ input[type='datetime-local'],
567
+ input[type='month'] {
568
+ -webkit-appearance: listbox;
569
+ }
570
+ textarea {
571
+ resize: none;
572
+ /* overflow: auto; */
573
+ /* resize: vertical */
574
+ }
575
+ button {
576
+ border-radius: 0;
577
+ }
578
+
579
+ button,
580
+ input,
581
+ optgroup,
582
+ select,
583
+ textarea {
584
+ margin: 0;
585
+ font-family: inherit;
586
+ font-size: inherit;
587
+ line-height: inherit;
588
+ }
589
+
590
+ button,
591
+ input {
592
+ overflow: visible;
593
+ }
594
+
595
+ button,
596
+ select {
597
+ text-transform: none;
598
+ }
599
+
600
+ [role='button'] {
601
+ cursor: pointer;
602
+ }
603
+
604
+ select {
605
+ word-wrap: normal;
606
+ }
607
+ button.disabled,
608
+ button:disabled {
609
+ opacity: 0.65;
610
+ cursor: not-allowed;
611
+ }
612
+ [type='button'],
613
+ [type='reset'],
614
+ [type='submit'],
615
+ button {
616
+ -webkit-appearance: button;
617
+ }
618
+
619
+ [type='button']:not(:disabled),
620
+ [type='reset']:not(:disabled),
621
+ [type='submit']:not(:disabled),
622
+ button:not(:disabled) {
623
+ cursor: pointer;
624
+ }
625
+
626
+ [type='button']::-moz-focus-inner,
627
+ [type='reset']::-moz-focus-inner,
628
+ [type='submit']::-moz-focus-inner,
629
+ button::-moz-focus-inner {
630
+ padding: 0;
631
+ border-style: none;
632
+ }
633
+
634
+ input[type='checkbox'],
635
+ input[type='radio'] {
636
+ box-sizing: border-box;
637
+ padding: 0;
638
+ }
639
+
640
+ textarea {
641
+ overflow: auto;
642
+ resize: vertical;
643
+ }
644
+
645
+ [type='number']::-webkit-inner-spin-button,
646
+ [type='number']::-webkit-outer-spin-button {
647
+ height: auto;
648
+ }
649
+
650
+ [type='search'] {
651
+ outline-offset: -2px;
652
+ -webkit-appearance: none;
653
+ }
654
+
655
+ [type='search']::-webkit-search-decoration {
656
+ -webkit-appearance: none;
657
+ }
658
+
659
+ ::-webkit-file-upload-button {
660
+ font: inherit;
661
+ -webkit-appearance: button;
662
+ }
663
+
664
+ [hidden] {
665
+ display: none !important;
666
+ }
667
+
668
+ .h1,
669
+ .h2,
670
+ .h3,
671
+ .h4,
672
+ .h5,
673
+ .h6,
674
+ h1,
675
+ h2,
676
+ h3,
677
+ h4,
678
+ h5,
679
+ h6 {
680
+ margin-bottom: 0.5rem;
681
+ font-weight: 400;
682
+ line-height: 1.2;
683
+ }
684
+
685
+ .h1,
686
+ h1 {
687
+ font-size: 2.5rem;
688
+ }
689
+
690
+ .h2,
691
+ h2 {
692
+ font-size: 2rem;
693
+ }
694
+
695
+ .h3,
696
+ h3 {
697
+ font-size: 1.75rem;
698
+ }
699
+
700
+ .h4,
701
+ h4 {
702
+ font-size: 1.5rem;
703
+ }
704
+
705
+ .h5,
706
+ h5 {
707
+ font-size: 1.25rem;
708
+ }
709
+
710
+ .h6,
711
+ h6 {
712
+ font-size: 1rem;
713
+ }
714
+
715
+ hr {
716
+ margin-top: 1rem;
717
+ margin-bottom: 1rem;
718
+ border: 0;
719
+ border-top: 1px solid rgba(0, 0, 0, 0.1);
720
+ }
721
+
722
+ .row {
723
+ display: flex;
724
+ flex-wrap: wrap;
725
+ margin-right: -0.75rem;
726
+ margin-left: -0.75rem;
727
+ }
728
+
729
+ .h-100 {
730
+ height: 100% !important;
731
+ }
732
+ .vh-100 {
733
+ height: 100vh !important;
734
+ }
735
+
736
+ .col,
737
+ .col-1,
738
+ .col-10,
739
+ .col-11,
740
+ .col-12,
741
+ .col-2,
742
+ .col-3,
743
+ .col-4,
744
+ .col-5,
745
+ .col-6,
746
+ .col-7,
747
+ .col-8,
748
+ .col-9,
749
+ .col-auto,
750
+ .col-lg,
751
+ .col-lg-1,
752
+ .col-lg-10,
753
+ .col-lg-11,
754
+ .col-lg-12,
755
+ .col-lg-2,
756
+ .col-lg-3,
757
+ .col-lg-4,
758
+ .col-lg-5,
759
+ .col-lg-6,
760
+ .col-lg-7,
761
+ .col-lg-8,
762
+ .col-lg-9,
763
+ .col-lg-auto,
764
+ .col-md,
765
+ .col-md-1,
766
+ .col-md-10,
767
+ .col-md-11,
768
+ .col-md-12,
769
+ .col-md-2,
770
+ .col-md-3,
771
+ .col-md-4,
772
+ .col-md-5,
773
+ .col-md-6,
774
+ .col-md-7,
775
+ .col-md-8,
776
+ .col-md-9,
777
+ .col-md-auto,
778
+ .col-sm,
779
+ .col-sm-1,
780
+ .col-sm-10,
781
+ .col-sm-11,
782
+ .col-sm-12,
783
+ .col-sm-2,
784
+ .col-sm-3,
785
+ .col-sm-4,
786
+ .col-sm-5,
787
+ .col-sm-6,
788
+ .col-sm-7,
789
+ .col-sm-8,
790
+ .col-sm-9,
791
+ .col-sm-auto,
792
+ .col-xl,
793
+ .col-xl-1,
794
+ .col-xl-10,
795
+ .col-xl-11,
796
+ .col-xl-12,
797
+ .col-xl-2,
798
+ .col-xl-3,
799
+ .col-xl-4,
800
+ .col-xl-5,
801
+ .col-xl-6,
802
+ .col-xl-7,
803
+ .col-xl-8,
804
+ .col-xl-9,
805
+ .col-xl-auto {
806
+ position: relative;
807
+ width: 100%;
808
+ padding-right: 0.75rem;
809
+ padding-left: 0.75rem;
810
+ }
811
+
812
+ .col {
813
+ flex-basis: 0;
814
+ flex-grow: 1;
815
+ min-width: 0;
816
+ max-width: 100%;
817
+ }
818
+
819
+ .col-auto {
820
+ flex: 0 0 auto;
821
+ width: auto;
822
+ max-width: 100%;
823
+ }
824
+
825
+ .col-1 {
826
+ flex: 0 0 8.33333%;
827
+ max-width: 8.33333%;
828
+ }
829
+
830
+ .col-2 {
831
+ flex: 0 0 16.66667%;
832
+ max-width: 16.66667%;
833
+ }
834
+
835
+ .col-3 {
836
+ flex: 0 0 25%;
837
+ max-width: 25%;
838
+ }
839
+
840
+ .col-4 {
841
+ flex: 0 0 33.33333%;
842
+ max-width: 33.33333%;
843
+ }
844
+
845
+ .col-5 {
846
+ flex: 0 0 41.66667%;
847
+ max-width: 41.66667%;
848
+ }
849
+
850
+ .col-6 {
851
+ flex: 0 0 50%;
852
+ max-width: 50%;
853
+ }
854
+
855
+ .col-7 {
856
+ flex: 0 0 58.33333%;
857
+ max-width: 58.33333%;
858
+ }
859
+
860
+ .col-8 {
861
+ flex: 0 0 66.66667%;
862
+ max-width: 66.66667%;
863
+ }
864
+
865
+ .col-9 {
866
+ flex: 0 0 75%;
867
+ max-width: 75%;
868
+ }
869
+
870
+ .col-10 {
871
+ flex: 0 0 83.33333%;
872
+ max-width: 83.33333%;
873
+ }
874
+
875
+ .col-11 {
876
+ flex: 0 0 91.66667%;
877
+ max-width: 91.66667%;
878
+ }
879
+
880
+ .col-12 {
881
+ flex: 0 0 100%;
882
+ max-width: 100%;
883
+ }
884
+ @media (min-width: 991px) {
885
+ .col-lg {
886
+ flex-basis: 0;
887
+ flex-grow: 1;
888
+ min-width: 0;
889
+ max-width: 100%;
890
+ }
891
+ .col-lg-auto {
892
+ flex: 0 0 auto;
893
+ width: auto;
894
+ max-width: 100%;
895
+ }
896
+ .col-lg-1 {
897
+ flex: 0 0 8.33333%;
898
+ max-width: 8.33333%;
899
+ }
900
+ .col-lg-2 {
901
+ flex: 0 0 16.66667%;
902
+ max-width: 16.66667%;
903
+ }
904
+ .col-lg-3 {
905
+ flex: 0 0 25%;
906
+ max-width: 25%;
907
+ }
908
+ .col-lg-4 {
909
+ flex: 0 0 33.33333%;
910
+ max-width: 33.33333%;
911
+ }
912
+ .col-lg-5 {
913
+ flex: 0 0 41.66667%;
914
+ max-width: 41.66667%;
915
+ }
916
+ .col-lg-6 {
917
+ flex: 0 0 50%;
918
+ max-width: 50%;
919
+ }
920
+ .col-lg-7 {
921
+ flex: 0 0 58.33333%;
922
+ max-width: 58.33333%;
923
+ }
924
+ .col-lg-8 {
925
+ flex: 0 0 66.66667%;
926
+ max-width: 66.66667%;
927
+ }
928
+ .col-lg-9 {
929
+ flex: 0 0 75%;
930
+ max-width: 75%;
931
+ }
932
+ .col-lg-10 {
933
+ flex: 0 0 83.33333%;
934
+ max-width: 83.33333%;
935
+ }
936
+ .col-lg-11 {
937
+ flex: 0 0 91.66667%;
938
+ max-width: 91.66667%;
939
+ }
940
+ .col-lg-12 {
941
+ flex: 0 0 100%;
942
+ max-width: 100%;
943
+ }
944
+ }
945
+ @media (min-width: 1200px) {
946
+ /* @media (min-width: 1025px) { */
947
+ .col-xl {
948
+ flex-basis: 0;
949
+ flex-grow: 1;
950
+ min-width: 0;
951
+ max-width: 100%;
952
+ }
953
+ .col-xl-1 {
954
+ flex: 0 0 8.33333%;
955
+ max-width: 8.33333%;
956
+ }
957
+ .col-xl-2 {
958
+ flex: 0 0 16.66667%;
959
+ max-width: 16.66667%;
960
+ }
961
+ .col-xl-3 {
962
+ flex: 0 0 25%;
963
+ max-width: 25%;
964
+ }
965
+ .col-xl-4 {
966
+ flex: 0 0 33.33333%;
967
+ max-width: 33.33333%;
968
+ }
969
+ .col-xl-5 {
970
+ flex: 0 0 41.66667%;
971
+ max-width: 41.66667%;
972
+ }
973
+ .col-xl-6 {
974
+ flex: 0 0 50%;
975
+ max-width: 50%;
976
+ }
977
+ .col-xl-7 {
978
+ flex: 0 0 58.33333%;
979
+ max-width: 58.33333%;
980
+ }
981
+ .col-xl-8 {
982
+ flex: 0 0 66.66667%;
983
+ max-width: 66.66667%;
984
+ }
985
+ .col-xl-9 {
986
+ flex: 0 0 75%;
987
+ max-width: 75%;
988
+ }
989
+ .col-xl-10 {
990
+ flex: 0 0 83.33333%;
991
+ max-width: 83.33333%;
992
+ }
993
+ .col-xl-11 {
994
+ flex: 0 0 91.66667%;
995
+ max-width: 91.66667%;
996
+ }
997
+ .col-xl-12 {
998
+ flex: 0 0 100%;
999
+ max-width: 100%;
1000
+ }
1001
+ }
1002
+
1003
+ @media (max-width: 768px) {
1004
+ .cardContainer{
1005
+ height: auto !important;
1006
+ }
1007
+ .sectionfour_bg_cont{
1008
+ height:40vh !important;
1009
+ }
1010
+ .col-md {
1011
+ flex-basis: 0;
1012
+ flex-grow: 1;
1013
+ min-width: 0;
1014
+ max-width: 100%;
1015
+ }
1016
+ .col-md-auto {
1017
+ flex: 0 0 auto;
1018
+ width: auto;
1019
+ max-width: 100%;
1020
+ }
1021
+ .col-md-1 {
1022
+ flex: 0 0 8.33333%;
1023
+ max-width: 8.33333%;
1024
+ }
1025
+ .col-md-2 {
1026
+ flex: 0 0 16.66667%;
1027
+ max-width: 16.66667%;
1028
+ }
1029
+ .col-md-3 {
1030
+ flex: 0 0 25%;
1031
+ max-width: 25%;
1032
+ }
1033
+ .col-md-4 {
1034
+ flex: 0 0 33.33333%;
1035
+ max-width: 33.33333%;
1036
+ }
1037
+ .col-md-5 {
1038
+ flex: 0 0 41.66667%;
1039
+ max-width: 41.66667%;
1040
+ }
1041
+ .col-md-6 {
1042
+ flex: 0 0 50%;
1043
+ max-width: 50%;
1044
+ }
1045
+ .col-md-7 {
1046
+ flex: 0 0 58.33333%;
1047
+ max-width: 58.33333%;
1048
+ }
1049
+ .col-md-8 {
1050
+ flex: 0 0 66.66667%;
1051
+ max-width: 66.66667%;
1052
+ }
1053
+ .col-md-9 {
1054
+ flex: 0 0 75%;
1055
+ max-width: 75%;
1056
+ }
1057
+ .col-md-10 {
1058
+ flex: 0 0 83.33333%;
1059
+ max-width: 83.33333%;
1060
+ }
1061
+ .col-md-11 {
1062
+ flex: 0 0 91.66667%;
1063
+ max-width: 91.66667%;
1064
+ }
1065
+ .col-md-12 {
1066
+ flex: 0 0 100%;
1067
+ max-width: 100%;
1068
+ }
1069
+ }
1070
+ /* More Medium Screen Styles */
1071
+ @media (max-width: 768px) {
1072
+ .font-md-11{
1073
+ font-size: 11px !important;
1074
+ }
1075
+ .font-md-13 {
1076
+ font-size: 13px !important;
1077
+ }
1078
+ .font-md-15 {
1079
+ font-size: 15px !important;
1080
+ }
1081
+ .font-md-18 {
1082
+ font-size: 18px !important;
1083
+ }
1084
+ .font-smlh-18 {
1085
+ font-size: 18px !important;
1086
+ line-height: 18px !important;
1087
+ }
1088
+ .font-md-20 {
1089
+ font-size: 20px !important;
1090
+ }
1091
+ .font-md-23 {
1092
+ font-size: 23px !important;
1093
+ }
1094
+ .font-mdlh-23 {
1095
+ font-size: 23px !important;
1096
+ line-height: 23px !important;
1097
+ }
1098
+ .font-md-25 {
1099
+ font-size: 25px !important;
1100
+ }
1101
+ .font-md-30 {
1102
+ font-size: 30px !important;
1103
+ }
1104
+ .border-md-0 {
1105
+ border: none !important;
1106
+ }
1107
+ .w-md-100 {
1108
+ width: 100% !important;
1109
+ }
1110
+ .w-md-95 {
1111
+ width: 95% !important;
1112
+ }
1113
+ .h-md-100 {
1114
+ height: 100% !important;
1115
+ }
1116
+ .h-md-100vh {
1117
+ height: 100vh !important;
1118
+ }
1119
+ .h-md-150vh{
1120
+ height: 150vh !important;
1121
+ }
1122
+ .h-md-300{
1123
+ height: 350px !important;
1124
+ }
1125
+ .h-md-500px {
1126
+ height: 500px !important;
1127
+ }
1128
+ .h-md-50{
1129
+ height: 30vh !important;
1130
+ }
1131
+ .h-md-350px {
1132
+ height: 350px !important;
1133
+ }
1134
+ .top-md-0 {
1135
+ top: 0 !important;
1136
+ }
1137
+ .bottom-md-0 {
1138
+ bottom: 0 !important;
1139
+ }
1140
+ .left-md-0 {
1141
+ left: 0 !important;
1142
+ }
1143
+ .right-md-0 {
1144
+ right: 0 !important;
1145
+ }
1146
+ }
1147
+ @media (max-width: 576px) {
1148
+ .cardContainer{
1149
+ height: auto !important;
1150
+ }
1151
+ .sectionfour_bg_cont{
1152
+ height:25vh !important;
1153
+ }
1154
+ .col-sm {
1155
+ flex-basis: 0;
1156
+ flex-grow: 1;
1157
+ min-width: 0;
1158
+ max-width: 100%;
1159
+ }
1160
+ .col-sm-auto {
1161
+ flex: 0 0 auto;
1162
+ width: auto;
1163
+ max-width: 100%;
1164
+ }
1165
+ .col-sm-1 {
1166
+ flex: 0 0 8.33333%;
1167
+ max-width: 8.33333%;
1168
+ }
1169
+ .col-sm-2 {
1170
+ flex: 0 0 16.66667%;
1171
+ max-width: 16.66667%;
1172
+ }
1173
+ .col-sm-3 {
1174
+ flex: 0 0 25%;
1175
+ max-width: 25%;
1176
+ }
1177
+ .col-sm-4 {
1178
+ flex: 0 0 33.33333%;
1179
+ max-width: 33.33333%;
1180
+ }
1181
+ .col-sm-5 {
1182
+ flex: 0 0 41.66667%;
1183
+ max-width: 41.66667%;
1184
+ }
1185
+ .col-sm-6 {
1186
+ flex: 0 0 50%;
1187
+ max-width: 50%;
1188
+ }
1189
+ .col-sm-7 {
1190
+ flex: 0 0 58.33333%;
1191
+ max-width: 58.33333%;
1192
+ }
1193
+ .col-sm-8 {
1194
+ flex: 0 0 66.66667%;
1195
+ max-width: 66.66667%;
1196
+ }
1197
+ .col-sm-9 {
1198
+ flex: 0 0 75%;
1199
+ max-width: 75%;
1200
+ }
1201
+ .col-sm-10 {
1202
+ flex: 0 0 83.33333%;
1203
+ max-width: 83.33333%;
1204
+ }
1205
+ .col-sm-11 {
1206
+ flex: 0 0 91.66667%;
1207
+ max-width: 91.66667%;
1208
+ }
1209
+ .col-sm-12 {
1210
+ flex: 0 0 100%;
1211
+ max-width: 100%;
1212
+ }
1213
+ }
1214
+ /* More Mobile Styles */
1215
+ @media (max-width: 576px) {
1216
+
1217
+ .line-height-sm-20 {
1218
+ line-height: 20px !important;
1219
+ }
1220
+ .w-sm-auto {
1221
+ width: 100% !important;
1222
+ }
1223
+ .text-sm-overflow {
1224
+ white-space: nowrap !important;
1225
+ overflow: hidden !important;
1226
+ text-overflow: ellipsis !important;
1227
+ }
1228
+ .h-sm-auto {
1229
+ height: auto !important;
1230
+ }
1231
+ .hmin-sm-auto{
1232
+ min-height: auto !important;
1233
+ }
1234
+ .font-sm-11 {
1235
+ font-size: 11px !important;
1236
+ }
1237
+ .font-sm-12 {
1238
+ font-size: 12px !important;
1239
+ }
1240
+ .font-sm-14 {
1241
+ font-size: 14px !important;
1242
+ }
1243
+ .font-sm-15 {
1244
+ font-size: 15px !important;
1245
+ }
1246
+ .font-sm-18 {
1247
+ font-size: 18px !important;
1248
+ }
1249
+ .font-sm-20 {
1250
+ font-size: 20px !important;
1251
+ }
1252
+ .font-sm-23 {
1253
+ font-size: 23px !important;
1254
+ }
1255
+ .font-sm-25 {
1256
+ font-size: 25px !important;
1257
+ }
1258
+ }
1259
+
1260
+ .opacity-7 {
1261
+ opacity: 0.7 !important;
1262
+ }
1263
+ .d-none {
1264
+ display: none !important;
1265
+ }
1266
+
1267
+ .d-inline {
1268
+ display: inline !important;
1269
+ }
1270
+
1271
+ .d-inline-block {
1272
+ display: inline-block !important;
1273
+ }
1274
+
1275
+ .d-block {
1276
+ display: block !important;
1277
+ }
1278
+
1279
+ .d-flex {
1280
+ display: flex !important;
1281
+ }
1282
+ .flex-direction-row {
1283
+ flex-direction: row !important;
1284
+ }
1285
+ .flex-row {
1286
+ flex-direction: row !important;
1287
+ }
1288
+
1289
+ .flex-column {
1290
+ flex-direction: column !important;
1291
+ }
1292
+
1293
+ .d-inline-flex {
1294
+ display: inline-flex !important;
1295
+ }
1296
+ @media (max-width: 1025px) {
1297
+ .plr-1025-0{
1298
+ padding-left: 0 !important;
1299
+ padding-right: 0 !important;
1300
+ }
1301
+ .plr-1025-1{
1302
+ padding-left: 1rem !important;
1303
+ padding-right: 1rem !important;
1304
+ }
1305
+ .px-1025-1{
1306
+ padding-left: 1rem !important;
1307
+ padding-right: 1rem !important;
1308
+ }
1309
+ .px-2015-2{
1310
+ padding-left: .5rem !important;
1311
+ padding-right: .5rem !important;
1312
+ }
1313
+ .px-2015-3{
1314
+ padding-left: 1rem !important;
1315
+ padding-right: 1rem !important;
1316
+ }
1317
+ .px-2015-4{
1318
+ padding-left: 1.5rem !important;
1319
+ padding-right: 1.5rem !important;
1320
+ }
1321
+ }
1322
+ @media (min-width: 1025px) {
1323
+ .d-xl-none {
1324
+ display: none !important;
1325
+ }
1326
+ .d-xl-inline {
1327
+ display: inline !important;
1328
+ }
1329
+ .d-xl-inline-block {
1330
+ display: inline-block !important;
1331
+ }
1332
+ .d-xl-block {
1333
+ display: block !important;
1334
+ }
1335
+ .d-xl-flex {
1336
+ display: flex !important;
1337
+ }
1338
+ .d-xl-inline-flex {
1339
+ display: inline-flex !important;
1340
+ }
1341
+ }
1342
+ @media (max-width: 1025px) {
1343
+ .d-lg-none {
1344
+ display: none !important;
1345
+ }
1346
+ .d-lg-inline {
1347
+ display: inline !important;
1348
+ }
1349
+ .d-lg-inline-block {
1350
+ display: inline-block !important;
1351
+ }
1352
+ .d-lg-block {
1353
+ display: block !important;
1354
+ }
1355
+ .d-lg-flex {
1356
+ display: flex !important;
1357
+ }
1358
+ .d-lg-inline-flex {
1359
+ display: inline-flex !important;
1360
+ }
1361
+ }
1362
+ .mw-150{
1363
+ min-width: 150px !important;
1364
+ }
1365
+ .z-200{
1366
+ z-index: 200 !important;
1367
+ }
1368
+ @media (max-width: 768px) {
1369
+ .left-md-0:after {
1370
+ left: 0 !important;
1371
+ right: 0 !important;
1372
+ margin:auto !important
1373
+ }
1374
+ .z-md-100{
1375
+ z-index: 1 !important;
1376
+ }
1377
+ .position-md-relative{
1378
+ position: relative !important;
1379
+ }
1380
+ .mw-md-300{
1381
+ min-width: 300px !important;
1382
+ }
1383
+ .objectFit-md-contain{
1384
+ object-fit: contain !important;
1385
+ }
1386
+ .h-md-auto {
1387
+ height: auto !important;
1388
+ }
1389
+ .flex-md-column{
1390
+ flex-direction: column !important;
1391
+ }
1392
+ .border-md-none{
1393
+ border:none !important
1394
+ }
1395
+ .d-md-none {
1396
+ display: none !important;
1397
+ }
1398
+ .d-md-inline {
1399
+ display: inline !important;
1400
+ }
1401
+ .d-md-inline-block {
1402
+ display: inline-block !important;
1403
+ }
1404
+ .d-md-block {
1405
+ display: block !important;
1406
+ }
1407
+ .d-md-flex {
1408
+ display: flex !important;
1409
+ }
1410
+ }
1411
+ @media (max-width: 576px) {
1412
+ .flex-sm-row{
1413
+ flex-direction: row !important;
1414
+ }
1415
+ .h-sm-50{
1416
+ height: 50vh !important;
1417
+ }
1418
+ .font-sm-w-lh-20 {
1419
+ font-size: 20px !important;
1420
+ line-height: 50px !important;
1421
+ }
1422
+ .w-sm-100px{
1423
+ width: 100px !important;
1424
+ }
1425
+ .w-sm-130px{
1426
+ width: 130px !important;
1427
+ }
1428
+ .d-sm-none {
1429
+ display: none !important;
1430
+ }
1431
+ .d-sm-inline {
1432
+ display: inline !important;
1433
+ }
1434
+ .d-sm-inline-block {
1435
+ display: inline-block !important;
1436
+ }
1437
+ .d-sm-block {
1438
+ display: block !important;
1439
+ }
1440
+ .d-sm-flex {
1441
+ display: flex !important;
1442
+ }
1443
+ .d-sm-inline-flex {
1444
+ display: inline-flex !important;
1445
+ }
1446
+ .flex-direction-sm-column {
1447
+ flex-direction: column !important;
1448
+ }
1449
+ }
1450
+ .justify-content-start {
1451
+ justify-content: flex-start !important;
1452
+ }
1453
+
1454
+ .justify-content-end {
1455
+ justify-content: flex-end !important;
1456
+ }
1457
+
1458
+ .justify-content-center {
1459
+ justify-content: center !important;
1460
+ }
1461
+
1462
+ .justify-content-between {
1463
+ justify-content: space-between !important;
1464
+ }
1465
+
1466
+ .justify-content-around {
1467
+ justify-content: space-around !important;
1468
+ }
1469
+
1470
+ .align-items-start {
1471
+ align-items: flex-start !important;
1472
+ }
1473
+
1474
+ .align-items-end {
1475
+ align-items: flex-end !important;
1476
+ }
1477
+
1478
+ .align-items-center {
1479
+ align-items: center !important;
1480
+ }
1481
+
1482
+ .align-items-stretch {
1483
+ align-items: stretch !important;
1484
+ }
1485
+
1486
+ .align-content-start {
1487
+ align-content: flex-start !important;
1488
+ }
1489
+
1490
+ .align-content-end {
1491
+ align-content: flex-end !important;
1492
+ }
1493
+
1494
+ .align-content-center {
1495
+ align-content: center !important;
1496
+ }
1497
+
1498
+ .align-content-between {
1499
+ align-content: space-between !important;
1500
+ }
1501
+
1502
+ .align-content-around {
1503
+ align-content: space-around !important;
1504
+ }
1505
+
1506
+ .align-content-stretch {
1507
+ align-content: stretch !important;
1508
+ }
1509
+
1510
+ .align-self-auto {
1511
+ align-self: auto !important;
1512
+ }
1513
+
1514
+ .align-self-start {
1515
+ align-self: flex-start !important;
1516
+ }
1517
+
1518
+ .align-self-end {
1519
+ align-self: flex-end !important;
1520
+ }
1521
+
1522
+ .align-self-center {
1523
+ align-self: center !important;
1524
+ }
1525
+
1526
+ .align-self-stretch {
1527
+ align-self: stretch !important;
1528
+ }
1529
+
1530
+ @media (min-width: 1200px) {
1531
+ .justify-content-xl-start {
1532
+ justify-content: flex-start !important;
1533
+ }
1534
+ .justify-content-xl-end {
1535
+ justify-content: flex-end !important;
1536
+ }
1537
+ .justify-content-xl-center {
1538
+ justify-content: center !important;
1539
+ }
1540
+ .justify-content-xl-between {
1541
+ justify-content: space-between !important;
1542
+ }
1543
+ .justify-content-xl-around {
1544
+ justify-content: space-around !important;
1545
+ }
1546
+ .align-items-xl-start {
1547
+ align-items: flex-start !important;
1548
+ }
1549
+ .align-items-xl-end {
1550
+ align-items: flex-end !important;
1551
+ }
1552
+ .align-items-xl-center {
1553
+ align-items: center !important;
1554
+ }
1555
+ .align-items-xl-stretch {
1556
+ align-items: stretch !important;
1557
+ }
1558
+ .align-content-xl-start {
1559
+ align-content: flex-start !important;
1560
+ }
1561
+ .align-content-xl-end {
1562
+ align-content: flex-end !important;
1563
+ }
1564
+ .align-content-xl-center {
1565
+ align-content: center !important;
1566
+ }
1567
+ .align-content-xl-between {
1568
+ align-content: space-between !important;
1569
+ }
1570
+ .align-content-xl-around {
1571
+ align-content: space-around !important;
1572
+ }
1573
+ .align-content-xl-stretch {
1574
+ align-content: stretch !important;
1575
+ }
1576
+ .align-self-xl-auto {
1577
+ align-self: auto !important;
1578
+ }
1579
+ .align-self-xl-start {
1580
+ align-self: flex-start !important;
1581
+ }
1582
+ .align-self-xl-end {
1583
+ align-self: flex-end !important;
1584
+ }
1585
+ .align-self-xl-center {
1586
+ align-self: center !important;
1587
+ }
1588
+ .align-self-xl-stretch {
1589
+ align-self: stretch !important;
1590
+ }
1591
+ }
1592
+ @media (min-width: 800px) {
1593
+ .justify-content-lg-start {
1594
+ justify-content: flex-start !important;
1595
+ }
1596
+ .justify-content-lg-end {
1597
+ justify-content: flex-end !important;
1598
+ }
1599
+ .justify-content-lg-center {
1600
+ justify-content: center !important;
1601
+ }
1602
+ .justify-content-lg-between {
1603
+ justify-content: space-between !important;
1604
+ }
1605
+ .justify-content-lg-around {
1606
+ justify-content: space-around !important;
1607
+ }
1608
+ .align-items-lg-start {
1609
+ align-items: flex-start !important;
1610
+ }
1611
+ .align-items-lg-end {
1612
+ align-items: flex-end !important;
1613
+ }
1614
+ .align-items-lg-center {
1615
+ align-items: center !important;
1616
+ }
1617
+ .align-items-lg-stretch {
1618
+ align-items: stretch !important;
1619
+ }
1620
+ .align-content-lg-start {
1621
+ align-content: flex-start !important;
1622
+ }
1623
+ .align-content-lg-end {
1624
+ align-content: flex-end !important;
1625
+ }
1626
+ .align-content-lg-center {
1627
+ align-content: center !important;
1628
+ }
1629
+ .align-content-lg-between {
1630
+ align-content: space-between !important;
1631
+ }
1632
+ .align-content-lg-around {
1633
+ align-content: space-around !important;
1634
+ }
1635
+ .align-content-lg-stretch {
1636
+ align-content: stretch !important;
1637
+ }
1638
+ .align-self-lg-auto {
1639
+ align-self: auto !important;
1640
+ }
1641
+ .align-self-lg-start {
1642
+ align-self: flex-start !important;
1643
+ }
1644
+ .align-self-lg-end {
1645
+ align-self: flex-end !important;
1646
+ }
1647
+ .align-self-lg-center {
1648
+ align-self: center !important;
1649
+ }
1650
+ .align-self-lg-stretch {
1651
+ align-self: stretch !important;
1652
+ }
1653
+ }
1654
+ @media (max-width: 768px) {
1655
+ .justify-content-md-start {
1656
+ justify-content: flex-start !important;
1657
+ }
1658
+ .justify-content-md-end {
1659
+ justify-content: flex-end !important;
1660
+ }
1661
+ .justify-content-md-center {
1662
+ justify-content: center !important;
1663
+ }
1664
+ .justify-content-md-between {
1665
+ justify-content: space-between !important;
1666
+ }
1667
+ .justify-content-md-around {
1668
+ justify-content: space-around !important;
1669
+ }
1670
+ .align-items-md-start {
1671
+ align-items: flex-start !important;
1672
+ }
1673
+ .align-items-md-end {
1674
+ align-items: flex-end !important;
1675
+ }
1676
+ .align-items-md-center {
1677
+ align-items: center !important;
1678
+ }
1679
+ .align-items-md-stretch {
1680
+ align-items: stretch !important;
1681
+ }
1682
+ .align-content-md-start {
1683
+ align-content: flex-start !important;
1684
+ }
1685
+ .align-content-md-end {
1686
+ align-content: flex-end !important;
1687
+ }
1688
+ .align-content-md-center {
1689
+ align-content: center !important;
1690
+ }
1691
+ .align-content-md-between {
1692
+ align-content: space-between !important;
1693
+ }
1694
+ .align-content-md-around {
1695
+ align-content: space-around !important;
1696
+ }
1697
+ .align-content-md-stretch {
1698
+ align-content: stretch !important;
1699
+ }
1700
+ .align-self-md-auto {
1701
+ align-self: auto !important;
1702
+ }
1703
+ .align-self-md-start {
1704
+ align-self: flex-start !important;
1705
+ }
1706
+ .align-self-md-end {
1707
+ align-self: flex-end !important;
1708
+ }
1709
+ .align-self-md-center {
1710
+ align-self: center !important;
1711
+ }
1712
+ .align-self-md-stretch {
1713
+ align-self: stretch !important;
1714
+ }
1715
+ }
1716
+
1717
+ @media (max-width: 576px) {
1718
+ .justify-content-sm-start {
1719
+ justify-content: flex-start !important;
1720
+ }
1721
+ .justify-content-sm-end {
1722
+ justify-content: flex-end !important;
1723
+ }
1724
+ .justify-content-sm-center {
1725
+ justify-content: center !important;
1726
+ }
1727
+ .justify-content-sm-between {
1728
+ justify-content: space-between !important;
1729
+ }
1730
+ .justify-content-sm-around {
1731
+ justify-content: space-around !important;
1732
+ }
1733
+ .align-items-sm-start {
1734
+ align-items: flex-start !important;
1735
+ }
1736
+ .align-items-sm-end {
1737
+ align-items: flex-end !important;
1738
+ }
1739
+ .align-items-sm-center {
1740
+ align-items: center !important;
1741
+ }
1742
+ .align-items-sm-stretch {
1743
+ align-items: stretch !important;
1744
+ }
1745
+ .align-content-sm-start {
1746
+ align-content: flex-start !important;
1747
+ }
1748
+ .align-content-sm-end {
1749
+ align-content: flex-end !important;
1750
+ }
1751
+ .align-content-sm-center {
1752
+ align-content: center !important;
1753
+ }
1754
+ .align-content-sm-between {
1755
+ align-content: space-between !important;
1756
+ }
1757
+ .align-content-sm-around {
1758
+ align-content: space-around !important;
1759
+ }
1760
+ .align-content-sm-stretch {
1761
+ align-content: stretch !important;
1762
+ }
1763
+ .align-self-sm-auto {
1764
+ align-self: auto !important;
1765
+ }
1766
+ .align-self-sm-start {
1767
+ align-self: flex-start !important;
1768
+ }
1769
+ .align-self-sm-end {
1770
+ align-self: flex-end !important;
1771
+ }
1772
+ .align-self-sm-center {
1773
+ align-self: center !important;
1774
+ }
1775
+ .align-self-sm-stretch {
1776
+ align-self: stretch !important;
1777
+ }
1778
+ }
1779
+
1780
+ .float-left {
1781
+ float: left !important;
1782
+ }
1783
+
1784
+ .float-right {
1785
+ float: right !important;
1786
+ }
1787
+
1788
+ .float-none {
1789
+ float: none !important;
1790
+ }
1791
+
1792
+ @media (min-width: 576px) {
1793
+ .float-sm-left {
1794
+ float: left !important;
1795
+ }
1796
+ .float-sm-right {
1797
+ float: right !important;
1798
+ }
1799
+ .float-sm-none {
1800
+ float: none !important;
1801
+ }
1802
+ }
1803
+
1804
+ @media (min-width: 768px) {
1805
+ .float-md-left {
1806
+ float: left !important;
1807
+ }
1808
+ .float-md-right {
1809
+ float: right !important;
1810
+ }
1811
+ .float-md-none {
1812
+ float: none !important;
1813
+ }
1814
+ }
1815
+
1816
+ @media (min-width: 800px) {
1817
+ .float-lg-left {
1818
+ float: left !important;
1819
+ }
1820
+ .float-lg-right {
1821
+ float: right !important;
1822
+ }
1823
+ .float-lg-none {
1824
+ float: none !important;
1825
+ }
1826
+ }
1827
+
1828
+ @media (min-width: 1200px) {
1829
+ .float-xl-left {
1830
+ float: left !important;
1831
+ }
1832
+ .float-xl-right {
1833
+ float: right !important;
1834
+ }
1835
+ .float-xl-none {
1836
+ float: none !important;
1837
+ }
1838
+ }
1839
+
1840
+ .w-100 {
1841
+ width: 100% !important;
1842
+ }
1843
+ .vh-90 {
1844
+ min-height: 90vh !important;
1845
+ }
1846
+ .vh-80 {
1847
+ min-height: 80vh !important;
1848
+ }
1849
+ .vh-60 {
1850
+ min-height: 60vh !important;
1851
+ }
1852
+ .h-80 {
1853
+ height: 80% !important;
1854
+ }
1855
+
1856
+ .h-auto {
1857
+ height: auto !important;
1858
+ }
1859
+
1860
+ .m-0 {
1861
+ margin: 0 !important;
1862
+ }
1863
+
1864
+ .mt-0,
1865
+ .my-0 {
1866
+ margin-top: 0 !important;
1867
+ }
1868
+
1869
+ .mr-0,
1870
+ .mx-0 {
1871
+ margin-right: 0 !important;
1872
+ }
1873
+
1874
+ .mb-0,
1875
+ .my-0 {
1876
+ margin-bottom: 0 !important;
1877
+ }
1878
+
1879
+ .ml-0,
1880
+ .mx-0 {
1881
+ margin-left: 0 !important;
1882
+ }
1883
+
1884
+ .m-1 {
1885
+ margin: 0.25rem !important;
1886
+ }
1887
+
1888
+ .mt-1,
1889
+ .my-1 {
1890
+ margin-top: 0.25rem !important;
1891
+ }
1892
+
1893
+ .mr-1,
1894
+ .mx-1 {
1895
+ margin-right: 0.25rem !important;
1896
+ }
1897
+
1898
+ .mb-1,
1899
+ .my-1 {
1900
+ margin-bottom: 0.25rem !important;
1901
+ }
1902
+
1903
+ .ml-1,
1904
+ .mx-1 {
1905
+ margin-left: 0.25rem !important;
1906
+ }
1907
+
1908
+ .m-2 {
1909
+ margin: 0.5rem !important;
1910
+ }
1911
+
1912
+ .mt-2,
1913
+ .my-2 {
1914
+ margin-top: 0.5rem !important;
1915
+ }
1916
+
1917
+ .mr-2,
1918
+ .mx-2 {
1919
+ margin-right: 0.5rem !important;
1920
+ }
1921
+
1922
+ .mb-2,
1923
+ .my-2 {
1924
+ margin-bottom: 0.5rem !important;
1925
+ }
1926
+
1927
+ .ml-2,
1928
+ .mx-2 {
1929
+ margin-left: 0.5rem !important;
1930
+ }
1931
+
1932
+ .m-3 {
1933
+ margin: 1rem !important;
1934
+ }
1935
+
1936
+ .mt-3,
1937
+ .my-3 {
1938
+ margin-top: 1rem !important;
1939
+ }
1940
+
1941
+ .mr-3,
1942
+ .mx-3 {
1943
+ margin-right: 1rem !important;
1944
+ }
1945
+
1946
+ .mb-3,
1947
+ .my-3 {
1948
+ margin-bottom: 1rem !important;
1949
+ }
1950
+
1951
+ .ml-3,
1952
+ .mx-3 {
1953
+ margin-left: 1rem !important;
1954
+ }
1955
+
1956
+ .m-4 {
1957
+ margin: 1.5rem !important;
1958
+ }
1959
+
1960
+ .mt-4,
1961
+ .my-4 {
1962
+ margin-top: 1.5rem !important;
1963
+ }
1964
+
1965
+ .mr-4,
1966
+ .mx-4 {
1967
+ margin-right: 1.5rem !important;
1968
+ }
1969
+
1970
+ .mb-4,
1971
+ .my-4 {
1972
+ margin-bottom: 1.5rem !important;
1973
+ }
1974
+
1975
+ .ml-4,
1976
+ .mx-4 {
1977
+ margin-left: 1.5rem !important;
1978
+ }
1979
+
1980
+ .m-5 {
1981
+ margin: 3rem !important;
1982
+ }
1983
+
1984
+ .mt-5,
1985
+ .my-5 {
1986
+ margin-top: 3rem !important;
1987
+ }
1988
+
1989
+ .mr-5,
1990
+ .mx-5 {
1991
+ margin-right: 3rem !important;
1992
+ }
1993
+
1994
+ .mb-5,
1995
+ .my-5 {
1996
+ margin-bottom: 3rem !important;
1997
+ }
1998
+
1999
+ .ml-5,
2000
+ .mx-5 {
2001
+ margin-left: 3rem !important;
2002
+ }
2003
+
2004
+ .p-0 {
2005
+ padding: 0 !important;
2006
+ }
2007
+
2008
+ .pt-0,
2009
+ .py-0 {
2010
+ padding-top: 0 !important;
2011
+ }
2012
+
2013
+ .pr-0,
2014
+ .px-0 {
2015
+ padding-right: 0 !important;
2016
+ }
2017
+
2018
+ .pb-0,
2019
+ .py-0 {
2020
+ padding-bottom: 0 !important;
2021
+ }
2022
+
2023
+ .pl-0,
2024
+ .px-0 {
2025
+ padding-left: 0 !important;
2026
+ }
2027
+
2028
+ .p-1 {
2029
+ padding: 0.25rem !important;
2030
+ }
2031
+
2032
+ .pt-1,
2033
+ .py-1 {
2034
+ padding-top: 0.25rem !important;
2035
+ }
2036
+
2037
+ .pr-1,
2038
+ .px-1 {
2039
+ padding-right: 0.25rem !important;
2040
+ }
2041
+
2042
+ .pb-1,
2043
+ .py-1 {
2044
+ padding-bottom: 0.25rem !important;
2045
+ }
2046
+
2047
+ .pl-1,
2048
+ .px-1 {
2049
+ padding-left: 0.25rem !important;
2050
+ }
2051
+
2052
+ .p-2 {
2053
+ padding: 0.5rem !important;
2054
+ }
2055
+
2056
+ .pt-2,
2057
+ .py-2 {
2058
+ padding-top: 0.5rem !important;
2059
+ }
2060
+
2061
+ .pr-2,
2062
+ .px-2 {
2063
+ padding-right: 0.5rem !important;
2064
+ }
2065
+
2066
+ .pb-2,
2067
+ .py-2 {
2068
+ padding-bottom: 0.5rem !important;
2069
+ }
2070
+
2071
+ .pl-2,
2072
+ .px-2 {
2073
+ padding-left: 0.5rem !important;
2074
+ }
2075
+
2076
+ .p-3 {
2077
+ padding: 1rem !important;
2078
+ }
2079
+
2080
+ .pt-3,
2081
+ .py-3 {
2082
+ padding-top: 1rem !important;
2083
+ }
2084
+
2085
+ .pr-3,
2086
+ .px-3 {
2087
+ padding-right: 1rem !important;
2088
+ }
2089
+
2090
+ .pb-3,
2091
+ .py-3 {
2092
+ padding-bottom: 1rem !important;
2093
+ }
2094
+
2095
+ .pl-3,
2096
+ .px-3 {
2097
+ padding-left: 1rem !important;
2098
+ }
2099
+
2100
+ .p-4 {
2101
+ padding: 1.5rem !important;
2102
+ }
2103
+
2104
+ .pt-4,
2105
+ .py-4 {
2106
+ padding-top: 1.5rem !important;
2107
+ }
2108
+
2109
+ .pr-4,
2110
+ .px-4 {
2111
+ padding-right: 1.5rem !important;
2112
+ }
2113
+
2114
+ .pb-4,
2115
+ .py-4 {
2116
+ padding-bottom: 1.5rem !important;
2117
+ }
2118
+
2119
+ .pl-4,
2120
+ .px-4 {
2121
+ padding-left: 1.5rem !important;
2122
+ }
2123
+
2124
+ .p-5 {
2125
+ padding: 3rem !important;
2126
+ }
2127
+
2128
+ .pt-5,
2129
+ .py-5 {
2130
+ padding-top: 3rem !important;
2131
+ }
2132
+
2133
+ .pr-5,
2134
+ .px-5 {
2135
+ padding-right: 3rem !important;
2136
+ }
2137
+
2138
+ .pb-5,
2139
+ .py-5 {
2140
+ padding-bottom: 3rem !important;
2141
+ }
2142
+
2143
+ .pl-5,
2144
+ .px-5 {
2145
+ padding-left: 3rem !important;
2146
+ }
2147
+
2148
+
2149
+ .m-n1 {
2150
+ margin: -0.25rem !important;
2151
+ }
2152
+
2153
+ .mt-n1,
2154
+ .my-n1 {
2155
+ margin-top: -0.25rem !important;
2156
+ }
2157
+
2158
+ .mr-n1,
2159
+ .mx-n1 {
2160
+ margin-right: -0.25rem !important;
2161
+ }
2162
+
2163
+ .mb-n1,
2164
+ .my-n1 {
2165
+ margin-bottom: -0.25rem !important;
2166
+ }
2167
+
2168
+ .ml-n1,
2169
+ .mx-n1 {
2170
+ margin-left: -0.25rem !important;
2171
+ }
2172
+
2173
+ .m-n2 {
2174
+ margin: -0.5rem !important;
2175
+ }
2176
+
2177
+ .mt-n2,
2178
+ .my-n2 {
2179
+ margin-top: -0.5rem !important;
2180
+ }
2181
+
2182
+ .mr-n2,
2183
+ .mx-n2 {
2184
+ margin-right: -0.5rem !important;
2185
+ }
2186
+
2187
+ .mb-n2,
2188
+ .my-n2 {
2189
+ margin-bottom: -0.5rem !important;
2190
+ }
2191
+
2192
+ .ml-n2,
2193
+ .mx-n2 {
2194
+ margin-left: -0.5rem !important;
2195
+ }
2196
+
2197
+ .m-n3 {
2198
+ margin: -1rem !important;
2199
+ }
2200
+
2201
+ .mt-n3,
2202
+ .my-n3 {
2203
+ margin-top: -1rem !important;
2204
+ }
2205
+
2206
+ .mr-n3,
2207
+ .mx-n3 {
2208
+ margin-right: -1rem !important;
2209
+ }
2210
+
2211
+ .mb-n3,
2212
+ .my-n3 {
2213
+ margin-bottom: -1rem !important;
2214
+ }
2215
+
2216
+ .ml-n3,
2217
+ .mx-n3 {
2218
+ margin-left: -1rem !important;
2219
+ }
2220
+
2221
+ .m-n4 {
2222
+ margin: -1.5rem !important;
2223
+ }
2224
+
2225
+ .mt-n4,
2226
+ .my-n4 {
2227
+ margin-top: -1.5rem !important;
2228
+ }
2229
+
2230
+ .mr-n4,
2231
+ .mx-n4 {
2232
+ margin-right: -1.5rem !important;
2233
+ }
2234
+
2235
+ .mb-n4,
2236
+ .my-n4 {
2237
+ margin-bottom: -1.5rem !important;
2238
+ }
2239
+
2240
+ .ml-n4,
2241
+ .mx-n4 {
2242
+ margin-left: -1.5rem !important;
2243
+ }
2244
+
2245
+ .m-n5 {
2246
+ margin: -3rem !important;
2247
+ }
2248
+
2249
+ .mt-n5,
2250
+ .my-n5 {
2251
+ margin-top: -3rem !important;
2252
+ }
2253
+
2254
+ .mr-n5,
2255
+ .mx-n5 {
2256
+ margin-right: -3rem !important;
2257
+ }
2258
+
2259
+ .mb-n5,
2260
+ .my-n5 {
2261
+ margin-bottom: -3rem !important;
2262
+ }
2263
+
2264
+ .ml-n5,
2265
+ .mx-n5 {
2266
+ margin-left: -3rem !important;
2267
+ }
2268
+
2269
+ .m-auto {
2270
+ margin: auto !important;
2271
+ }
2272
+
2273
+ .mt-auto,
2274
+ .my-auto {
2275
+ margin-top: auto !important;
2276
+ }
2277
+
2278
+ .mr-auto,
2279
+ .mx-auto {
2280
+ margin-right: auto !important;
2281
+ }
2282
+
2283
+ .mb-auto,
2284
+ .my-auto {
2285
+ margin-bottom: auto !important;
2286
+ }
2287
+
2288
+ .ml-auto,
2289
+ .mx-auto {
2290
+ margin-left: auto !important;
2291
+ }
2292
+
2293
+ @media (min-width: 1200px) {
2294
+ .m-xl-0 {
2295
+ margin: 0 !important;
2296
+ }
2297
+ .mt-xl-0,
2298
+ .my-xl-0 {
2299
+ margin-top: 0 !important;
2300
+ }
2301
+ .mr-xl-0,
2302
+ .mx-xl-0 {
2303
+ margin-right: 0 !important;
2304
+ }
2305
+ .mb-xl-0,
2306
+ .my-xl-0 {
2307
+ margin-bottom: 0 !important;
2308
+ }
2309
+ .ml-xl-0,
2310
+ .mx-xl-0 {
2311
+ margin-left: 0 !important;
2312
+ }
2313
+ .m-xl-1 {
2314
+ margin: 0.25rem !important;
2315
+ }
2316
+ .mt-xl-1,
2317
+ .my-xl-1 {
2318
+ margin-top: 0.25rem !important;
2319
+ }
2320
+ .mr-xl-1,
2321
+ .mx-xl-1 {
2322
+ margin-right: 0.25rem !important;
2323
+ }
2324
+ .mb-xl-1,
2325
+ .my-xl-1 {
2326
+ margin-bottom: 0.25rem !important;
2327
+ }
2328
+ .ml-xl-1,
2329
+ .mx-xl-1 {
2330
+ margin-left: 0.25rem !important;
2331
+ }
2332
+ .m-xl-2 {
2333
+ margin: 0.5rem !important;
2334
+ }
2335
+ .mt-xl-2,
2336
+ .my-xl-2 {
2337
+ margin-top: 0.5rem !important;
2338
+ }
2339
+ .mr-xl-2,
2340
+ .mx-xl-2 {
2341
+ margin-right: 0.5rem !important;
2342
+ }
2343
+ .mb-xl-2,
2344
+ .my-xl-2 {
2345
+ margin-bottom: 0.5rem !important;
2346
+ }
2347
+ .ml-xl-2,
2348
+ .mx-xl-2 {
2349
+ margin-left: 0.5rem !important;
2350
+ }
2351
+ .m-xl-3 {
2352
+ margin: 1rem !important;
2353
+ }
2354
+ .mt-xl-3,
2355
+ .my-xl-3 {
2356
+ margin-top: 1rem !important;
2357
+ }
2358
+ .mr-xl-3,
2359
+ .mx-xl-3 {
2360
+ margin-right: 1rem !important;
2361
+ }
2362
+ .mb-xl-3,
2363
+ .my-xl-3 {
2364
+ margin-bottom: 1rem !important;
2365
+ }
2366
+ .ml-xl-3,
2367
+ .mx-xl-3 {
2368
+ margin-left: 1rem !important;
2369
+ }
2370
+ .m-xl-4 {
2371
+ margin: 1.5rem !important;
2372
+ }
2373
+ .mt-xl-4,
2374
+ .my-xl-4 {
2375
+ margin-top: 1.5rem !important;
2376
+ }
2377
+ .mr-xl-4,
2378
+ .mx-xl-4 {
2379
+ margin-right: 1.5rem !important;
2380
+ }
2381
+ .mb-xl-4,
2382
+ .my-xl-4 {
2383
+ margin-bottom: 1.5rem !important;
2384
+ }
2385
+ .ml-xl-4,
2386
+ .mx-xl-4 {
2387
+ margin-left: 1.5rem !important;
2388
+ }
2389
+ .m-xl-5 {
2390
+ margin: 3rem !important;
2391
+ }
2392
+ .mt-xl-5,
2393
+ .my-xl-5 {
2394
+ margin-top: 3rem !important;
2395
+ }
2396
+ .mr-xl-5,
2397
+ .mx-xl-5 {
2398
+ margin-right: 3rem !important;
2399
+ }
2400
+ .mb-xl-5,
2401
+ .my-xl-5 {
2402
+ margin-bottom: 3rem !important;
2403
+ }
2404
+ .ml-xl-5,
2405
+ .mx-xl-5 {
2406
+ margin-left: 3rem !important;
2407
+ }
2408
+ .p-xl-0 {
2409
+ padding: 0 !important;
2410
+ }
2411
+ .pt-xl-0,
2412
+ .py-xl-0 {
2413
+ padding-top: 0 !important;
2414
+ }
2415
+ .pr-xl-0,
2416
+ .px-xl-0 {
2417
+ padding-right: 0 !important;
2418
+ }
2419
+ .pb-xl-0,
2420
+ .py-xl-0 {
2421
+ padding-bottom: 0 !important;
2422
+ }
2423
+ .pl-xl-0,
2424
+ .px-xl-0 {
2425
+ padding-left: 0 !important;
2426
+ }
2427
+ .p-xl-1 {
2428
+ padding: 0.25rem !important;
2429
+ }
2430
+ .pt-xl-1,
2431
+ .py-xl-1 {
2432
+ padding-top: 0.25rem !important;
2433
+ }
2434
+ .pr-xl-1,
2435
+ .px-xl-1 {
2436
+ padding-right: 0.25rem !important;
2437
+ }
2438
+ .pb-xl-1,
2439
+ .py-xl-1 {
2440
+ padding-bottom: 0.25rem !important;
2441
+ }
2442
+ .pl-xl-1,
2443
+ .px-xl-1 {
2444
+ padding-left: 0.25rem !important;
2445
+ }
2446
+ .p-xl-2 {
2447
+ padding: 0.5rem !important;
2448
+ }
2449
+ .pt-xl-2,
2450
+ .py-xl-2 {
2451
+ padding-top: 0.5rem !important;
2452
+ }
2453
+ .pr-xl-2,
2454
+ .px-xl-2 {
2455
+ padding-right: 0.5rem !important;
2456
+ }
2457
+ .pb-xl-2,
2458
+ .py-xl-2 {
2459
+ padding-bottom: 0.5rem !important;
2460
+ }
2461
+ .pl-xl-2,
2462
+ .px-xl-2 {
2463
+ padding-left: 0.5rem !important;
2464
+ }
2465
+ .p-xl-3 {
2466
+ padding: 1rem !important;
2467
+ }
2468
+ .pt-xl-3,
2469
+ .py-xl-3 {
2470
+ padding-top: 1rem !important;
2471
+ }
2472
+ .pr-xl-3,
2473
+ .px-xl-3 {
2474
+ padding-right: 1rem !important;
2475
+ }
2476
+ .pb-xl-3,
2477
+ .py-xl-3 {
2478
+ padding-bottom: 1rem !important;
2479
+ }
2480
+ .pl-xl-3,
2481
+ .px-xl-3 {
2482
+ padding-left: 1rem !important;
2483
+ }
2484
+ .p-xl-4 {
2485
+ padding: 1.5rem !important;
2486
+ }
2487
+ .pt-xl-4,
2488
+ .py-xl-4 {
2489
+ padding-top: 1.5rem !important;
2490
+ }
2491
+ .pr-xl-4,
2492
+ .px-xl-4 {
2493
+ padding-right: 1.5rem !important;
2494
+ }
2495
+ .pb-xl-4,
2496
+ .py-xl-4 {
2497
+ padding-bottom: 1.5rem !important;
2498
+ }
2499
+ .pl-xl-4,
2500
+ .px-xl-4 {
2501
+ padding-left: 1.5rem !important;
2502
+ }
2503
+ .p-xl-5 {
2504
+ padding: 3rem !important;
2505
+ }
2506
+ .pt-xl-5,
2507
+ .py-xl-5 {
2508
+ padding-top: 3rem !important;
2509
+ }
2510
+ .pr-xl-5,
2511
+ .px-xl-5 {
2512
+ padding-right: 3rem !important;
2513
+ }
2514
+ .pb-xl-5,
2515
+ .py-xl-5 {
2516
+ padding-bottom: 3rem !important;
2517
+ }
2518
+ .pl-xl-5,
2519
+ .px-xl-5 {
2520
+ padding-left: 3rem !important;
2521
+ }
2522
+ .m-xl-n1 {
2523
+ margin: -0.25rem !important;
2524
+ }
2525
+ .mt-xl-n1,
2526
+ .my-xl-n1 {
2527
+ margin-top: -0.25rem !important;
2528
+ }
2529
+ .mr-xl-n1,
2530
+ .mx-xl-n1 {
2531
+ margin-right: -0.25rem !important;
2532
+ }
2533
+ .mb-xl-n1,
2534
+ .my-xl-n1 {
2535
+ margin-bottom: -0.25rem !important;
2536
+ }
2537
+ .ml-xl-n1,
2538
+ .mx-xl-n1 {
2539
+ margin-left: -0.25rem !important;
2540
+ }
2541
+ .m-xl-n2 {
2542
+ margin: -0.5rem !important;
2543
+ }
2544
+ .mt-xl-n2,
2545
+ .my-xl-n2 {
2546
+ margin-top: -0.5rem !important;
2547
+ }
2548
+ .mr-xl-n2,
2549
+ .mx-xl-n2 {
2550
+ margin-right: -0.5rem !important;
2551
+ }
2552
+ .mb-xl-n2,
2553
+ .my-xl-n2 {
2554
+ margin-bottom: -0.5rem !important;
2555
+ }
2556
+ .ml-xl-n2,
2557
+ .mx-xl-n2 {
2558
+ margin-left: -0.5rem !important;
2559
+ }
2560
+ .m-xl-n3 {
2561
+ margin: -1rem !important;
2562
+ }
2563
+ .mt-xl-n3,
2564
+ .my-xl-n3 {
2565
+ margin-top: -1rem !important;
2566
+ }
2567
+ .mr-xl-n3,
2568
+ .mx-xl-n3 {
2569
+ margin-right: -1rem !important;
2570
+ }
2571
+ .mb-xl-n3,
2572
+ .my-xl-n3 {
2573
+ margin-bottom: -1rem !important;
2574
+ }
2575
+ .ml-xl-n3,
2576
+ .mx-xl-n3 {
2577
+ margin-left: -1rem !important;
2578
+ }
2579
+ .m-xl-n4 {
2580
+ margin: -1.5rem !important;
2581
+ }
2582
+ .mt-xl-n4,
2583
+ .my-xl-n4 {
2584
+ margin-top: -1.5rem !important;
2585
+ }
2586
+ .mr-xl-n4,
2587
+ .mx-xl-n4 {
2588
+ margin-right: -1.5rem !important;
2589
+ }
2590
+ .mb-xl-n4,
2591
+ .my-xl-n4 {
2592
+ margin-bottom: -1.5rem !important;
2593
+ }
2594
+ .ml-xl-n4,
2595
+ .mx-xl-n4 {
2596
+ margin-left: -1.5rem !important;
2597
+ }
2598
+ .m-xl-n5 {
2599
+ margin: -3rem !important;
2600
+ }
2601
+ .mt-xl-n5,
2602
+ .my-xl-n5 {
2603
+ margin-top: -3rem !important;
2604
+ }
2605
+ .mr-xl-n5,
2606
+ .mx-xl-n5 {
2607
+ margin-right: -3rem !important;
2608
+ }
2609
+ .mb-xl-n5,
2610
+ .my-xl-n5 {
2611
+ margin-bottom: -3rem !important;
2612
+ }
2613
+ .ml-xl-n5,
2614
+ .mx-xl-n5 {
2615
+ margin-left: -3rem !important;
2616
+ }
2617
+ .m-xl-auto {
2618
+ margin: auto !important;
2619
+ }
2620
+ .mt-xl-auto,
2621
+ .my-xl-auto {
2622
+ margin-top: auto !important;
2623
+ }
2624
+ .mr-xl-auto,
2625
+ .mx-xl-auto {
2626
+ margin-right: auto !important;
2627
+ }
2628
+ .mb-xl-auto,
2629
+ .my-xl-auto {
2630
+ margin-bottom: auto !important;
2631
+ }
2632
+ .ml-xl-auto,
2633
+ .mx-xl-auto {
2634
+ margin-left: auto !important;
2635
+ }
2636
+ }
2637
+ @media (min-width: 800px) and (max-width: 1200px) {
2638
+ .m-lg-0 {
2639
+ margin: 0 !important;
2640
+ }
2641
+ .mt-lg-0,
2642
+ .my-lg-0 {
2643
+ margin-top: 0 !important;
2644
+ }
2645
+ .mr-lg-0,
2646
+ .mx-lg-0 {
2647
+ margin-right: 0 !important;
2648
+ }
2649
+ .mb-lg-0,
2650
+ .my-lg-0 {
2651
+ margin-bottom: 0 !important;
2652
+ }
2653
+ .ml-lg-0,
2654
+ .mx-lg-0 {
2655
+ margin-left: 0 !important;
2656
+ }
2657
+ .m-lg-1 {
2658
+ margin: 0.25rem !important;
2659
+ }
2660
+ .mt-lg-1,
2661
+ .my-lg-1 {
2662
+ margin-top: 0.25rem !important;
2663
+ }
2664
+ .mr-lg-1,
2665
+ .mx-lg-1 {
2666
+ margin-right: 0.25rem !important;
2667
+ }
2668
+ .mb-lg-1,
2669
+ .my-lg-1 {
2670
+ margin-bottom: 0.25rem !important;
2671
+ }
2672
+ .ml-lg-1,
2673
+ .mx-lg-1 {
2674
+ margin-left: 0.25rem !important;
2675
+ }
2676
+ .m-lg-2 {
2677
+ margin: 0.5rem !important;
2678
+ }
2679
+ .mt-lg-2,
2680
+ .my-lg-2 {
2681
+ margin-top: 0.5rem !important;
2682
+ }
2683
+ .mr-lg-2,
2684
+ .mx-lg-2 {
2685
+ margin-right: 0.5rem !important;
2686
+ }
2687
+ .mb-lg-2,
2688
+ .my-lg-2 {
2689
+ margin-bottom: 0.5rem !important;
2690
+ }
2691
+ .ml-lg-2,
2692
+ .mx-lg-2 {
2693
+ margin-left: 0.5rem !important;
2694
+ }
2695
+ .m-lg-3 {
2696
+ margin: 1rem !important;
2697
+ }
2698
+ .mt-lg-3,
2699
+ .my-lg-3 {
2700
+ margin-top: 1rem !important;
2701
+ }
2702
+ .mr-lg-3,
2703
+ .mx-lg-3 {
2704
+ margin-right: 1rem !important;
2705
+ }
2706
+ .mb-lg-3,
2707
+ .my-lg-3 {
2708
+ margin-bottom: 1rem !important;
2709
+ }
2710
+ .ml-lg-3,
2711
+ .mx-lg-3 {
2712
+ margin-left: 1rem !important;
2713
+ }
2714
+ .m-lg-4 {
2715
+ margin: 1.5rem !important;
2716
+ }
2717
+ .mt-lg-4,
2718
+ .my-lg-4 {
2719
+ margin-top: 1.5rem !important;
2720
+ }
2721
+ .mr-lg-4,
2722
+ .mx-lg-4 {
2723
+ margin-right: 1.5rem !important;
2724
+ }
2725
+ .mb-lg-4,
2726
+ .my-lg-4 {
2727
+ margin-bottom: 1.5rem !important;
2728
+ }
2729
+ .ml-lg-4,
2730
+ .mx-lg-4 {
2731
+ margin-left: 1.5rem !important;
2732
+ }
2733
+ .m-lg-5 {
2734
+ margin: 3rem !important;
2735
+ }
2736
+ .mt-lg-5,
2737
+ .my-lg-5 {
2738
+ margin-top: 3rem !important;
2739
+ }
2740
+ .mr-lg-5,
2741
+ .mx-lg-5 {
2742
+ margin-right: 3rem !important;
2743
+ }
2744
+ .mb-lg-5,
2745
+ .my-lg-5 {
2746
+ margin-bottom: 3rem !important;
2747
+ }
2748
+ .ml-lg-5,
2749
+ .mx-lg-5 {
2750
+ margin-left: 3rem !important;
2751
+ }
2752
+ .p-lg-0 {
2753
+ padding: 0 !important;
2754
+ }
2755
+ .pt-lg-0,
2756
+ .py-lg-0 {
2757
+ padding-top: 0 !important;
2758
+ }
2759
+ .pr-lg-0,
2760
+ .px-lg-0 {
2761
+ padding-right: 0 !important;
2762
+ }
2763
+ .pb-lg-0,
2764
+ .py-lg-0 {
2765
+ padding-bottom: 0 !important;
2766
+ }
2767
+ .pl-lg-0,
2768
+ .px-lg-0 {
2769
+ padding-left: 0 !important;
2770
+ }
2771
+ .p-lg-1 {
2772
+ padding: 0.25rem !important;
2773
+ }
2774
+ .pt-lg-1,
2775
+ .py-lg-1 {
2776
+ padding-top: 0.25rem !important;
2777
+ }
2778
+ .pr-lg-1,
2779
+ .px-lg-1 {
2780
+ padding-right: 0.25rem !important;
2781
+ }
2782
+ .pb-lg-1,
2783
+ .py-lg-1 {
2784
+ padding-bottom: 0.25rem !important;
2785
+ }
2786
+ .pl-lg-1,
2787
+ .px-lg-1 {
2788
+ padding-left: 0.25rem !important;
2789
+ }
2790
+ .p-lg-2 {
2791
+ padding: 0.5rem !important;
2792
+ }
2793
+ .pt-lg-2,
2794
+ .py-lg-2 {
2795
+ padding-top: 0.5rem !important;
2796
+ }
2797
+ .pr-lg-2,
2798
+ .px-lg-2 {
2799
+ padding-right: 0.5rem !important;
2800
+ }
2801
+ .pb-lg-2,
2802
+ .py-lg-2 {
2803
+ padding-bottom: 0.5rem !important;
2804
+ }
2805
+ .pl-lg-2,
2806
+ .px-lg-2 {
2807
+ padding-left: 0.5rem !important;
2808
+ }
2809
+ .p-lg-3 {
2810
+ padding: 1rem !important;
2811
+ }
2812
+ .pt-lg-3,
2813
+ .py-lg-3 {
2814
+ padding-top: 1rem !important;
2815
+ }
2816
+ .pr-lg-3,
2817
+ .px-lg-3 {
2818
+ padding-right: 1rem !important;
2819
+ }
2820
+ .pb-lg-3,
2821
+ .py-lg-3 {
2822
+ padding-bottom: 1rem !important;
2823
+ }
2824
+ .pl-lg-3,
2825
+ .px-lg-3 {
2826
+ padding-left: 1rem !important;
2827
+ }
2828
+ .p-lg-4 {
2829
+ padding: 1.5rem !important;
2830
+ }
2831
+ .pt-lg-4,
2832
+ .py-lg-4 {
2833
+ padding-top: 1.5rem !important;
2834
+ }
2835
+ .pr-lg-4,
2836
+ .px-lg-4 {
2837
+ padding-right: 1.5rem !important;
2838
+ }
2839
+ .pb-lg-4,
2840
+ .py-lg-4 {
2841
+ padding-bottom: 1.5rem !important;
2842
+ }
2843
+ .pl-lg-4,
2844
+ .px-lg-4 {
2845
+ padding-left: 1.5rem !important;
2846
+ }
2847
+ .p-lg-5 {
2848
+ padding: 3rem !important;
2849
+ }
2850
+ .pt-lg-5,
2851
+ .py-lg-5 {
2852
+ padding-top: 3rem !important;
2853
+ }
2854
+ .pr-lg-5,
2855
+ .px-lg-5 {
2856
+ padding-right: 3rem !important;
2857
+ }
2858
+ .pb-lg-5,
2859
+ .py-lg-5 {
2860
+ padding-bottom: 3rem !important;
2861
+ }
2862
+ .pl-lg-5,
2863
+ .px-lg-5 {
2864
+ padding-left: 3rem !important;
2865
+ }
2866
+ .m-lg-n1 {
2867
+ margin: -0.25rem !important;
2868
+ }
2869
+ .mt-lg-n1,
2870
+ .my-lg-n1 {
2871
+ margin-top: -0.25rem !important;
2872
+ }
2873
+ .mr-lg-n1,
2874
+ .mx-lg-n1 {
2875
+ margin-right: -0.25rem !important;
2876
+ }
2877
+ .mb-lg-n1,
2878
+ .my-lg-n1 {
2879
+ margin-bottom: -0.25rem !important;
2880
+ }
2881
+ .ml-lg-n1,
2882
+ .mx-lg-n1 {
2883
+ margin-left: -0.25rem !important;
2884
+ }
2885
+ .m-lg-n2 {
2886
+ margin: -0.5rem !important;
2887
+ }
2888
+ .mt-lg-n2,
2889
+ .my-lg-n2 {
2890
+ margin-top: -0.5rem !important;
2891
+ }
2892
+ .mr-lg-n2,
2893
+ .mx-lg-n2 {
2894
+ margin-right: -0.5rem !important;
2895
+ }
2896
+ .mb-lg-n2,
2897
+ .my-lg-n2 {
2898
+ margin-bottom: -0.5rem !important;
2899
+ }
2900
+ .ml-lg-n2,
2901
+ .mx-lg-n2 {
2902
+ margin-left: -0.5rem !important;
2903
+ }
2904
+ .m-lg-n3 {
2905
+ margin: -1rem !important;
2906
+ }
2907
+ .mt-lg-n3,
2908
+ .my-lg-n3 {
2909
+ margin-top: -1rem !important;
2910
+ }
2911
+ .mr-lg-n3,
2912
+ .mx-lg-n3 {
2913
+ margin-right: -1rem !important;
2914
+ }
2915
+ .mb-lg-n3,
2916
+ .my-lg-n3 {
2917
+ margin-bottom: -1rem !important;
2918
+ }
2919
+ .ml-lg-n3,
2920
+ .mx-lg-n3 {
2921
+ margin-left: -1rem !important;
2922
+ }
2923
+ .m-lg-n4 {
2924
+ margin: -1.5rem !important;
2925
+ }
2926
+ .mt-lg-n4,
2927
+ .my-lg-n4 {
2928
+ margin-top: -1.5rem !important;
2929
+ }
2930
+ .mr-lg-n4,
2931
+ .mx-lg-n4 {
2932
+ margin-right: -1.5rem !important;
2933
+ }
2934
+ .mb-lg-n4,
2935
+ .my-lg-n4 {
2936
+ margin-bottom: -1.5rem !important;
2937
+ }
2938
+ .ml-lg-n4,
2939
+ .mx-lg-n4 {
2940
+ margin-left: -1.5rem !important;
2941
+ }
2942
+ .m-lg-n5 {
2943
+ margin: -3rem !important;
2944
+ }
2945
+ .mt-lg-n5,
2946
+ .my-lg-n5 {
2947
+ margin-top: -3rem !important;
2948
+ }
2949
+ .mr-lg-n5,
2950
+ .mx-lg-n5 {
2951
+ margin-right: -3rem !important;
2952
+ }
2953
+ .mb-lg-n5,
2954
+ .my-lg-n5 {
2955
+ margin-bottom: -3rem !important;
2956
+ }
2957
+ .ml-lg-n5,
2958
+ .mx-lg-n5 {
2959
+ margin-left: -3rem !important;
2960
+ }
2961
+ .m-lg-auto {
2962
+ margin: auto !important;
2963
+ }
2964
+ .mt-lg-auto,
2965
+ .my-lg-auto {
2966
+ margin-top: auto !important;
2967
+ }
2968
+ .mr-lg-auto,
2969
+ .mx-lg-auto {
2970
+ margin-right: auto !important;
2971
+ }
2972
+ .mb-lg-auto,
2973
+ .my-lg-auto {
2974
+ margin-bottom: auto !important;
2975
+ }
2976
+ .ml-lg-auto,
2977
+ .mx-lg-auto {
2978
+ margin-left: auto !important;
2979
+ }
2980
+ }
2981
+ @media (max-width: 768px) {
2982
+ .m-md-0 {
2983
+ margin: 0 !important;
2984
+ }
2985
+ .mt-md-0,
2986
+ .my-md-0 {
2987
+ margin-top: 0 !important;
2988
+ }
2989
+ .mr-md-0,
2990
+ .mx-md-0 {
2991
+ margin-right: 0 !important;
2992
+ }
2993
+ .mb-md-0,
2994
+ .my-md-0 {
2995
+ margin-bottom: 0 !important;
2996
+ }
2997
+ .ml-md-0,
2998
+ .mx-md-0 {
2999
+ margin-left: 0 !important;
3000
+ }
3001
+ .m-md-1 {
3002
+ margin: 0.25rem !important;
3003
+ }
3004
+ .mt-md-1,
3005
+ .my-md-1 {
3006
+ margin-top: 0.25rem !important;
3007
+ }
3008
+ .mr-md-1,
3009
+ .mx-md-1 {
3010
+ margin-right: 0.25rem !important;
3011
+ }
3012
+ .mb-md-1,
3013
+ .my-md-1 {
3014
+ margin-bottom: 0.25rem !important;
3015
+ }
3016
+ .ml-md-1,
3017
+ .mx-md-1 {
3018
+ margin-left: 0.25rem !important;
3019
+ }
3020
+ .m-md-2 {
3021
+ margin: 0.5rem !important;
3022
+ }
3023
+ .mt-md-2,
3024
+ .my-md-2 {
3025
+ margin-top: 0.5rem !important;
3026
+ }
3027
+ .mr-md-2,
3028
+ .mx-md-2 {
3029
+ margin-right: 0.5rem !important;
3030
+ }
3031
+ .mb-md-2,
3032
+ .my-md-2 {
3033
+ margin-bottom: 0.5rem !important;
3034
+ }
3035
+ .ml-md-2,
3036
+ .mx-md-2 {
3037
+ margin-left: 0.5rem !important;
3038
+ }
3039
+ .m-md-3 {
3040
+ margin: 1rem !important;
3041
+ }
3042
+ .mt-md-3,
3043
+ .my-md-3 {
3044
+ margin-top: 1rem !important;
3045
+ }
3046
+ .mr-md-3,
3047
+ .mx-md-3 {
3048
+ margin-right: 1rem !important;
3049
+ }
3050
+ .mb-md-3,
3051
+ .my-md-3 {
3052
+ margin-bottom: 1rem !important;
3053
+ }
3054
+ .ml-md-3,
3055
+ .mx-md-3 {
3056
+ margin-left: 1rem !important;
3057
+ }
3058
+ .m-md-4 {
3059
+ margin: 1.5rem !important;
3060
+ }
3061
+ .mt-md-4,
3062
+ .my-md-4 {
3063
+ margin-top: 1.5rem !important;
3064
+ }
3065
+ .mr-md-4,
3066
+ .mx-md-4 {
3067
+ margin-right: 1.5rem !important;
3068
+ }
3069
+ .mb-md-4,
3070
+ .my-md-4 {
3071
+ margin-bottom: 1.5rem !important;
3072
+ }
3073
+ .ml-md-4,
3074
+ .mx-md-4 {
3075
+ margin-left: 1.5rem !important;
3076
+ }
3077
+ .m-md-5 {
3078
+ margin: 3rem !important;
3079
+ }
3080
+ .mt-md-5,
3081
+ .my-md-5 {
3082
+ margin-top: 3rem !important;
3083
+ }
3084
+ .mr-md-5,
3085
+ .mx-md-5 {
3086
+ margin-right: 3rem !important;
3087
+ }
3088
+ .mb-md-5,
3089
+ .my-md-5 {
3090
+ margin-bottom: 3rem !important;
3091
+ }
3092
+ .ml-md-5,
3093
+ .mx-md-5 {
3094
+ margin-left: 3rem !important;
3095
+ }
3096
+ .p-md-0 {
3097
+ padding: 0 !important;
3098
+ }
3099
+ .pt-md-0,
3100
+ .py-md-0 {
3101
+ padding-top: 0 !important;
3102
+ }
3103
+ .pr-md-0,
3104
+ .px-md-0 {
3105
+ padding-right: 0 !important;
3106
+ }
3107
+ .pb-md-0,
3108
+ .py-md-0 {
3109
+ padding-bottom: 0 !important;
3110
+ }
3111
+ .pl-md-0,
3112
+ .px-md-0 {
3113
+ padding-left: 0 !important;
3114
+ }
3115
+ .p-md-1 {
3116
+ padding: 0.25rem !important;
3117
+ }
3118
+ .pt-md-1,
3119
+ .py-md-1 {
3120
+ padding-top: 0.25rem !important;
3121
+ }
3122
+ .pr-md-1,
3123
+ .px-md-1 {
3124
+ padding-right: 0.25rem !important;
3125
+ }
3126
+ .pb-md-1,
3127
+ .py-md-1 {
3128
+ padding-bottom: 0.25rem !important;
3129
+ }
3130
+ .pl-md-1,
3131
+ .px-md-1 {
3132
+ padding-left: 0.25rem !important;
3133
+ }
3134
+ .p-md-2 {
3135
+ padding: 0.5rem !important;
3136
+ }
3137
+ .pt-md-2,
3138
+ .py-md-2 {
3139
+ padding-top: 0.5rem !important;
3140
+ }
3141
+ .pr-md-2,
3142
+ .px-md-2 {
3143
+ padding-right: 0.5rem !important;
3144
+ }
3145
+ .pb-md-2,
3146
+ .py-md-2 {
3147
+ padding-bottom: 0.5rem !important;
3148
+ }
3149
+ .pl-md-2,
3150
+ .px-md-2 {
3151
+ padding-left: 0.5rem !important;
3152
+ }
3153
+ .p-md-3 {
3154
+ padding: 1rem !important;
3155
+ }
3156
+ .pt-md-3,
3157
+ .py-md-3 {
3158
+ padding-top: 1rem !important;
3159
+ }
3160
+ .pr-md-3,
3161
+ .px-md-3 {
3162
+ padding-right: 1rem !important;
3163
+ }
3164
+ .pb-md-3,
3165
+ .py-md-3 {
3166
+ padding-bottom: 1rem !important;
3167
+ }
3168
+ .pl-md-3,
3169
+ .px-md-3 {
3170
+ padding-left: 1rem !important;
3171
+ }
3172
+ .p-md-4 {
3173
+ padding: 1.5rem !important;
3174
+ }
3175
+ .pt-md-4,
3176
+ .py-md-4 {
3177
+ padding-top: 1.5rem !important;
3178
+ }
3179
+ .pr-md-4,
3180
+ .px-md-4 {
3181
+ padding-right: 1.5rem !important;
3182
+ }
3183
+ .pb-md-4,
3184
+ .py-md-4 {
3185
+ padding-bottom: 1.5rem !important;
3186
+ }
3187
+ .pl-md-4,
3188
+ .px-md-4 {
3189
+ padding-left: 1.5rem !important;
3190
+ }
3191
+ .p-md-5 {
3192
+ padding: 3rem !important;
3193
+ }
3194
+ .pt-md-5,
3195
+ .py-md-5 {
3196
+ padding-top: 3rem !important;
3197
+ }
3198
+ .pr-md-5,
3199
+ .px-md-5 {
3200
+ padding-right: 3rem !important;
3201
+ }
3202
+ .pb-md-5,
3203
+ .py-md-5 {
3204
+ padding-bottom: 3rem !important;
3205
+ }
3206
+ .pl-md-5,
3207
+ .px-md-5 {
3208
+ padding-left: 3rem !important;
3209
+ }
3210
+ .m-md-n1 {
3211
+ margin: -0.25rem !important;
3212
+ }
3213
+ .mt-md-n1,
3214
+ .my-md-n1 {
3215
+ margin-top: -0.25rem !important;
3216
+ }
3217
+ .mr-md-n1,
3218
+ .mx-md-n1 {
3219
+ margin-right: -0.25rem !important;
3220
+ }
3221
+ .mb-md-n1,
3222
+ .my-md-n1 {
3223
+ margin-bottom: -0.25rem !important;
3224
+ }
3225
+ .ml-md-n1,
3226
+ .mx-md-n1 {
3227
+ margin-left: -0.25rem !important;
3228
+ }
3229
+ .m-md-n2 {
3230
+ margin: -0.5rem !important;
3231
+ }
3232
+ .mt-md-n2,
3233
+ .my-md-n2 {
3234
+ margin-top: -0.5rem !important;
3235
+ }
3236
+ .mr-md-n2,
3237
+ .mx-md-n2 {
3238
+ margin-right: -0.5rem !important;
3239
+ }
3240
+ .mb-md-n2,
3241
+ .my-md-n2 {
3242
+ margin-bottom: -0.5rem !important;
3243
+ }
3244
+ .ml-md-n2,
3245
+ .mx-md-n2 {
3246
+ margin-left: -0.5rem !important;
3247
+ }
3248
+ .m-md-n3 {
3249
+ margin: -1rem !important;
3250
+ }
3251
+ .mt-md-n3,
3252
+ .my-md-n3 {
3253
+ margin-top: -1rem !important;
3254
+ }
3255
+ .mr-md-n3,
3256
+ .mx-md-n3 {
3257
+ margin-right: -1rem !important;
3258
+ }
3259
+ .mb-md-n3,
3260
+ .my-md-n3 {
3261
+ margin-bottom: -1rem !important;
3262
+ }
3263
+ .ml-md-n3,
3264
+ .mx-md-n3 {
3265
+ margin-left: -1rem !important;
3266
+ }
3267
+ .m-md-n4 {
3268
+ margin: -1.5rem !important;
3269
+ }
3270
+ .mt-md-n4,
3271
+ .my-md-n4 {
3272
+ margin-top: -1.5rem !important;
3273
+ }
3274
+ .mr-md-n4,
3275
+ .mx-md-n4 {
3276
+ margin-right: -1.5rem !important;
3277
+ }
3278
+ .mb-md-n4,
3279
+ .my-md-n4 {
3280
+ margin-bottom: -1.5rem !important;
3281
+ }
3282
+ .ml-md-n4,
3283
+ .mx-md-n4 {
3284
+ margin-left: -1.5rem !important;
3285
+ }
3286
+ .m-md-n5 {
3287
+ margin: -3rem !important;
3288
+ }
3289
+ .mt-md-n5,
3290
+ .my-md-n5 {
3291
+ margin-top: -3rem !important;
3292
+ }
3293
+ .mr-md-n5,
3294
+ .mx-md-n5 {
3295
+ margin-right: -3rem !important;
3296
+ }
3297
+ .mb-md-n5,
3298
+ .my-md-n5 {
3299
+ margin-bottom: -3rem !important;
3300
+ }
3301
+ .ml-md-n5,
3302
+ .mx-md-n5 {
3303
+ margin-left: -3rem !important;
3304
+ }
3305
+ .m-md-auto {
3306
+ margin: auto !important;
3307
+ }
3308
+ .mt-md-auto,
3309
+ .my-md-auto {
3310
+ margin-top: auto !important;
3311
+ }
3312
+ .mr-md-auto,
3313
+ .mx-md-auto {
3314
+ margin-right: auto !important;
3315
+ }
3316
+ .mb-md-auto,
3317
+ .my-md-auto {
3318
+ margin-bottom: auto !important;
3319
+ }
3320
+ .ml-md-auto,
3321
+ .mx-md-auto {
3322
+ margin-left: auto !important;
3323
+ }
3324
+
3325
+ .btn-circle-resp {
3326
+ width: 5vh !important;
3327
+ height: 5vh !important;
3328
+ border-radius: 50% !important;
3329
+ }
3330
+ }
3331
+ @media (max-width: 576px) {
3332
+ .btn-circle-resp {
3333
+ width: 4vh !important;
3334
+ height: 4vh !important;
3335
+ }
3336
+ .m-sm-0 {
3337
+ margin: 0 !important;
3338
+ }
3339
+ .mt-sm-0,
3340
+ .my-sm-0 {
3341
+ margin-top: 0 !important;
3342
+ }
3343
+ .mr-sm-0,
3344
+ .mx-sm-0 {
3345
+ margin-right: 0 !important;
3346
+ }
3347
+ .mb-sm-0,
3348
+ .my-sm-0 {
3349
+ margin-bottom: 0 !important;
3350
+ }
3351
+ .ml-sm-0,
3352
+ .mx-sm-0 {
3353
+ margin-left: 0 !important;
3354
+ }
3355
+ .m-sm-1 {
3356
+ margin: 0.25rem !important;
3357
+ }
3358
+ .mt-sm-1,
3359
+ .my-sm-1 {
3360
+ margin-top: 0.25rem !important;
3361
+ }
3362
+ .mr-sm-1,
3363
+ .mx-sm-1 {
3364
+ margin-right: 0.25rem !important;
3365
+ }
3366
+ .mb-sm-1,
3367
+ .my-sm-1 {
3368
+ margin-bottom: 0.25rem !important;
3369
+ }
3370
+ .ml-sm-1,
3371
+ .mx-sm-1 {
3372
+ margin-left: 0.25rem !important;
3373
+ }
3374
+ .m-sm-2 {
3375
+ margin: 0.5rem !important;
3376
+ }
3377
+ .mt-sm-2,
3378
+ .my-sm-2 {
3379
+ margin-top: 0.5rem !important;
3380
+ }
3381
+ .mr-sm-2,
3382
+ .mx-sm-2 {
3383
+ margin-right: 0.5rem !important;
3384
+ }
3385
+ .mb-sm-2,
3386
+ .my-sm-2 {
3387
+ margin-bottom: 0.5rem !important;
3388
+ }
3389
+ .ml-sm-2,
3390
+ .mx-sm-2 {
3391
+ margin-left: 0.5rem !important;
3392
+ }
3393
+ .m-sm-3 {
3394
+ margin: 1rem !important;
3395
+ }
3396
+ .mt-sm-3,
3397
+ .my-sm-3 {
3398
+ margin-top: 1rem !important;
3399
+ }
3400
+ .mr-sm-3,
3401
+ .mx-sm-3 {
3402
+ margin-right: 1rem !important;
3403
+ }
3404
+ .mb-sm-3,
3405
+ .my-sm-3 {
3406
+ margin-bottom: 1rem !important;
3407
+ }
3408
+ .ml-sm-3,
3409
+ .mx-sm-3 {
3410
+ margin-left: 1rem !important;
3411
+ }
3412
+ .m-sm-4 {
3413
+ margin: 1.5rem !important;
3414
+ }
3415
+ .mt-sm-4,
3416
+ .my-sm-4 {
3417
+ margin-top: 1.5rem !important;
3418
+ }
3419
+ .mr-sm-4,
3420
+ .mx-sm-4 {
3421
+ margin-right: 1.5rem !important;
3422
+ }
3423
+ .mb-sm-4,
3424
+ .my-sm-4 {
3425
+ margin-bottom: 1.5rem !important;
3426
+ }
3427
+ .ml-sm-4,
3428
+ .mx-sm-4 {
3429
+ margin-left: 1.5rem !important;
3430
+ }
3431
+ .m-sm-5 {
3432
+ margin: 3rem !important;
3433
+ }
3434
+ .mt-sm-5,
3435
+ .my-sm-5 {
3436
+ margin-top: 3rem !important;
3437
+ }
3438
+ .mr-sm-5,
3439
+ .mx-sm-5 {
3440
+ margin-right: 3rem !important;
3441
+ }
3442
+ .mb-sm-5,
3443
+ .my-sm-5 {
3444
+ margin-bottom: 3rem !important;
3445
+ }
3446
+ .ml-sm-5,
3447
+ .mx-sm-5 {
3448
+ margin-left: 3rem !important;
3449
+ }
3450
+ .p-sm-0 {
3451
+ padding: 0 !important;
3452
+ }
3453
+ .pt-sm-0,
3454
+ .py-sm-0 {
3455
+ padding-top: 0 !important;
3456
+ }
3457
+ .pr-sm-0,
3458
+ .px-sm-0 {
3459
+ padding-right: 0 !important;
3460
+ }
3461
+ .pb-sm-0,
3462
+ .py-sm-0 {
3463
+ padding-bottom: 0 !important;
3464
+ }
3465
+ .pl-sm-0,
3466
+ .px-sm-0 {
3467
+ padding-left: 0 !important;
3468
+ }
3469
+ .p-sm-1 {
3470
+ padding: 0.25rem !important;
3471
+ }
3472
+ .pt-sm-1,
3473
+ .py-sm-1 {
3474
+ padding-top: 0.25rem !important;
3475
+ }
3476
+ .pr-sm-1,
3477
+ .px-sm-1 {
3478
+ padding-right: 0.25rem !important;
3479
+ }
3480
+ .pb-sm-1,
3481
+ .py-sm-1 {
3482
+ padding-bottom: 0.25rem !important;
3483
+ }
3484
+ .pl-sm-1,
3485
+ .px-sm-1 {
3486
+ padding-left: 0.25rem !important;
3487
+ }
3488
+ .p-sm-2 {
3489
+ padding: 0.5rem !important;
3490
+ }
3491
+ .pt-sm-2,
3492
+ .py-sm-2 {
3493
+ padding-top: 0.5rem !important;
3494
+ }
3495
+ .pr-sm-2,
3496
+ .px-sm-2 {
3497
+ padding-right: 0.5rem !important;
3498
+ }
3499
+ .pb-sm-2,
3500
+ .py-sm-2 {
3501
+ padding-bottom: 0.5rem !important;
3502
+ }
3503
+ .pl-sm-2,
3504
+ .px-sm-2 {
3505
+ padding-left: 0.5rem !important;
3506
+ }
3507
+ .p-sm-3 {
3508
+ padding: 1rem !important;
3509
+ }
3510
+ .pt-sm-3,
3511
+ .py-sm-3 {
3512
+ padding-top: 1rem !important;
3513
+ }
3514
+ .pr-sm-3,
3515
+ .px-sm-3 {
3516
+ padding-right: 1rem !important;
3517
+ }
3518
+ .pb-sm-3,
3519
+ .py-sm-3 {
3520
+ padding-bottom: 1rem !important;
3521
+ }
3522
+ .pl-sm-3,
3523
+ .px-sm-3 {
3524
+ padding-left: 1rem !important;
3525
+ }
3526
+ .p-sm-4 {
3527
+ padding: 1.5rem !important;
3528
+ }
3529
+ .pt-sm-4,
3530
+ .py-sm-4 {
3531
+ padding-top: 1.5rem !important;
3532
+ }
3533
+ .pr-sm-4,
3534
+ .px-sm-4 {
3535
+ padding-right: 1.5rem !important;
3536
+ }
3537
+ .pb-sm-4,
3538
+ .py-sm-4 {
3539
+ padding-bottom: 1.5rem !important;
3540
+ }
3541
+ .pl-sm-4,
3542
+ .px-sm-4 {
3543
+ padding-left: 1.5rem !important;
3544
+ }
3545
+ .p-sm-5 {
3546
+ padding: 3rem !important;
3547
+ }
3548
+ .pt-sm-5,
3549
+ .py-sm-5 {
3550
+ padding-top: 3rem !important;
3551
+ }
3552
+ .pr-sm-5,
3553
+ .px-sm-5 {
3554
+ padding-right: 3rem !important;
3555
+ }
3556
+ .pb-sm-5,
3557
+ .py-sm-5 {
3558
+ padding-bottom: 3rem !important;
3559
+ }
3560
+ .pl-sm-5,
3561
+ .px-sm-5 {
3562
+ padding-left: 3rem !important;
3563
+ }
3564
+ .m-sm-n1 {
3565
+ margin: -0.25rem !important;
3566
+ }
3567
+ .mt-sm-n1,
3568
+ .my-sm-n1 {
3569
+ margin-top: -0.25rem !important;
3570
+ }
3571
+ .mr-sm-n1,
3572
+ .mx-sm-n1 {
3573
+ margin-right: -0.25rem !important;
3574
+ }
3575
+ .mb-sm-n1,
3576
+ .my-sm-n1 {
3577
+ margin-bottom: -0.25rem !important;
3578
+ }
3579
+ .ml-sm-n1,
3580
+ .mx-sm-n1 {
3581
+ margin-left: -0.25rem !important;
3582
+ }
3583
+ .m-sm-n2 {
3584
+ margin: -0.5rem !important;
3585
+ }
3586
+ .mt-sm-n2,
3587
+ .my-sm-n2 {
3588
+ margin-top: -0.5rem !important;
3589
+ }
3590
+ .mr-sm-n2,
3591
+ .mx-sm-n2 {
3592
+ margin-right: -0.5rem !important;
3593
+ }
3594
+ .mb-sm-n2,
3595
+ .my-sm-n2 {
3596
+ margin-bottom: -0.5rem !important;
3597
+ }
3598
+ .ml-sm-n2,
3599
+ .mx-sm-n2 {
3600
+ margin-left: -0.5rem !important;
3601
+ }
3602
+ .m-sm-n3 {
3603
+ margin: -1rem !important;
3604
+ }
3605
+ .mt-sm-n3,
3606
+ .my-sm-n3 {
3607
+ margin-top: -1rem !important;
3608
+ }
3609
+ .mr-sm-n3,
3610
+ .mx-sm-n3 {
3611
+ margin-right: -1rem !important;
3612
+ }
3613
+ .mb-sm-n3,
3614
+ .my-sm-n3 {
3615
+ margin-bottom: -1rem !important;
3616
+ }
3617
+ .ml-sm-n3,
3618
+ .mx-sm-n3 {
3619
+ margin-left: -1rem !important;
3620
+ }
3621
+ .m-sm-n4 {
3622
+ margin: -1.5rem !important;
3623
+ }
3624
+ .mt-sm-n4,
3625
+ .my-sm-n4 {
3626
+ margin-top: -1.5rem !important;
3627
+ }
3628
+ .mr-sm-n4,
3629
+ .mx-sm-n4 {
3630
+ margin-right: -1.5rem !important;
3631
+ }
3632
+ .mb-sm-n4,
3633
+ .my-sm-n4 {
3634
+ margin-bottom: -1.5rem !important;
3635
+ }
3636
+ .ml-sm-n4,
3637
+ .mx-sm-n4 {
3638
+ margin-left: -1.5rem !important;
3639
+ }
3640
+ .m-sm-n5 {
3641
+ margin: -3rem !important;
3642
+ }
3643
+ .mt-sm-n5,
3644
+ .my-sm-n5 {
3645
+ margin-top: -3rem !important;
3646
+ }
3647
+ .mt-sm-n6,
3648
+ .my-sm-n6 {
3649
+ margin-top: -4rem !important;
3650
+ }
3651
+ .mr-sm-n5,
3652
+ .mx-sm-n5 {
3653
+ margin-right: -3rem !important;
3654
+ }
3655
+ .mb-sm-n5,
3656
+ .my-sm-n5 {
3657
+ margin-bottom: -3rem !important;
3658
+ }
3659
+ .ml-sm-n5,
3660
+ .mx-sm-n5 {
3661
+ margin-left: -3rem !important;
3662
+ }
3663
+ .m-sm-auto {
3664
+ margin: auto !important;
3665
+ }
3666
+ .mt-sm-auto,
3667
+ .my-sm-auto {
3668
+ margin-top: auto !important;
3669
+ }
3670
+ .mr-sm-auto,
3671
+ .mx-sm-auto {
3672
+ margin-right: auto !important;
3673
+ }
3674
+ .mb-sm-auto,
3675
+ .my-sm-auto {
3676
+ margin-bottom: auto !important;
3677
+ }
3678
+ .ml-sm-auto,
3679
+ .mx-sm-auto {
3680
+ margin-left: auto !important;
3681
+ }
3682
+ .font-sm-15 {
3683
+ font-size: 15px !important;
3684
+ }
3685
+ .font-sm-30 {
3686
+ font-size: 30px !important;
3687
+ }
3688
+ .w-sm-100 {
3689
+ width: 100% !important;
3690
+ }
3691
+ .h-sm-100 {
3692
+ height: 200px !important;
3693
+ }
3694
+ .w-sm-80{
3695
+ width: 80% !important;
3696
+ }
3697
+ }
3698
+
3699
+ .text-left {
3700
+ text-align: left !important;
3701
+ }
3702
+
3703
+ .text-right {
3704
+ text-align: right !important;
3705
+ }
3706
+
3707
+ .text-center {
3708
+ text-align: center !important;
3709
+ }
3710
+ @media (min-width: 1200px) {
3711
+ .text-xl-left {
3712
+ text-align: left !important;
3713
+ }
3714
+ .text-xl-right {
3715
+ text-align: right !important;
3716
+ }
3717
+ .text-xl-center {
3718
+ text-align: center !important;
3719
+ }
3720
+ }
3721
+ @media (min-width: 800px) {
3722
+ .text-lg-left {
3723
+ text-align: left !important;
3724
+ }
3725
+ .text-lg-right {
3726
+ text-align: right !important;
3727
+ }
3728
+ .text-lg-center {
3729
+ text-align: center !important;
3730
+ }
3731
+ }
3732
+ @media (max-width: 768px) {
3733
+ .text-md-left {
3734
+ text-align: left !important;
3735
+ }
3736
+ .text-md-right {
3737
+ text-align: right !important;
3738
+ }
3739
+ .text-md-center {
3740
+ text-align: center !important;
3741
+ }
3742
+ }
3743
+ @media (max-width: 576px) {
3744
+ .text-sm-left {
3745
+ text-align: left !important;
3746
+ }
3747
+ .text-sm-right {
3748
+ text-align: right !important;
3749
+ }
3750
+ .text-sm-center {
3751
+ text-align: center !important;
3752
+ }
3753
+ }
3754
+
3755
+ .text-lowercase {
3756
+ text-transform: lowercase !important;
3757
+ }
3758
+
3759
+ .text-uppercase {
3760
+ text-transform: uppercase !important;
3761
+ }
3762
+
3763
+ .text-capitalize {
3764
+ text-transform: capitalize !important;
3765
+ }
3766
+ .text-transform-none {
3767
+ text-transform: none !important;
3768
+ }
3769
+ .fade {
3770
+ transition: opacity 0.15s linear;
3771
+ }
3772
+
3773
+ @media (prefers-reduced-motion: reduce) {
3774
+ .fade {
3775
+ transition: none;
3776
+ }
3777
+ }
3778
+
3779
+ .fade:not(.show) {
3780
+ opacity: 0;
3781
+ }
3782
+
3783
+ .modal-open {
3784
+ overflow: hidden;
3785
+ }
3786
+
3787
+ .modal-open .modal {
3788
+ overflow-x: hidden;
3789
+ overflow-y: auto;
3790
+ }
3791
+
3792
+ .modal {
3793
+ position: fixed;
3794
+ top: 0;
3795
+ left: 0;
3796
+ z-index: 2000 !important;
3797
+ display: none;
3798
+ width: 100%;
3799
+ height: 100%;
3800
+ overflow: hidden;
3801
+ outline: 0;
3802
+ bottom: 0;
3803
+ right: 0;
3804
+ margin: auto;
3805
+ }
3806
+ @media screen and (max-width:600px) {
3807
+ .modal{
3808
+ height: 97%;
3809
+ }
3810
+ }
3811
+ .modal-dialog {
3812
+ position: relative;
3813
+ width: auto;
3814
+ margin: 0.5rem;
3815
+ pointer-events: none;
3816
+ }
3817
+
3818
+ .modal.fade .modal-dialog {
3819
+ transition: transform 0.3s ease-out;
3820
+ transform: translate(0, -50px);
3821
+ }
3822
+
3823
+ @media (prefers-reduced-motion: reduce) {
3824
+ .modal.fade .modal-dialog {
3825
+ transition: none;
3826
+ }
3827
+ }
3828
+
3829
+ .modal.show .modal-dialog {
3830
+ transform: none;
3831
+ }
3832
+
3833
+ .modal-content {
3834
+ position: relative;
3835
+ display: flex;
3836
+ flex-direction: column;
3837
+ width: 100%;
3838
+ pointer-events: auto;
3839
+ background-color: #fff;
3840
+ background-clip: padding-box;
3841
+ border: 3px #e6e6e6 solid;
3842
+ border-radius: 10px;
3843
+ outline: 0;
3844
+ /* min-height: 100px; */
3845
+ /* max-height:650px; */
3846
+ }
3847
+
3848
+ .modal-backdrop {
3849
+ position: fixed;
3850
+ top: 0;
3851
+ left: 0;
3852
+ z-index: 1040;
3853
+ width: 100vw;
3854
+ height: 100vh;
3855
+ background-color: #000;
3856
+ }
3857
+
3858
+ .modal-backdrop.fade {
3859
+ opacity: 0;
3860
+ }
3861
+
3862
+ .modal-backdrop.show {
3863
+ opacity: 0.5;
3864
+ }
3865
+
3866
+ .modal-header {
3867
+ display: flex;
3868
+ align-items: flex-start;
3869
+ justify-content: space-between;
3870
+ padding: 0.5rem 0.1rem;
3871
+ }
3872
+
3873
+ .modal-title {
3874
+ margin-bottom: 0;
3875
+ line-height: 1.5;
3876
+ color: #022648;
3877
+ font-size: 18px;
3878
+ font-weight: 500;
3879
+ /* text-transform: capitalize; */
3880
+ }
3881
+ .close-modal-container {
3882
+ width: 4vh;
3883
+ height: 4vh;
3884
+ background-color: #022648;
3885
+ color: white;
3886
+ display: flex;
3887
+ align-items: center;
3888
+ justify-content: center;
3889
+ border-radius: 10px;
3890
+ cursor: pointer;
3891
+ transition: 0.3s;
3892
+ }
3893
+ .close-modal-container:hover {
3894
+ background-color: #eac435;
3895
+ }
3896
+ .modal-body {
3897
+ position: relative;
3898
+ flex: 1 1 auto;
3899
+ padding: 0 0.3rem;
3900
+ }
3901
+
3902
+ @media (min-width: 576px) {
3903
+ .modal-dialog {
3904
+ max-width: 500px;
3905
+ margin: 1.75rem auto;
3906
+ }
3907
+ .modal-sm {
3908
+ max-width: 300px;
3909
+ }
3910
+ }
3911
+
3912
+ @media (min-width: 800px) {
3913
+ .modal-lg,
3914
+ .modal-xl {
3915
+ max-width: 900px;
3916
+ }
3917
+ }
3918
+
3919
+ @media (min-width: 1200px) {
3920
+ .modal-xl {
3921
+ max-width: 1300px;
3922
+ }
3923
+ }
3924
+ .modal-text {
3925
+ font-size: 17px;
3926
+ text-transform: capitalize;
3927
+ color: rgb(105, 101, 101);
3928
+ }
3929
+ .text-decoration-underline {
3930
+ text-decoration: underline;
3931
+ }
3932
+ .direction-ltr {
3933
+ direction: ltr;
3934
+ }
3935
+ .bg-img {
3936
+ background-color: #f7f1ee !important;
3937
+ }
3938
+
3939
+ /* Off Canvas */
3940
+ .offcanvas {
3941
+ position: fixed;
3942
+ bottom: 0;
3943
+ z-index: 50045;
3944
+ display: flex;
3945
+ flex-direction: column;
3946
+ max-width: 100%;
3947
+ visibility: hidden;
3948
+ /* background-color: #f7f1ee; */
3949
+ background-clip: padding-box;
3950
+ outline: 0;
3951
+ transition: transform 0.3s ease-in-out;
3952
+ /* border-left: 2px solid #e6e6e6; */
3953
+ }
3954
+ @media (prefers-reduced-motion: reduce) {
3955
+ .offcanvas {
3956
+ transition: none;
3957
+ }
3958
+ }
3959
+ .offcanvas-backdrop {
3960
+ position: fixed;
3961
+ top: 0;
3962
+ left: 0;
3963
+ z-index: 50040;
3964
+ width: 100vw;
3965
+ height: 100vh;
3966
+ background-color: #000;
3967
+ }
3968
+ .offcanvas-backdrop.fade {
3969
+ opacity: 0;
3970
+ }
3971
+ .offcanvas-backdrop.show {
3972
+ opacity: 0.5;
3973
+ }
3974
+ .offcanvas-header {
3975
+ display: flex;
3976
+ align-items: center;
3977
+ justify-content: center;
3978
+ width: 100%;
3979
+ }
3980
+ .offcanvas-title {
3981
+ margin-bottom: 0;
3982
+ width: 100%;
3983
+ }
3984
+ .offcanvas-body {
3985
+ flex-grow: 1;
3986
+ overflow-y: auto;
3987
+ }
3988
+ .offcanvas-start {
3989
+ top: 0;
3990
+ left: 0;
3991
+ width: 400px;
3992
+ border-right: 1px solid rgba(0, 0, 0, 0.2);
3993
+ transform: translateX(-100%);
3994
+ }
3995
+ .offcanvas-end {
3996
+ top: 0;
3997
+ right: 0;
3998
+ width: 400px;
3999
+ border-left: 1px solid rgba(0, 0, 0, 0.2);
4000
+ transform: translateX(100%);
4001
+ }
4002
+ .offcanvas-top {
4003
+ top: 0;
4004
+ right: 0;
4005
+ left: 0;
4006
+ height: 30vh;
4007
+ max-height: 100%;
4008
+ border-bottom: 1px solid rgba(0, 0, 0, 0.2);
4009
+ transform: translateY(-100%);
4010
+ }
4011
+ .offcanvas-bottom {
4012
+ right: 0;
4013
+ left: 0;
4014
+ height: 30vh;
4015
+ max-height: 100%;
4016
+ border-top: 1px solid rgba(0, 0, 0, 0.2);
4017
+ transform: translateY(100%);
4018
+ }
4019
+ .offcanvas.show {
4020
+ transform: none;
4021
+ }
4022
+
4023
+ /* */
4024
+ @media (min-width: 800px) {
4025
+ .order-lg-last {
4026
+ -webkit-box-ordinal-group: 7 !important;
4027
+ -ms-flex-order: 6 !important;
4028
+ order: 6 !important;
4029
+ }
4030
+ }
4031
+ .bg-transparent {
4032
+ background-color: transparent !important;
4033
+ }
4034
+ .scrollhorixontalcontainer {
4035
+ width: 100% !important;
4036
+ white-space: nowrap;
4037
+ position: relative;
4038
+ overflow-x: scroll;
4039
+ overflow-y: hidden;
4040
+ -webkit-overflow-scrolling: touch;
4041
+ }
4042
+ .scrollhorixontalcontainer::-webkit-scrollbar {
4043
+ width: 0;
4044
+ height: 0;
4045
+ }
4046
+ .scrollvertical::-webkit-scrollbar {
4047
+ width: 0;
4048
+ height: 0;
4049
+ }
4050
+ @media screen and (max-width: 800px) {
4051
+ .scrollhorixontalcontainer {
4052
+ width: 100% !important;
4053
+ white-space: nowrap;
4054
+ position: relative;
4055
+ overflow-x: scroll;
4056
+ overflow-y: hidden;
4057
+ -webkit-overflow-scrolling: touch;
4058
+ }
4059
+ .variabttcontainer {
4060
+ float: none;
4061
+ display: inline-block;
4062
+ zoom: 1;
4063
+ }
4064
+ }
4065
+
4066
+ .subscrollbar::-webkit-scrollbar {
4067
+ width: 5px;
4068
+ }
4069
+ .subscrollbar::-webkit-scrollbar-track {
4070
+ box-shadow: inset 0 0 5px grey;
4071
+ border-radius: 10px;
4072
+ }
4073
+ .subscrollbar::-webkit-scrollbar-thumb {
4074
+ background: #000;
4075
+ border-radius: 10px;
4076
+ }
4077
+ .subscrollbar::-webkit-scrollbar-thumb:hover {
4078
+ background: rgb(87, 84, 84);
4079
+ }
4080
+ .scrollmenuclasssubscrollbar::-webkit-scrollbar {
4081
+ width: 0;
4082
+ height: 0;
4083
+ }
4084
+ .scrollmenuclasssubscrollbar::-webkit-scrollbar-track {
4085
+ background-color: transparent;
4086
+ }
4087
+ .scrollmenuclassnameitemrelatedproduct{
4088
+ max-width: 250px;
4089
+ min-width: 250px;
4090
+ }
4091
+ .scrollmenuclassnameitemProductCardWithTextOnImage{
4092
+ max-width: 330px;
4093
+ min-width: 330px;
4094
+ }
4095
+ .scrollmenuclassnameitem,.scrollmenuclassnameitemStylishProductCard {
4096
+ max-width: 300px;
4097
+ min-width: 300px;
4098
+ }
4099
+ .scrollmenuclassnameitemModernProductCard{
4100
+ max-width: 350px;
4101
+ min-width: 350px;
4102
+ }
4103
+ .scrollmenuclassnameitemProductcard6 {
4104
+ max-width: 300px;
4105
+ min-width: 300px;
4106
+ }
4107
+ .scrollmenuclassnameitemProductcardcircularhover {
4108
+ max-width: 300px;
4109
+ min-width: 300px;
4110
+ }
4111
+ .scrollmenuclassnameitemCategorycard_with_twolinestransition {
4112
+ min-width: 300px;
4113
+ max-width: 300px;
4114
+ }
4115
+ .scrollmenuclassnameitemCategoryCardwithhoveraction{
4116
+ min-width: 300px;
4117
+ max-width: 300px;
4118
+ }
4119
+ .scrollmenuclassnameitemProductcard_with_slideanimation {
4120
+ min-width: 270px;
4121
+ max-width: 270px;
4122
+ }
4123
+ .scrollmenuclassnameitemProductcard_Horizontalcard{
4124
+ min-width: 320px;
4125
+ max-width: 320px;
4126
+ }
4127
+ .scrollmenuclassnameitemCategorycard_withtext {
4128
+ min-width: 350px;
4129
+ max-width: 350px;
4130
+ }
4131
+ .scrollmenuclassnameitemProductcard_animatedbuttons {
4132
+ min-width: 290px;
4133
+ max-width: 290px;
4134
+ }
4135
+ .scrollmenuclassnameitemProductcard_with_variants {
4136
+ min-width: 270px;
4137
+ max-width: 270px;
4138
+ }
4139
+ .scrollmenuclassnameitemProductcarddefault {
4140
+ min-width: 300px;
4141
+ max-width: 300px;
4142
+ }
4143
+ .scrollmenuclassnameitemSimpleproductcard {
4144
+ min-width: 270px;
4145
+ max-width: 270px;
4146
+ }
4147
+ .scrollmenuclassnameitemCard23{
4148
+ min-width: 280px;
4149
+ max-width: 280px;
4150
+ }
4151
+ .scrollmenuclassnameitempoductcardwithsaleprice {
4152
+ min-width: 300px;
4153
+ max-width: 300px;
4154
+ }
4155
+ .scrollmenuclassnameitemcategorycardwithfullimage {
4156
+ min-width: 300px;
4157
+ max-width: 300px;
4158
+ }
4159
+ .scrollmenuclassnameitemCategorycard_with_trianglebg {
4160
+ min-width: 350px;
4161
+ max-width: 350px;
4162
+ }
4163
+ .scrollmenuclassnameitemProductcard_with_textonhover {
4164
+ min-width: 350px;
4165
+ max-width: 350px;
4166
+ }
4167
+ .scrollmenuclassnameitemCategorycard_slidebgscaled {
4168
+ min-width: 300px;
4169
+ max-width: 300px;
4170
+ }
4171
+ .scrollmenuclassnameitemProductccard_with_imageontopleft{
4172
+ min-width: 220px;
4173
+ max-width: 220px;
4174
+ }
4175
+ .scrollmenuclassnameitemProductcard_with_zoominonhover{
4176
+ min-width: 260px;
4177
+ max-width: 260px;
4178
+ }
4179
+ .scrollmenuclassnameitemProductcard_with_circularbg {
4180
+ max-width: 230px;
4181
+ min-width: 230px;
4182
+ }
4183
+ .scrollmenuclassnameitemCategorycard_fullimage{
4184
+ max-width: 280px;
4185
+ min-width: 250px;
4186
+ }
4187
+ /* .scrollmenuclassnameitemClassiccategorycard{
4188
+ max-width: 330px;
4189
+ min-width: 330px;
4190
+ } */
4191
+ .scrollmenuclassnameitemProductcard_with_circularhover{
4192
+ max-width: 300px;
4193
+ min-width: 300px;
4194
+ }
4195
+ .scrollmenuclassnameitemProductcard7{
4196
+ max-width: 230px;
4197
+ min-width: 230px;
4198
+ }
4199
+ .scrollmenuclassnameitemSimplecategorycardwithtextbelow{
4200
+ min-width: 270px;
4201
+ max-width: 270px;
4202
+ }
4203
+ .scrollmenuclassnameitemMenuCard{
4204
+ max-width: 600px;
4205
+ min-width: 600px;
4206
+ }
4207
+ .slideshowCard{
4208
+ max-width: 300px;
4209
+ min-width: 300px;
4210
+ }
4211
+ .scrollmenuclassnameitemModernCardWithQuantityButton{
4212
+ min-width: 270px;
4213
+ max-width: 270px;
4214
+ }
4215
+ .scrollmenuclassnameitemCard20{
4216
+ min-width: 320px;
4217
+ max-width: 320px;
4218
+ }
4219
+ .scrollmenuclassnameitemCategorycard_Categorycard_fullimage{
4220
+ min-width: 280px;
4221
+ max-width: 280px;
4222
+ }
4223
+ .scrollmenuclassnameitemCircleCardWithVariants{
4224
+ min-width: 280px;
4225
+ max-width: 280px;
4226
+ }
4227
+ .scrollmenuclassnameitemUpSlideEffectCard {
4228
+ max-width: 300px;
4229
+ min-width: 300px;
4230
+ }
4231
+ .scrollmenuclassnameitemCategoryCardTextOnImage {
4232
+ max-width: 300px;
4233
+ min-width: 300px;
4234
+ }
4235
+ @media (max-width: 576px) {
4236
+ .scrollmenuclassnameitemCircleCardWithVariants{
4237
+ min-width: 250px;
4238
+ max-width: 250px;
4239
+ }
4240
+ .scrollmenuclassnameitemCategoryCardTextOnImage {
4241
+ max-width: 270px;
4242
+ min-width: 270px;
4243
+ }
4244
+ .scrollmenuclassnameitemUpSlideEffectCard {
4245
+ max-width: 270px;
4246
+ min-width: 270px;
4247
+ }
4248
+ .scrollmenuclassnameitemCard20{
4249
+ min-width: 320px;
4250
+ max-width: 320px;
4251
+ }
4252
+ .slideshowCard{
4253
+ max-width: 280px;
4254
+ min-width: 280px;
4255
+ }
4256
+ .scrollmenuclassnameitemStylishProductCard{
4257
+ max-width: 280px;
4258
+ min-width: 280px;
4259
+ }
4260
+ .scrollmenuclassnameitemMenuCardscrollmenuclassnameitemStylishProductCard{
4261
+ max-width: 380px;
4262
+ min-width: 380px;
4263
+ }
4264
+ .scrollmenuclassnameitemSimplecategorycardwithtextbelow{
4265
+ min-width: 250px;
4266
+ max-width: 250px;
4267
+ }
4268
+ .scrollmenuclassnameitemProductcard7{
4269
+ max-width: 280px;
4270
+ min-width: 280px;
4271
+ }
4272
+ .scrollmenuclassnameitemProductcard_with_circularhover{
4273
+ max-width: 250px;
4274
+ min-width: 250px;
4275
+ }
4276
+ .scrollmenuclassnameitemClassiccategorycard{
4277
+ max-width: 250px;
4278
+ min-width: 250px;
4279
+ }
4280
+ .scrollmenuclassnameitemCategorycard_fullimage{
4281
+ max-width: 300px;
4282
+ min-width: 300px;
4283
+ }
4284
+ .scrollmenuclassnameitem {
4285
+ max-width: 600px;
4286
+ min-width: 150px;
4287
+ }
4288
+ .scrollmenuclassnameitemProductcard6 {
4289
+ max-width: 300px;
4290
+ min-width: 300px;
4291
+ }
4292
+ .scrollmenuclassnameitemProductcardcircularhover {
4293
+ max-width: 260px;
4294
+ min-width:260px;
4295
+ }
4296
+ .scrollmenuclassnameitemProductcard_with_circularbg {
4297
+ max-width: 230px;
4298
+ min-width: 230px;
4299
+ }
4300
+ .scrollmenuclassnameitemCategorycard_with_twolinestransition {
4301
+ min-width: 300px;
4302
+ max-width: 250px;
4303
+ }
4304
+ .scrollmenuclassnameitemProductcard_with_slideanimation {
4305
+ min-width: 250px;
4306
+ max-width: 250px;
4307
+ }
4308
+ .scrollmenuclassnameitemProductcard_animatedbuttons {
4309
+ min-width: 200px;
4310
+ max-width: 200px;
4311
+ }
4312
+ .scrollmenuclassnameitemProductcard_with_variants {
4313
+ min-width: 250px;
4314
+ max-width: 250px;
4315
+ }
4316
+ .scrollmenuclassnameitemProductcarddefault {
4317
+ min-width: 250px;
4318
+ max-width: 250px;
4319
+ }
4320
+ .scrollmenuclassnameitemSimpleproductcard {
4321
+ min-width: 250px !important;
4322
+ max-width: 250px !important;
4323
+ }
4324
+ .scrollmenuclassnameitemCard23{
4325
+ min-width: 250px;
4326
+ max-width: 250px;
4327
+ }
4328
+ .scrollmenuclassnameitemCategorycard_withtext {
4329
+ min-width: 250px;
4330
+ max-width: 250px;
4331
+ }
4332
+ .scrollmenuclassnameitemCategorycard_with_trianglebg {
4333
+ min-width: 250px;
4334
+ max-width: 250px;
4335
+ }
4336
+ .scrollmenuclassnameitemProductcard_with_textonhover {
4337
+ min-width: 250px;
4338
+ max-width: 250px;
4339
+ }
4340
+ .scrollmenuclassnameitemCategorycard_slidebgscaled {
4341
+ min-width: 250px;
4342
+ max-width: 250px;
4343
+ }
4344
+ .scrollmenuclassnameitemProductccard_with_imageontopleft{
4345
+ min-width: 220px;
4346
+ max-width: 220px;
4347
+ }
4348
+ .scrollmenuclassnameitemModernCardWithQuantityButton{
4349
+ min-width: 270px ;
4350
+ max-width: 270px;
4351
+ }
4352
+ }
4353
+ .line-clamp {
4354
+ word-break: break-word;
4355
+ overflow: hidden;
4356
+ text-overflow: ellipsis;
4357
+ display: -webkit-box;
4358
+ -webkit-line-clamp: 4;
4359
+ -webkit-box-orient: vertical;
4360
+ }
4361
+ .module {
4362
+ overflow: hidden;
4363
+ }
4364
+ .allcentered{
4365
+ display: flex !important;
4366
+ justify-content: center !important;
4367
+ align-items: center !important;
4368
+ }
4369
+ .wordbreak {
4370
+ word-break: break-word !important;
4371
+ overflow: hidden !important;
4372
+ text-overflow: ellipsis !important;
4373
+ display: -webkit-box !important;
4374
+ -webkit-box-orient: vertical !important;
4375
+ overflow: hidden !important;
4376
+ }
4377
+ .wordbreak1{
4378
+ -webkit-line-clamp: 1 !important;
4379
+ }
4380
+ .wordbreak2{
4381
+ -webkit-line-clamp: 2 !important;
4382
+ }
4383
+ .wordbreak3{
4384
+ -webkit-line-clamp: 3 !important;
4385
+ }
4386
+ .wordbreak4{
4387
+ -webkit-line-clamp: 4 !important;
4388
+ }
4389
+ .wordbreak8{
4390
+ -webkit-line-clamp: 8 !important;
4391
+ }
4392
+ .wordbreak-noellipsis{
4393
+ word-break: break-word !important;
4394
+ }
4395
+ .editoriconcontainer {
4396
+ width: 4vh;
4397
+ height: 4vh;
4398
+ border-radius: 7px;
4399
+ background-color: white;
4400
+ box-shadow: 0 0 10px #e6e6e6;
4401
+ }
4402
+ .hr-lines:before {
4403
+ content: ' ';
4404
+ display: block;
4405
+ height: 1.5px;
4406
+ width: 100px;
4407
+ position: absolute;
4408
+ bottom: 25px;
4409
+ margin: 'auto';
4410
+ left: 220px;
4411
+ background: var(--info);
4412
+ }
4413
+ .hr-lines:after {
4414
+ content: ' ';
4415
+ display: block;
4416
+ height: 1.5px;
4417
+ width: 100px;
4418
+ position: absolute;
4419
+ bottom: 25px;
4420
+ margin: 'auto';
4421
+ right: 220px;
4422
+ background: var(--info);
4423
+ }
4424
+ .border-none{
4425
+ border:none !important
4426
+ }
4427
+ .noshadow{
4428
+ box-shadow: none !important;
4429
+ }
4430
+
4431
+
4432
+
4433
+ /* General Notifications */
4434
+ .notification {
4435
+ border-radius: 10px !important;
4436
+ padding: 12px 12px 12px 45px !important;
4437
+ min-height: 45px !important;
4438
+ display: flex;
4439
+ align-items: center;
4440
+ box-shadow: none !important;
4441
+ }
4442
+ .notification .title {
4443
+ font-weight: 600 !important;
4444
+ margin: 0 !important;
4445
+ padding: 0 !important;
4446
+ font-size: 15px !important;
4447
+ }
4448
+ .notification:before {
4449
+ width: 3.7vh !important;
4450
+ height: 3.7vh !important;
4451
+ font-size: 15px !important;
4452
+ background-color: white !important;
4453
+ border-radius: 9px !important;
4454
+ display: flex !important;
4455
+ align-items: center !important;
4456
+ justify-content: center !important;
4457
+ padding-left: 2px !important;
4458
+ left: 10px !important;
4459
+ top: 0;
4460
+ bottom: 0;
4461
+ margin: auto;
4462
+ }
4463
+ @media screen and (max-width: 1025px) {
4464
+ .notification:before {
4465
+ width: 3vh !important;
4466
+ height: 3vh !important;
4467
+ }
4468
+ }
4469
+ @media screen and (max-width: 900px) {
4470
+ .notification:before {
4471
+ width: 3.7vh !important;
4472
+ height: 3.7vh !important;
4473
+ }
4474
+ }
4475
+ .notification-info::before {
4476
+ color: #2f96b4 !important;
4477
+ }
4478
+ .notification-success {
4479
+ background-color: #009973 !important;
4480
+ }
4481
+ .notification-success::before {
4482
+ color: #009973 !important;
4483
+ }
4484
+ .notification-warning::before {
4485
+ color: #f89406 !important;
4486
+ }
4487
+ .notification-error::before {
4488
+ color: #bd362f !important;
4489
+ }
4490
+
4491
+ .no-repeat{
4492
+ /* background-repeat: no-repeat !important;
4493
+ background-size: cover !important */
4494
+ }
4495
+ /* Fonts */
4496
+ .PacificoFont{
4497
+ font-family: "Pacifico",cursive;
4498
+ }
4499
+ .MonotonCursive{
4500
+ font-family: 'Monoton',cursive !important;
4501
+ }
4502
+ .PlayfairFont{
4503
+ font-family: "Playfair" !important;
4504
+ }
4505
+ .GreatvibesFont{
4506
+ font-family: 'Great Vibes', cursive !important;
4507
+ }
4508
+ .Quicksandfont{
4509
+ font-family: 'Quicksand', sans-serif !important;
4510
+ }
4511
+ .SatisfyFont{
4512
+ font-family: 'Satisfy', cursive !important;
4513
+ }
4514
+ .ASUL{
4515
+ font-family: 'Asul', sans-serif;
4516
+ }
4517
+ .ASUL-400{
4518
+ font-family: 'Asul', sans-serif;
4519
+ }
4520
+ .ASUL-700{
4521
+ font-family: 'Asul', sans-serif;
4522
+ font-weight: 700;
4523
+ }
4524
+
4525
+ /* /////////////////////////////////////////////////////// */
4526
+ .beforebg:before{
4527
+ content:'';
4528
+ position:absolute;
4529
+ top:0;
4530
+ bottom:0;
4531
+ left:0;
4532
+ right:0;
4533
+ width: 100%;
4534
+ height: 100%;
4535
+ background-color: rgba(0,0,0,0.2);
4536
+ }
4537
+ .overflowX{
4538
+ overflow-x: scroll;
4539
+ }
4540
+ .overflowX::-webkit-scrollbar {
4541
+ width: 0;
4542
+ height: 0;
4543
+ }
4544
+ .scrollhorizontal{
4545
+ width: 100% !important;
4546
+ white-space: nowrap !important;
4547
+ position: relative !important;
4548
+ overflow-x: scroll !important;
4549
+ overflow-y: hidden !important;
4550
+ -webkit-overflow-scrolling: touch !important;
4551
+ }
4552
+ .scrollhorizontal::-webkit-scrollbar {
4553
+ width: 0;
4554
+ height: 0;
4555
+ }
4556
+ @media screen and (min-width:1000px){
4557
+ .scrollhorizontal-lg{
4558
+ width: 100% !important;
4559
+ white-space: nowrap !important;
4560
+ position: relative !important;
4561
+ overflow-x: scroll !important;
4562
+ overflow-y: hidden !important;
4563
+ -webkit-overflow-scrolling: touch !important;
4564
+ }
4565
+ .scrollhorizontal-lg::-webkit-scrollbar {
4566
+ width: 0;
4567
+ height: 0;
4568
+ }
4569
+ }
4570
+ .scrollhorizontalcard{
4571
+ float: none !important;
4572
+ display: inline-block !important;
4573
+ zoom: 1 !important;
4574
+ }
4575
+
4576
+ .dropdowncontainer {
4577
+ position: relative;
4578
+ text-align: center;
4579
+ min-width: 160px !important;
4580
+ }
4581
+ .dropdownmenu {
4582
+ position: absolute;
4583
+ padding: 5px;
4584
+ top: 60px;
4585
+ left: 0;
4586
+ width: 160%;
4587
+ display: block;
4588
+ z-index: 2;
4589
+ opacity: 0;
4590
+ pointer-events: none;
4591
+ transform: translateY(20px);
4592
+ transition: all 200ms linear;
4593
+ }
4594
+ .categoriesdropdownmenu{
4595
+ width: 300px;
4596
+ }
4597
+ .dropdownlink {
4598
+ position: relative;
4599
+ transition: all 200ms linear;
4600
+ font-weight: 500;
4601
+ font-size: 14px;
4602
+ border-radius: 2px;
4603
+ padding: 5px 0;
4604
+ padding-left: 10px;
4605
+ padding-right: 10px;
4606
+ margin: 2px 0;
4607
+ text-align: left;
4608
+ text-decoration: none;
4609
+ display: -ms-flexbox;
4610
+ display: flex;
4611
+ -webkit-align-items: center;
4612
+ -moz-align-items: center;
4613
+ -ms-align-items: center;
4614
+ align-items: center;
4615
+ cursor: pointer;
4616
+ }
4617
+ .scrollmenufilteritem{
4618
+ min-width: 180px;
4619
+ max-width: 320px;
4620
+ display: block !important;
4621
+ }
4622
+
4623
+ a{
4624
+ text-decoration: none !important;
4625
+ }
4626
+
4627
+ .my-anchor-css-className{
4628
+ cursor: pointer !important;
4629
+ color:gray !important;
4630
+ font-weight: 600 !important;
4631
+ }
4632
+ .display-grid {
4633
+ display: grid;
4634
+ grid-template-columns: repeat(auto-fit, minmax(100px, 1fr));
4635
+ }
4636
+ .grid-item {
4637
+ display: grid;
4638
+ place-items: center;
4639
+ }
4640
+ .containerClassName{
4641
+ width: 100%;
4642
+ display: flex;
4643
+ align-items: center;
4644
+ justify-content: center;
4645
+ }
4646
+ .containerClassName ul{
4647
+ /* width: 100%; */
4648
+ /* display: flex; */
4649
+ align-items: center;
4650
+ justify-content: center;
4651
+ }
4652
+ .containerClassName ul li{
4653
+ float: left;
4654
+ /* border:1px solid red; */
4655
+ margin: 10px;
4656
+ font-size: 16px;
4657
+ font-weight: 500;
4658
+ }
4659
+ .containerClassName ul li a{
4660
+ display: flex;
4661
+ align-items: center;
4662
+ justify-content: center;
4663
+ }
4664
+
4665
+
4666
+
4667
+
4668
+ /* */
4669
+ .cat_dropdown{
4670
+ position:absolute;
4671
+ top:100%;
4672
+ z-index:380;
4673
+ background-color:white;
4674
+ box-shadow:0 0 3px rgba(0,0,0,0.15);
4675
+ text-align:left;
4676
+ /* visibility:hidden;
4677
+ opacity:0; */
4678
+ transition:opacity 0.4s cubic-bezier(0.19, 1, 0.22, 1),visibility 0.4s cubic-bezier(0.19, 1, 0.22, 1),transform 0.4s cubic-bezier(0.19, 1, 0.22, 1);
4679
+ transform:translateY(0) translateZ(0);
4680
+ /* pointer-events:none */
4681
+ }
4682
+ .cat_dropdownen{
4683
+ left:110%;
4684
+ }
4685
+ .cat_dropdownar{
4686
+ right:110%;
4687
+ }
4688
+ .cat_dropdown_hover:hover .cat_dropdown{
4689
+ visibility:visible;
4690
+ opacity:1;
4691
+ transform:none;
4692
+ /* pointer-events:visible;
4693
+ pointer-events:unset */
4694
+ }
4695
+ .cat_dropdown-menu{
4696
+ min-height:300px;
4697
+ /* width:var(--cat_dropdown-width); */
4698
+ padding:12px 20px;
4699
+ top:0;
4700
+ width: 70vw;
4701
+ z-index: 1000 !important;
4702
+ }
4703
+ .accordionContainer .accordion{
4704
+ width: 100% !important;
4705
+ }
4706
+ .accordionContainer .accordion__heading::before {
4707
+ display: none !important;
4708
+ }
4709
+ .accordionContainer .accordion__heading {
4710
+ padding-left: 0 !important;
4711
+ }
4712
+ .accordionContainer .accordion__button:before {
4713
+ display: none !important;
4714
+ }
4715
+ @media screen and (max-width: 800px) {
4716
+ .accordionContainer label:hover {
4717
+ border-top: none !important;
4718
+ }
4719
+ }
4720
+ .accordionContainer label:hover {
4721
+ border-top: none !important;
4722
+ }
4723
+ /* */
4724
+ .image-wrap {
4725
+ width: 300px;
4726
+ height: 300px;
4727
+ overflow: hidden;
4728
+ border-radius: 15px;
4729
+ }
4730
+ .image-wrap .image {
4731
+ width: 100%;
4732
+ height: 100%;
4733
+ object-fit: cover;
4734
+ object-position: top center;
4735
+ transition: all 8s ease-out 0s;
4736
+ border-radius: 15px;
4737
+ }
4738
+ .image-wrap:hover .image {
4739
+ object-position: bottom center;
4740
+ }
4741
+ select{
4742
+ border-left: none !important;
4743
+ border-right: none !important;
4744
+ border-top: none !important;
4745
+ }
4746
+ .navbar li:last-child{
4747
+ margin: 0 !important;
4748
+ }
4749
+ input[type="date"]::-webkit-calendar-picker-indicator {
4750
+ display: block !important;
4751
+ }
4752
+ .MuiButtonBase-root #text{
4753
+ color:yellow !important
4754
+ }
4755
+
4756
+ .before:before{
4757
+ position: absolute;
4758
+ content: '';
4759
+ height: 3px;
4760
+ width: 25%;
4761
+ bottom:1px
4762
+
4763
+ }