tabexseriescomponents 0.0.64 → 0.0.66

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 (178) hide show
  1. package/dist/index.cjs.js +25023 -16634
  2. package/dist/index.esm.js +25033 -16645
  3. package/dist/index.umd.js +24824 -16437
  4. package/package.json +1 -1
  5. package/src1-10/Contexts/LanguageContext.jsx +347 -0
  6. package/src1-10/Contexts/ProductsCardsSectionContext.jsx +28 -0
  7. package/src1-10/StylesJS/Customstyles.js +235 -0
  8. package/src1-10/TabexComponents/Cards/CategoryCardwithhoveraction/CategoryCardwithhoveraction.jsx +205 -0
  9. package/src1-10/TabexComponents/Cards/Categorycard_fullimage/Categorycard_fullimage.jsx +239 -0
  10. package/src1-10/TabexComponents/Cards/Categorycard_slidebgscaled/Categorycard_slidebgscaled.jsx +198 -0
  11. package/src1-10/TabexComponents/Cards/Categorycard_with_trianglebg/Categorycard_with_trianglebg.jsx +169 -0
  12. package/src1-10/TabexComponents/Cards/Categorycard_with_twolinestransition/Categorycard_with_twolinestransition.jsx +180 -0
  13. package/src1-10/TabexComponents/Cards/Categorycard_withshapes/Categorycard_withshapes.jsx +162 -0
  14. package/src1-10/TabexComponents/Cards/Categorycard_withtext/Categorycard_withtext.jsx +184 -0
  15. package/src1-10/TabexComponents/Cards/Classiccategorycard/Classiccategorycard.jsx +149 -0
  16. package/src1-10/TabexComponents/Cards/Horizontalcard/Horizontalcard.jsx +271 -0
  17. package/src1-10/TabexComponents/Cards/MenuCard/MenuCard.jsx +546 -0
  18. package/src1-10/TabexComponents/Cards/ModernProductCard/ModernProductCard.jsx +474 -0
  19. package/src1-10/TabexComponents/Cards/Productcard6/Productcard6.jsx +290 -0
  20. package/src1-10/TabexComponents/Cards/Productcard7/Productcard7.jsx +278 -0
  21. package/src1-10/TabexComponents/Cards/Productcard_animatedbuttons/Productcard_animatedbuttons.jsx +293 -0
  22. package/src1-10/TabexComponents/Cards/Productcard_with_circularbg/Productcard_with_circularbg.jsx +278 -0
  23. package/src1-10/TabexComponents/Cards/Productcard_with_circularhover/Productcard_with_circularhover.jsx +312 -0
  24. package/src1-10/TabexComponents/Cards/Productcard_with_slideanimation/Productcard_with_slideanimation.jsx +279 -0
  25. package/src1-10/TabexComponents/Cards/Productcard_with_variants/Productcard_with_variants.jsx +293 -0
  26. package/src1-10/TabexComponents/Cards/Productcard_with_zoominonhover/Productcard_with_zoominonhover.jsx +456 -0
  27. package/src1-10/TabexComponents/Cards/Productcarddefault/Productcarddefault.jsx +272 -0
  28. package/src1-10/TabexComponents/Cards/Productccard_with_imageontopleft/Productccard_with_imageontopleft.jsx +286 -0
  29. package/src1-10/TabexComponents/Cards/Prouductcard_with_zoomhover/Prouductcard_with_zoomhover.jsx +127 -0
  30. package/src1-10/TabexComponents/Cards/Simplecategorycardwithtextbelow/Simplecategorycardwithtextbelow.jsx +126 -0
  31. package/src1-10/TabexComponents/Cards/Simpleproductcard/Simpleproductcard.jsx +292 -0
  32. package/src1-10/TabexComponents/Cards/StylishProductCard/StylishProductCard.jsx +281 -0
  33. package/src1-10/TabexComponents/Footer/Footer1/Footer1.jsx +418 -0
  34. package/src1-10/TabexComponents/Footer/Footer2/Footer2.jsx +381 -0
  35. package/src1-10/TabexComponents/Footer/Footer3/Footer3.jsx +316 -0
  36. package/src1-10/TabexComponents/Footer/Footer4/Footer4.jsx +437 -0
  37. package/src1-10/TabexComponents/Footer/Footer5/Footer5.jsx +488 -0
  38. package/src1-10/TabexComponents/Footer/Footer6/Footer6.jsx +286 -0
  39. package/src1-10/TabexComponents/Footer/Footer7/Footer7.jsx +370 -0
  40. package/src1-10/TabexComponents/Footer/Simplefooter/Simplefooter.jsx +231 -0
  41. package/src1-10/TabexComponents/Generalfiles/images/egyptflag.png +0 -0
  42. package/src1-10/TabexComponents/Generalfiles/images/noimage.png +0 -0
  43. package/src1-10/TabexComponents/Generalfiles/images/payment/cod.png +0 -0
  44. package/src1-10/TabexComponents/Generalfiles/images/payment/fawry.png +0 -0
  45. package/src1-10/TabexComponents/Generalfiles/images/payment/payment.png +0 -0
  46. package/src1-10/TabexComponents/Generalfiles/images/payment/paymob.png +0 -0
  47. package/src1-10/TabexComponents/Generalfiles/images/payment/paypal.png +0 -0
  48. package/src1-10/TabexComponents/Generalfiles/images/payment/visa.png +0 -0
  49. package/src1-10/TabexComponents/Generalfiles/images/shoppingcart.png +0 -0
  50. package/src1-10/TabexComponents/Generalfiles/images/tabexlogo.png +0 -0
  51. package/src1-10/TabexComponents/Generalfiles/images/unknownmaleuser.png +0 -0
  52. package/src1-10/TabexComponents/Generalfiles/images/usflag.png +0 -0
  53. package/src1-10/TabexComponents/Generalfiles/images/whatsapp.png +0 -0
  54. package/src1-10/TabexComponents/Headers/AllinoneHeader/AllinoneHeader.jsx +722 -0
  55. package/src1-10/TabexComponents/Headers/ClassicHeader/ClassicHeader.jsx +681 -0
  56. package/src1-10/TabexComponents/Headers/Header4/Header4.jsx +614 -0
  57. package/src1-10/TabexComponents/Headers/Header6/Header6.jsx +666 -0
  58. package/src1-10/TabexComponents/Headers/Header8/Header8.jsx +888 -0
  59. package/src1-10/TabexComponents/Headers/HeaderRestaurant/HeaderRestaurant.jsx +710 -0
  60. package/src1-10/TabexComponents/Headers/Header_threesectionslogocentered/Header_threesectionslogocentered.jsx +769 -0
  61. package/src1-10/TabexComponents/Headers/Headerresponsive/Headerresponsive.jsx +666 -0
  62. package/src1-10/TabexComponents/Headers/HeaderwithContactinfo/HeaderwithContactinfo.jsx +940 -0
  63. package/src1-10/TabexComponents/Headers/Modernheader/Modernheader.jsx +714 -0
  64. package/src1-10/TabexComponents/Headers/StylishHeader/StylishHeader.jsx +833 -0
  65. package/src1-10/TabexComponents/Headers/Subheader/Subheader.jsx +239 -0
  66. package/src1-10/TabexComponents/Sections/BackgroundImages/Backgroundimage1/Backgroundimage1.jsx +312 -0
  67. package/src1-10/TabexComponents/Sections/BackgroundImages/Backgroundimage_with_toppill/Backgroundimage_with_toppill.jsx +278 -0
  68. package/src1-10/TabexComponents/Sections/BackgroundImages/BackgroundimageandTextsection/BackgroundimageandTextsection.jsx +129 -0
  69. package/src1-10/TabexComponents/Sections/BackgroundImages/Section_with_rightbgcont/Section_with_rightbgcont.jsx +153 -0
  70. package/src1-10/TabexComponents/Sections/BackgroundImages/Threebgimages/Threebgimages.jsx +295 -0
  71. package/src1-10/TabexComponents/Sections/BackgroundImages/Twobgimages/Twobgimages.jsx +409 -0
  72. package/src1-10/TabexComponents/Sections/Cards/CardsSection/CardsSection.jsx +793 -0
  73. package/src1-10/TabexComponents/Sections/Cards/CardsSection2/CardsSection2.jsx +486 -0
  74. package/src1-10/TabexComponents/Sections/Cards/CardsSection7/CardsSection7.js +888 -0
  75. package/src1-10/TabexComponents/Sections/Cards/CardsSection8/CardsSection8.js +419 -0
  76. package/src1-10/TabexComponents/Sections/Cards/Sixverticalcardssection/Sixverticalcardssection.jsx +512 -0
  77. package/src1-10/TabexComponents/Sections/Slideshow/AboutSection/AboutSection.jsx +281 -0
  78. package/src1-10/TabexComponents/Sections/Slideshow/Backgroundimage_with_topcircle/Backgroundimage_with_topcircle.jsx +166 -0
  79. package/src1-10/TabexComponents/Sections/Slideshow/Freetextsection/Freetextsection.jsx +152 -0
  80. package/src1-10/TabexComponents/Sections/Slideshow/Image_with_leftwords/Image_with_leftwords.jsx +139 -0
  81. package/src1-10/TabexComponents/Sections/Slideshow/Image_with_rightwords/Image_with_rightwords.jsx +146 -0
  82. package/src1-10/TabexComponents/Sections/Slideshow/Servicesection/Servicesection.jsx +209 -0
  83. package/src1-10/TabexComponents/Sections/Slideshow/ServicesectionCenteredcards/ServicesectionCenteredcards.jsx +145 -0
  84. package/src1-10/TabexComponents/Sections/Slideshow/Slideshow_with_rotatedsquare/Slideshow_with_rotatedsquare.jsx +252 -0
  85. package/src1-10/TabexComponents/Sections/Slideshow/Slideshow_with_squarebg/Slideshow_with_squarebg.jsx +175 -0
  86. package/src1-10/TabexComponents/Sections/Slideshow/Slideshowdifferentanimations/Slideshowdifferentanimations.jsx +154 -0
  87. package/src1-10/TabexComponents/Sections/Slideshow/Slideshowfade/Slideshowfade.jsx +193 -0
  88. package/src1-10/TabexComponents/Sections/Slideshow/Slideshowslide/Slideshowslide.jsx +197 -0
  89. package/src1-10/TabexComponents/Sections/Slideshow/Slideshowzoom/Arrow.js +91 -0
  90. package/src1-10/TabexComponents/Sections/Slideshow/Slideshowzoom/Slideshowzoom.jsx +309 -0
  91. package/src1-10/TabexComponents/StaticPages/AccountInformation/AccountInformation.jsx +260 -0
  92. package/src1-10/TabexComponents/StaticPages/CartSlider/CartSlider.jsx +459 -0
  93. package/src1-10/TabexComponents/StaticPages/Categoriesdropdown/Categoriesdropdown.jsx +216 -0
  94. package/src1-10/TabexComponents/StaticPages/Checkout/Checkout.jsx +1220 -0
  95. package/src1-10/TabexComponents/StaticPages/Filter/Filter.jsx +542 -0
  96. package/src1-10/TabexComponents/StaticPages/Login/FacebookLoginButton.jsx +51 -0
  97. package/src1-10/TabexComponents/StaticPages/Login/GoogleLoginButton.jsx +35 -0
  98. package/src1-10/TabexComponents/StaticPages/Login/Login.jsx +299 -0
  99. package/src1-10/TabexComponents/StaticPages/OrderSuccess/OrderSuccess.js +192 -0
  100. package/src1-10/TabexComponents/StaticPages/Ordershistory/Ordershistory.jsx +1271 -0
  101. package/src1-10/TabexComponents/StaticPages/Policies/Policies.jsx +353 -0
  102. package/src1-10/TabexComponents/StaticPages/Productinfo/Productinfo.jsx +1456 -0
  103. package/src1-10/TabexComponents/StaticPages/Searchlist/Searchlist.jsx +209 -0
  104. package/src1-10/TabexComponents/StaticPages/Signup/CustomerInformationForm.jsx +776 -0
  105. package/src1-10/TabexComponents/StaticPages/Signup/Signup.jsx +157 -0
  106. package/src1-10/TabexComponents/StaticPages/Staticpagesrouter/Staticpagesrouter.jsx +285 -0
  107. package/src1-10/TabexComponents/StaticPages/Viewcart/Viewcart.js +1090 -0
  108. package/src1-10/TabexComponents/StaticPages/Wishlist/Wishlist.jsx +606 -0
  109. package/src1-10/assets/images/cod.png +0 -0
  110. package/src1-10/assets/images/egyptflag.png +0 -0
  111. package/src1-10/assets/images/fawry.png +0 -0
  112. package/src1-10/assets/images/payment.png +0 -0
  113. package/src1-10/assets/images/paymob.png +0 -0
  114. package/src1-10/assets/images/paypal.png +0 -0
  115. package/src1-10/assets/images/shoppingcart.png +0 -0
  116. package/src1-10/assets/images/usflag.png +0 -0
  117. package/src1-10/assets/images/visa.png +0 -0
  118. package/src1-10/assets/images/whatsapp.png +0 -0
  119. package/src1-10/button.jsx +40 -0
  120. package/src1-10/index.jsx +179 -0
  121. package/src1-10/styles/Home.module.css +129 -0
  122. package/src1-10/styles/cards/Categorcycard_fullimage.module.css +10 -0
  123. package/src1-10/styles/cards/Categorycard_slidebgscaled.module.css +73 -0
  124. package/src1-10/styles/cards/Categorycard_withshapes.module.css +189 -0
  125. package/src1-10/styles/cards/Productcard6.module.css +9 -0
  126. package/src1-10/styles/cards/Productcard_with_circularbg.module.css +137 -0
  127. package/src1-10/styles/cards/Productccard_with_zoominonhover.module.css +51 -0
  128. package/src1-10/styles/cards/Prouductcard_with_zoomhover.module.css +61 -0
  129. package/src1-10/styles/cards/categorycard.module.css +102 -0
  130. package/src1-10/styles/cards/categorycard3.module.css +51 -0
  131. package/src1-10/styles/cards/categorycardwithtext.module.css +40 -0
  132. package/src1-10/styles/cards/productcard_animatedbuttons.module.css +104 -0
  133. package/src1-10/styles/cards/productcard_with_textonhover.module.css +12 -0
  134. package/src1-10/styles/cards/productccard_with_imageontopleft.module.css +85 -0
  135. package/src1-10/styles/general/bootstrap.css +4415 -0
  136. package/src1-10/styles/general/dropdown.css +199 -0
  137. package/src1-10/styles/general/editorbardropdown.module.css +94 -0
  138. package/src1-10/styles/general/filter.module.css +108 -0
  139. package/src1-10/styles/general/form.module.css +273 -0
  140. package/src1-10/styles/general/general.module.css +861 -0
  141. package/src1-10/styles/general/image-gallery.css +481 -0
  142. package/src1-10/styles/general/react-accessible-accordion.module.css +52 -0
  143. package/src1-10/styles/general/react-phone-input-2.module.css +927 -0
  144. package/src1-10/styles/general/scrollbtn.module.css +22 -0
  145. package/src1-10/styles/general/slick.module.css +166 -0
  146. package/src1-10/styles/general/tabs.module.css +110 -0
  147. package/src1-10/styles/general/workplaceeditor.module.css +328 -0
  148. package/src1-10/styles/globals.css +26 -0
  149. package/src1-10/styles/headers/Allinoneheader.module.css +91 -0
  150. package/src1-10/styles/headers/Header7.module.css +50 -0
  151. package/src1-10/styles/headers/Header_threesectionslogocentered.module.css +97 -0
  152. package/src1-10/styles/headers/Sideheader.module.css +108 -0
  153. package/src1-10/styles/headers/classicheaderstyles.module.css +16 -0
  154. package/src1-10/styles/headers/dropdown.css +0 -0
  155. package/src1-10/styles/headers/header4.module.css +175 -0
  156. package/src1-10/styles/headers/header5.module.css +30 -0
  157. package/src1-10/styles/headers/header6.module.css +117 -0
  158. package/src1-10/styles/headers/header_contactinfo.module.css +78 -0
  159. package/src1-10/styles/headers/headerresturant.module.css +89 -0
  160. package/src1-10/styles/headers/headerstyles.module.css +24 -0
  161. package/src1-10/styles/headers/modernheader.module.css +78 -0
  162. package/src1-10/styles/headers/subheader.module.css +114 -0
  163. package/src1-10/styles/sections/Backgroundimage1.module.css +17 -0
  164. package/src1-10/styles/sections/Backgroundimage_with_topcircle.module.css +28 -0
  165. package/src1-10/styles/sections/Section_with_rightbgcont.module.css +49 -0
  166. package/src1-10/styles/sections/Slideshow_with_rotatedsquare.module.css +35 -0
  167. package/src1-10/styles/sections/Slideshow_with_squarebg.module.css +39 -0
  168. package/src1-10/styles/staticpages/accordion.module.css +9 -0
  169. package/src1-10/styles/staticpages/cart.module.css +108 -0
  170. package/src1-10/styles/staticpages/dropdown.css +196 -0
  171. package/src1-10/styles/staticpages/filter.module.css +139 -0
  172. package/src1-10/styles/staticpages/login.module.css +146 -0
  173. package/src1-10/styles/staticpages/productinfo.module.css +54 -0
  174. package/src1-10/styles/staticpages/shop.module.css +191 -0
  175. package/src1-10/styles/staticpages/signup.module.css +206 -0
  176. package/src1-10/styles/staticpages/staticroutersidenav.module.css +129 -0
  177. package/src1-10/styles/staticpages/viewcart.module.css +129 -0
  178. package/src1-10/styles/staticpages/wishlist.module.css +29 -0
@@ -0,0 +1,137 @@
1
+ .productcard {
2
+ position: relative;
3
+ display: flex;
4
+ flex-direction: column;
5
+ min-width: 0;
6
+ word-wrap: break-word;
7
+ background-clip: border-box;
8
+ /* padding: 0.5em 0.8em; */
9
+ transition: all 0.2s;
10
+ }
11
+ .productcard .pill {
12
+ width: 5.5vh;
13
+ height: 3.5vh;
14
+ color: black;
15
+ padding: 0 1%;
16
+ display: flex;
17
+ text-align: center;
18
+ justify-content: center;
19
+ align-items: center;
20
+ border-radius: 20px;
21
+ font-size: 12px;
22
+ font-weight: 500;
23
+ }
24
+ .productcard .centered {
25
+ top: 50%;
26
+ }
27
+
28
+ .productcard .centered .circle {
29
+ border-radius: 50%;
30
+ display: flex;
31
+ align-items: center;
32
+ justify-content: center;
33
+ /* box-shadow: inset 0 0 0 1px white; */
34
+ }
35
+ .productcard .centered .circle img {
36
+ max-height: 100%;
37
+ max-width: 100%;
38
+ background-color: transparent;
39
+ }
40
+
41
+ .viewcards {
42
+ position: relative;
43
+ display: flex;
44
+
45
+ min-width: 0;
46
+ word-wrap: break-word;
47
+ background-color: #fff;
48
+ background-clip: border-box;
49
+ border: 1px solid #e6e6e6;
50
+ border-radius: 7px;
51
+ padding: 0px;
52
+
53
+ box-shadow: 0 0 9px #ccc;
54
+ /* border-width: 0; */
55
+ transition: all 0.2s;
56
+ }
57
+ .viewcards img {
58
+ max-height: 80% !important;
59
+ max-width: 80% !important;
60
+ }
61
+ .viewcards:hover {
62
+ background-color: orange !important;
63
+ transition: 0.3s !important;
64
+ }
65
+ .viewcards:active {
66
+ background-color: orange !important;
67
+ }
68
+ .viewcards .active {
69
+ border-radius: 7px;
70
+
71
+ background-color: orange !important;
72
+ }
73
+ .productmodal .centered {
74
+ top: 50%;
75
+ }
76
+ .productmodal .centered .circle {
77
+ background: orange;
78
+ border-radius: 50%;
79
+ width: 280px;
80
+ height: 280px;
81
+ border: 4px solid orange;
82
+ box-shadow: inset 0 0 0 2px white;
83
+ }
84
+ .productmodal .centered .circle img {
85
+ max-height: 100%;
86
+ max-width: 100%;
87
+ background-color: transparent;
88
+ }
89
+ .productmodal .colors .circle {
90
+ background: orange;
91
+ border-radius: 50%;
92
+ width: 22px;
93
+ height: 22px;
94
+ }
95
+ .productmodal .colors .circle:hover {
96
+ box-shadow: inset 0 0 0 1px white !important;
97
+ }
98
+ .productmodal .sizecards {
99
+ position: relative;
100
+ display: flex;
101
+ justify-content: center;
102
+ align-items: center;
103
+ margin: 3px;
104
+
105
+ word-wrap: break-word;
106
+ background-color: #fff;
107
+ background-clip: border-box;
108
+ border: 1px solid #e6e6e6;
109
+ border-radius: 7px;
110
+ padding: 0px;
111
+
112
+ box-shadow: 0 0 9px #ccc;
113
+ /* border-width: 0; */
114
+ transition: all 0.2s;
115
+ }
116
+ .productmodal .sizecards:hover {
117
+ background: orange !important;
118
+ transition: 0.3s !important;
119
+ }
120
+ .addtocart {
121
+ border-radius: 10px;
122
+ height: 40px;
123
+ }
124
+ @media screen and (max-width: 800px) {
125
+ .productmodal .centered .circle {
126
+ background: orange;
127
+ border-radius: 50%;
128
+ width: 180px;
129
+ height: 180px;
130
+ border: 4px solid orange;
131
+ box-shadow: inset 0 0 0 2px white;
132
+ }
133
+ .viewcards img {
134
+ max-height: 100% !important;
135
+ max-width: 100% !important;
136
+ }
137
+ }
@@ -0,0 +1,51 @@
1
+ .productcard {
2
+ position: relative;
3
+ }
4
+ .productcard .card_thumbnail .wishlistbtn {
5
+ position: absolute;
6
+ top: 5px;
7
+ right: 5px;
8
+ opacity: 0;
9
+ transition: .3s
10
+ }
11
+ .productcard .card_inner {
12
+ position: relative;
13
+ z-index: 1
14
+ }
15
+ .productcard .card_inner:hover .card_thumbnail .wishlistbtn {
16
+ opacity: 1;
17
+ z-index: 8
18
+ }
19
+ .wishlistbtn {
20
+ transform: translateX(10px);
21
+ transition: .3s;
22
+ transition-property: transform;
23
+ display: block
24
+
25
+ }
26
+ .productcard .card_inner:hover .wishlistbtn {
27
+ transform: translateX(0)
28
+ }
29
+ .productcard .product_details {
30
+ padding-top: 10px ;
31
+
32
+ }
33
+ .productcard .card_informationcontainer {
34
+ /* display: none; */
35
+ padding: 0 10px;
36
+ /* width: 101% !important;
37
+ left: -1px; */
38
+ }
39
+ .productcard .card_informationcontainer .price {
40
+ display: none
41
+ }
42
+ .productcard .card_inner:hover .card_informationcontainer {
43
+ display: block;
44
+ z-index: 1000 !important
45
+ }
46
+ @media screen and (max-width:800px) {
47
+ .productcard .card_informationcontainer {
48
+ display: block !important;
49
+ /* border:none !important */
50
+ }
51
+ }
@@ -0,0 +1,61 @@
1
+ .productcard{
2
+ width:200px;
3
+ height:200px;
4
+ /* margin-bottom:20px; */
5
+ display:'flex';
6
+ flex-direction: 'column';
7
+ justify-content:'center';
8
+ align-items: 'center';
9
+ transition: transform 0.2s ease;
10
+ box-shadow: 0 4px 6px 0 rgba(22, 22, 26, 0.18);
11
+ /* border-radius: 0;
12
+ border: 0; */
13
+
14
+
15
+ }
16
+
17
+
18
+ .productcard a {
19
+ position: relative;
20
+ display: inline-block;
21
+ font-size: 22px;
22
+ line-height: 24px;
23
+ height: 24px;
24
+ font-weight: 600;
25
+ /* color: white; */
26
+ text-decoration: none;
27
+ }
28
+
29
+ .productcard a::after {
30
+ content: '';
31
+ position: absolute;
32
+ display: block;
33
+ bottom: 0;
34
+ left: 0%;
35
+ width: 0;
36
+ height: 2px;
37
+ border-style: solid;
38
+ border-width: 0px;
39
+ border-bottom-width: 4px;
40
+
41
+ /* border-bottom-color:red; */
42
+ }
43
+
44
+ .productcard a, a::after {
45
+ transition: all 0.4s linear;
46
+ }
47
+
48
+ .productcard:hover a {
49
+ /* color: rgb(255, 0, 0); */
50
+ }
51
+
52
+ .productcard:hover a::after {
53
+ left: 0;
54
+ width: 100%;
55
+ }
56
+
57
+ .productcard:hover{
58
+ transform: scale(1.1);
59
+ transition: 0.3s;
60
+
61
+ }
@@ -0,0 +1,102 @@
1
+ .img{
2
+ width: 100%;
3
+ height: 100%;
4
+ object-fit: cover;
5
+ transition: all .4s ease;
6
+ overflow: hidden !important;
7
+
8
+
9
+ }
10
+ .container:hover .img{
11
+ transform: scale(1.2);
12
+ overflow: hidden;
13
+ }
14
+
15
+
16
+ .buttons_container {
17
+ position: absolute;
18
+ left: 0;
19
+ bottom: 30px;
20
+ opacity: 0;
21
+ width: 100%;
22
+ text-align: start;
23
+ -webkit-transition: all, 0.3s;
24
+ -moz-transition: all, 0.3s;
25
+ -ms-transition: all, 0.3s;
26
+ -o-transition: all, 0.3s;
27
+ transition: all, 0.3s;
28
+ }
29
+ .buttons_container li {
30
+ list-style: none;
31
+ display: inline-block;
32
+ /* margin-right: 10px; */
33
+ position: relative;
34
+ -webkit-transition: all 0.4s ease 0.1s;
35
+ -o-transition: all 0.4s ease 0.1s;
36
+ transition: all 0.4s ease 0.1s;
37
+ }
38
+ .buttons_container li span {
39
+ display: block;
40
+ -webkit-transition: all, 0.3s;
41
+ -moz-transition: all, 0.3s;
42
+ -ms-transition: all, 0.3s;
43
+ -o-transition: all, 0.3s;
44
+ transition: all, 0.3s;
45
+ }
46
+ .buttons_container li span i {
47
+ position: relative;
48
+ transform: rotate(0);
49
+ -webkit-transition: all, 0.2s;
50
+ -moz-transition: all, 0.2s;
51
+ -ms-transition: all, 0.2s;
52
+ -o-transition: all, 0.2s;
53
+ transition: all, 0.2s;
54
+ }
55
+ .container:hover .buttons_container {
56
+ bottom: 80px !important;
57
+ opacity: 1;
58
+ }
59
+
60
+
61
+ .text {
62
+ position: absolute;
63
+ bottom: 80px;
64
+ opacity: 1;
65
+ width: 100%;
66
+ text-align: start;
67
+ -webkit-transition: all, 0.3s;
68
+ -moz-transition: all, 0.3s;
69
+ -ms-transition: all, 0.3s;
70
+ -o-transition: all, 0.3s;
71
+ transition: all, 0.3s;
72
+ }
73
+ .text li {
74
+ list-style: none;
75
+ display: inline-block;
76
+ /* margin-right: 10px; */
77
+ position: relative;
78
+ -webkit-transition: all 0.4s ease 0.1s;
79
+ -o-transition: all 0.4s ease 0.1s;
80
+ transition: all 0.4s ease 0.1s;
81
+ }
82
+ .text li span {
83
+ display: block;
84
+ -webkit-transition: all, 0.3s;
85
+ -moz-transition: all, 0.3s;
86
+ -ms-transition: all, 0.3s;
87
+ -o-transition: all, 0.3s;
88
+ transition: all, 0.3s;
89
+ }
90
+ .text li span i {
91
+ position: relative;
92
+ transform: rotate(0);
93
+ -webkit-transition: all, 0.2s;
94
+ -moz-transition: all, 0.2s;
95
+ -ms-transition: all, 0.2s;
96
+ -o-transition: all, 0.2s;
97
+ transition: all, 0.2s;
98
+ }
99
+ .container:hover .text {
100
+ bottom: 120px !important;
101
+ opacity: 1;
102
+ }
@@ -0,0 +1,51 @@
1
+ .categoryCard {
2
+ position: relative;
3
+ overflow: hidden;
4
+ cursor: pointer;
5
+ background-size: cover;
6
+ background-repeat: no-repeat;
7
+ background-position: center;
8
+ transition: 0.3s;
9
+ }
10
+ .categoryCard figcaption {
11
+ width: 100%;
12
+ height: 100%;
13
+ }
14
+ .categoryCard figcaption::before {
15
+ position: absolute;
16
+ top: 50%;
17
+ right: 30px;
18
+ bottom: 50%;
19
+ left: 30px;
20
+ content: '';
21
+ opacity: 0;
22
+ -webkit-transition: all 0.4s;
23
+ transition: all 0.4s;
24
+ -webkit-transition-delay: 0.3s;
25
+ transition-delay: 0.3s;
26
+ }
27
+ .categoryCard button {
28
+ position: absolute;
29
+ left: 0;
30
+ /* bottom: 30px; */
31
+ position: relative;
32
+ /* top: 100px; */
33
+ /* opacity: 0; */
34
+ display: inline-block;
35
+ vertical-align: middle;
36
+ transition: 0.15s ease-in-out;
37
+ -webkit-transition: all 0.4s ease 0.1s;
38
+ -o-transition: all 0.4s ease 0.1s;
39
+ transition: all 0.4s ease 0.1s;
40
+ }
41
+ .categoryCard:hover figcaption button {
42
+ opacity: 1;
43
+ top: 0;
44
+ }
45
+ .categoryCard:hover figcaption::before {
46
+ background: rgba(0, 0, 0, 0.1);
47
+ top: 30px;
48
+ bottom: 30px;
49
+ opacity: 1;
50
+ }
51
+
@@ -0,0 +1,40 @@
1
+ .categorycard {
2
+ position: relative;
3
+ display: block;
4
+ overflow: hidden;
5
+ cursor: pointer;
6
+ background-size: cover;
7
+ background-repeat: no-repeat;
8
+ background-position: center;
9
+ transition: 0.3s;
10
+ }
11
+
12
+ .categorycard:hover::after {
13
+ background-color: rgba(0, 0, 0, 0.1);
14
+ }
15
+ .categorycardtext {
16
+ position: absolute;
17
+ left: 0;
18
+ right: 0;
19
+ bottom: 0;
20
+ top: 0;
21
+ display: flex;
22
+ justify-content: center;
23
+ width: 100%;
24
+ align-items: center;
25
+ }
26
+
27
+ .cardbtn {
28
+ /* position: relative; */
29
+ text-align: center;
30
+ vertical-align: middle;
31
+ display: inline-block;
32
+ -webkit-transition: all 0.4s ease 0.1s;
33
+ -o-transition: all 0.4s ease 0.1s;
34
+ transition: all 0.4s ease 0.1s;
35
+ }
36
+
37
+ .categorycard:hover .cardbtn {
38
+ opacity: 1;
39
+ top: 0;
40
+ }
@@ -0,0 +1,104 @@
1
+ .buttons_container1 {
2
+ position: absolute;
3
+ left: 0;
4
+ bottom: 60px;
5
+ opacity: 0;
6
+ width: 100%;
7
+ text-align: center;
8
+ -webkit-transition: all, 0.3s;
9
+ -moz-transition: all, 0.3s;
10
+ -ms-transition: all, 0.3s;
11
+ -o-transition: all, 0.3s;
12
+ transition: all, 0.3s;
13
+ }
14
+ .buttons_container1 li {
15
+ list-style: none;
16
+ display: inline-block;
17
+ position: relative;
18
+ -webkit-transition: all 0.4s ease 0.1s;
19
+ -o-transition: all 0.4s ease 0.1s;
20
+ transition: all 0.4s ease 0.1s;
21
+ }
22
+ .buttons_container1 li span {
23
+ display: block;
24
+ -webkit-transition: all, 0.3s;
25
+ -moz-transition: all, 0.3s;
26
+ -ms-transition: all, 0.3s;
27
+ -o-transition: all, 0.3s;
28
+ transition: all, 0.3s;
29
+ }
30
+ .buttons_container1 li span i {
31
+ position: relative;
32
+ transform: rotate(0);
33
+ -webkit-transition: all, 0.2s;
34
+ -moz-transition: all, 0.2s;
35
+ -ms-transition: all, 0.2s;
36
+ -o-transition: all, 0.2s;
37
+ transition: all, 0.2s;
38
+ }
39
+ .productcard:hover .image_container .buttons_container1 {
40
+ bottom: 40% !important;
41
+ opacity: 1;
42
+ }
43
+ .buttons_container1 li:hover span i {
44
+ transform: rotate(360deg);
45
+ }
46
+ @media screen and (max-width: 800px) {
47
+ .productcard .image_container .buttons_container1 {
48
+ bottom: 20px !important;
49
+ opacity: 1;
50
+ }
51
+ }
52
+ .buttons_container {
53
+ position: absolute;
54
+ left: 0;
55
+ bottom: -30px;
56
+ opacity: 0;
57
+ width: 100%;
58
+ text-align: center;
59
+ -webkit-transition: all, 0.3s;
60
+ -moz-transition: all, 0.3s;
61
+ -ms-transition: all, 0.3s;
62
+ -o-transition: all, 0.3s;
63
+ transition: all, 0.3s;
64
+ }
65
+ .buttons_container li {
66
+ list-style: none;
67
+ display: inline-block;
68
+ /* margin-right: 10px; */
69
+ position: relative;
70
+ -webkit-transition: all 0.4s ease 0.1s;
71
+ -o-transition: all 0.4s ease 0.1s;
72
+ transition: all 0.4s ease 0.1s;
73
+ }
74
+ .buttons_container li span {
75
+ display: block;
76
+ -webkit-transition: all, 0.3s;
77
+ -moz-transition: all, 0.3s;
78
+ -ms-transition: all, 0.3s;
79
+ -o-transition: all, 0.3s;
80
+ transition: all, 0.3s;
81
+ }
82
+ .buttons_container li span i {
83
+ position: relative;
84
+ transform: rotate(0);
85
+ -webkit-transition: all, 0.2s;
86
+ -moz-transition: all, 0.2s;
87
+ -ms-transition: all, 0.2s;
88
+ -o-transition: all, 0.2s;
89
+ transition: all, 0.2s;
90
+ }
91
+ .productcard:hover .image_container .buttons_container {
92
+ bottom: 20px !important;
93
+ opacity: 1;
94
+ }
95
+ .buttons_container li:hover span i {
96
+ transform: rotate(360deg);
97
+ }
98
+ @media screen and (max-width: 800px) {
99
+ .productcard .image_container .buttons_container {
100
+ bottom: 20px !important;
101
+ opacity: 1;
102
+ }
103
+ }
104
+
@@ -0,0 +1,12 @@
1
+ .productcard {
2
+ position: relative;
3
+ cursor: pointer !important;
4
+ }
5
+ .productcard .productcard_text_container {
6
+ position: absolute;
7
+ bottom: 0;
8
+ top:0;
9
+ display: flex;
10
+ align-items: center;
11
+ justify-content: center;
12
+ }
@@ -0,0 +1,85 @@
1
+ .productcard {
2
+ position: relative;
3
+ display: flex;
4
+ flex-direction: column;
5
+ word-wrap: break-word;
6
+ background-clip: border-box;
7
+ transition: all 0.2s;
8
+ }
9
+ .productcard {
10
+ position: relative !important;
11
+ }
12
+
13
+ .img_container {
14
+ /* border-radius: 50%; */
15
+ /* width: 100px; */
16
+ /* height: 100px; */
17
+ display: flex;
18
+ justify-content: center;
19
+ align-items: center;
20
+ position: absolute;
21
+ left: 0;
22
+ right: 0;
23
+ z-index: 1000;
24
+ width: 10;
25
+ height: 10;
26
+ margin: auto;
27
+ top: -60px;
28
+
29
+ }
30
+ @media screen and (max-width: 500px) {
31
+ .img_container {
32
+ width: 16vh !important;
33
+ height: 16vh !important;
34
+ top: -70px;
35
+ }
36
+ }
37
+ .img_container img {
38
+ max-width: 70%;
39
+ max-height: 70%;
40
+ }
41
+ .productcard .pill {
42
+ width: 12vh;
43
+ height: 4vh;
44
+ background-color: var(--fav) !important;
45
+ color: white;
46
+ padding: 0 1%;
47
+ display: flex;
48
+ text-align: center;
49
+ justify-content: center;
50
+ align-items: center;
51
+ border-radius: 10px;
52
+ font-size: 12px;
53
+ font-weight: 500;
54
+ }
55
+
56
+ .productcard .addbtn {
57
+ width: 13vh;
58
+ height: 4vh;
59
+ background-color: white !important;
60
+ color: black;
61
+ padding: 0 1%;
62
+
63
+ border-radius: 5px;
64
+ font-size: 12px;
65
+ font-weight: 500;
66
+ border-style: solid;
67
+ border-width: 1px;
68
+ border-color: #e6e6e6;
69
+ }
70
+ .productcard .addbtn:hover {
71
+ opacity: 0.3 !important;
72
+ transition: 0.3s;
73
+ }
74
+
75
+ .play-on-hover{
76
+ width: 100%;
77
+ height: 100%;
78
+ background-size: cover;
79
+ cursor: pointer;
80
+ }
81
+
82
+ .play-on-hover:hover{
83
+ background-image: url();
84
+
85
+ }