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.
- package/package.json +1 -1
- package/srcoman/Contexts/LanguageContext.jsx +408 -0
- package/srcoman/Contexts/ProductsCardsSectionContext.jsx +36 -0
- package/srcoman/Imagekitconfig.jsx +46 -0
- package/srcoman/StylesJS/Customstyles.js +345 -0
- package/srcoman/TabexComponents/Cards/CTAProductCard/CTAProductCard.jsx +376 -0
- package/srcoman/TabexComponents/Cards/Card20/Card20.jsx +298 -0
- package/srcoman/TabexComponents/Cards/Card21/Card21.jsx +388 -0
- package/srcoman/TabexComponents/Cards/Card22/Card22.jsx +288 -0
- package/srcoman/TabexComponents/Cards/Card23/Card23 copy.jsx +1630 -0
- package/srcoman/TabexComponents/Cards/Card23/Card23.jsx +742 -0
- package/srcoman/TabexComponents/Cards/CardAll/CardAll.jsx +453 -0
- package/srcoman/TabexComponents/Cards/CardBadgeSlideFromTop/CardBadgeSlideFromTop.jsx +394 -0
- package/srcoman/TabexComponents/Cards/CardWithTextOnly/CardWithTextOnly.jsx +70 -0
- package/srcoman/TabexComponents/Cards/CategoryCardTextOnImage/CategoryCardTextOnImage.jsx +211 -0
- package/srcoman/TabexComponents/Cards/CategoryCardwithhoveraction/CategoryCardwithhoveraction.jsx +255 -0
- package/srcoman/TabexComponents/Cards/Categorycard_fullimage/Categorycard_fullimage.jsx +235 -0
- package/srcoman/TabexComponents/Cards/Categorycard_slidebgscaled/Categorycard_slidebgscaled.jsx +199 -0
- package/srcoman/TabexComponents/Cards/Categorycard_with_trianglebg/Categorycard_with_trianglebg.jsx +182 -0
- package/srcoman/TabexComponents/Cards/Categorycard_with_twolinestransition/Categorycard_with_twolinestransition.jsx +181 -0
- package/srcoman/TabexComponents/Cards/Categorycard_withshapes/Categorycard_withshapes.jsx +161 -0
- package/srcoman/TabexComponents/Cards/Categorycard_withtext/Categorycard_withtext.jsx +184 -0
- package/srcoman/TabexComponents/Cards/CircleCardWithVariants/CircleCardWithVariants.jsx +560 -0
- package/srcoman/TabexComponents/Cards/Classiccategorycard/Classiccategorycard copy.jsx +145 -0
- package/srcoman/TabexComponents/Cards/Classiccategorycard/Classiccategorycard.jsx +146 -0
- package/srcoman/TabexComponents/Cards/Classiccategorycard/ClassiccategorycardOriginal.jsx +142 -0
- package/srcoman/TabexComponents/Cards/HorizontalCategoryCard/HorizontalCategoryCard.jsx +193 -0
- package/srcoman/TabexComponents/Cards/Horizontalcard/Horizontalcard.jsx +409 -0
- package/srcoman/TabexComponents/Cards/MenuCard/MenuCard.jsx +732 -0
- package/srcoman/TabexComponents/Cards/ModernCardWithQuantityButton/ModernCardWithQuantityButton.jsx +468 -0
- package/srcoman/TabexComponents/Cards/ModernProductCard/ModernProductCard.jsx +593 -0
- package/srcoman/TabexComponents/Cards/Moderncategorycard/Moderncategorycard.jsx +208 -0
- package/srcoman/TabexComponents/Cards/NewProductcard/NewProductcard copy.jsx +497 -0
- package/srcoman/TabexComponents/Cards/NewProductcard/NewProductcard.jsx +512 -0
- package/srcoman/TabexComponents/Cards/ProductCardWithTextOnImage/ProductCardWithTextOnImage.jsx +304 -0
- package/srcoman/TabexComponents/Cards/Productcard6/Productcard6.jsx +257 -0
- package/srcoman/TabexComponents/Cards/Productcard7/Productcard7.jsx +277 -0
- package/srcoman/TabexComponents/Cards/Productcard_animatedbuttons/Productcard_animatedbuttons.jsx +352 -0
- package/srcoman/TabexComponents/Cards/Productcard_with_circularbg/Productcard_with_circularbg.jsx +291 -0
- package/srcoman/TabexComponents/Cards/Productcard_with_circularhover/Productcard_with_circularhover.jsx +315 -0
- package/srcoman/TabexComponents/Cards/Productcard_with_slideanimation/Productcard_with_slideanimation.jsx +327 -0
- package/srcoman/TabexComponents/Cards/Productcard_with_variants/Productcard_with_variants copy.jsx +408 -0
- package/srcoman/TabexComponents/Cards/Productcard_with_variants/Productcard_with_variants.jsx +528 -0
- package/srcoman/TabexComponents/Cards/Productcard_with_zoominonhover/Productcard_with_zoominonhover.jsx +558 -0
- package/srcoman/TabexComponents/Cards/Productcarddefault/Productcarddefault.jsx +275 -0
- package/srcoman/TabexComponents/Cards/Productccard_with_imageontopleft/Productccard_with_imageontopleft.jsx +286 -0
- package/srcoman/TabexComponents/Cards/Prouductcard_with_zoomhover/Prouductcard_with_zoomhover.jsx +137 -0
- package/srcoman/TabexComponents/Cards/QuantityButtonBasedProductCard/QuantityButtonBasedProductCard.jsx +613 -0
- package/srcoman/TabexComponents/Cards/ServiceCard/ServiceCard.jsx +413 -0
- package/srcoman/TabexComponents/Cards/Simplecategorycardwithtextbelow/Simplecategorycardwithtextbelow.jsx +225 -0
- package/srcoman/TabexComponents/Cards/Simpleproductcard/Simpleproductcard copy 2.jsx +525 -0
- package/srcoman/TabexComponents/Cards/Simpleproductcard/Simpleproductcard copy.jsx +455 -0
- package/srcoman/TabexComponents/Cards/Simpleproductcard/Simpleproductcard.jsx +905 -0
- package/srcoman/TabexComponents/Cards/StylishProductCard/StylishProductCard.jsx +337 -0
- package/srcoman/TabexComponents/Cards/TwoWayServiceSectionWithImage/TwoWayServiceSectionWithImage.jsx +347 -0
- package/srcoman/TabexComponents/Cards/UpSlideEffectCard/UpSlideEffectCard.jsx +605 -0
- package/srcoman/TabexComponents/Cards/UserCardWithSocialMediaOnHover/UserCardWithSocialMediaOnHover.jsx +185 -0
- package/srcoman/TabexComponents/Footer/Allinonefooter/Allinonefooter.jsx +528 -0
- package/srcoman/TabexComponents/Footer/Footer1/Footer1.jsx +780 -0
- package/srcoman/TabexComponents/Footer/Footer2/Footer2.jsx +527 -0
- package/srcoman/TabexComponents/Footer/Footer3/Footer3.jsx +411 -0
- package/srcoman/TabexComponents/Footer/Footer4/Footer4.jsx +466 -0
- package/srcoman/TabexComponents/Footer/Footer5/Footer5.jsx +714 -0
- package/srcoman/TabexComponents/Footer/Footer6/Footer6.jsx +290 -0
- package/srcoman/TabexComponents/Footer/Footer7/Footer7.jsx +428 -0
- package/srcoman/TabexComponents/Footer/Footer8/Footer8.jsx +533 -0
- package/srcoman/TabexComponents/Footer/FooterWithThreeColumns/FooterWithThreeColumns.jsx +330 -0
- package/srcoman/TabexComponents/Footer/ModernFooter/ModernFooter.jsx +562 -0
- package/srcoman/TabexComponents/Footer/Newsletterfooter/Newsletterfooter.jsx +865 -0
- package/srcoman/TabexComponents/Footer/Newsletterincenter/Newsletterincenter.jsx +647 -0
- package/srcoman/TabexComponents/Footer/PrivacyPolicy/PrivacyPolicy.jsx +110 -0
- package/srcoman/TabexComponents/Footer/Simplefooter/Simplefooter.jsx +316 -0
- package/srcoman/TabexComponents/Generalfiles/images/egyptflag.png +0 -0
- package/srcoman/TabexComponents/Generalfiles/images/noimage.png +0 -0
- package/srcoman/TabexComponents/Generalfiles/images/payment/cod.png +0 -0
- package/srcoman/TabexComponents/Generalfiles/images/payment/fawry.png +0 -0
- package/srcoman/TabexComponents/Generalfiles/images/payment/payment.png +0 -0
- package/srcoman/TabexComponents/Generalfiles/images/payment/paymob.png +0 -0
- package/srcoman/TabexComponents/Generalfiles/images/payment/paypal.png +0 -0
- package/srcoman/TabexComponents/Generalfiles/images/payment/visa.png +0 -0
- package/srcoman/TabexComponents/Generalfiles/images/shoppingcart.png +0 -0
- package/srcoman/TabexComponents/Generalfiles/images/tabexlogo.png +0 -0
- package/srcoman/TabexComponents/Generalfiles/images/unknownmaleuser.png +0 -0
- package/srcoman/TabexComponents/Generalfiles/images/usflag.png +0 -0
- package/srcoman/TabexComponents/Generalfiles/images/whatsapp.png +0 -0
- package/srcoman/TabexComponents/Headers/CTAHeader/CTAHeader.jsx +1259 -0
- package/srcoman/TabexComponents/Headers/CategoryFeaturingHeader/CategoryFeaturingHeader.jsx +1049 -0
- package/srcoman/TabexComponents/Headers/CenteredLogoHeaderWithSlider/CenteredLogoHeaderWithSlider.jsx +1040 -0
- package/srcoman/TabexComponents/Headers/ClassicHeader/ClassicHeader.jsx +1263 -0
- package/srcoman/TabexComponents/Headers/DownloadApp/DownloadApp.jsx +76 -0
- package/srcoman/TabexComponents/Headers/ElegantHeader/ElegantHeader.jsx +894 -0
- package/srcoman/TabexComponents/Headers/Gotoheader/Gotoheader.jsx +831 -0
- package/srcoman/TabexComponents/Headers/Header4/Header4.jsx +622 -0
- package/srcoman/TabexComponents/Headers/Header8/Header8 copy.jsx +1026 -0
- package/srcoman/TabexComponents/Headers/Header8/Header8.jsx +1976 -0
- package/srcoman/TabexComponents/Headers/HeaderRestaurant/HeaderRestaurant.jsx +776 -0
- package/srcoman/TabexComponents/Headers/HeaderWithAdSlider/HeaderWithAdSlider.jsx +927 -0
- package/srcoman/TabexComponents/Headers/HeaderWithSearchOnCenter/HeaderWithSearchOnCenter.jsx +704 -0
- package/srcoman/TabexComponents/Headers/HeaderWithUtilityBar/HeaderWithUtilityBar.jsx +902 -0
- package/srcoman/TabexComponents/Headers/Header_threesectionslogocentered/Header_threesectionslogocentered.jsx +953 -0
- package/srcoman/TabexComponents/Headers/Headerresponsive/Headerresponsive.jsx +1562 -0
- package/srcoman/TabexComponents/Headers/Headerresponsive/Headerresponsive11-1.jsx +1201 -0
- package/srcoman/TabexComponents/Headers/Headerresponsive/HeaderresponsiveOriginal.jsx +990 -0
- package/srcoman/TabexComponents/Headers/Headerresponsive/HeaderresponsiveStyle2 copy.jsx +1639 -0
- package/srcoman/TabexComponents/Headers/Headerresponsive/HeaderresponsiveStyle2.jsx +1610 -0
- package/srcoman/TabexComponents/Headers/Headerresponsive/Headerresponsivenew.jsx +1327 -0
- package/srcoman/TabexComponents/Headers/HeaderwithContactinfo/HeaderwithContactinfo.jsx +934 -0
- package/srcoman/TabexComponents/Headers/MarqueeHeader/MarqueeHeader.jsx +78 -0
- package/srcoman/TabexComponents/Headers/Modernheader/Modernheader.jsx +972 -0
- package/srcoman/TabexComponents/Headers/SearchCenteredHeader/SearchCenteredHeader.jsx +778 -0
- package/srcoman/TabexComponents/Headers/SearchFocusedHeader/SearchFocusedHeader.jsx +1159 -0
- package/srcoman/TabexComponents/Headers/Simpleheader/Simpleheader.jsx +1073 -0
- package/srcoman/TabexComponents/Headers/SocialMediaSection/SocialMediaSection.jsx +133 -0
- package/srcoman/TabexComponents/Headers/StylishHeader/StylishHeader.jsx +854 -0
- package/srcoman/TabexComponents/Headers/Subheader/Subheader.jsx +863 -0
- package/srcoman/TabexComponents/Headers/Subheader/Subheader13-3.jsx +685 -0
- package/srcoman/TabexComponents/Headers/Subheader/SubheaderOriginal.jsx +517 -0
- package/srcoman/TabexComponents/Headers/Subheader/Subheadernew.jsx +555 -0
- package/srcoman/TabexComponents/Headers/ThreeTieredHeader/ThreeTieredHeader.jsx +1042 -0
- package/srcoman/TabexComponents/Headers/TwoTieredHeader/TwoTieredHeader.jsx +1089 -0
- package/srcoman/TabexComponents/Headers/TwoTieredWithCenteredLogoHeader/TwoTieredWithCenteredLogoHeader.jsx +936 -0
- package/srcoman/TabexComponents/Sections/BackgroundImages/BacgroundThreeImageWithCategories/BacgroundThreeImageWithCategories.jsx +533 -0
- package/srcoman/TabexComponents/Sections/BackgroundImages/BackgroundFiveImageStructure/BackgroundFiveImageStructure.jsx +338 -0
- package/srcoman/TabexComponents/Sections/BackgroundImages/BackgroundImageWithTopContent/BackgroundImageWithTopContent.jsx +870 -0
- package/srcoman/TabexComponents/Sections/BackgroundImages/BackgroundSectionWithServicesCards/BackgroundSectionWithServicesCards.jsx +302 -0
- package/srcoman/TabexComponents/Sections/BackgroundImages/Backgroundimage1/Backgroundimage1.jsx +314 -0
- package/srcoman/TabexComponents/Sections/BackgroundImages/Backgroundimage_with_toppill/Backgroundimage_with_toppill.jsx +318 -0
- package/srcoman/TabexComponents/Sections/BackgroundImages/BackgroundimageandTextsection/BackgroundimageandTextsection.jsx +179 -0
- package/srcoman/TabexComponents/Sections/BackgroundImages/Bgimagewithsearchbar/Bgimagewithsearchbar.jsx +201 -0
- package/srcoman/TabexComponents/Sections/BackgroundImages/CollapsableSection/CollapsableSection.jsx +393 -0
- package/srcoman/TabexComponents/Sections/BackgroundImages/DynamicForm/DynamicForm copy 2.jsx +583 -0
- package/srcoman/TabexComponents/Sections/BackgroundImages/DynamicForm/DynamicForm copy.jsx +291 -0
- package/srcoman/TabexComponents/Sections/BackgroundImages/DynamicForm/DynamicForm.jsx +627 -0
- package/srcoman/TabexComponents/Sections/BackgroundImages/DynamicForm/habal +348 -0
- package/srcoman/TabexComponents/Sections/BackgroundImages/Filterwithcategoriespcoll/Filterwithcategoriespcoll.jsx +387 -0
- package/srcoman/TabexComponents/Sections/BackgroundImages/FullVideoSection/FullVideoSection.jsx +268 -0
- package/srcoman/TabexComponents/Sections/BackgroundImages/MapsSection/MapsSection.jsx +288 -0
- package/srcoman/TabexComponents/Sections/BackgroundImages/Popupcomponent/Popupcomponent.jsx +117 -0
- package/srcoman/TabexComponents/Sections/BackgroundImages/Searchcomponent/Searchcomponent.jsx +99 -0
- package/srcoman/TabexComponents/Sections/BackgroundImages/Section_with_rightbgcont/Section_with_rightbgcont.jsx +146 -0
- package/srcoman/TabexComponents/Sections/BackgroundImages/TextSectionConnectToWA/TextSectionConnectToWA.jsx +462 -0
- package/srcoman/TabexComponents/Sections/BackgroundImages/Threebgimages/Threebgimages.jsx +296 -0
- package/srcoman/TabexComponents/Sections/BackgroundImages/Twobgimages/Twobgimages copy.jsx +396 -0
- package/srcoman/TabexComponents/Sections/BackgroundImages/Twobgimages/Twobgimages.jsx +617 -0
- package/srcoman/TabexComponents/Sections/BackgroundImages/VideosSection/VideosSection.jsx +408 -0
- package/srcoman/TabexComponents/Sections/Cards/CardsSection/CardsSection copy 2.jsx +1399 -0
- package/srcoman/TabexComponents/Sections/Cards/CardsSection/CardsSection copy 3.jsx +1656 -0
- package/srcoman/TabexComponents/Sections/Cards/CardsSection/CardsSection copy.jsx +1540 -0
- package/srcoman/TabexComponents/Sections/Cards/CardsSection/CardsSection.jsx +1898 -0
- package/srcoman/TabexComponents/Sections/Cards/CardsSection/CardsSection13-3.jsx +1596 -0
- package/srcoman/TabexComponents/Sections/Cards/CardsSection/CardsSection21-10.jsx +1872 -0
- package/srcoman/TabexComponents/Sections/Cards/CardsSection/CardsSection_cosmoandmore.jsx +1880 -0
- package/srcoman/TabexComponents/Sections/Cards/CardsSection2/CardsSection2.jsx +726 -0
- package/srcoman/TabexComponents/Sections/Cards/CardsSectionwithfilter/CardsSectionwithfilter.jsx +719 -0
- package/srcoman/TabexComponents/Sections/Cards/ElegantCategoriesCardSection/ElegantCategoriesCardSection.jsx +406 -0
- package/srcoman/TabexComponents/Sections/Cards/ModernCardsSection/ModernCardsSection.jsx +929 -0
- package/srcoman/TabexComponents/Sections/Cards/RandomlyStructuredCollectionCards/RandomlyStructuredCollectionCards copy.jsx +646 -0
- package/srcoman/TabexComponents/Sections/Cards/RandomlyStructuredCollectionCards/RandomlyStructuredCollectionCards.jsx +962 -0
- package/srcoman/TabexComponents/Sections/Cards/Sixverticalcardssection/Sixverticalcardssection.jsx +582 -0
- package/srcoman/TabexComponents/Sections/Cards/UsersCardsSection/UsersCardsSection.jsx +383 -0
- package/srcoman/TabexComponents/Sections/Slideshow/AboutSection/AboutSection.jsx +342 -0
- package/srcoman/TabexComponents/Sections/Slideshow/Backgroundimage_with_topcircle/Backgroundimage_with_topcircle.jsx +161 -0
- package/srcoman/TabexComponents/Sections/Slideshow/ContactUsSection/ContactUsSection.jsx +257 -0
- package/srcoman/TabexComponents/Sections/Slideshow/Freetextsection/Freetextsection copy.jsx +382 -0
- package/srcoman/TabexComponents/Sections/Slideshow/Freetextsection/Freetextsection.jsx +437 -0
- package/srcoman/TabexComponents/Sections/Slideshow/Freetextsection/Freetextsection19-11.jsx +757 -0
- package/srcoman/TabexComponents/Sections/Slideshow/HorizontalContactUsSection/HorizontalContactUsSection.jsx +346 -0
- package/srcoman/TabexComponents/Sections/Slideshow/Image_with_leftwords/Image_with_leftwords.jsx +1769 -0
- package/srcoman/TabexComponents/Sections/Slideshow/Image_with_rightwords/Image_with_rightwords.jsx +141 -0
- package/srcoman/TabexComponents/Sections/Slideshow/ServiceSectionWithImage/ServiceSectionWithImage.jsx +376 -0
- package/srcoman/TabexComponents/Sections/Slideshow/Servicesection/Servicesection.jsx +380 -0
- package/srcoman/TabexComponents/Sections/Slideshow/ServicesectionCenteredcards/ServicesectionCenteredcards.jsx +867 -0
- package/srcoman/TabexComponents/Sections/Slideshow/Slideshow_with_rotatedsquare/Slideshow_with_rotatedsquare.jsx +226 -0
- package/srcoman/TabexComponents/Sections/Slideshow/Slideshow_with_squarebg/Slideshow_with_squarebg.jsx +149 -0
- package/srcoman/TabexComponents/Sections/Slideshow/Slideshowdifferentanimations/Slideshowdifferentanimations.jsx +143 -0
- package/srcoman/TabexComponents/Sections/Slideshow/Slideshowfade/Slideshowfade copy.jsx +634 -0
- package/srcoman/TabexComponents/Sections/Slideshow/Slideshowfade/Slideshowfade.jsx +520 -0
- package/srcoman/TabexComponents/Sections/Slideshow/Slideshowslide/Slideshowslide copy.jsx +527 -0
- package/srcoman/TabexComponents/Sections/Slideshow/Slideshowslide/Slideshowslide.jsx +643 -0
- package/srcoman/TabexComponents/Sections/Slideshow/Slideshowslide/SlideshowslideOriginal.jsx +477 -0
- package/srcoman/TabexComponents/Sections/Slideshow/Slideshowslide/SlideshowslideRecent.jsx +1217 -0
- package/srcoman/TabexComponents/Sections/Slideshow/Slideshowslide/Slideshowslideoriginal8-5.jsx +614 -0
- package/srcoman/TabexComponents/Sections/Slideshow/Slideshowzoom/Arrow.jsx +91 -0
- package/srcoman/TabexComponents/Sections/Slideshow/Slideshowzoom/Slideshowzoom copy.jsx +380 -0
- package/srcoman/TabexComponents/Sections/Slideshow/Slideshowzoom/Slideshowzoom.jsx +619 -0
- package/srcoman/TabexComponents/Sections/Slideshow/ThreeSectionsWithSlideshow/ThreeSectionsWithSlideshow copy.jsx +284 -0
- package/srcoman/TabexComponents/Sections/Slideshow/ThreeSectionsWithSlideshow/ThreeSectionsWithSlideshow.jsx +614 -0
- package/srcoman/TabexComponents/Sections/Slideshow/TwoWayServiceSectionWithImage/TwoWayServiceSectionWithImage.jsx +402 -0
- package/srcoman/TabexComponents/StaticPages/AccountInformation/AccountInformation.jsx +199 -0
- package/srcoman/TabexComponents/StaticPages/AddReview/AddReview.jsx +304 -0
- package/srcoman/TabexComponents/StaticPages/Afiiliatesignup/Afiiliatesignup.jsx +321 -0
- package/srcoman/TabexComponents/StaticPages/CartSlider/CartSlider.jsx +797 -0
- package/srcoman/TabexComponents/StaticPages/Categoriesdropdown/Categoriesdropdown.jsx +460 -0
- package/srcoman/TabexComponents/StaticPages/Checkout/Checkout copy.jsx +1306 -0
- package/srcoman/TabexComponents/StaticPages/Checkout/Checkout.jsx +1892 -0
- package/srcoman/TabexComponents/StaticPages/Checkout/Checkout10-1.jsx +1633 -0
- package/srcoman/TabexComponents/StaticPages/Checkout/Checkout26-9.jsx +1593 -0
- package/srcoman/TabexComponents/StaticPages/Checkout/Checkout9-9.jsx +1574 -0
- package/srcoman/TabexComponents/StaticPages/Filter/CollectionsFilterHorizontal.jsx +245 -0
- package/srcoman/TabexComponents/StaticPages/Filter/Filter copy 2.jsx +2888 -0
- package/srcoman/TabexComponents/StaticPages/Filter/Filter copy.jsx +1450 -0
- package/srcoman/TabexComponents/StaticPages/Filter/Filter.jsx +2771 -0
- package/srcoman/TabexComponents/StaticPages/Filter/Filter1-5.jsx +2624 -0
- package/srcoman/TabexComponents/StaticPages/Filter/Filter13-11.jsx +2758 -0
- package/srcoman/TabexComponents/StaticPages/Filter/Filter14-8.jsx +2753 -0
- package/srcoman/TabexComponents/StaticPages/Filter/Filter17-9.jsx +1495 -0
- package/srcoman/TabexComponents/StaticPages/Filter/VariantFilter.jsx +1271 -0
- package/srcoman/TabexComponents/StaticPages/InnerGroups/InnerGroups.jsx +62 -0
- package/srcoman/TabexComponents/StaticPages/Login/FacebookLoginButton.jsx +50 -0
- package/srcoman/TabexComponents/StaticPages/Login/GoogleLoginButton.jsx +35 -0
- package/srcoman/TabexComponents/StaticPages/Login/Login copy.jsx +1060 -0
- package/srcoman/TabexComponents/StaticPages/Login/Login.jsx +610 -0
- package/srcoman/TabexComponents/StaticPages/OrderSuccess/OrderSuccess.jsx +172 -0
- package/srcoman/TabexComponents/StaticPages/Ordershistory/Ordershistory.jsx +1584 -0
- package/srcoman/TabexComponents/StaticPages/Policies/Policies.jsx +291 -0
- package/srcoman/TabexComponents/StaticPages/PrivacyPolicy/PrivacyPolicy.jsx +194 -0
- package/srcoman/TabexComponents/StaticPages/Productinfo/Addreviewform.jsx +183 -0
- package/srcoman/TabexComponents/StaticPages/Productinfo/AddreviewformOriginal.jsx +128 -0
- package/srcoman/TabexComponents/StaticPages/Productinfo/Article_itemtype.jsx +255 -0
- package/srcoman/TabexComponents/StaticPages/Productinfo/DescriptionContent.jsx +176 -0
- package/srcoman/TabexComponents/StaticPages/Productinfo/ProductExtraFields.jsx +225 -0
- package/srcoman/TabexComponents/StaticPages/Productinfo/ProductExtras.jsx +92 -0
- package/srcoman/TabexComponents/StaticPages/Productinfo/ProductHeaderPricing.jsx +312 -0
- package/srcoman/TabexComponents/StaticPages/Productinfo/ProductReviews.jsx +235 -0
- package/srcoman/TabexComponents/StaticPages/Productinfo/Product_itemtype.jsx +1983 -0
- package/srcoman/TabexComponents/StaticPages/Productinfo/Product_itemtype10-1.jsx +1554 -0
- package/srcoman/TabexComponents/StaticPages/Productinfo/Product_itemtype3-11.jsx +1827 -0
- package/srcoman/TabexComponents/StaticPages/Productinfo/Product_itemtype31-3.jsx +1351 -0
- package/srcoman/TabexComponents/StaticPages/Productinfo/Product_itemtypeUpdated.jsx +1566 -0
- package/srcoman/TabexComponents/StaticPages/Productinfo/Productinfo.jsx +1946 -0
- package/srcoman/TabexComponents/StaticPages/Productinfo/Service_itemtype.jsx +1037 -0
- package/srcoman/TabexComponents/StaticPages/Productinfo/Serviceinfotabs.jsx +966 -0
- package/srcoman/TabexComponents/StaticPages/Productinfo/Variantoptions.jsx +632 -0
- package/srcoman/TabexComponents/StaticPages/Productinfo/Variantoptions21-9.jsx +324 -0
- package/srcoman/TabexComponents/StaticPages/Productinfo/staticroutersidenav.module.css +145 -0
- package/srcoman/TabexComponents/StaticPages/Productinfo4-4/Addreviewform.jsx +183 -0
- package/srcoman/TabexComponents/StaticPages/Productinfo4-4/AddreviewformOriginal.jsx +128 -0
- package/srcoman/TabexComponents/StaticPages/Productinfo4-4/DescriptionContent.jsx +140 -0
- package/srcoman/TabexComponents/StaticPages/Productinfo4-4/ProductExtraFields.jsx +225 -0
- package/srcoman/TabexComponents/StaticPages/Productinfo4-4/ProductHeaderPricing.jsx +310 -0
- package/srcoman/TabexComponents/StaticPages/Productinfo4-4/ProductReviews.jsx +235 -0
- package/srcoman/TabexComponents/StaticPages/Productinfo4-4/Product_itemtype.jsx +1672 -0
- package/srcoman/TabexComponents/StaticPages/Productinfo4-4/Product_itemtype10-1.jsx +1554 -0
- package/srcoman/TabexComponents/StaticPages/Productinfo4-4/Product_itemtype31-3.jsx +1351 -0
- package/srcoman/TabexComponents/StaticPages/Productinfo4-4/Product_itemtypeUpdated.jsx +1566 -0
- package/srcoman/TabexComponents/StaticPages/Productinfo4-4/Productinfo.jsx +1804 -0
- package/srcoman/TabexComponents/StaticPages/Productinfo4-4/Service_itemtype.jsx +560 -0
- package/srcoman/TabexComponents/StaticPages/Productinfo4-4/Serviceinfotabs.jsx +919 -0
- package/srcoman/TabexComponents/StaticPages/Productinfo4-4/Variantoptions.jsx +597 -0
- package/srcoman/TabexComponents/StaticPages/Productinfo4-4/Variantoptions21-9.jsx +324 -0
- package/srcoman/TabexComponents/StaticPages/Productinfo4-4/staticroutersidenav.module.css +145 -0
- package/srcoman/TabexComponents/StaticPages/RefundPolicy/RefundPolicy.jsx +194 -0
- package/srcoman/TabexComponents/StaticPages/Resetpassword/Resetpassword.jsx +338 -0
- package/srcoman/TabexComponents/StaticPages/Searchlist/Searchlist.jsx +359 -0
- package/srcoman/TabexComponents/StaticPages/ShippingPolicy/ShippingPolicy.jsx +113 -0
- package/srcoman/TabexComponents/StaticPages/Signup/CustomerAddressForm.jsx +277 -0
- package/srcoman/TabexComponents/StaticPages/Signup/CustomerInformationForm copy.jsx +1135 -0
- package/srcoman/TabexComponents/StaticPages/Signup/CustomerInformationForm.jsx +1364 -0
- package/srcoman/TabexComponents/StaticPages/Signup/Signup.jsx +199 -0
- package/srcoman/TabexComponents/StaticPages/Staticpagesrouter/Staticpagesrouter.jsx +292 -0
- package/srcoman/TabexComponents/StaticPages/TermsConditions/TermsConditions.jsx +113 -0
- package/srcoman/TabexComponents/StaticPages/VendorPage/VendorPage.jsx +162 -0
- package/srcoman/TabexComponents/StaticPages/Viewcart/Viewcart 10-10.jsx +765 -0
- package/srcoman/TabexComponents/StaticPages/Viewcart/Viewcart.jsx +786 -0
- package/srcoman/TabexComponents/StaticPages/Viewcart/Viewcart26-9.jsx +786 -0
- package/srcoman/TabexComponents/StaticPages/Viewcart/ViewcartOriginal.jsx +786 -0
- package/srcoman/TabexComponents/StaticPages/Viewcart/ViewcartUpdated.jsx +1425 -0
- package/srcoman/TabexComponents/StaticPages/Wishlist/Wishlist.jsx +844 -0
- package/srcoman/TabexComponents/StaticPages/Wishlist/Wishlist25-4.jsx +555 -0
- package/srcoman/TabexComponents/StaticPages/Wishlist/Wishlist26-9.jsx +555 -0
- package/srcoman/TabexComponents/StaticPages/Wishlist/WishlistOriginal.jsx +555 -0
- package/srcoman/TabexComponents/StaticPages/Wishlist/WishlistUpdated.jsx +815 -0
- package/srcoman/button.jsx +40 -0
- package/srcoman/index.jsx +334 -0
- package/srcoman/styles/Home.module.css +129 -0
- package/srcoman/styles/cards/Categorcycard_fullimage.module.css +14 -0
- package/srcoman/styles/cards/Categorycard_slidebgscaled.module.css +73 -0
- package/srcoman/styles/cards/Categorycard_withshapes.module.css +189 -0
- package/srcoman/styles/cards/ModernCardWithQuantityButton.module.css +30 -0
- package/srcoman/styles/cards/Productcard6.module.css +9 -0
- package/srcoman/styles/cards/Productccard_with_zoominonhover.module.css +51 -0
- package/srcoman/styles/cards/Prouductcard_with_zoomhover.module.css +61 -0
- package/srcoman/styles/cards/UserCardWithSocialMediaOnHover.module.css +65 -0
- package/srcoman/styles/cards/card23.module.css +60 -0
- package/srcoman/styles/cards/categorycard.module.css +84 -0
- package/srcoman/styles/cards/categorycard3.module.css +50 -0
- package/srcoman/styles/cards/categorycardwithtext.module.css +40 -0
- package/srcoman/styles/cards/generalCardsStyles.module.css +79 -0
- package/srcoman/styles/cards/productcard_animatedbuttons.module.css +139 -0
- package/srcoman/styles/cards/productcard_with_textonhover.module.css +18 -0
- package/srcoman/styles/cards/productcard_withtextonimage.module.css +0 -0
- package/srcoman/styles/cards/productccard_with_imageontopleft.module.css +85 -0
- package/srcoman/styles/general/bootstrap.css +4763 -0
- package/srcoman/styles/general/dropdown.css +206 -0
- package/srcoman/styles/general/editorbardropdown.module.css +94 -0
- package/srcoman/styles/general/filter.module.css +108 -0
- package/srcoman/styles/general/form.module.css +255 -0
- package/srcoman/styles/general/general.module.css +872 -0
- package/srcoman/styles/general/image-gallery.css +531 -0
- package/srcoman/styles/general/react-accessible-accordion.module.css +52 -0
- package/srcoman/styles/general/react-phone-input-2.module.css +927 -0
- package/srcoman/styles/general/scrollbtn.module.css +22 -0
- package/srcoman/styles/general/slick.module.css +166 -0
- package/srcoman/styles/general/tabs.module.css +119 -0
- package/srcoman/styles/general/workplaceeditor.module.css +328 -0
- package/srcoman/styles/globals.css +26 -0
- package/srcoman/styles/headers/CTAHeader.module.css +40 -0
- package/srcoman/styles/headers/CategoryFeaturingHeader.module.css +61 -0
- package/srcoman/styles/headers/Gotoheader.module.css +87 -0
- package/srcoman/styles/headers/Header7.module.css +50 -0
- package/srcoman/styles/headers/HeaderWithAdSlider.module.css +86 -0
- package/srcoman/styles/headers/HeaderWithSearchOnCenter.module.css +101 -0
- package/srcoman/styles/headers/HeaderWithUtilityBar.module.css +46 -0
- package/srcoman/styles/headers/Header_threesectionslogocentered.module.css +84 -0
- package/srcoman/styles/headers/NewHeader.module.css +101 -0
- package/srcoman/styles/headers/SearchFocusedHeader.module.css +62 -0
- package/srcoman/styles/headers/Sideheader.module.css +108 -0
- package/srcoman/styles/headers/Simpleheader.module.css +102 -0
- package/srcoman/styles/headers/classicheader.module.css +16 -0
- package/srcoman/styles/headers/classicheaderstyles.module.css +9 -0
- package/srcoman/styles/headers/dropdown.css +0 -0
- package/srcoman/styles/headers/header4.module.css +175 -0
- package/srcoman/styles/headers/header5.module.css +30 -0
- package/srcoman/styles/headers/header_contactinfo.module.css +53 -0
- package/srcoman/styles/headers/headerresturant.module.css +89 -0
- package/srcoman/styles/headers/modernheader.module.css +45 -0
- package/srcoman/styles/headers/stylishheader.module.css +24 -0
- package/srcoman/styles/headers/subheader.module.css +114 -0
- package/srcoman/styles/headers/threetieredheader.module.css +91 -0
- package/srcoman/styles/sections/BackgroundImageWithTopContent.css +4 -0
- package/srcoman/styles/sections/Backgroundimage1.module.css +17 -0
- package/srcoman/styles/sections/Backgroundimage_with_topcircle.module.css +28 -0
- package/srcoman/styles/sections/Freetext.module.css +18 -0
- package/srcoman/styles/sections/Section_with_rightbgcont.module.css +49 -0
- package/srcoman/styles/sections/Slideshow_with_rotatedsquare.module.css +35 -0
- package/srcoman/styles/sections/Slideshow_with_squarebg.module.css +39 -0
- package/srcoman/styles/staticpages/accordion.module.css +9 -0
- package/srcoman/styles/staticpages/cart.module.css +108 -0
- package/srcoman/styles/staticpages/dropdown.css +196 -0
- package/srcoman/styles/staticpages/filter.module.css +139 -0
- package/srcoman/styles/staticpages/image-gallery.css +481 -0
- package/srcoman/styles/staticpages/login.module.css +155 -0
- package/srcoman/styles/staticpages/productinfo.module.css +54 -0
- package/srcoman/styles/staticpages/shop.module.css +191 -0
- package/srcoman/styles/staticpages/signup.module.css +250 -0
- package/srcoman/styles/staticpages/staticroutersidenav.module.css +129 -0
- package/srcoman/styles/staticpages/viewcart.module.css +129 -0
- package/srcoman/styles/staticpages/wishlist.module.css +29 -0
|
@@ -0,0 +1,114 @@
|
|
|
1
|
+
.sub_outercontainer {
|
|
2
|
+
position: relative;
|
|
3
|
+
}
|
|
4
|
+
@media screen and (max-width: 800px) {
|
|
5
|
+
.sub_outercontainer {
|
|
6
|
+
position: relative !important;
|
|
7
|
+
top: 0 !important;
|
|
8
|
+
}
|
|
9
|
+
}
|
|
10
|
+
.nav__item {
|
|
11
|
+
width: 100%;
|
|
12
|
+
height: 100%;
|
|
13
|
+
margin: 0;
|
|
14
|
+
padding: 0;
|
|
15
|
+
display: flex;
|
|
16
|
+
flex-direction: column;
|
|
17
|
+
align-items: center;
|
|
18
|
+
justify-content: center;
|
|
19
|
+
position: relative;
|
|
20
|
+
}
|
|
21
|
+
.nav__item::before {
|
|
22
|
+
position: absolute;
|
|
23
|
+
top: 0;
|
|
24
|
+
left: 0;
|
|
25
|
+
}
|
|
26
|
+
.nav__item .link {
|
|
27
|
+
cursor: pointer;
|
|
28
|
+
position: relative;
|
|
29
|
+
white-space: nowrap;
|
|
30
|
+
}
|
|
31
|
+
|
|
32
|
+
.nav__item .link::before {
|
|
33
|
+
position: absolute;
|
|
34
|
+
width: 100%;
|
|
35
|
+
height: 1px;
|
|
36
|
+
background: currentColor;
|
|
37
|
+
top: 100%;
|
|
38
|
+
left: 0;
|
|
39
|
+
pointer-events: none;
|
|
40
|
+
transform-origin: 100% 50%;
|
|
41
|
+
transform: scale3d(0, 1, 1);
|
|
42
|
+
transition: transform 0.3s cubic-bezier(0.7, 0, 0.2, 1);
|
|
43
|
+
}
|
|
44
|
+
|
|
45
|
+
.nav__item .link::after {
|
|
46
|
+
position: absolute;
|
|
47
|
+
width: 100%;
|
|
48
|
+
height: 1px;
|
|
49
|
+
background: currentColor;
|
|
50
|
+
top: 100%;
|
|
51
|
+
left: 0;
|
|
52
|
+
pointer-events: none;
|
|
53
|
+
content: '';
|
|
54
|
+
top: calc(100% + 4px);
|
|
55
|
+
transform-origin: 0% 50%;
|
|
56
|
+
transform: scale3d(0, 1, 1);
|
|
57
|
+
transition: transform 0.3s cubic-bezier(0.7, 0, 0.2, 1);
|
|
58
|
+
}
|
|
59
|
+
|
|
60
|
+
.nav__item .link::before {
|
|
61
|
+
content: '';
|
|
62
|
+
}
|
|
63
|
+
|
|
64
|
+
.nav__item .link:hover::before {
|
|
65
|
+
transform-origin: 0% 50%;
|
|
66
|
+
transform: scale3d(1, 1, 1);
|
|
67
|
+
transition-timing-function: cubic-bezier(0.4, 1, 0.8, 1);
|
|
68
|
+
}
|
|
69
|
+
|
|
70
|
+
.nav__item .link:hover::after {
|
|
71
|
+
transform-origin: 100% 50%;
|
|
72
|
+
transform: scale3d(1, 1, 1);
|
|
73
|
+
transition-timing-function: cubic-bezier(0.4, 1, 0.8, 1);
|
|
74
|
+
}
|
|
75
|
+
.dropmenu {
|
|
76
|
+
display: none;
|
|
77
|
+
margin-top: 20px !important;
|
|
78
|
+
}
|
|
79
|
+
.link:hover .dropmenu {
|
|
80
|
+
display: inline-block;
|
|
81
|
+
width: 100%;
|
|
82
|
+
height: 300px;
|
|
83
|
+
top: 55px;
|
|
84
|
+
bottom: 0px;
|
|
85
|
+
position: absolute;
|
|
86
|
+
transition: 0.3s;
|
|
87
|
+
}
|
|
88
|
+
.active {
|
|
89
|
+
display: inline-block !important ;
|
|
90
|
+
height: 300px;
|
|
91
|
+
top: 45px;
|
|
92
|
+
bottom: 0px;
|
|
93
|
+
position: absolute;
|
|
94
|
+
transition: 0.3s;
|
|
95
|
+
}
|
|
96
|
+
|
|
97
|
+
@media screen and (max-width: 800px) {
|
|
98
|
+
.subheader {
|
|
99
|
+
width: 100%;
|
|
100
|
+
display: block;
|
|
101
|
+
white-space: nowrap;
|
|
102
|
+
position: relative;
|
|
103
|
+
overflow-x: scroll;
|
|
104
|
+
overflow-y: hidden;
|
|
105
|
+
-webkit-overflow-scrolling: touch;
|
|
106
|
+
}
|
|
107
|
+
.nav__item {
|
|
108
|
+
/* width: 50% !important; */
|
|
109
|
+
float: none;
|
|
110
|
+
display: inline-block;
|
|
111
|
+
zoom: 1;
|
|
112
|
+
border-right: 0 !important;
|
|
113
|
+
}
|
|
114
|
+
}
|
|
@@ -0,0 +1,91 @@
|
|
|
1
|
+
.lowerHeaderContainer {
|
|
2
|
+
display: flex;
|
|
3
|
+
align-items: center;
|
|
4
|
+
align-content: center;
|
|
5
|
+
position: relative;
|
|
6
|
+
z-index: 1000;
|
|
7
|
+
transition: all 0.2s;
|
|
8
|
+
}
|
|
9
|
+
.navbar {
|
|
10
|
+
padding: 0;
|
|
11
|
+
}
|
|
12
|
+
.navbar ul {
|
|
13
|
+
margin: 0;
|
|
14
|
+
padding: 0;
|
|
15
|
+
display: flex;
|
|
16
|
+
list-style: none;
|
|
17
|
+
align-items: center;
|
|
18
|
+
}
|
|
19
|
+
.navbar ul li {
|
|
20
|
+
position: relative !important;
|
|
21
|
+
}
|
|
22
|
+
.navbar_item {
|
|
23
|
+
position: relative;
|
|
24
|
+
cursor: pointer;
|
|
25
|
+
white-space: nowrap;
|
|
26
|
+
display: flex;
|
|
27
|
+
align-items: center;
|
|
28
|
+
}
|
|
29
|
+
.navbar_item .navbar_item_text {
|
|
30
|
+
transition: transform 0.3s cubic-bezier(0.2, 1, 0.8, 1);
|
|
31
|
+
transition: 0.3s;
|
|
32
|
+
padding: 0;
|
|
33
|
+
}
|
|
34
|
+
.navbar_item .navbar_item_text:after {
|
|
35
|
+
position: absolute;
|
|
36
|
+
left: 0;
|
|
37
|
+
bottom: -10px;
|
|
38
|
+
right: 0;
|
|
39
|
+
width: 7px;
|
|
40
|
+
height: 7px;
|
|
41
|
+
content: '';
|
|
42
|
+
border-radius: 50%;
|
|
43
|
+
margin: 0 auto;
|
|
44
|
+
opacity: 0;
|
|
45
|
+
-webkit-transition: all, 0.3s;
|
|
46
|
+
-moz-transition: all, 0.3s;
|
|
47
|
+
-ms-transition: all, 0.3s;
|
|
48
|
+
-o-transition: all, 0.3s;
|
|
49
|
+
transition: all, 0.3s;
|
|
50
|
+
}
|
|
51
|
+
.navbar_item:hover .navbar_item_text:after {
|
|
52
|
+
opacity: 1;
|
|
53
|
+
}
|
|
54
|
+
/* Side Nav Active */
|
|
55
|
+
.navbar_item_active .navbar_item_text:after {
|
|
56
|
+
opacity: 1;
|
|
57
|
+
}
|
|
58
|
+
/* Badge */
|
|
59
|
+
.badge_counter_header_notifications {
|
|
60
|
+
position: absolute;
|
|
61
|
+
transform: scale(0.3);
|
|
62
|
+
transform-origin: top right;
|
|
63
|
+
display: flex;
|
|
64
|
+
align-items: center;
|
|
65
|
+
justify-content: center;
|
|
66
|
+
}
|
|
67
|
+
|
|
68
|
+
.searchbar {
|
|
69
|
+
display: inline-block;
|
|
70
|
+
border: none;
|
|
71
|
+
outline: none;
|
|
72
|
+
width: 0px;
|
|
73
|
+
position: absolute;
|
|
74
|
+
top: 0;
|
|
75
|
+
/* right: 0; */
|
|
76
|
+
background: none;
|
|
77
|
+
z-index: 3;
|
|
78
|
+
transition: width .4s cubic-bezier(0.000, 0.795, 0.000, 1.000);
|
|
79
|
+
cursor: pointer;
|
|
80
|
+
}
|
|
81
|
+
.searchbar:focus {
|
|
82
|
+
width: 400px !important;
|
|
83
|
+
z-index: 1;
|
|
84
|
+
cursor: text;
|
|
85
|
+
}
|
|
86
|
+
.searchbaractive {
|
|
87
|
+
display: inline-block;
|
|
88
|
+
z-index: 2;
|
|
89
|
+
cursor: pointer;
|
|
90
|
+
cursor: pointer;
|
|
91
|
+
}
|
|
@@ -0,0 +1,17 @@
|
|
|
1
|
+
@media screen and (max-width: 1025px) {
|
|
2
|
+
.maintitle {
|
|
3
|
+
left: 0 !important;
|
|
4
|
+
right: 0 !important;
|
|
5
|
+
top: 20% !important;
|
|
6
|
+
}
|
|
7
|
+
.maintitle2 {
|
|
8
|
+
left: 0 !important;
|
|
9
|
+
right: 0 !important;
|
|
10
|
+
top: 30% !important;
|
|
11
|
+
}
|
|
12
|
+
.buttonshop {
|
|
13
|
+
left: 0 !important;
|
|
14
|
+
right: 0 !important;
|
|
15
|
+
top: 40% !important;
|
|
16
|
+
}
|
|
17
|
+
}
|
|
@@ -0,0 +1,28 @@
|
|
|
1
|
+
.homestyling {
|
|
2
|
+
position: absolute;
|
|
3
|
+
top: 0;
|
|
4
|
+
left: 0;
|
|
5
|
+
right: 0;
|
|
6
|
+
opacity: 1;
|
|
7
|
+
width: 100%;
|
|
8
|
+
border-radius: 50%;
|
|
9
|
+
z-index: 2 !important;
|
|
10
|
+
overflow-y: hidden;
|
|
11
|
+
transform: translateY(-50%) !important;
|
|
12
|
+
}
|
|
13
|
+
.home1_container {
|
|
14
|
+
min-width: 100%;
|
|
15
|
+
z-index: 3;
|
|
16
|
+
}
|
|
17
|
+
.home1_container .img_container {
|
|
18
|
+
z-index: 1000;
|
|
19
|
+
display: flex;
|
|
20
|
+
justify-content: center;
|
|
21
|
+
align-items: start;
|
|
22
|
+
}
|
|
23
|
+
|
|
24
|
+
@media screen and (max-width: 700px) {
|
|
25
|
+
.homestyling {
|
|
26
|
+
height: 300px !important;
|
|
27
|
+
}
|
|
28
|
+
}
|
|
@@ -0,0 +1,18 @@
|
|
|
1
|
+
.background {
|
|
2
|
+
background-size: cover !important;
|
|
3
|
+
background-position: center !important;
|
|
4
|
+
background-attachment: fixed !important;
|
|
5
|
+
background-repeat: no-repeat !important;
|
|
6
|
+
-webkit-background-size: cover !important;
|
|
7
|
+
-moz-background-size: cover !important;
|
|
8
|
+
}
|
|
9
|
+
@media (max-width: 800px) {
|
|
10
|
+
.background {
|
|
11
|
+
background-size: contain !important;
|
|
12
|
+
background-position: center !important;
|
|
13
|
+
background-attachment: initial !important;
|
|
14
|
+
background-repeat: no-repeat !important;
|
|
15
|
+
-webkit-background-size: contain !important;
|
|
16
|
+
-moz-background-size: contain !important;
|
|
17
|
+
}
|
|
18
|
+
}
|
|
@@ -0,0 +1,49 @@
|
|
|
1
|
+
.homestyling {
|
|
2
|
+
position: absolute;
|
|
3
|
+
top: -50px;
|
|
4
|
+
left: 60%;
|
|
5
|
+
z-index: 1;
|
|
6
|
+
opacity: 1;
|
|
7
|
+
width: 185vh;
|
|
8
|
+
height: 170vh;
|
|
9
|
+
border-radius: 5%;
|
|
10
|
+
transform: translateX(-120px);
|
|
11
|
+
transform: translateY(10%);
|
|
12
|
+
transform: rotate(230deg);
|
|
13
|
+
z-index: -100 !important;
|
|
14
|
+
}
|
|
15
|
+
@media screen and (max-wdith: 800px) {
|
|
16
|
+
.homestyling {
|
|
17
|
+
display: none !important;
|
|
18
|
+
width: 18vh !important;
|
|
19
|
+
height: 17vh !important;
|
|
20
|
+
}
|
|
21
|
+
}
|
|
22
|
+
.home1_container {
|
|
23
|
+
z-index: 1000;
|
|
24
|
+
}
|
|
25
|
+
.home1_container .img_container {
|
|
26
|
+
width: 70vh;
|
|
27
|
+
height: 70vh;
|
|
28
|
+
display: flex;
|
|
29
|
+
justify-content: center;
|
|
30
|
+
align-items: center;
|
|
31
|
+
z-index: 1000;
|
|
32
|
+
}
|
|
33
|
+
@media screen and (max-width: 500px) {
|
|
34
|
+
.img_container {
|
|
35
|
+
width: 40vh !important;
|
|
36
|
+
height: 40vh !important;
|
|
37
|
+
}
|
|
38
|
+
}
|
|
39
|
+
.home1_container .img_container img {
|
|
40
|
+
max-width: 100%;
|
|
41
|
+
max-height: 100%;
|
|
42
|
+
}
|
|
43
|
+
|
|
44
|
+
@media screen and (max-width: 800px) {
|
|
45
|
+
.text1styles:after {
|
|
46
|
+
left: 0 !important;
|
|
47
|
+
right: 0 !important;
|
|
48
|
+
}
|
|
49
|
+
}
|
|
@@ -0,0 +1,35 @@
|
|
|
1
|
+
.sectioncont{
|
|
2
|
+
padding-top:80px;
|
|
3
|
+
padding-bottom:80px;
|
|
4
|
+
padding-left: 180px;
|
|
5
|
+
padding-right: 180px;
|
|
6
|
+
|
|
7
|
+
}
|
|
8
|
+
.rotatedsquare{
|
|
9
|
+
width:150px;
|
|
10
|
+
height:150px;
|
|
11
|
+
border-radius:15px;
|
|
12
|
+
position: relative;
|
|
13
|
+
transform: rotate(-45deg);
|
|
14
|
+
}
|
|
15
|
+
.circle{
|
|
16
|
+
position: absolute;
|
|
17
|
+
width:60px;
|
|
18
|
+
height:60px;
|
|
19
|
+
border-radius:50%;
|
|
20
|
+
left:57%;
|
|
21
|
+
top:100px;
|
|
22
|
+
|
|
23
|
+
}
|
|
24
|
+
.circle1{
|
|
25
|
+
|
|
26
|
+
width:10px;
|
|
27
|
+
height:10px;
|
|
28
|
+
border-radius:50%;
|
|
29
|
+
margin-right:10px;
|
|
30
|
+
margin-left:140px;
|
|
31
|
+
background-color:blue;
|
|
32
|
+
|
|
33
|
+
}
|
|
34
|
+
|
|
35
|
+
|
|
@@ -0,0 +1,39 @@
|
|
|
1
|
+
.sectioncont{
|
|
2
|
+
padding-left:70px;
|
|
3
|
+
padding-right: 70px;
|
|
4
|
+
padding-top:200px;
|
|
5
|
+
padding-bottom:150px;
|
|
6
|
+
position:relative;
|
|
7
|
+
}
|
|
8
|
+
|
|
9
|
+
.squaregreen{
|
|
10
|
+
position:absolute;
|
|
11
|
+
width:600px;
|
|
12
|
+
height: 500px;
|
|
13
|
+
background-color: #28996d;
|
|
14
|
+
border-radius: 10px;
|
|
15
|
+
top:130px;
|
|
16
|
+
left:130px;
|
|
17
|
+
|
|
18
|
+
}
|
|
19
|
+
.squarewhite{
|
|
20
|
+
position:absolute;
|
|
21
|
+
width:120px;
|
|
22
|
+
height: 120px;
|
|
23
|
+
background-color: white;
|
|
24
|
+
opacity: 0.4;
|
|
25
|
+
|
|
26
|
+
border-radius: 5px;
|
|
27
|
+
top:19%;
|
|
28
|
+
left:28%
|
|
29
|
+
}
|
|
30
|
+
/* .img_cont{
|
|
31
|
+
height:210px;
|
|
32
|
+
width:400px;
|
|
33
|
+
|
|
34
|
+
|
|
35
|
+
} */
|
|
36
|
+
.img_cont img{
|
|
37
|
+
max-width: 100%;
|
|
38
|
+
max-height: 100%;
|
|
39
|
+
}
|
|
@@ -0,0 +1,108 @@
|
|
|
1
|
+
.cartslider_container {
|
|
2
|
+
transition: 0.3s;z-index: 1500;
|
|
3
|
+
}
|
|
4
|
+
.close_menu_icon_cont {
|
|
5
|
+
/* width: 4.5vh;
|
|
6
|
+
height: 4.5vh; */
|
|
7
|
+
/* background-color: var(--danger); */
|
|
8
|
+
/* border-radius: 50%; */
|
|
9
|
+
/* color: white; */
|
|
10
|
+
position: absolute;
|
|
11
|
+
top: 4px;
|
|
12
|
+
left: -17px;
|
|
13
|
+
display: flex;
|
|
14
|
+
align-items: center;
|
|
15
|
+
justify-content: center;
|
|
16
|
+
transition: 0.3s;
|
|
17
|
+
cursor: pointer;
|
|
18
|
+
z-index: 3000 !important;
|
|
19
|
+
}
|
|
20
|
+
|
|
21
|
+
.cart_slider_imagecont {
|
|
22
|
+
width: 100%;
|
|
23
|
+
height: 10vh;
|
|
24
|
+
border: 2px solid #e6e6e6;
|
|
25
|
+
background-color: white;
|
|
26
|
+
display: flex;
|
|
27
|
+
align-items: center;
|
|
28
|
+
justify-content: center;
|
|
29
|
+
border-radius: 10px;
|
|
30
|
+
background-repeat: no-repeat;
|
|
31
|
+
background-size: cover;
|
|
32
|
+
background-position: center;
|
|
33
|
+
}
|
|
34
|
+
.checkout_cart_slider_imagecont {
|
|
35
|
+
height: 10vh;
|
|
36
|
+
}
|
|
37
|
+
.checkout_quantity_cont {
|
|
38
|
+
position: absolute;
|
|
39
|
+
top: -7px;
|
|
40
|
+
right: -7px;
|
|
41
|
+
width: 2.5vh;
|
|
42
|
+
height: 2.5vh;
|
|
43
|
+
background-color: var(--danger);
|
|
44
|
+
display: flex;
|
|
45
|
+
align-items: center;
|
|
46
|
+
justify-content: center;
|
|
47
|
+
border-radius: 50%;
|
|
48
|
+
color: white;
|
|
49
|
+
font-size: 10px !important;
|
|
50
|
+
}
|
|
51
|
+
.btn_circle {
|
|
52
|
+
border-radius: 100%;
|
|
53
|
+
width: 20px;
|
|
54
|
+
height: 20px;
|
|
55
|
+
line-height: 20px;
|
|
56
|
+
padding: 10px;
|
|
57
|
+
display: flex;
|
|
58
|
+
justify-content: center;
|
|
59
|
+
align-items: center;
|
|
60
|
+
}
|
|
61
|
+
.cart_progress_card {
|
|
62
|
+
opacity: 0.7 !important;
|
|
63
|
+
transition: 0.3s;
|
|
64
|
+
cursor: pointer;
|
|
65
|
+
}
|
|
66
|
+
.cart_progress_card:hover {
|
|
67
|
+
opacity: 1 !important;
|
|
68
|
+
}
|
|
69
|
+
.cart_progress_card_active {
|
|
70
|
+
opacity: 1 !important;
|
|
71
|
+
}
|
|
72
|
+
.trash_btn {
|
|
73
|
+
width: 4vh !important;
|
|
74
|
+
height: 4vh !important;
|
|
75
|
+
border-radius: 10px !important;
|
|
76
|
+
padding: 0 !important;
|
|
77
|
+
}
|
|
78
|
+
.btn_apply {
|
|
79
|
+
width: 100% !important;
|
|
80
|
+
height: 40px !important;
|
|
81
|
+
border-radius: 10px !important;
|
|
82
|
+
}
|
|
83
|
+
.checkout_card_card {
|
|
84
|
+
max-height: 58vh;
|
|
85
|
+
overflow-y: auto;
|
|
86
|
+
}
|
|
87
|
+
@media screen and (max-width: 800px) {
|
|
88
|
+
.checkout_card_card {
|
|
89
|
+
max-height: 100% !important;
|
|
90
|
+
}
|
|
91
|
+
.close_menu_icon_cont {
|
|
92
|
+
left: 90% !important;
|
|
93
|
+
}
|
|
94
|
+
}
|
|
95
|
+
.checkout_card_card::-webkit-scrollbar {
|
|
96
|
+
width: 5px;
|
|
97
|
+
}
|
|
98
|
+
.checkout_card_card::-webkit-scrollbar-track {
|
|
99
|
+
box-shadow: inset 0 0 5px grey;
|
|
100
|
+
border-radius: 10px;
|
|
101
|
+
}
|
|
102
|
+
.checkout_card_card::-webkit-scrollbar-thumb {
|
|
103
|
+
background: #022648;
|
|
104
|
+
border-radius: 10px;
|
|
105
|
+
}
|
|
106
|
+
.checkout_card_card::-webkit-scrollbar-thumb:hover {
|
|
107
|
+
background: #343a40;
|
|
108
|
+
}
|
|
@@ -0,0 +1,196 @@
|
|
|
1
|
+
.dropup,
|
|
2
|
+
.dropright,
|
|
3
|
+
.dropdown,
|
|
4
|
+
.dropleft {
|
|
5
|
+
position: relative !important;
|
|
6
|
+
}
|
|
7
|
+
.filter .dropdown-menu {
|
|
8
|
+
position: absolute;
|
|
9
|
+
top: 100%;
|
|
10
|
+
left: 0;
|
|
11
|
+
z-index: 1000;
|
|
12
|
+
display: none !important;
|
|
13
|
+
float: left;
|
|
14
|
+
min-width: 10rem;
|
|
15
|
+
max-width: 10rem;
|
|
16
|
+
padding: 0.3rem 0;
|
|
17
|
+
margin: 0.125rem 0 0;
|
|
18
|
+
font-size: 0.88rem;
|
|
19
|
+
/* color: #022648; */
|
|
20
|
+
text-align: left;
|
|
21
|
+
list-style: none;
|
|
22
|
+
background-color: #fff;
|
|
23
|
+
background-clip: padding-box;
|
|
24
|
+
border: 2px solid #e6e6e6;
|
|
25
|
+
border-radius: 0.25rem;
|
|
26
|
+
padding: 7px;
|
|
27
|
+
transition: 0.3s;
|
|
28
|
+
}
|
|
29
|
+
.filter .dropdown-menu.show {
|
|
30
|
+
animation: fade-in 0.2s cubic-bezier(0.39, 0.575, 0.565, 1) both;
|
|
31
|
+
position: static !important;
|
|
32
|
+
}
|
|
33
|
+
@keyframes fade-in {
|
|
34
|
+
0% {
|
|
35
|
+
margin-top: -50px;
|
|
36
|
+
visibility: hidden;
|
|
37
|
+
opacity: 0;
|
|
38
|
+
}
|
|
39
|
+
100% {
|
|
40
|
+
margin-top: 0px;
|
|
41
|
+
visibility: visible;
|
|
42
|
+
opacity: 1;
|
|
43
|
+
}
|
|
44
|
+
}
|
|
45
|
+
.dropdown-menu-right {
|
|
46
|
+
right: 0;
|
|
47
|
+
left: auto;
|
|
48
|
+
}
|
|
49
|
+
.dropdown-menu-left {
|
|
50
|
+
right: auto;
|
|
51
|
+
left: 0;
|
|
52
|
+
}
|
|
53
|
+
.dropdown-menu[x-placement^='top'],
|
|
54
|
+
.dropdown-menu[x-placement^='right'],
|
|
55
|
+
.dropdown-menu[x-placement^='bottom'],
|
|
56
|
+
.dropdown-menu[x-placement^='left'] {
|
|
57
|
+
right: auto;
|
|
58
|
+
bottom: auto;
|
|
59
|
+
}
|
|
60
|
+
.dropdown-divider {
|
|
61
|
+
height: 0;
|
|
62
|
+
margin: 0.2rem 0.5rem;
|
|
63
|
+
overflow: hidden;
|
|
64
|
+
border-top: 1px solid #e9ecef;
|
|
65
|
+
}
|
|
66
|
+
.dropdown-item {
|
|
67
|
+
display: flex;
|
|
68
|
+
align-items: center;
|
|
69
|
+
width: 100%;
|
|
70
|
+
padding: 0.3rem 0.8rem;
|
|
71
|
+
clear: both;
|
|
72
|
+
font-weight: 400;
|
|
73
|
+
/* color: #022648; */
|
|
74
|
+
text-align: inherit;
|
|
75
|
+
white-space: nowrap;
|
|
76
|
+
background-color: transparent;
|
|
77
|
+
border: 0;
|
|
78
|
+
transition: 0.3s;
|
|
79
|
+
}
|
|
80
|
+
.dropdown-item:hover,
|
|
81
|
+
.dropdown-item:focus {
|
|
82
|
+
/* color: #eac435; */
|
|
83
|
+
text-decoration: none;
|
|
84
|
+
}
|
|
85
|
+
.dropdown-item:hover .link-hover {
|
|
86
|
+
/* color: #eac435; */
|
|
87
|
+
}
|
|
88
|
+
.dropdown-item.active,
|
|
89
|
+
.dropdown-item:active {
|
|
90
|
+
color: #fff;
|
|
91
|
+
text-decoration: none;
|
|
92
|
+
}
|
|
93
|
+
.dropdown-item.disabled,
|
|
94
|
+
.dropdown-item:disabled {
|
|
95
|
+
/* color: #eac435; */
|
|
96
|
+
pointer-events: none;
|
|
97
|
+
background-color: transparent;
|
|
98
|
+
cursor: not-allowed;
|
|
99
|
+
}
|
|
100
|
+
.dropdown-menu.show {
|
|
101
|
+
display: block;
|
|
102
|
+
}
|
|
103
|
+
.dropdown-header {
|
|
104
|
+
display: block;
|
|
105
|
+
padding: 0 1.5rem;
|
|
106
|
+
margin-bottom: 0;
|
|
107
|
+
font-size: 0.968rem;
|
|
108
|
+
/* color: #022648; */
|
|
109
|
+
white-space: nowrap;
|
|
110
|
+
border-bottom: 1px solid #eee;
|
|
111
|
+
text-align: center;
|
|
112
|
+
text-transform: capitalize;
|
|
113
|
+
}
|
|
114
|
+
.btn-primary.dropdown-toggle {
|
|
115
|
+
background-color: transparent;
|
|
116
|
+
margin: 0;
|
|
117
|
+
padding: 0;
|
|
118
|
+
border-color: 0;
|
|
119
|
+
width: 100% !important;
|
|
120
|
+
}
|
|
121
|
+
.show > .btn-primary.dropdown-toggle {
|
|
122
|
+
border-color: transparent;
|
|
123
|
+
background-color: transparent;
|
|
124
|
+
}
|
|
125
|
+
.show > .btn-primary.dropdown-toggle:focus {
|
|
126
|
+
box-shadow: 0 0 0 0 transparent;
|
|
127
|
+
background-color: transparent;
|
|
128
|
+
}
|
|
129
|
+
.btn.dropdown-toggle:not(:disabled):not(.disabled):active,
|
|
130
|
+
.btn.dropdown-toggle:not(:disabled):not(.disabled).active {
|
|
131
|
+
background-color: transparent;
|
|
132
|
+
border-color: transparent;
|
|
133
|
+
}
|
|
134
|
+
.dropdown-container-translated .dropdown-item {
|
|
135
|
+
text-align: right;
|
|
136
|
+
}
|
|
137
|
+
@media (max-width: 991.98px) {
|
|
138
|
+
.dropdown-menu::before,
|
|
139
|
+
.dropdown-menu::after {
|
|
140
|
+
display: none;
|
|
141
|
+
}
|
|
142
|
+
}
|
|
143
|
+
@media (max-width: 800px) {
|
|
144
|
+
.dropdown-menu {
|
|
145
|
+
width: 80%;
|
|
146
|
+
left: 10%;
|
|
147
|
+
}
|
|
148
|
+
}
|
|
149
|
+
|
|
150
|
+
@media screen and (max-width: 450px) {
|
|
151
|
+
.dropdown-menu {
|
|
152
|
+
min-width: 10rem;
|
|
153
|
+
}
|
|
154
|
+
}
|
|
155
|
+
/*
|
|
156
|
+
.filter .transformedDropdown .dropdown-menu {
|
|
157
|
+
min-width: 20rem !important;
|
|
158
|
+
max-width: 20rem !important;
|
|
159
|
+
height: 30vh !important;
|
|
160
|
+
overflow-y: scroll !important;
|
|
161
|
+
}
|
|
162
|
+
.filter .transformedDropdown .dropdown-menu {
|
|
163
|
+
top: 120% !important;
|
|
164
|
+
display: block !important;
|
|
165
|
+
transition: all 0.3s !important;
|
|
166
|
+
-webkit-transition: all 0.3s !important;
|
|
167
|
+
-o-transition: all 0.3s !important;
|
|
168
|
+
-moz-transition: all 0.3s !important;
|
|
169
|
+
transform-origin: top right !important;
|
|
170
|
+
-webkit-transform: scale(0) !important;
|
|
171
|
+
-moz-transform: scale(0) !important;
|
|
172
|
+
-ms-transform: scale(0) !important;
|
|
173
|
+
-o-transform: scale(0) !important;
|
|
174
|
+
transform: scale(0) !important;
|
|
175
|
+
}
|
|
176
|
+
.filter .transformedDropdown .dropdown-menu.show {
|
|
177
|
+
-webkit-transform: scale(1) !important;
|
|
178
|
+
-moz-transform: scale(1) !important;
|
|
179
|
+
-ms-transform: scale(1) !important;
|
|
180
|
+
-o-transform: scale(1) !important;
|
|
181
|
+
transform: scale(1) !important;
|
|
182
|
+
} */
|
|
183
|
+
.dropdown-menu::-webkit-scrollbar {
|
|
184
|
+
width: 5px;
|
|
185
|
+
}
|
|
186
|
+
.dropdown-menu::-webkit-scrollbar-track {
|
|
187
|
+
box-shadow: inset 0 0 5px transparent;
|
|
188
|
+
border-radius: 10px;
|
|
189
|
+
}
|
|
190
|
+
.dropdown-menu::-webkit-scrollbar-thumb {
|
|
191
|
+
background: transparent;
|
|
192
|
+
border-radius: 10px;
|
|
193
|
+
}
|
|
194
|
+
.dropdown-menu::-webkit-scrollbar-thumb:hover {
|
|
195
|
+
background: transparent;
|
|
196
|
+
}
|