tabexseriescomponents 0.0.65 → 0.0.67
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.
- package/dist/index.cjs.js +22892 -14865
- package/dist/index.esm.js +22897 -14871
- package/dist/index.umd.js +21722 -13696
- package/package.json +1 -1
- package/{srcOLD → src1-10}/Contexts/LanguageContext.jsx +0 -0
- package/{srcOLD → src1-10}/Contexts/ProductsCardsSectionContext.jsx +0 -0
- package/{srcOLD → src1-10}/StylesJS/Customstyles.js +0 -0
- package/{srcOLD → src1-10}/TabexComponents/Cards/CategoryCardwithhoveraction/CategoryCardwithhoveraction.jsx +0 -9
- package/{srcOLD → src1-10}/TabexComponents/Cards/Categorycard_fullimage/Categorycard_fullimage.jsx +0 -19
- package/{srcOLD → src1-10}/TabexComponents/Cards/Categorycard_slidebgscaled/Categorycard_slidebgscaled.jsx +0 -8
- package/{srcOLD → src1-10}/TabexComponents/Cards/Categorycard_with_trianglebg/Categorycard_with_trianglebg.jsx +0 -7
- package/{srcOLD → src1-10}/TabexComponents/Cards/Categorycard_with_twolinestransition/Categorycard_with_twolinestransition.jsx +45 -72
- package/{srcOLD → src1-10}/TabexComponents/Cards/Categorycard_withshapes/Categorycard_withshapes.jsx +0 -0
- package/{srcOLD → src1-10}/TabexComponents/Cards/Categorycard_withtext/Categorycard_withtext.jsx +0 -9
- package/{srcOLD → src1-10}/TabexComponents/Cards/Classiccategorycard/Classiccategorycard.jsx +0 -9
- package/{srcOLD → src1-10}/TabexComponents/Cards/Horizontalcard/Horizontalcard.jsx +0 -15
- package/{srcOLD → src1-10}/TabexComponents/Cards/MenuCard/MenuCard.jsx +0 -12
- package/{srcOLD → src1-10}/TabexComponents/Cards/ModernProductCard/ModernProductCard.jsx +0 -12
- package/{srcOLD → src1-10}/TabexComponents/Cards/Productcard6/Productcard6.jsx +0 -10
- package/{srcOLD → src1-10}/TabexComponents/Cards/Productcard7/Productcard7.jsx +0 -10
- package/{srcOLD → src1-10}/TabexComponents/Cards/Productcard_animatedbuttons/Productcard_animatedbuttons.jsx +0 -14
- package/{srcOLD → src1-10}/TabexComponents/Cards/Productcard_with_circularbg/Productcard_with_circularbg.jsx +0 -17
- package/{srcOLD → src1-10}/TabexComponents/Cards/Productcard_with_circularhover/Productcard_with_circularhover.jsx +1 -14
- package/{srcOLD → src1-10}/TabexComponents/Cards/Productcard_with_slideanimation/Productcard_with_slideanimation.jsx +0 -11
- package/{srcOLD → src1-10}/TabexComponents/Cards/Productcard_with_variants/Productcard_with_variants.jsx +0 -10
- package/{srcOLD → src1-10}/TabexComponents/Cards/Productcard_with_zoominonhover/Productcard_with_zoominonhover.jsx +0 -10
- package/{srcOLD → src1-10}/TabexComponents/Cards/Productcarddefault/Productcarddefault.jsx +0 -10
- package/{srcOLD → src1-10}/TabexComponents/Cards/Productccard_with_imageontopleft/Productccard_with_imageontopleft.jsx +0 -12
- package/{srcOLD → src1-10}/TabexComponents/Cards/Prouductcard_with_zoomhover/Prouductcard_with_zoomhover.jsx +0 -12
- package/{srcOLD → src1-10}/TabexComponents/Cards/Simplecategorycardwithtextbelow/Simplecategorycardwithtextbelow.jsx +0 -9
- package/{srcOLD → src1-10}/TabexComponents/Cards/Simpleproductcard/Simpleproductcard.jsx +3 -15
- package/{srcOLD → src1-10}/TabexComponents/Cards/StylishProductCard/StylishProductCard.jsx +1 -11
- package/{srcOLD → src1-10}/TabexComponents/Footer/Footer1/Footer1.jsx +26 -26
- package/{srcOLD → src1-10}/TabexComponents/Footer/Footer2/Footer2.jsx +24 -25
- package/{srcOLD → src1-10}/TabexComponents/Footer/Footer3/Footer3.jsx +14 -6
- package/{srcOLD → src1-10}/TabexComponents/Footer/Footer4/Footer4.jsx +11 -12
- package/{srcOLD → src1-10}/TabexComponents/Footer/Footer5/Footer5.jsx +81 -88
- package/{srcOLD → src1-10}/TabexComponents/Footer/Footer6/Footer6.jsx +39 -48
- package/{srcOLD → src1-10}/TabexComponents/Footer/Footer7/Footer7.jsx +58 -61
- package/{srcOLD → src1-10}/TabexComponents/Footer/Simplefooter/Simplefooter.jsx +27 -34
- package/{srcOLD → src1-10}/TabexComponents/Generalfiles/images/egyptflag.png +0 -0
- package/{srcOLD → src1-10}/TabexComponents/Generalfiles/images/noimage.png +0 -0
- package/{srcOLD → src1-10}/TabexComponents/Generalfiles/images/payment/cod.png +0 -0
- package/{srcOLD → src1-10}/TabexComponents/Generalfiles/images/payment/fawry.png +0 -0
- package/{srcOLD → src1-10}/TabexComponents/Generalfiles/images/payment/payment.png +0 -0
- package/{srcOLD → src1-10}/TabexComponents/Generalfiles/images/payment/paymob.png +0 -0
- package/{srcOLD → src1-10}/TabexComponents/Generalfiles/images/payment/paypal.png +0 -0
- package/{srcOLD → src1-10}/TabexComponents/Generalfiles/images/payment/visa.png +0 -0
- package/{srcOLD → src1-10}/TabexComponents/Generalfiles/images/shoppingcart.png +0 -0
- package/{srcOLD → src1-10}/TabexComponents/Generalfiles/images/tabexlogo.png +0 -0
- package/{srcOLD → src1-10}/TabexComponents/Generalfiles/images/unknownmaleuser.png +0 -0
- package/{srcOLD → src1-10}/TabexComponents/Generalfiles/images/usflag.png +0 -0
- package/{srcOLD → src1-10}/TabexComponents/Generalfiles/images/whatsapp.png +0 -0
- package/{srcOLD → src1-10}/TabexComponents/Headers/AllinoneHeader/AllinoneHeader.jsx +97 -99
- package/{srcOLD → src1-10}/TabexComponents/Headers/ClassicHeader/ClassicHeader.jsx +74 -80
- package/{srcOLD → src1-10}/TabexComponents/Headers/Header4/Header4.jsx +77 -95
- package/{srcOLD → src1-10}/TabexComponents/Headers/Header6/Header6.jsx +73 -76
- package/src1-10/TabexComponents/Headers/Header8/Header8.jsx +888 -0
- package/{srcOLD → src1-10}/TabexComponents/Headers/HeaderRestaurant/HeaderRestaurant.jsx +93 -137
- package/{srcOLD → src1-10}/TabexComponents/Headers/Header_threesectionslogocentered/Header_threesectionslogocentered.jsx +85 -114
- package/{srcOLD → src1-10}/TabexComponents/Headers/Headerresponsive/Headerresponsive.jsx +3 -23
- package/{srcOLD → src1-10}/TabexComponents/Headers/HeaderwithContactinfo/HeaderwithContactinfo.jsx +116 -114
- package/{srcOLD → src1-10}/TabexComponents/Headers/Modernheader/Modernheader.jsx +100 -92
- package/{srcOLD → src1-10}/TabexComponents/Headers/StylishHeader/StylishHeader.jsx +110 -98
- package/{srcOLD → src1-10}/TabexComponents/Headers/Subheader/Subheader.jsx +10 -22
- package/{srcOLD → src1-10}/TabexComponents/Sections/BackgroundImages/Backgroundimage1/Backgroundimage1.jsx +0 -0
- package/{srcOLD → src1-10}/TabexComponents/Sections/BackgroundImages/Backgroundimage_with_toppill/Backgroundimage_with_toppill.jsx +0 -0
- package/{srcOLD → src1-10}/TabexComponents/Sections/BackgroundImages/BackgroundimageandTextsection/BackgroundimageandTextsection.jsx +0 -9
- package/{srcOLD → src1-10}/TabexComponents/Sections/BackgroundImages/Section_with_rightbgcont/Section_with_rightbgcont.jsx +0 -7
- package/{srcOLD → src1-10}/TabexComponents/Sections/BackgroundImages/Threebgimages/Threebgimages.jsx +0 -0
- package/src1-10/TabexComponents/Sections/BackgroundImages/Twobgimages/Twobgimages.jsx +409 -0
- package/{srcOLD → src1-10}/TabexComponents/Sections/Cards/CardsSection/CardsSection.jsx +7 -75
- package/{srcOLD/TabexComponents/Sections/Cards/CardsSection2/CardsSection2.js → src1-10/TabexComponents/Sections/Cards/CardsSection2/CardsSection2.jsx} +82 -92
- package/{srcOLD → src1-10}/TabexComponents/Sections/Cards/CardsSection7/CardsSection7.js +0 -0
- package/{srcOLD → src1-10}/TabexComponents/Sections/Cards/CardsSection8/CardsSection8.js +0 -0
- package/{srcOLD/TabexComponents/Sections/Cards/Sixverticalcardssection/Sixverticalcardssection.js → src1-10/TabexComponents/Sections/Cards/Sixverticalcardssection/Sixverticalcardssection.jsx} +34 -74
- package/{srcOLD → src1-10}/TabexComponents/Sections/Slideshow/AboutSection/AboutSection.jsx +0 -0
- package/{srcOLD → src1-10}/TabexComponents/Sections/Slideshow/Backgroundimage_with_topcircle/Backgroundimage_with_topcircle.jsx +0 -0
- package/{srcOLD → src1-10}/TabexComponents/Sections/Slideshow/Freetextsection/Freetextsection.jsx +0 -0
- package/src1-10/TabexComponents/Sections/Slideshow/Image_with_leftwords/Image_with_leftwords.jsx +139 -0
- package/{srcOLD → src1-10}/TabexComponents/Sections/Slideshow/Image_with_rightwords/Image_with_rightwords.jsx +0 -0
- package/{srcOLD → src1-10}/TabexComponents/Sections/Slideshow/Servicesection/Servicesection.jsx +0 -0
- package/{srcOLD → src1-10}/TabexComponents/Sections/Slideshow/ServicesectionCenteredcards/ServicesectionCenteredcards.jsx +0 -0
- package/{srcOLD → src1-10}/TabexComponents/Sections/Slideshow/Slideshow_with_rotatedsquare/Slideshow_with_rotatedsquare.jsx +0 -0
- package/{srcOLD → src1-10}/TabexComponents/Sections/Slideshow/Slideshow_with_squarebg/Slideshow_with_squarebg.jsx +0 -0
- package/{srcOLD → src1-10}/TabexComponents/Sections/Slideshow/Slideshowdifferentanimations/Slideshowdifferentanimations.jsx +0 -0
- package/{srcOLD → src1-10}/TabexComponents/Sections/Slideshow/Slideshowfade/Slideshowfade.jsx +0 -8
- package/src1-10/TabexComponents/Sections/Slideshow/Slideshowslide/Slideshowslide.jsx +197 -0
- package/src1-10/TabexComponents/Sections/Slideshow/Slideshowzoom/Arrow.js +91 -0
- package/{srcOLD → src1-10}/TabexComponents/Sections/Slideshow/Slideshowzoom/Slideshowzoom.jsx +92 -53
- package/{srcOLD → src1-10}/TabexComponents/StaticPages/AccountInformation/AccountInformation.jsx +0 -15
- package/{srcOLD → src1-10}/TabexComponents/StaticPages/CartSlider/CartSlider.jsx +0 -0
- package/{srcOLD/TabexComponents/StaticPages/Categoriesdropdown/Categoriesdropdown.js → src1-10/TabexComponents/StaticPages/Categoriesdropdown/Categoriesdropdown.jsx} +110 -40
- package/{srcOLD → src1-10}/TabexComponents/StaticPages/Checkout/Checkout.jsx +0 -0
- package/{srcOLD → src1-10}/TabexComponents/StaticPages/Filter/Filter.jsx +0 -0
- package/{srcOLD → src1-10}/TabexComponents/StaticPages/Login/FacebookLoginButton.jsx +0 -0
- package/{srcOLD → src1-10}/TabexComponents/StaticPages/Login/GoogleLoginButton.jsx +0 -0
- package/{srcOLD → src1-10}/TabexComponents/StaticPages/Login/Login.jsx +0 -0
- package/{srcOLD → src1-10}/TabexComponents/StaticPages/OrderSuccess/OrderSuccess.js +0 -0
- package/{srcOLD → src1-10}/TabexComponents/StaticPages/Ordershistory/Ordershistory.jsx +0 -14
- package/{srcOLD → src1-10}/TabexComponents/StaticPages/Policies/Policies.jsx +0 -5
- package/{srcOLD → src1-10}/TabexComponents/StaticPages/Productinfo/Productinfo.jsx +0 -50
- package/{srcOLD → src1-10}/TabexComponents/StaticPages/Searchlist/Searchlist.jsx +0 -16
- package/{srcOLD → src1-10}/TabexComponents/StaticPages/Signup/CustomerInformationForm.jsx +0 -12
- package/{srcOLD → src1-10}/TabexComponents/StaticPages/Signup/Signup.jsx +0 -0
- package/{srcOLD → src1-10}/TabexComponents/StaticPages/Staticpagesrouter/Staticpagesrouter.jsx +0 -10
- package/{srcOLD → src1-10}/TabexComponents/StaticPages/Viewcart/Viewcart.js +0 -0
- package/{srcOLD → src1-10}/TabexComponents/StaticPages/Wishlist/Wishlist.jsx +0 -23
- package/{srcOLD → src1-10}/assets/images/cod.png +0 -0
- package/{srcOLD → src1-10}/assets/images/egyptflag.png +0 -0
- package/{srcOLD → src1-10}/assets/images/fawry.png +0 -0
- package/{srcOLD → src1-10}/assets/images/payment.png +0 -0
- package/{srcOLD → src1-10}/assets/images/paymob.png +0 -0
- package/{srcOLD → src1-10}/assets/images/paypal.png +0 -0
- package/{srcOLD → src1-10}/assets/images/shoppingcart.png +0 -0
- package/{srcOLD → src1-10}/assets/images/usflag.png +0 -0
- package/{srcOLD → src1-10}/assets/images/visa.png +0 -0
- package/{srcOLD → src1-10}/assets/images/whatsapp.png +0 -0
- package/{srcOLD → src1-10}/button.jsx +0 -0
- package/{srcOLD → src1-10}/index.jsx +6 -2
- package/{srcOLD → src1-10}/styles/Home.module.css +0 -0
- package/{srcOLD → src1-10}/styles/cards/Categorcycard_fullimage.module.css +0 -0
- package/{srcOLD → src1-10}/styles/cards/Categorycard_slidebgscaled.module.css +0 -0
- package/{srcOLD → src1-10}/styles/cards/Categorycard_withshapes.module.css +0 -0
- package/{srcOLD → src1-10}/styles/cards/Productcard6.module.css +0 -0
- package/{srcOLD → src1-10}/styles/cards/Productcard_with_circularbg.module.css +0 -0
- package/{srcOLD → src1-10}/styles/cards/Productccard_with_zoominonhover.module.css +0 -0
- package/{srcOLD → src1-10}/styles/cards/Prouductcard_with_zoomhover.module.css +0 -0
- package/{srcOLD → src1-10}/styles/cards/categorycard.module.css +0 -0
- package/{srcOLD → src1-10}/styles/cards/categorycard3.module.css +0 -0
- package/{srcOLD → src1-10}/styles/cards/categorycardwithtext.module.css +0 -0
- package/{srcOLD → src1-10}/styles/cards/productcard_animatedbuttons.module.css +0 -0
- package/{srcOLD → src1-10}/styles/cards/productcard_with_textonhover.module.css +0 -0
- package/{srcOLD → src1-10}/styles/cards/productccard_with_imageontopleft.module.css +0 -0
- package/{srcOLD → src1-10}/styles/general/bootstrap.css +68 -73
- package/{srcOLD → src1-10}/styles/general/dropdown.css +0 -0
- package/{srcOLD → src1-10}/styles/general/editorbardropdown.module.css +0 -0
- package/{srcOLD → src1-10}/styles/general/filter.module.css +0 -0
- package/{srcOLD → src1-10}/styles/general/form.module.css +0 -0
- package/{srcOLD → src1-10}/styles/general/general.module.css +152 -0
- package/{srcOLD → src1-10}/styles/general/image-gallery.css +0 -0
- package/{srcOLD → src1-10}/styles/general/react-accessible-accordion.module.css +0 -0
- package/{srcOLD → src1-10}/styles/general/react-phone-input-2.module.css +0 -0
- package/{srcOLD → src1-10}/styles/general/scrollbtn.module.css +0 -0
- package/{srcOLD → src1-10}/styles/general/slick.module.css +0 -0
- package/{srcOLD → src1-10}/styles/general/tabs.module.css +0 -0
- package/{srcOLD → src1-10}/styles/general/workplaceeditor.module.css +0 -0
- package/{srcOLD → src1-10}/styles/globals.css +0 -0
- package/{srcOLD → src1-10}/styles/headers/Allinoneheader.module.css +0 -0
- package/{srcOLD → src1-10}/styles/headers/Header7.module.css +0 -0
- package/{srcOLD → src1-10}/styles/headers/Header_threesectionslogocentered.module.css +0 -0
- package/{srcOLD → src1-10}/styles/headers/Sideheader.module.css +0 -0
- package/{srcOLD → src1-10}/styles/headers/classicheaderstyles.module.css +0 -0
- package/{srcOLD → src1-10}/styles/headers/dropdown.css +0 -0
- package/{srcOLD → src1-10}/styles/headers/header4.module.css +0 -0
- package/{srcOLD → src1-10}/styles/headers/header5.module.css +0 -0
- package/{srcOLD → src1-10}/styles/headers/header6.module.css +0 -0
- package/{srcOLD → src1-10}/styles/headers/header_contactinfo.module.css +0 -0
- package/{srcOLD → src1-10}/styles/headers/headerresturant.module.css +0 -0
- package/{srcOLD → src1-10}/styles/headers/headerstyles.module.css +0 -0
- package/{srcOLD → src1-10}/styles/headers/modernheader.module.css +0 -0
- package/{srcOLD → src1-10}/styles/headers/subheader.module.css +0 -0
- package/{srcOLD → src1-10}/styles/sections/Backgroundimage1.module.css +0 -0
- package/{srcOLD → src1-10}/styles/sections/Backgroundimage_with_topcircle.module.css +0 -0
- package/{srcOLD → src1-10}/styles/sections/Section_with_rightbgcont.module.css +0 -0
- package/{srcOLD → src1-10}/styles/sections/Slideshow_with_rotatedsquare.module.css +0 -0
- package/{srcOLD → src1-10}/styles/sections/Slideshow_with_squarebg.module.css +0 -0
- package/{srcOLD → src1-10}/styles/staticpages/accordion.module.css +0 -0
- package/{srcOLD → src1-10}/styles/staticpages/cart.module.css +0 -0
- package/{srcOLD → src1-10}/styles/staticpages/dropdown.css +0 -0
- package/{srcOLD → src1-10}/styles/staticpages/filter.module.css +0 -0
- package/{srcOLD → src1-10}/styles/staticpages/login.module.css +0 -0
- package/{srcOLD → src1-10}/styles/staticpages/productinfo.module.css +0 -0
- package/{srcOLD → src1-10}/styles/staticpages/shop.module.css +0 -0
- package/{srcOLD → src1-10}/styles/staticpages/signup.module.css +0 -0
- package/{srcOLD → src1-10}/styles/staticpages/staticroutersidenav.module.css +0 -0
- package/{srcOLD → src1-10}/styles/staticpages/viewcart.module.css +0 -0
- package/{srcOLD → src1-10}/styles/staticpages/wishlist.module.css +0 -0
- package/srcOLD/TabexComponents/Headers/Header8/Header8.jsx +0 -882
- package/srcOLD/TabexComponents/Headers/Subheader/Subheader copy.jsx +0 -228
- package/srcOLD/TabexComponents/Sections/BackgroundImages/Twobgimages/Twobgimages.jsx +0 -784
- package/srcOLD/TabexComponents/Sections/Slideshow/Image_with_leftwords/Image_with_leftwords.jsx +0 -284
- package/srcOLD/TabexComponents/Sections/Slideshow/Slideshowslide/Slideshowslide.jsx +0 -414
- package/srcOLD/TabexComponents/StaticPages/Aboutus/Aboutus.js +0 -175
|
@@ -2,6 +2,7 @@
|
|
|
2
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
3
|
@import url('https://fonts.googleapis.com/css2?family=Playfair+Display&family=Roboto:wght@100;300;400;500;700;900&display=swap');
|
|
4
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');
|
|
5
6
|
@font-face {
|
|
6
7
|
font-family: 'Monoton';
|
|
7
8
|
font-style: normal;
|
|
@@ -1267,7 +1268,16 @@ hr {
|
|
|
1267
1268
|
.d-inline-flex {
|
|
1268
1269
|
display: inline-flex !important;
|
|
1269
1270
|
}
|
|
1270
|
-
|
|
1271
|
+
@media (max-width: 1025px) {
|
|
1272
|
+
.plr-1025-0{
|
|
1273
|
+
padding-left: 0 !important;
|
|
1274
|
+
padding-right: 0 !important;
|
|
1275
|
+
}
|
|
1276
|
+
.plr-1025-1{
|
|
1277
|
+
padding-left: 1rem !important;
|
|
1278
|
+
padding-right: 1rem !important;
|
|
1279
|
+
}
|
|
1280
|
+
}
|
|
1271
1281
|
@media (min-width: 1025px) {
|
|
1272
1282
|
.d-xl-none {
|
|
1273
1283
|
display: none !important;
|
|
@@ -3576,6 +3586,10 @@ hr {
|
|
|
3576
3586
|
.my-sm-n5 {
|
|
3577
3587
|
margin-top: -3rem !important;
|
|
3578
3588
|
}
|
|
3589
|
+
.mt-sm-n6,
|
|
3590
|
+
.my-sm-n6 {
|
|
3591
|
+
margin-top: -4rem !important;
|
|
3592
|
+
}
|
|
3579
3593
|
.mr-sm-n5,
|
|
3580
3594
|
.mx-sm-n5 {
|
|
3581
3595
|
margin-right: -3rem !important;
|
|
@@ -3994,7 +4008,11 @@ hr {
|
|
|
3994
4008
|
.scrollmenuclasssubscrollbar::-webkit-scrollbar-track {
|
|
3995
4009
|
background-color: transparent;
|
|
3996
4010
|
}
|
|
3997
|
-
.
|
|
4011
|
+
.scrollmenuclassnameitemProductCardWithTextOnImage{
|
|
4012
|
+
max-width: 330px;
|
|
4013
|
+
min-width: 330px;
|
|
4014
|
+
}
|
|
4015
|
+
.scrollmenuclassnameitem,.scrollmenuclassnameitemStylishProductCard {
|
|
3998
4016
|
max-width: 300px;
|
|
3999
4017
|
min-width: 300px;
|
|
4000
4018
|
}
|
|
@@ -4098,8 +4116,20 @@ hr {
|
|
|
4098
4116
|
max-width: 600px;
|
|
4099
4117
|
min-width: 600px;
|
|
4100
4118
|
}
|
|
4119
|
+
.slideshowCard{
|
|
4120
|
+
max-width: 300px;
|
|
4121
|
+
min-width: 300px;
|
|
4122
|
+
}
|
|
4101
4123
|
@media (max-width: 576px) {
|
|
4102
|
-
.
|
|
4124
|
+
.slideshowCard{
|
|
4125
|
+
max-width: 280px;
|
|
4126
|
+
min-width: 280px;
|
|
4127
|
+
}
|
|
4128
|
+
.scrollmenuclassnameitemStylishProductCard{
|
|
4129
|
+
max-width: 280px;
|
|
4130
|
+
min-width: 280px;
|
|
4131
|
+
}
|
|
4132
|
+
.scrollmenuclassnameitemMenuCardscrollmenuclassnameitemStylishProductCard{
|
|
4103
4133
|
max-width: 380px;
|
|
4104
4134
|
min-width: 380px;
|
|
4105
4135
|
}
|
|
@@ -4341,80 +4371,45 @@ hr {
|
|
|
4341
4371
|
.GreatvibesFont{
|
|
4342
4372
|
font-family: 'Great Vibes', cursive !important;
|
|
4343
4373
|
}
|
|
4374
|
+
.Quicksandfont{
|
|
4375
|
+
font-family: 'Quicksand', sans-serif !important;
|
|
4344
4376
|
|
|
4377
|
+
}
|
|
4345
4378
|
|
|
4379
|
+
/* /////////////////////////////////////////////////////// */
|
|
4346
4380
|
|
|
4347
|
-
|
|
4348
|
-
|
|
4349
|
-
|
|
4350
|
-
|
|
4351
|
-
|
|
4352
|
-
|
|
4353
|
-
|
|
4354
|
-
|
|
4355
|
-
|
|
4356
|
-
color:
|
|
4357
|
-
cursor: pointer;
|
|
4358
|
-
outline: none;
|
|
4359
|
-
width: 35px;
|
|
4360
|
-
height: 35px;
|
|
4361
|
-
position: relative;
|
|
4362
|
-
border: 2px solid #ccc;
|
|
4363
|
-
-webkit-transition: -webkit-transform 600ms;
|
|
4364
|
-
-moz-transition: -moz-transform 600ms;
|
|
4365
|
-
-ms-transition: -ms-transform 600ms;
|
|
4366
|
-
-o-transition: -o-transform 600ms;
|
|
4367
|
-
transition: transform 600ms;
|
|
4368
|
-
}
|
|
4369
|
-
.contact100-btn-hide:hover {
|
|
4370
|
-
-webkit-transform: rotate(360deg) scale(1.1);
|
|
4371
|
-
-moz-transform: rotate(360deg) scale(1.1);
|
|
4372
|
-
-ms-transform: rotate(360deg) scale(1.1);
|
|
4373
|
-
-o-transform: rotate(360deg) scale(1.1);
|
|
4374
|
-
transform: rotate(360deg) scale(1.1);
|
|
4375
|
-
-webkit-transition: -webkit-transform 600ms;
|
|
4376
|
-
-moz-transition: -moz-transform 600ms;
|
|
4377
|
-
-ms-transition: -ms-transform 600ms;
|
|
4378
|
-
-o-transition: -o-transform 600ms;
|
|
4379
|
-
transition: transform 600ms;
|
|
4380
|
-
background: white;
|
|
4381
|
-
}
|
|
4382
|
-
.contact100-btn-hide span,
|
|
4383
|
-
.contact100-btn-hide span:before,
|
|
4384
|
-
.contact100-btn-hide span:after {
|
|
4385
|
-
background: #000;
|
|
4386
|
-
content: '';
|
|
4387
|
-
cursor: pointer;
|
|
4388
|
-
display: block;
|
|
4389
|
-
height: 1.5px;
|
|
4390
|
-
position: absolute;
|
|
4391
|
-
width: 20px;
|
|
4381
|
+
.beforebg:before{
|
|
4382
|
+
content:'';
|
|
4383
|
+
position:absolute;
|
|
4384
|
+
top:0;
|
|
4385
|
+
bottom:0;
|
|
4386
|
+
left:0;
|
|
4387
|
+
right:0;
|
|
4388
|
+
width: 100%;
|
|
4389
|
+
height: 100%;
|
|
4390
|
+
background-color: rgba(0,0,0,0.2);
|
|
4392
4391
|
}
|
|
4393
|
-
.
|
|
4394
|
-
|
|
4395
|
-
background-color: #ffbc00;
|
|
4392
|
+
.overflowX{
|
|
4393
|
+
overflow-x: scroll;
|
|
4396
4394
|
}
|
|
4397
|
-
.
|
|
4398
|
-
|
|
4399
|
-
|
|
4400
|
-
left: 0;
|
|
4401
|
-
margin: auto;
|
|
4402
|
-
position: absolute;
|
|
4403
|
-
right: 0;
|
|
4404
|
-
top: 0;
|
|
4395
|
+
.overflowX::-webkit-scrollbar {
|
|
4396
|
+
width: 0;
|
|
4397
|
+
height: 0;
|
|
4405
4398
|
}
|
|
4406
|
-
.
|
|
4407
|
-
|
|
4408
|
-
-
|
|
4409
|
-
|
|
4410
|
-
-
|
|
4411
|
-
|
|
4412
|
-
|
|
4413
|
-
|
|
4414
|
-
|
|
4415
|
-
|
|
4416
|
-
|
|
4417
|
-
-o-transform: translateY(-2px) rotate(-45deg);
|
|
4418
|
-
transform: translateY(-2px) rotate(-45deg);
|
|
4419
|
-
top: 2px;
|
|
4399
|
+
.scrollhorizontal{
|
|
4400
|
+
width: 100%;
|
|
4401
|
+
white-space: nowrap;
|
|
4402
|
+
position: relative;
|
|
4403
|
+
overflow-x: scroll;
|
|
4404
|
+
overflow-y: hidden;
|
|
4405
|
+
-webkit-overflow-scrolling: touch;
|
|
4406
|
+
}
|
|
4407
|
+
.scrollhorizontal::-webkit-scrollbar {
|
|
4408
|
+
width: 0;
|
|
4409
|
+
height: 0;
|
|
4420
4410
|
}
|
|
4411
|
+
.scrollhorizontalcard{
|
|
4412
|
+
float: none;
|
|
4413
|
+
display: inline-block;
|
|
4414
|
+
zoom: 1;
|
|
4415
|
+
}
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
@@ -707,3 +707,155 @@ a.btn.disabled {
|
|
|
707
707
|
border-radius: 20px;
|
|
708
708
|
z-index: 1000;
|
|
709
709
|
}
|
|
710
|
+
|
|
711
|
+
/* Search Overlay */
|
|
712
|
+
.search_modern {
|
|
713
|
+
position: relative;
|
|
714
|
+
z-index: 2000;
|
|
715
|
+
display: inline-block;
|
|
716
|
+
vertical-align: middle;
|
|
717
|
+
}
|
|
718
|
+
.search_wrap {
|
|
719
|
+
position: fixed;
|
|
720
|
+
left: 0;
|
|
721
|
+
z-index: 100;
|
|
722
|
+
width: 100%;
|
|
723
|
+
height: 300px;
|
|
724
|
+
top:0;
|
|
725
|
+
}
|
|
726
|
+
.search_form {
|
|
727
|
+
position: absolute;
|
|
728
|
+
z-index: 1;
|
|
729
|
+
top: 55%;
|
|
730
|
+
left: 50%;
|
|
731
|
+
-webkit-transform: translate(-50%, -50%);
|
|
732
|
+
-ms-transform: translate(-50%, -50%);
|
|
733
|
+
transform: translate(-50%, -50%);
|
|
734
|
+
width: 90%;
|
|
735
|
+
border: none;
|
|
736
|
+
-webkit-animation-delay: 0.5s;
|
|
737
|
+
-moz-animation-delay: 0.5s;
|
|
738
|
+
-o-animation-delay: 0.5s;
|
|
739
|
+
animation-delay: 0.5s;
|
|
740
|
+
-webkit-animation-name: fadeIn;
|
|
741
|
+
animation-name: fadeIn;
|
|
742
|
+
-webkit-animation-duration: 0.7s;
|
|
743
|
+
animation-duration: 0.7s;
|
|
744
|
+
-webkit-animation-fill-mode: both;
|
|
745
|
+
animation-fill-mode: both;
|
|
746
|
+
visibility: visible;
|
|
747
|
+
}
|
|
748
|
+
.search_form:after {
|
|
749
|
+
content: '';
|
|
750
|
+
display: block;
|
|
751
|
+
width: 100%;
|
|
752
|
+
height: 1px;
|
|
753
|
+
-webkit-transform: scale3d(0, 1, 1);
|
|
754
|
+
-ms-transform: scale3d(0, 1, 1);
|
|
755
|
+
transform: scale3d(0, 1, 1);
|
|
756
|
+
-webkit-transform-origin: left center;
|
|
757
|
+
-ms-transform-origin: left center;
|
|
758
|
+
transform-origin: left center;
|
|
759
|
+
-webkit-animation-delay: 0.3s;
|
|
760
|
+
-moz-animation-delay: 0.3s;
|
|
761
|
+
-o-animation-delay: 0.3s;
|
|
762
|
+
animation-delay: 0.3s;
|
|
763
|
+
-webkit-animation-name: fadeInMove;
|
|
764
|
+
animation-name: fadeInMove;
|
|
765
|
+
-webkit-animation-duration: 0.7s;
|
|
766
|
+
animation-duration: 0.7s;
|
|
767
|
+
-webkit-animation-fill-mode: both;
|
|
768
|
+
animation-fill-mode: both;
|
|
769
|
+
visibility: visible;
|
|
770
|
+
}
|
|
771
|
+
.search_form_wrap {
|
|
772
|
+
position: absolute;
|
|
773
|
+
z-index: 1;
|
|
774
|
+
top: 50%;
|
|
775
|
+
left: 50%;
|
|
776
|
+
-webkit-transform: translate(-50%, -50%);
|
|
777
|
+
-ms-transform: translate(-50%, -50%);
|
|
778
|
+
transform: translate(-50%, -50%);
|
|
779
|
+
width: 100%;
|
|
780
|
+
height: 100%;
|
|
781
|
+
}
|
|
782
|
+
.search_field {
|
|
783
|
+
width: 100%;
|
|
784
|
+
height: 3em;
|
|
785
|
+
padding: 0 1.5em 0 0;
|
|
786
|
+
letter-spacing: 0;
|
|
787
|
+
border: none;
|
|
788
|
+
background-color: transparent;
|
|
789
|
+
margin: 0;
|
|
790
|
+
border: none;
|
|
791
|
+
white-space: pre-wrap;
|
|
792
|
+
word-wrap: break-word;
|
|
793
|
+
resize: none;
|
|
794
|
+
overflow: hidden;
|
|
795
|
+
display: block;
|
|
796
|
+
visibility: visible;
|
|
797
|
+
vertical-align: middle;
|
|
798
|
+
-webkit-box-sizing: border-box;
|
|
799
|
+
-ms-box-sizing: border-box;
|
|
800
|
+
box-sizing: border-box;
|
|
801
|
+
}
|
|
802
|
+
.search_modern .search_wrap .search_field::-ms-clear {
|
|
803
|
+
display: none;
|
|
804
|
+
}
|
|
805
|
+
.logo_image {
|
|
806
|
+
-webkit-animation-delay: 0.3s;
|
|
807
|
+
-moz-animation-delay: 0.3s;
|
|
808
|
+
-o-animation-delay: 0.3s;
|
|
809
|
+
animation-delay: 0.3s;
|
|
810
|
+
-webkit-animation-name: fadeInAnim;
|
|
811
|
+
animation-name: fadeInAnim;
|
|
812
|
+
-webkit-animation-duration: 0.6s;
|
|
813
|
+
animation-duration: 0.6s;
|
|
814
|
+
-webkit-animation-fill-mode: both;
|
|
815
|
+
animation-fill-mode: both;
|
|
816
|
+
visibility: visible;
|
|
817
|
+
}
|
|
818
|
+
@-webkit-keyframes fadeInAnim {
|
|
819
|
+
0% {
|
|
820
|
+
opacity: 0;
|
|
821
|
+
}
|
|
822
|
+
100% {
|
|
823
|
+
opacity: 1;
|
|
824
|
+
}
|
|
825
|
+
}
|
|
826
|
+
@keyframes fadeInAnim {
|
|
827
|
+
0% {
|
|
828
|
+
opacity: 0;
|
|
829
|
+
}
|
|
830
|
+
100% {
|
|
831
|
+
opacity: 1;
|
|
832
|
+
}
|
|
833
|
+
}
|
|
834
|
+
@-webkit-keyframes fadeInMove {
|
|
835
|
+
0% {
|
|
836
|
+
opacity: 0;
|
|
837
|
+
-webkit-transform: scale3d(0, 1, 1);
|
|
838
|
+
}
|
|
839
|
+
10% {
|
|
840
|
+
opacity: 1;
|
|
841
|
+
-webkit-transform: scale3d(0.1, 1, 1);
|
|
842
|
+
}
|
|
843
|
+
100% {
|
|
844
|
+
opacity: 0.14;
|
|
845
|
+
-webkit-transform: scale3d(1, 1, 1);
|
|
846
|
+
}
|
|
847
|
+
}
|
|
848
|
+
@keyframes fadeInMove {
|
|
849
|
+
0% {
|
|
850
|
+
opacity: 0;
|
|
851
|
+
transform: scale3d(0, 1, 1);
|
|
852
|
+
}
|
|
853
|
+
10% {
|
|
854
|
+
opacity: 1;
|
|
855
|
+
transform: scale3d(0.1, 1, 1);
|
|
856
|
+
}
|
|
857
|
+
100% {
|
|
858
|
+
opacity: 1;
|
|
859
|
+
transform: scale3d(1, 1, 1);
|
|
860
|
+
}
|
|
861
|
+
}
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|