├── README.md ├── about-us.html ├── assets ├── css │ ├── custom.css │ ├── demo2.css │ ├── demo4.css │ └── vendors │ │ ├── animate.css │ │ ├── bootstrap.css │ │ ├── feather-icon.css │ │ ├── font-awesome.css │ │ ├── ion.rangeSlider.min.css │ │ └── slick │ │ ├── slick-theme.css │ │ └── slick.css ├── fonts │ ├── fa-brands-400-1.eot │ ├── fa-brands-400.eot │ ├── fa-brands-400.svg │ ├── fa-brands-400.ttf │ ├── fa-brands-400.woff │ ├── fa-brands-400.woff2 │ ├── fa-regular-400-1.eot │ ├── fa-regular-400.eot │ ├── fa-regular-400.svg │ ├── fa-regular-400.ttf │ ├── fa-regular-400.woff │ ├── fa-regular-400.woff2 │ ├── fa-solid-900-1.eot │ ├── fa-solid-900.eot │ ├── fa-solid-900.svg │ ├── fa-solid-900.ttf │ ├── fa-solid-900.woff │ ├── fa-solid-900.woff2 │ ├── slick-1.eot │ ├── slick.eot │ ├── slick.svg │ ├── slick.ttf │ └── slick.woff ├── images │ ├── blog │ │ └── sample.jpg │ ├── check.svg │ ├── fashion │ │ ├── 2.jpg │ │ ├── 3.jpg │ │ ├── 4.jpg │ │ ├── banner │ │ │ ├── 1.jpg │ │ │ ├── 2.jpg │ │ │ └── 3.jpg │ │ ├── category │ │ │ ├── 1.jpg │ │ │ ├── 2.jpg │ │ │ ├── 3.jpg │ │ │ └── 4.jpg │ │ ├── instagram │ │ │ └── 4.jpg │ │ ├── product │ │ │ ├── back │ │ │ │ ├── 1.jpg │ │ │ │ ├── 10.jpg │ │ │ │ ├── 11.jpg │ │ │ │ ├── 12.jpg │ │ │ │ ├── 13.jpg │ │ │ │ ├── 14.jpg │ │ │ │ ├── 15.jpg │ │ │ │ ├── 16.jpg │ │ │ │ ├── 17.jpg │ │ │ │ ├── 18.jpg │ │ │ │ ├── 19.jpg │ │ │ │ ├── 2.jpg │ │ │ │ ├── 20.jpg │ │ │ │ ├── 21.jpg │ │ │ │ ├── 22.jpg │ │ │ │ ├── 23.jpg │ │ │ │ ├── 24.jpg │ │ │ │ ├── 25.jpg │ │ │ │ ├── 26.jpg │ │ │ │ ├── 27.jpg │ │ │ │ ├── 28.jpg │ │ │ │ ├── 29.jpg │ │ │ │ ├── 3.jpg │ │ │ │ ├── 30.jpg │ │ │ │ ├── 31.jpg │ │ │ │ ├── 32.jpg │ │ │ │ ├── 35.jpg │ │ │ │ ├── 36.jpg │ │ │ │ ├── 4.jpg │ │ │ │ ├── 5.jpg │ │ │ │ ├── 6.jpg │ │ │ │ ├── 7.jpg │ │ │ │ ├── 8.jpg │ │ │ │ └── 9.jpg │ │ │ └── front │ │ │ │ ├── 1.jpg │ │ │ │ ├── 10.jpg │ │ │ │ ├── 11.jpg │ │ │ │ ├── 12.jpg │ │ │ │ ├── 13.jpg │ │ │ │ ├── 14.jpg │ │ │ │ ├── 15.jpg │ │ │ │ ├── 16.jpg │ │ │ │ ├── 17.jpg │ │ │ │ ├── 18.jpg │ │ │ │ ├── 19.jpg │ │ │ │ ├── 2.jpg │ │ │ │ ├── 20.jpg │ │ │ │ ├── 21.jpg │ │ │ │ ├── 22.jpg │ │ │ │ ├── 23.jpg │ │ │ │ ├── 24.jpg │ │ │ │ ├── 25.jpg │ │ │ │ ├── 26.jpg │ │ │ │ ├── 27.jpg │ │ │ │ ├── 28.jpg │ │ │ │ ├── 29.jpg │ │ │ │ ├── 3.jpg │ │ │ │ ├── 30.jpg │ │ │ │ ├── 31.jpg │ │ │ │ ├── 32.jpg │ │ │ │ ├── 35.jpg │ │ │ │ ├── 36.jpg │ │ │ │ ├── 4.jpg │ │ │ │ ├── 5.jpg │ │ │ │ ├── 6.jpg │ │ │ │ ├── 7.jpg │ │ │ │ ├── 8.jpg │ │ │ │ └── 9.jpg │ │ └── slider │ │ │ ├── 1.jpg │ │ │ └── 2.jpg │ ├── favicon.ico │ ├── furniture-images │ │ ├── poster │ │ │ ├── 1.png │ │ │ ├── 2.png │ │ │ ├── 3.png │ │ │ ├── back.jpg │ │ │ ├── t1.jpg │ │ │ ├── t2.jpg │ │ │ └── t3.jpg │ │ └── product │ │ │ ├── 1.jpg │ │ │ ├── 2.jpg │ │ │ ├── 3.jpg │ │ │ └── 4.jpg │ ├── gif │ │ ├── fire.gif │ │ ├── person.gif │ │ └── truck.png │ ├── inner-page │ │ ├── product │ │ │ ├── 10.jpg │ │ │ └── 19.jpg │ │ └── review-image │ │ │ ├── 1.jpg │ │ │ ├── 2.jpg │ │ │ ├── 3.jpg │ │ │ ├── 4.jpg │ │ │ ├── 6.jpg │ │ │ ├── 7.jpg │ │ │ └── 8.jpg │ ├── logo.png │ ├── minus.svg │ ├── newletter-icon.png │ ├── payment-icon │ │ ├── 1.jpg │ │ ├── 2.jpg │ │ ├── 3.jpg │ │ └── 4.jpg │ ├── plus.svg │ └── svg │ │ ├── box.png │ │ ├── box1.png │ │ ├── grid-2.svg │ │ ├── grid-3.svg │ │ ├── grid-5.svg │ │ ├── grid.svg │ │ ├── list.svg │ │ ├── sent.png │ │ ├── sent1.png │ │ ├── wishlist.png │ │ └── wishlist1.png ├── js │ ├── bootstrap │ │ ├── bootstrap-notify.min.js │ │ └── bootstrap.bundle.min.js │ ├── cart_modal_resize.js │ ├── feather │ │ └── feather.min.js │ ├── filter.js │ ├── ion.rangeSlider.min.js │ ├── jquery-3.5.1.min.js │ ├── lazysizes.min.js │ ├── newsletter.js │ ├── price-filter.js │ ├── script.js │ ├── slick │ │ ├── custom_slick.js │ │ ├── slick-animation.min.js │ │ └── slick.js │ └── theme-setting.js └── svg │ ├── grid-2.svg │ ├── grid-3.svg │ ├── grid.svg │ └── list.svg ├── blog.html ├── blog └── details.html ├── cart └── list.html ├── checkout.html ├── contact-us.html ├── index.htm ├── login.html ├── my-account.html ├── order-tracking.html ├── product └── details.html ├── register.html ├── shop.html ├── thankyou.html ├── wishlist.html └── wishlist └── list.html /README.md: -------------------------------------------------------------------------------- 1 | ## Laravel-10-E-Commerce-Project 2 | 3 | ## Preview the Project Design 4 | 5 | [Click Here to Preview](https://surfsidemedia.github.io/Laravel-10-E-Commerce-Project/index.htm) -------------------------------------------------------------------------------- /assets/css/custom.css: -------------------------------------------------------------------------------- 1 | .text-color{color:#6d6d6d;} 2 | section{padding-top:80px;} 3 | @media (max-width: 1460px){ 4 | section{padding-top:70px;} 5 | } 6 | @media (max-width: 1199px){ 7 | section{padding-top:60px;} 8 | } 9 | @media (max-width: 991px){ 10 | section{padding-top:50px;} 11 | } 12 | @media (max-width: 767px){ 13 | section{padding-top:40px;} 14 | } 15 | @media (max-width: 575px){ 16 | section{padding-top:30px;} 17 | } 18 | a{color:var(--theme-color);-webkit-transition:0.5s ease;transition:0.5s ease;text-decoration:none;} 19 | a:hover{text-decoration:none;-webkit-transition:0.5s ease;transition:0.5s ease;} 20 | a:focus{outline:none;} 21 | button:focus{outline:none;} 22 | :focus{outline:none;} 23 | h2{font-size:calc(22px + (28 - 22) * ((100vw - 320px) / (1920 - 320)));font-weight:600;line-height:1;text-transform:capitalize;margin:0;} 24 | h3{font-size:calc(16px + (20 - 16) * ((100vw - 320px) / (1920 - 320)));font-weight:500;line-height:1.2;margin:0;} 25 | h5{font-size:calc(15px + (16 - 15) * ((100vw - 320px) / (1920 - 320)));line-height:1.2;margin:0;font-weight:400;} 26 | span{display:inline-block;} 27 | .theme-color{color:var(--theme-color)!important;} 28 | .theme-bg-color{background-color:var(--theme-color);} 29 | .title{margin-bottom:calc(20px + (50 - 20) * ((100vw - 320px) / (1920 - 320)));} 30 | .title h5{margin-bottom:10px;margin-top:-2px;color:#7e7e7e;} 31 | .title-2{color:#212529;} 32 | .title-2 h2{margin-top:-2px;} 33 | .title-2 h5{margin-bottom:0;margin-top:10px;color:#7e7e7e;} 34 | .ratio_40 .bg-size:before{padding-top:40%;content:"";display:block;} 35 | .slick-initialized .slick-arrow{z-index:1;-webkit-transition:0.5s;transition:0.5s;} 36 | .slick-initialized .slick-arrow:before{-webkit-transition:0.5s;transition:0.5s;} 37 | .slick-initialized .slick-arrow:hover{-webkit-transition:0.5s;transition:0.5s;} 38 | .slick-initialized .slick-arrow:hover:before{-webkit-transition:0.5s;transition:0.5s;} 39 | .slick-slider .slick-list{margin:0 -12px;} 40 | @media (max-width: 575px){ 41 | .slick-slider .slick-list{margin:0 -6px;} 42 | } 43 | .slick-slider .slick-list .slick-slide > div{margin:0 12px;} 44 | @media (max-width: 575px){ 45 | .slick-slider .slick-list .slick-slide > div{margin:0 6px;} 46 | } 47 | .white-arrow .slick-arrow{border-radius:100%;width:40px;height:40px;} 48 | @media (max-width: 991px){ 49 | .white-arrow .slick-arrow{width:30px;height:30px;} 50 | } 51 | .white-arrow .slick-arrow:before{font-size:12px;font-family:"Font Awesome 5 Free";font-weight:900;} 52 | .white-arrow .slick-prev{z-index:1;} 53 | .white-arrow .slick-prev:before{content:"\f053";} 54 | .white-arrow .slick-next:before{content:"\f054";} 55 | .white-arrow .slick-arrow{background-color:rgba(255, 255, 255, 0.2);width:30px;height:30px;} 56 | .white-arrow .slick-arrow:before{color:#fff;} 57 | .white-arrow .slick-arrow:hover,.white-arrow .slick-arrow:active,.white-arrow .slick-arrow:focus{background-color:#fff;} 58 | .white-arrow .slick-arrow:hover:before,.white-arrow .slick-arrow:active:before,.white-arrow .slick-arrow:focus:before{color:var(--theme-color);} 59 | .blur-up{-webkit-filter:blur(5px);filter:blur(5px);transition:filter 400ms, -webkit-filter 400ms;} 60 | .blur-up.lazyloaded{-webkit-filter:blur(0);filter:blur(0);} 61 | .white-arrow .slick-prev{background-color:#fff;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;left:-70px;margin-top:-25px;} 62 | .white-arrow .slick-prev:active{color:var(--theme-color);} 63 | @media (max-width: 991px){ 64 | .white-arrow .slick-prev{left:unset;right:90px;top:-80px;width:40px;height:40px;margin-top:0;} 65 | } 66 | @media (max-width: 360px){ 67 | .white-arrow .slick-prev{top:-58px;} 68 | } 69 | .white-arrow .slick-prev::before{content:"\f053";font-family:"Font Awesome 5 Free";color:#000;font-weight:900;} 70 | .white-arrow .slick-next{background-color:#fff;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;left:-70px;margin-top:20px;} 71 | .white-arrow .slick-next:active{color:var(--theme-color);} 72 | @media (max-width: 991px){ 73 | .white-arrow .slick-next{left:unset;right:30px;top:-80px;width:40px;height:40px;margin-top:0;} 74 | } 75 | @media (max-width: 360px){ 76 | .white-arrow .slick-next{top:-58px;} 77 | } 78 | .white-arrow .slick-next::before{content:"\f054";font-family:"Font Awesome 5 Free";color:#000;font-weight:900;} 79 | .category-section.ratio_40 .bg-size::before{padding-top:20%;} 80 | .category-wrap{padding:calc(15px + (25 - 15) * ((100vw - 320px) / (1920 - 320)));position:relative;height:130px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;} 81 | @media (max-width: 360px){ 82 | .category-wrap{height:unset;} 83 | } 84 | @media (max-width: 1460px){ 85 | .category-wrap.category-padding{padding:23px;} 86 | } 87 | @media (max-width: 1199px){ 88 | .category-wrap.category-padding{padding:19px;} 89 | } 90 | .category-wrap.theme-bg-color{color:#fff;background-color:var(--theme-color);} 91 | .category-wrap.theme-bg-color .light-text{font-size:72px;line-height:96px;color:#fff;font-weight:700;margin-bottom:0;position:absolute;opacity:0.08;top:-10px;left:0;} 92 | .category-wrap.theme-bg-color h2{margin-bottom:10px;} 93 | .category-wrap.theme-bg-color h2.top-spacing{margin-top:-3px;} 94 | .category-wrap.theme-bg-color span{letter-spacing:calc(2px + (8 - 2) * ((100vw - 320px) / (1920 - 320)));text-transform:uppercase;display:block;margin-bottom:-5px;} 95 | .category-wrap .category-content{position:absolute;right:30px;top:50%;-webkit-transform:translateY(-50%);transform:translateY(-50%);} 96 | .category-wrap .category-content span{color:#212529;display:block;text-align:right;} 97 | .category-wrap .category-content.category-text-1 h3{margin-top:-4px;} 98 | .category-wrap .category-content.category-text-1 span{display:block;margin-bottom:-6px;} 99 | .category-wrap .category-content h3{margin-bottom:2px;font-weight:600;font-size:calc(14px + (24 - 14) * ((100vw - 320px) / (1920 - 320)));} -------------------------------------------------------------------------------- /assets/css/vendors/feather-icon.css: -------------------------------------------------------------------------------- 1 | button, 2 | hr, 3 | input { 4 | overflow: visible; } 5 | 6 | audio, 7 | canvas, 8 | progress, 9 | video { 10 | display: inline-block; } 11 | 12 | progress, 13 | sub, 14 | sup { 15 | vertical-align: baseline; } 16 | 17 | html { 18 | font-family: sans-serif; 19 | line-height: 1.15; 20 | -ms-text-size-adjust: 100%; 21 | -webkit-text-size-adjust: 100%; } 22 | 23 | body { 24 | margin: 0; } 25 | 26 | menu, 27 | article, 28 | aside, 29 | details, 30 | footer, 31 | header, 32 | nav, 33 | section { 34 | display: block; } 35 | 36 | h1 { 37 | font-size: 2em; 38 | margin: .67em 0; } 39 | 40 | figcaption, 41 | figure, 42 | main { 43 | display: block; } 44 | 45 | figure { 46 | margin: 1em 40px; } 47 | 48 | hr { 49 | -webkit-box-sizing: content-box; 50 | box-sizing: content-box; 51 | height: 0; } 52 | 53 | code, 54 | kbd, 55 | pre, 56 | samp { 57 | font-family: monospace, monospace; 58 | font-size: 1em; } 59 | 60 | a { 61 | background-color: transparent; 62 | -webkit-text-decoration-skip: objects; } 63 | 64 | a:active, 65 | a:hover { 66 | outline-width: 0; } 67 | 68 | abbr[title] { 69 | border-bottom: none; 70 | text-decoration: underline; 71 | -webkit-text-decoration: underline dotted; 72 | text-decoration: underline dotted; } 73 | 74 | b, 75 | strong { 76 | font-weight: bolder; } 77 | 78 | dfn { 79 | font-style: italic; } 80 | 81 | mark { 82 | background-color: #ffa202; 83 | color: #000; } 84 | 85 | small { 86 | font-size: 80%; } 87 | 88 | sub, 89 | sup { 90 | font-size: 75%; 91 | line-height: 0; 92 | position: relative; } 93 | 94 | sub { 95 | bottom: -.25em; } 96 | 97 | sup { 98 | top: -.5em; } 99 | 100 | audio:not([controls]) { 101 | display: none; 102 | height: 0; } 103 | 104 | img { 105 | border-style: none; } 106 | 107 | svg:not(:root) { 108 | overflow: hidden; } 109 | 110 | button, 111 | input, 112 | optgroup, 113 | select, 114 | textarea { 115 | font-family: sans-serif; 116 | font-size: 100%; 117 | line-height: 1.15; 118 | margin: 0; } 119 | 120 | button, 121 | select { 122 | text-transform: none; } 123 | 124 | [type=submit], 125 | [type=reset], 126 | button, 127 | html [type=button] { 128 | -webkit-appearance: button; } 129 | 130 | [type=button]::-moz-focus-inner, 131 | [type=reset]::-moz-focus-inner, 132 | [type=submit]::-moz-focus-inner, 133 | button::-moz-focus-inner { 134 | border-style: none; 135 | padding: 0; } 136 | 137 | [type=button]:-moz-focusring, 138 | [type=reset]:-moz-focusring, 139 | [type=submit]:-moz-focusring, 140 | button:-moz-focusring { 141 | outline: ButtonText dotted 1px; } 142 | 143 | fieldset { 144 | border: 1px solid silver; 145 | margin: 0 2px; 146 | padding: .35em .625em .75em; } 147 | 148 | legend { 149 | -webkit-box-sizing: border-box; 150 | box-sizing: border-box; 151 | color: inherit; 152 | display: table; 153 | max-width: 100%; 154 | padding: 0; 155 | white-space: normal; } 156 | 157 | textarea { 158 | overflow: auto; } 159 | 160 | [type=checkbox], 161 | [type=radio] { 162 | -webkit-box-sizing: border-box; 163 | box-sizing: border-box; 164 | padding: 0; } 165 | 166 | [type=number]::-webkit-inner-spin-button, 167 | [type=number]::-webkit-outer-spin-button { 168 | height: auto; } 169 | 170 | [type=search] { 171 | -webkit-appearance: textfield; 172 | outline-offset: -2px; } 173 | 174 | [type=search]::-webkit-search-cancel-button, 175 | [type=search]::-webkit-search-decoration { 176 | -webkit-appearance: none; } 177 | 178 | ::-webkit-file-upload-button { 179 | -webkit-appearance: button; 180 | font: inherit; } 181 | 182 | summary { 183 | display: list-item; } 184 | 185 | [hidden], 186 | template { 187 | display: none; } 188 | 189 | /*# sourceMappingURL=data:application/json;charset=utf8;base64,eyJ2ZXJzaW9uIjozLCJzb3VyY2VzIjpbInZlbmRvcnMvZmVhdGhlci1pY29uL19mZWF0aGVyLWljb24uc2NzcyIsInZlbmRvcnMvZmVhdGhlci1pY29uLmNzcyJdLCJuYW1lcyI6W10sIm1hcHBpbmdzIjoiQUFBQTs7O0VBR0UsaUJBQWlCLEVBQUE7O0FBR25COzs7O0VBSUUscUJBQXFCLEVBQUE7O0FBR3ZCOzs7RUFHRSx3QkFBd0IsRUFBQTs7QUFHMUI7RUFDRSx1QkFBdUI7RUFDdkIsaUJBQWlCO0VBQ2pCLDBCQUEwQjtFQUMxQiw4QkFBOEIsRUFBQTs7QUFHaEM7RUFDRSxTQUFTLEVBQUE7O0FBR1g7Ozs7Ozs7O0VBUUUsY0FBYyxFQUFBOztBQUdoQjtFQUNFLGNBQWM7RUFDZCxlQUFlLEVBQUE7O0FBR2pCOzs7RUFHRSxjQUFjLEVBQUE7O0FBR2hCO0VBQ0UsZ0JBQWdCLEVBQUE7O0FBR2xCO0VBQ0UsK0JBQXVCO1VBQXZCLHVCQUF1QjtFQUN2QixTQUFTLEVBQUE7O0FBR1g7Ozs7RUFJRSxpQ0FBaUM7RUFDakMsY0FBYyxFQUFBOztBQUdoQjtFQUNFLDZCQUE2QjtFQUM3QixxQ0FBcUMsRUFBQTs7QUFHdkM7O0VBRUUsZ0JBQWdCLEVBQUE7O0FBR2xCO0VBQ0UsbUJBQW1CO0VBQ25CLDBCQUEwQjtFQUMxQix5Q0FBaUM7VUFBakMsaUNBQWlDLEVBQUE7O0FBR25DOztFQUVFLG1CQUFtQixFQUFBOztBQUdyQjtFQUNFLGtCQUFrQixFQUFBOztBQUdwQjtFQUNFLHlCQUF5QjtFQUN6QixXQUFXLEVBQUE7O0FBR2I7RUFDRSxjQUFjLEVBQUE7O0FBR2hCOztFQUVFLGNBQWM7RUFDZCxjQUFjO0VBQ2Qsa0JBQWtCLEVBQUE7O0FBR3BCO0VBQ0UsY0FBYyxFQUFBOztBQUdoQjtFQUNFLFVBQVUsRUFBQTs7QUFHWjtFQUNFLGFBQWE7RUFDYixTQUFTLEVBQUE7O0FBR1g7RUFDRSxrQkFBa0IsRUFBQTs7QUFHcEI7RUFDRSxnQkFBZ0IsRUFBQTs7QUFHbEI7Ozs7O0VBS0UsdUJBQXVCO0VBQ3ZCLGVBQWU7RUFDZixpQkFBaUI7RUFDakIsU0FBUyxFQUFBOztBQU1YOztFQUVFLG9CQUFvQixFQUFBOztBQzFCdEI7Ozs7RURpQ0UsMEJBQTBCLEVBQUE7O0FDM0I1Qjs7OztFRGtDRSxrQkFBa0I7RUFDbEIsVUFBVSxFQUFBOztBQzVCWjs7OztFRG1DRSw4QkFBOEIsRUFBQTs7QUFHaEM7RUFDRSx3QkFBd0I7RUFDeEIsYUFBYTtFQUNiLDJCQUEyQixFQUFBOztBQUc3QjtFQUNFLDhCQUFzQjtVQUF0QixzQkFBc0I7RUFDdEIsY0FBYztFQUNkLGNBQWM7RUFDZCxlQUFlO0VBQ2YsVUFBVTtFQUNWLG1CQUFtQixFQUFBOztBQUtyQjtFQUNFLGNBQWMsRUFBQTs7QUNsQ2hCOztFRHVDRSw4QkFBc0I7VUFBdEIsc0JBQXNCO0VBQ3RCLFVBQVUsRUFBQTs7QUNuQ1o7O0VEd0NFLFlBQVksRUFBQTs7QUNwQ2Q7RUR3Q0UsNkJBQTZCO0VBQzdCLG9CQUFvQixFQUFBOztBQ3JDdEI7O0VEMENFLHdCQUF3QixFQUFBOztBQUcxQjtFQUNFLDBCQUEwQjtFQUMxQixhQUFhLEVBQUE7O0FBR2Y7RUFDRSxrQkFBa0IsRUFBQTs7QUN4Q3BCOztFRDZDRSxhQUFhLEVBQUEiLCJmaWxlIjoidmVuZG9ycy9mZWF0aGVyLWljb24uY3NzIiwic291cmNlc0NvbnRlbnQiOlsiYnV0dG9uLFxuaHIsXG5pbnB1dCB7XG4gIG92ZXJmbG93OiB2aXNpYmxlO1xufVxuXG5hdWRpbyxcbmNhbnZhcyxcbnByb2dyZXNzLFxudmlkZW8ge1xuICBkaXNwbGF5OiBpbmxpbmUtYmxvY2s7XG59XG5cbnByb2dyZXNzLFxuc3ViLFxuc3VwIHtcbiAgdmVydGljYWwtYWxpZ246IGJhc2VsaW5lO1xufVxuXG5odG1sIHtcbiAgZm9udC1mYW1pbHk6IHNhbnMtc2VyaWY7XG4gIGxpbmUtaGVpZ2h0OiAxLjE1O1xuICAtbXMtdGV4dC1zaXplLWFkanVzdDogMTAwJTtcbiAgLXdlYmtpdC10ZXh0LXNpemUtYWRqdXN0OiAxMDAlO1xufVxuXG5ib2R5IHtcbiAgbWFyZ2luOiAwO1xufVxuXG5tZW51LFxuYXJ0aWNsZSxcbmFzaWRlLFxuZGV0YWlscyxcbmZvb3RlcixcbmhlYWRlcixcbm5hdixcbnNlY3Rpb24ge1xuICBkaXNwbGF5OiBibG9jaztcbn1cblxuaDEge1xuICBmb250LXNpemU6IDJlbTtcbiAgbWFyZ2luOiAuNjdlbSAwO1xufVxuXG5maWdjYXB0aW9uLFxuZmlndXJlLFxubWFpbiB7XG4gIGRpc3BsYXk6IGJsb2NrO1xufVxuXG5maWd1cmUge1xuICBtYXJnaW46IDFlbSA0MHB4O1xufVxuXG5ociB7XG4gIGJveC1zaXppbmc6IGNvbnRlbnQtYm94O1xuICBoZWlnaHQ6IDA7XG59XG5cbmNvZGUsXG5rYmQsXG5wcmUsXG5zYW1wIHtcbiAgZm9udC1mYW1pbHk6IG1vbm9zcGFjZSwgbW9ub3NwYWNlO1xuICBmb250LXNpemU6IDFlbTtcbn1cblxuYSB7XG4gIGJhY2tncm91bmQtY29sb3I6IHRyYW5zcGFyZW50O1xuICAtd2Via2l0LXRleHQtZGVjb3JhdGlvbi1za2lwOiBvYmplY3RzO1xufVxuXG5hOmFjdGl2ZSxcbmE6aG92ZXIge1xuICBvdXRsaW5lLXdpZHRoOiAwO1xufVxuXG5hYmJyW3RpdGxlXSB7XG4gIGJvcmRlci1ib3R0b206IG5vbmU7XG4gIHRleHQtZGVjb3JhdGlvbjogdW5kZXJsaW5lO1xuICB0ZXh0LWRlY29yYXRpb246IHVuZGVybGluZSBkb3R0ZWQ7XG59XG5cbmIsXG5zdHJvbmcge1xuICBmb250LXdlaWdodDogYm9sZGVyO1xufVxuXG5kZm4ge1xuICBmb250LXN0eWxlOiBpdGFsaWM7XG59XG5cbm1hcmsge1xuICBiYWNrZ3JvdW5kLWNvbG9yOiAjZmZhMjAyO1xuICBjb2xvcjogIzAwMDtcbn1cblxuc21hbGwge1xuICBmb250LXNpemU6IDgwJTtcbn1cblxuc3ViLFxuc3VwIHtcbiAgZm9udC1zaXplOiA3NSU7XG4gIGxpbmUtaGVpZ2h0OiAwO1xuICBwb3NpdGlvbjogcmVsYXRpdmU7XG59XG5cbnN1YiB7XG4gIGJvdHRvbTogLS4yNWVtO1xufVxuXG5zdXAge1xuICB0b3A6IC0uNWVtO1xufVxuXG5hdWRpbzpub3QoW2NvbnRyb2xzXSkge1xuICBkaXNwbGF5OiBub25lO1xuICBoZWlnaHQ6IDA7XG59XG5cbmltZyB7XG4gIGJvcmRlci1zdHlsZTogbm9uZTtcbn1cblxuc3ZnOm5vdCg6cm9vdCkge1xuICBvdmVyZmxvdzogaGlkZGVuO1xufVxuXG5idXR0b24sXG5pbnB1dCxcbm9wdGdyb3VwLFxuc2VsZWN0LFxudGV4dGFyZWEge1xuICBmb250LWZhbWlseTogc2Fucy1zZXJpZjtcbiAgZm9udC1zaXplOiAxMDAlO1xuICBsaW5lLWhlaWdodDogMS4xNTtcbiAgbWFyZ2luOiAwO1xufVxuXG5idXR0b24sXG5pbnB1dCB7fVxuXG5idXR0b24sXG5zZWxlY3Qge1xuICB0ZXh0LXRyYW5zZm9ybTogbm9uZTtcbn1cblxuW3R5cGU9c3VibWl0XSxcblt0eXBlPXJlc2V0XSxcbmJ1dHRvbixcbmh0bWwgW3R5cGU9YnV0dG9uXSB7XG4gIC13ZWJraXQtYXBwZWFyYW5jZTogYnV0dG9uO1xufVxuXG5bdHlwZT1idXR0b25dOjotbW96LWZvY3VzLWlubmVyLFxuW3R5cGU9cmVzZXRdOjotbW96LWZvY3VzLWlubmVyLFxuW3R5cGU9c3VibWl0XTo6LW1vei1mb2N1cy1pbm5lcixcbmJ1dHRvbjo6LW1vei1mb2N1cy1pbm5lciB7XG4gIGJvcmRlci1zdHlsZTogbm9uZTtcbiAgcGFkZGluZzogMDtcbn1cblxuW3R5cGU9YnV0dG9uXTotbW96LWZvY3VzcmluZyxcblt0eXBlPXJlc2V0XTotbW96LWZvY3VzcmluZyxcblt0eXBlPXN1Ym1pdF06LW1vei1mb2N1c3JpbmcsXG5idXR0b246LW1vei1mb2N1c3Jpbmcge1xuICBvdXRsaW5lOiBCdXR0b25UZXh0IGRvdHRlZCAxcHg7XG59XG5cbmZpZWxkc2V0IHtcbiAgYm9yZGVyOiAxcHggc29saWQgc2lsdmVyO1xuICBtYXJnaW46IDAgMnB4O1xuICBwYWRkaW5nOiAuMzVlbSAuNjI1ZW0gLjc1ZW07XG59XG5cbmxlZ2VuZCB7XG4gIGJveC1zaXppbmc6IGJvcmRlci1ib3g7XG4gIGNvbG9yOiBpbmhlcml0O1xuICBkaXNwbGF5OiB0YWJsZTtcbiAgbWF4LXdpZHRoOiAxMDAlO1xuICBwYWRkaW5nOiAwO1xuICB3aGl0ZS1zcGFjZTogbm9ybWFsO1xufVxuXG5wcm9ncmVzcyB7fVxuXG50ZXh0YXJlYSB7XG4gIG92ZXJmbG93OiBhdXRvO1xufVxuXG5bdHlwZT1jaGVja2JveF0sXG5bdHlwZT1yYWRpb10ge1xuICBib3gtc2l6aW5nOiBib3JkZXItYm94O1xuICBwYWRkaW5nOiAwO1xufVxuXG5bdHlwZT1udW1iZXJdOjotd2Via2l0LWlubmVyLXNwaW4tYnV0dG9uLFxuW3R5cGU9bnVtYmVyXTo6LXdlYmtpdC1vdXRlci1zcGluLWJ1dHRvbiB7XG4gIGhlaWdodDogYXV0bztcbn1cblxuW3R5cGU9c2VhcmNoXSB7XG4gIC13ZWJraXQtYXBwZWFyYW5jZTogdGV4dGZpZWxkO1xuICBvdXRsaW5lLW9mZnNldDogLTJweDtcbn1cblxuW3R5cGU9c2VhcmNoXTo6LXdlYmtpdC1zZWFyY2gtY2FuY2VsLWJ1dHRvbixcblt0eXBlPXNlYXJjaF06Oi13ZWJraXQtc2VhcmNoLWRlY29yYXRpb24ge1xuICAtd2Via2l0LWFwcGVhcmFuY2U6IG5vbmU7XG59XG5cbjo6LXdlYmtpdC1maWxlLXVwbG9hZC1idXR0b24ge1xuICAtd2Via2l0LWFwcGVhcmFuY2U6IGJ1dHRvbjtcbiAgZm9udDogaW5oZXJpdDtcbn1cblxuc3VtbWFyeSB7XG4gIGRpc3BsYXk6IGxpc3QtaXRlbTtcbn1cblxuW2hpZGRlbl0sXG50ZW1wbGF0ZSB7XG4gIGRpc3BsYXk6IG5vbmU7XG59IiwiYnV0dG9uLFxuaHIsXG5pbnB1dCB7XG4gIG92ZXJmbG93OiB2aXNpYmxlOyB9XG5cbmF1ZGlvLFxuY2FudmFzLFxucHJvZ3Jlc3MsXG52aWRlbyB7XG4gIGRpc3BsYXk6IGlubGluZS1ibG9jazsgfVxuXG5wcm9ncmVzcyxcbnN1YixcbnN1cCB7XG4gIHZlcnRpY2FsLWFsaWduOiBiYXNlbGluZTsgfVxuXG5odG1sIHtcbiAgZm9udC1mYW1pbHk6IHNhbnMtc2VyaWY7XG4gIGxpbmUtaGVpZ2h0OiAxLjE1O1xuICAtbXMtdGV4dC1zaXplLWFkanVzdDogMTAwJTtcbiAgLXdlYmtpdC10ZXh0LXNpemUtYWRqdXN0OiAxMDAlOyB9XG5cbmJvZHkge1xuICBtYXJnaW46IDA7IH1cblxubWVudSxcbmFydGljbGUsXG5hc2lkZSxcbmRldGFpbHMsXG5mb290ZXIsXG5oZWFkZXIsXG5uYXYsXG5zZWN0aW9uIHtcbiAgZGlzcGxheTogYmxvY2s7IH1cblxuaDEge1xuICBmb250LXNpemU6IDJlbTtcbiAgbWFyZ2luOiAuNjdlbSAwOyB9XG5cbmZpZ2NhcHRpb24sXG5maWd1cmUsXG5tYWluIHtcbiAgZGlzcGxheTogYmxvY2s7IH1cblxuZmlndXJlIHtcbiAgbWFyZ2luOiAxZW0gNDBweDsgfVxuXG5ociB7XG4gIGJveC1zaXppbmc6IGNvbnRlbnQtYm94O1xuICBoZWlnaHQ6IDA7IH1cblxuY29kZSxcbmtiZCxcbnByZSxcbnNhbXAge1xuICBmb250LWZhbWlseTogbW9ub3NwYWNlLCBtb25vc3BhY2U7XG4gIGZvbnQtc2l6ZTogMWVtOyB9XG5cbmEge1xuICBiYWNrZ3JvdW5kLWNvbG9yOiB0cmFuc3BhcmVudDtcbiAgLXdlYmtpdC10ZXh0LWRlY29yYXRpb24tc2tpcDogb2JqZWN0czsgfVxuXG5hOmFjdGl2ZSxcbmE6aG92ZXIge1xuICBvdXRsaW5lLXdpZHRoOiAwOyB9XG5cbmFiYnJbdGl0bGVdIHtcbiAgYm9yZGVyLWJvdHRvbTogbm9uZTtcbiAgdGV4dC1kZWNvcmF0aW9uOiB1bmRlcmxpbmU7XG4gIHRleHQtZGVjb3JhdGlvbjogdW5kZXJsaW5lIGRvdHRlZDsgfVxuXG5iLFxuc3Ryb25nIHtcbiAgZm9udC13ZWlnaHQ6IGJvbGRlcjsgfVxuXG5kZm4ge1xuICBmb250LXN0eWxlOiBpdGFsaWM7IH1cblxubWFyayB7XG4gIGJhY2tncm91bmQtY29sb3I6ICNmZmEyMDI7XG4gIGNvbG9yOiAjMDAwOyB9XG5cbnNtYWxsIHtcbiAgZm9udC1zaXplOiA4MCU7IH1cblxuc3ViLFxuc3VwIHtcbiAgZm9udC1zaXplOiA3NSU7XG4gIGxpbmUtaGVpZ2h0OiAwO1xuICBwb3NpdGlvbjogcmVsYXRpdmU7IH1cblxuc3ViIHtcbiAgYm90dG9tOiAtLjI1ZW07IH1cblxuc3VwIHtcbiAgdG9wOiAtLjVlbTsgfVxuXG5hdWRpbzpub3QoW2NvbnRyb2xzXSkge1xuICBkaXNwbGF5OiBub25lO1xuICBoZWlnaHQ6IDA7IH1cblxuaW1nIHtcbiAgYm9yZGVyLXN0eWxlOiBub25lOyB9XG5cbnN2Zzpub3QoOnJvb3QpIHtcbiAgb3ZlcmZsb3c6IGhpZGRlbjsgfVxuXG5idXR0b24sXG5pbnB1dCxcbm9wdGdyb3VwLFxuc2VsZWN0LFxudGV4dGFyZWEge1xuICBmb250LWZhbWlseTogc2Fucy1zZXJpZjtcbiAgZm9udC1zaXplOiAxMDAlO1xuICBsaW5lLWhlaWdodDogMS4xNTtcbiAgbWFyZ2luOiAwOyB9XG5cbmJ1dHRvbixcbnNlbGVjdCB7XG4gIHRleHQtdHJhbnNmb3JtOiBub25lOyB9XG5cblt0eXBlPXN1Ym1pdF0sXG5bdHlwZT1yZXNldF0sXG5idXR0b24sXG5odG1sIFt0eXBlPWJ1dHRvbl0ge1xuICAtd2Via2l0LWFwcGVhcmFuY2U6IGJ1dHRvbjsgfVxuXG5bdHlwZT1idXR0b25dOjotbW96LWZvY3VzLWlubmVyLFxuW3R5cGU9cmVzZXRdOjotbW96LWZvY3VzLWlubmVyLFxuW3R5cGU9c3VibWl0XTo6LW1vei1mb2N1cy1pbm5lcixcbmJ1dHRvbjo6LW1vei1mb2N1cy1pbm5lciB7XG4gIGJvcmRlci1zdHlsZTogbm9uZTtcbiAgcGFkZGluZzogMDsgfVxuXG5bdHlwZT1idXR0b25dOi1tb3otZm9jdXNyaW5nLFxuW3R5cGU9cmVzZXRdOi1tb3otZm9jdXNyaW5nLFxuW3R5cGU9c3VibWl0XTotbW96LWZvY3VzcmluZyxcbmJ1dHRvbjotbW96LWZvY3VzcmluZyB7XG4gIG91dGxpbmU6IEJ1dHRvblRleHQgZG90dGVkIDFweDsgfVxuXG5maWVsZHNldCB7XG4gIGJvcmRlcjogMXB4IHNvbGlkIHNpbHZlcjtcbiAgbWFyZ2luOiAwIDJweDtcbiAgcGFkZGluZzogLjM1ZW0gLjYyNWVtIC43NWVtOyB9XG5cbmxlZ2VuZCB7XG4gIGJveC1zaXppbmc6IGJvcmRlci1ib3g7XG4gIGNvbG9yOiBpbmhlcml0O1xuICBkaXNwbGF5OiB0YWJsZTtcbiAgbWF4LXdpZHRoOiAxMDAlO1xuICBwYWRkaW5nOiAwO1xuICB3aGl0ZS1zcGFjZTogbm9ybWFsOyB9XG5cbnRleHRhcmVhIHtcbiAgb3ZlcmZsb3c6IGF1dG87IH1cblxuW3R5cGU9Y2hlY2tib3hdLFxuW3R5cGU9cmFkaW9dIHtcbiAgYm94LXNpemluZzogYm9yZGVyLWJveDtcbiAgcGFkZGluZzogMDsgfVxuXG5bdHlwZT1udW1iZXJdOjotd2Via2l0LWlubmVyLXNwaW4tYnV0dG9uLFxuW3R5cGU9bnVtYmVyXTo6LXdlYmtpdC1vdXRlci1zcGluLWJ1dHRvbiB7XG4gIGhlaWdodDogYXV0bzsgfVxuXG5bdHlwZT1zZWFyY2hdIHtcbiAgLXdlYmtpdC1hcHBlYXJhbmNlOiB0ZXh0ZmllbGQ7XG4gIG91dGxpbmUtb2Zmc2V0OiAtMnB4OyB9XG5cblt0eXBlPXNlYXJjaF06Oi13ZWJraXQtc2VhcmNoLWNhbmNlbC1idXR0b24sXG5bdHlwZT1zZWFyY2hdOjotd2Via2l0LXNlYXJjaC1kZWNvcmF0aW9uIHtcbiAgLXdlYmtpdC1hcHBlYXJhbmNlOiBub25lOyB9XG5cbjo6LXdlYmtpdC1maWxlLXVwbG9hZC1idXR0b24ge1xuICAtd2Via2l0LWFwcGVhcmFuY2U6IGJ1dHRvbjtcbiAgZm9udDogaW5oZXJpdDsgfVxuXG5zdW1tYXJ5IHtcbiAgZGlzcGxheTogbGlzdC1pdGVtOyB9XG5cbltoaWRkZW5dLFxudGVtcGxhdGUge1xuICBkaXNwbGF5OiBub25lOyB9XG4iXX0= */ 190 | /*# sourceMappingURL=feather-icon.css.map */ 191 | -------------------------------------------------------------------------------- /assets/css/vendors/ion.rangeSlider.min.css: -------------------------------------------------------------------------------- 1 | /*!Ion.RangeSlider, 2.3.1, © Denis Ineshin, 2010 - 2019, IonDen.com, Build date: 2019-12-19 16:51:02*/ 2 | .irs { 3 | position: relative; 4 | display: block; 5 | -webkit-touch-callout: none; 6 | -webkit-user-select: none; 7 | -khtml-user-select: none; 8 | -moz-user-select: none; 9 | -ms-user-select: none; 10 | user-select: none; 11 | font-size: 12px; 12 | font-family: Arial, sans-serif 13 | } 14 | 15 | .irs-line { 16 | position: relative; 17 | display: block; 18 | overflow: hidden; 19 | outline: none !important 20 | } 21 | 22 | .irs-bar { 23 | position: absolute; 24 | display: block; 25 | left: 0; 26 | width: 0 27 | } 28 | 29 | .irs-shadow { 30 | position: absolute; 31 | display: none; 32 | left: 0; 33 | width: 0 34 | } 35 | 36 | .irs-handle { 37 | position: absolute; 38 | display: block; 39 | box-sizing: border-box; 40 | cursor: default; 41 | z-index: 1 42 | } 43 | 44 | .irs-handle.type_last { 45 | z-index: 2 46 | } 47 | 48 | .irs-min, 49 | .irs-max { 50 | position: absolute; 51 | display: block; 52 | cursor: default 53 | } 54 | 55 | .irs-min { 56 | left: 0 57 | } 58 | 59 | .irs-max { 60 | right: 0 61 | } 62 | 63 | .irs-from, 64 | .irs-to, 65 | .irs-single { 66 | position: absolute; 67 | display: block; 68 | top: 0; 69 | left: 0; 70 | cursor: default; 71 | white-space: nowrap 72 | } 73 | 74 | .irs-grid { 75 | position: absolute; 76 | display: none; 77 | bottom: 0; 78 | left: 0; 79 | width: 100%; 80 | height: 20px 81 | } 82 | 83 | .irs-with-grid .irs-grid { 84 | display: block 85 | } 86 | 87 | .irs-grid-pol { 88 | position: absolute; 89 | top: 0; 90 | left: 0; 91 | width: 1px; 92 | height: 8px; 93 | background: #000 94 | } 95 | 96 | .irs-grid-pol.small { 97 | height: 4px 98 | } 99 | 100 | .irs-grid-text { 101 | position: absolute; 102 | bottom: 0; 103 | left: 0; 104 | white-space: nowrap; 105 | text-align: center; 106 | font-size: 9px; 107 | line-height: 9px; 108 | padding: 0 3px; 109 | color: #000 110 | } 111 | 112 | .irs-disable-mask { 113 | position: absolute; 114 | display: block; 115 | top: 0; 116 | left: -1%; 117 | width: 102%; 118 | height: 100%; 119 | cursor: default; 120 | background: rgba(0, 0, 0, 0); 121 | z-index: 2 122 | } 123 | 124 | .lt-ie9 .irs-disable-mask { 125 | background: #000; 126 | filter: alpha(opacity=0); 127 | cursor: not-allowed 128 | } 129 | 130 | .irs-disabled { 131 | opacity: .4 132 | } 133 | 134 | .irs-hidden-input { 135 | position: absolute !important; 136 | display: block !important; 137 | top: 0 !important; 138 | left: 0 !important; 139 | width: 0 !important; 140 | height: 0 !important; 141 | font-size: 0 !important; 142 | line-height: 0 !important; 143 | padding: 0 !important; 144 | margin: 0 !important; 145 | overflow: hidden; 146 | outline: none !important; 147 | z-index: -9999 !important; 148 | background: none !important; 149 | border-style: solid !important; 150 | border-color: transparent !important 151 | } 152 | 153 | .irs--flat { 154 | height: 40px 155 | } 156 | 157 | .irs--flat.irs-with-grid { 158 | height: 60px 159 | } 160 | 161 | .irs--flat .irs-line { 162 | top: 25px; 163 | height: 12px; 164 | background-color: #e1e4e9; 165 | border-radius: 4px 166 | } 167 | 168 | .irs--flat .irs-bar { 169 | top: 25px; 170 | height: 12px; 171 | background-color: #ed5565 172 | } 173 | 174 | .irs--flat .irs-bar--single { 175 | border-radius: 4px 0 0 4px 176 | } 177 | 178 | .irs--flat .irs-shadow { 179 | height: 1px; 180 | bottom: 16px; 181 | background-color: #e1e4e9 182 | } 183 | 184 | .irs--flat .irs-handle { 185 | top: 22px; 186 | width: 16px; 187 | height: 18px; 188 | background-color: transparent 189 | } 190 | 191 | .irs--flat .irs-handle>i:first-child { 192 | position: absolute; 193 | display: block; 194 | top: 0; 195 | left: 50%; 196 | width: 2px; 197 | height: 100%; 198 | margin-left: -1px; 199 | background-color: #da4453 200 | } 201 | 202 | .irs--flat .irs-handle.state_hover>i:first-child, 203 | .irs--flat .irs-handle:hover>i:first-child { 204 | background-color: #a43540 205 | } 206 | 207 | .irs--flat .irs-min, 208 | .irs--flat .irs-max { 209 | top: 0; 210 | padding: 1px 3px; 211 | color: #999; 212 | font-size: 10px; 213 | line-height: 1.333; 214 | text-shadow: none; 215 | background-color: #e1e4e9; 216 | border-radius: 4px 217 | } 218 | 219 | .irs--flat .irs-from, 220 | .irs--flat .irs-to, 221 | .irs--flat .irs-single { 222 | color: white; 223 | font-size: 10px; 224 | line-height: 1.333; 225 | text-shadow: none; 226 | padding: 1px 5px; 227 | background-color: #ed5565; 228 | border-radius: 4px 229 | } 230 | 231 | .irs--flat .irs-from:before, 232 | .irs--flat .irs-to:before, 233 | .irs--flat .irs-single:before { 234 | position: absolute; 235 | display: block; 236 | content: ""; 237 | bottom: -6px; 238 | left: 50%; 239 | width: 0; 240 | height: 0; 241 | margin-left: -3px; 242 | overflow: hidden; 243 | border: 3px solid transparent; 244 | border-top-color: #ed5565 245 | } 246 | 247 | .irs--flat .irs-grid-pol { 248 | background-color: #e1e4e9 249 | } 250 | 251 | .irs--flat .irs-grid-text { 252 | color: #999 253 | } 254 | 255 | .irs--big { 256 | height: 55px 257 | } 258 | 259 | .irs--big.irs-with-grid { 260 | height: 70px 261 | } 262 | 263 | .irs--big .irs-line { 264 | top: 33px; 265 | height: 12px; 266 | background-color: white; 267 | background: linear-gradient(to bottom, #ddd -50%, white 150%); 268 | border: 1px solid #ccc; 269 | border-radius: 12px 270 | } 271 | 272 | .irs--big .irs-bar { 273 | top: 33px; 274 | height: 12px; 275 | background-color: #92bce0; 276 | border: 1px solid #428bca; 277 | background: linear-gradient(to bottom, #ffffff 0%, #428bca 30%, #b9d4ec 100%); 278 | box-shadow: inset 0 0 1px 1px rgba(255, 255, 255, 0.5) 279 | } 280 | 281 | .irs--big .irs-bar--single { 282 | border-radius: 12px 0 0 12px 283 | } 284 | 285 | .irs--big .irs-shadow { 286 | height: 1px; 287 | bottom: 16px; 288 | background-color: rgba(66, 139, 202, 0.5) 289 | } 290 | 291 | .irs--big .irs-handle { 292 | top: 25px; 293 | width: 30px; 294 | height: 30px; 295 | border: 1px solid rgba(0, 0, 0, 0.3); 296 | background-color: #cbcfd5; 297 | background: linear-gradient(to bottom, white 0%, #B4B9BE 30%, white 100%); 298 | box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.2), inset 0 0 3px 1px white; 299 | border-radius: 30px 300 | } 301 | 302 | .irs--big .irs-handle.state_hover, 303 | .irs--big .irs-handle:hover { 304 | border-color: rgba(0, 0, 0, 0.45); 305 | background-color: #939ba7; 306 | background: linear-gradient(to bottom, white 0%, #919BA5 30%, white 100%) 307 | } 308 | 309 | .irs--big .irs-min, 310 | .irs--big .irs-max { 311 | top: 0; 312 | padding: 1px 5px; 313 | color: white; 314 | text-shadow: none; 315 | background-color: #9f9f9f; 316 | border-radius: 3px 317 | } 318 | 319 | .irs--big .irs-from, 320 | .irs--big .irs-to, 321 | .irs--big .irs-single { 322 | color: white; 323 | text-shadow: none; 324 | padding: 1px 5px; 325 | background-color: #428bca; 326 | background: linear-gradient(to bottom, #428bca 0%, #3071a9 100%); 327 | border-radius: 3px 328 | } 329 | 330 | .irs--big .irs-grid-pol { 331 | background-color: #428bca 332 | } 333 | 334 | .irs--big .irs-grid-text { 335 | color: #428bca 336 | } 337 | 338 | .irs--modern { 339 | height: 55px 340 | } 341 | 342 | .irs--modern.irs-with-grid { 343 | height: 55px 344 | } 345 | 346 | .irs--modern .irs-line { 347 | top: 25px; 348 | height: 5px; 349 | background-color: #d1d6e0; 350 | background: linear-gradient(to bottom, #e0e4ea 0%, #d1d6e0 100%); 351 | border: 1px solid #a3adc1; 352 | border-bottom-width: 0; 353 | border-radius: 5px 354 | } 355 | 356 | .irs--modern .irs-bar { 357 | top: 25px; 358 | height: 5px; 359 | background: #20b426; 360 | background: linear-gradient(to bottom, #20b426 0%, #18891d 100%) 361 | } 362 | 363 | .irs--modern .irs-bar--single { 364 | border-radius: 5px 0 0 5px 365 | } 366 | 367 | .irs--modern .irs-shadow { 368 | height: 1px; 369 | bottom: 21px; 370 | background-color: rgba(209, 214, 224, 0.5) 371 | } 372 | 373 | .irs--modern .irs-handle { 374 | top: 37px; 375 | width: 12px; 376 | height: 13px; 377 | border: 1px solid #a3adc1; 378 | border-top-width: 0; 379 | box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.1); 380 | border-radius: 0 0 3px 3px 381 | } 382 | 383 | .irs--modern .irs-handle>i:nth-child(1) { 384 | position: absolute; 385 | display: block; 386 | top: -4px; 387 | left: 1px; 388 | width: 6px; 389 | height: 6px; 390 | border: 1px solid #a3adc1; 391 | background: white; 392 | transform: rotate(45deg) 393 | } 394 | 395 | .irs--modern .irs-handle>i:nth-child(2) { 396 | position: absolute; 397 | display: block; 398 | box-sizing: border-box; 399 | top: 0; 400 | left: 0; 401 | width: 10px; 402 | height: 12px; 403 | background: #e9e6e6; 404 | background: linear-gradient(to bottom, white 0%, #e9e6e6 100%); 405 | border-radius: 0 0 3px 3px 406 | } 407 | 408 | .irs--modern .irs-handle>i:nth-child(3) { 409 | position: absolute; 410 | display: block; 411 | box-sizing: border-box; 412 | top: 3px; 413 | left: 3px; 414 | width: 4px; 415 | height: 5px; 416 | border-left: 1px solid #a3adc1; 417 | border-right: 1px solid #a3adc1 418 | } 419 | 420 | .irs--modern .irs-handle.state_hover, 421 | .irs--modern .irs-handle:hover { 422 | border-color: #7685a2; 423 | background: #c3c7cd; 424 | background: linear-gradient(to bottom, #ffffff 0%, #919ba5 30%, #ffffff 100%) 425 | } 426 | 427 | .irs--modern .irs-handle.state_hover>i:nth-child(1), 428 | .irs--modern .irs-handle:hover>i:nth-child(1) { 429 | border-color: #7685a2 430 | } 431 | 432 | .irs--modern .irs-handle.state_hover>i:nth-child(3), 433 | .irs--modern .irs-handle:hover>i:nth-child(3) { 434 | border-color: #48536a 435 | } 436 | 437 | .irs--modern .irs-min, 438 | .irs--modern .irs-max { 439 | top: 0; 440 | font-size: 10px; 441 | line-height: 1.333; 442 | text-shadow: none; 443 | padding: 1px 5px; 444 | color: white; 445 | background-color: #d1d6e0; 446 | border-radius: 5px 447 | } 448 | 449 | .irs--modern .irs-from, 450 | .irs--modern .irs-to, 451 | .irs--modern .irs-single { 452 | font-size: 10px; 453 | line-height: 1.333; 454 | text-shadow: none; 455 | padding: 1px 5px; 456 | background-color: #20b426; 457 | color: white; 458 | border-radius: 5px 459 | } 460 | 461 | .irs--modern .irs-from:before, 462 | .irs--modern .irs-to:before, 463 | .irs--modern .irs-single:before { 464 | position: absolute; 465 | display: block; 466 | content: ""; 467 | bottom: -6px; 468 | left: 50%; 469 | width: 0; 470 | height: 0; 471 | margin-left: -3px; 472 | overflow: hidden; 473 | border: 3px solid transparent; 474 | border-top-color: #20b426 475 | } 476 | 477 | .irs--modern .irs-grid { 478 | height: 25px 479 | } 480 | 481 | .irs--modern .irs-grid-pol { 482 | background-color: #dedede 483 | } 484 | 485 | .irs--modern .irs-grid-text { 486 | color: silver; 487 | font-size: 13px 488 | } 489 | 490 | .irs--sharp { 491 | height: 50px; 492 | font-size: 12px; 493 | line-height: 1 494 | } 495 | 496 | .irs--sharp.irs-with-grid { 497 | height: 57px 498 | } 499 | 500 | .irs--sharp .irs-line { 501 | top: 30px; 502 | height: 2px; 503 | background-color: black; 504 | border-radius: 2px 505 | } 506 | 507 | .irs--sharp .irs-bar { 508 | top: 30px; 509 | height: 2px; 510 | background-color: #ee22fa 511 | } 512 | 513 | .irs--sharp .irs-bar--single { 514 | border-radius: 2px 0 0 2px 515 | } 516 | 517 | .irs--sharp .irs-shadow { 518 | height: 1px; 519 | bottom: 21px; 520 | background-color: rgba(0, 0, 0, 0.5) 521 | } 522 | 523 | .irs--sharp .irs-handle { 524 | top: 25px; 525 | width: 10px; 526 | height: 10px; 527 | background-color: #a804b2 528 | } 529 | 530 | .irs--sharp .irs-handle>i:first-child { 531 | position: absolute; 532 | display: block; 533 | top: 100%; 534 | left: 0; 535 | width: 0; 536 | height: 0; 537 | border: 5px solid transparent; 538 | border-top-color: #a804b2 539 | } 540 | 541 | .irs--sharp .irs-handle.state_hover, 542 | .irs--sharp .irs-handle:hover { 543 | background-color: black 544 | } 545 | 546 | .irs--sharp .irs-handle.state_hover>i:first-child, 547 | .irs--sharp .irs-handle:hover>i:first-child { 548 | border-top-color: black 549 | } 550 | 551 | .irs--sharp .irs-min, 552 | .irs--sharp .irs-max { 553 | color: white; 554 | font-size: 14px; 555 | line-height: 1; 556 | top: 0; 557 | padding: 3px 4px; 558 | opacity: .4; 559 | background-color: #a804b2; 560 | border-radius: 2px 561 | } 562 | 563 | .irs--sharp .irs-from, 564 | .irs--sharp .irs-to, 565 | .irs--sharp .irs-single { 566 | font-size: 14px; 567 | line-height: 1; 568 | text-shadow: none; 569 | padding: 3px 4px; 570 | background-color: #a804b2; 571 | color: white; 572 | border-radius: 2px 573 | } 574 | 575 | .irs--sharp .irs-from:before, 576 | .irs--sharp .irs-to:before, 577 | .irs--sharp .irs-single:before { 578 | position: absolute; 579 | display: block; 580 | content: ""; 581 | bottom: -6px; 582 | left: 50%; 583 | width: 0; 584 | height: 0; 585 | margin-left: -3px; 586 | overflow: hidden; 587 | border: 3px solid transparent; 588 | border-top-color: #a804b2 589 | } 590 | 591 | .irs--sharp .irs-grid { 592 | height: 25px 593 | } 594 | 595 | .irs--sharp .irs-grid-pol { 596 | background-color: #dedede 597 | } 598 | 599 | .irs--sharp .irs-grid-text { 600 | color: silver; 601 | font-size: 13px 602 | } 603 | 604 | .irs--round { 605 | height: 50px 606 | } 607 | 608 | .irs--round.irs-with-grid { 609 | height: 65px 610 | } 611 | 612 | .irs--round .irs-line { 613 | top: 36px; 614 | height: 4px; 615 | background-color: #dee4ec; 616 | border-radius: 4px 617 | } 618 | 619 | .irs--round .irs-bar { 620 | top: 36px; 621 | height: 4px; 622 | background-color: #006cfa 623 | } 624 | 625 | .irs--round .irs-bar--single { 626 | border-radius: 4px 0 0 4px 627 | } 628 | 629 | .irs--round .irs-shadow { 630 | height: 4px; 631 | bottom: 21px; 632 | background-color: rgba(222, 228, 236, 0.5) 633 | } 634 | 635 | .irs--round .irs-handle { 636 | top: 26px; 637 | width: 24px; 638 | height: 24px; 639 | border: 4px solid #006cfa; 640 | background-color: white; 641 | border-radius: 24px; 642 | box-shadow: 0 1px 3px rgba(0, 0, 255, 0.3) 643 | } 644 | 645 | .irs--round .irs-handle.state_hover, 646 | .irs--round .irs-handle:hover { 647 | background-color: #f0f6ff 648 | } 649 | 650 | .irs--round .irs-min, 651 | .irs--round .irs-max { 652 | color: #333; 653 | font-size: 14px; 654 | line-height: 1; 655 | top: 0; 656 | padding: 3px 5px; 657 | background-color: rgba(0, 0, 0, 0.1); 658 | border-radius: 4px 659 | } 660 | 661 | .irs--round .irs-from, 662 | .irs--round .irs-to, 663 | .irs--round .irs-single { 664 | font-size: 14px; 665 | line-height: 1; 666 | text-shadow: none; 667 | padding: 3px 5px; 668 | background-color: #006cfa; 669 | color: white; 670 | border-radius: 4px 671 | } 672 | 673 | .irs--round .irs-from:before, 674 | .irs--round .irs-to:before, 675 | .irs--round .irs-single:before { 676 | position: absolute; 677 | display: block; 678 | content: ""; 679 | bottom: -6px; 680 | left: 50%; 681 | width: 0; 682 | height: 0; 683 | margin-left: -3px; 684 | overflow: hidden; 685 | border: 3px solid transparent; 686 | border-top-color: #006cfa 687 | } 688 | 689 | .irs--round .irs-grid { 690 | height: 25px 691 | } 692 | 693 | .irs--round .irs-grid-pol { 694 | background-color: #dedede 695 | } 696 | 697 | .irs--round .irs-grid-text { 698 | color: silver; 699 | font-size: 13px 700 | } 701 | 702 | .irs--square { 703 | height: 50px 704 | } 705 | 706 | .irs--square.irs-with-grid { 707 | height: 60px 708 | } 709 | 710 | .irs--square .irs-line { 711 | top: 31px; 712 | height: 4px; 713 | background-color: #dedede 714 | } 715 | 716 | .irs--square .irs-bar { 717 | top: 31px; 718 | height: 4px; 719 | background-color: black 720 | } 721 | 722 | .irs--square .irs-shadow { 723 | height: 2px; 724 | bottom: 21px; 725 | background-color: #dedede 726 | } 727 | 728 | .irs--square .irs-handle { 729 | top: 25px; 730 | width: 16px; 731 | height: 16px; 732 | border: 3px solid black; 733 | background-color: white; 734 | -webkit-transform: rotate(45deg); 735 | -ms-transform: rotate(45deg); 736 | transform: rotate(45deg) 737 | } 738 | 739 | .irs--square .irs-handle.state_hover, 740 | .irs--square .irs-handle:hover { 741 | background-color: #f0f6ff 742 | } 743 | 744 | .irs--square .irs-min, 745 | .irs--square .irs-max { 746 | color: #333; 747 | font-size: 14px; 748 | line-height: 1; 749 | top: 0; 750 | padding: 3px 5px; 751 | background-color: rgba(0, 0, 0, 0.1) 752 | } 753 | 754 | .irs--square .irs-from, 755 | .irs--square .irs-to, 756 | .irs--square .irs-single { 757 | font-size: 14px; 758 | line-height: 1; 759 | text-shadow: none; 760 | padding: 3px 5px; 761 | background-color: black; 762 | color: white 763 | } 764 | 765 | .irs--square .irs-grid { 766 | height: 25px 767 | } 768 | 769 | .irs--square .irs-grid-pol { 770 | background-color: #dedede 771 | } 772 | 773 | .irs--square .irs-grid-text { 774 | color: silver; 775 | font-size: 11px 776 | } -------------------------------------------------------------------------------- /assets/css/vendors/slick/slick-theme.css: -------------------------------------------------------------------------------- 1 | @charset "UTF-8"; 2 | /* Slider */ 3 | /* Icons */ 4 | @font-face { 5 | font-family: "slick"; 6 | src: url("../../../fonts/slick.eot"); 7 | src: url("../../../fonts/slick-1.eot") format("embedded-opentype"), url("../../../fonts/slick.woff") format("woff"), url("../../../fonts/slick.ttf") format("truetype"), url("../../../fonts/slick.svg") format("svg"); 8 | font-weight: normal; 9 | font-style: normal; } 10 | 11 | /* Arrows */ 12 | .slick-prev, 13 | .slick-next { 14 | position: absolute; 15 | display: block; 16 | height: 20px; 17 | width: 20px; 18 | line-height: 0px; 19 | font-size: 0px; 20 | cursor: pointer; 21 | background: transparent; 22 | color: transparent; 23 | top: 50%; 24 | -webkit-transform: translateY(-50%); 25 | transform: translateY(-50%); 26 | padding: 0; 27 | border: none; 28 | outline: none; } 29 | .slick-prev:hover, .slick-prev:focus, 30 | .slick-next:hover, 31 | .slick-next:focus { 32 | outline: none; 33 | background: transparent; 34 | color: transparent; } 35 | .slick-prev:hover:before, .slick-prev:focus:before, 36 | .slick-next:hover:before, 37 | .slick-next:focus:before { 38 | opacity: 1; } 39 | .slick-prev.slick-disabled:before, 40 | .slick-next.slick-disabled:before { 41 | opacity: 0.25; } 42 | .slick-prev:before, 43 | .slick-next:before { 44 | font-family: "slick"; 45 | font-size: 20px; 46 | line-height: 1; 47 | color: white; 48 | opacity: 0.75; 49 | -webkit-font-smoothing: antialiased; 50 | -moz-osx-font-smoothing: grayscale; } 51 | 52 | .slick-prev { 53 | left: -25px; } 54 | .slick-prev:before { 55 | content: "←"; } 56 | 57 | .slick-next { 58 | right: -25px; } 59 | .slick-next:before { 60 | content: "→"; } 61 | 62 | /* Dots */ 63 | .slick-dotted.slick-slider { 64 | margin-bottom: 30px; } 65 | 66 | .slick-dots { 67 | position: absolute; 68 | left: 50%; 69 | -webkit-transform: translateX(-50%); 70 | transform: translateX(-50%); 71 | list-style: none; 72 | text-align: center; 73 | padding: 0; 74 | margin: 0; } 75 | .slick-dots li { 76 | position: relative; 77 | display: inline-block; 78 | height: 20px; 79 | width: 20px; 80 | margin: 0 5px; 81 | padding: 0; 82 | cursor: pointer; } 83 | .slick-dots li button { 84 | border: 0; 85 | background: transparent; 86 | display: block; 87 | height: 20px; 88 | width: 20px; 89 | outline: none; 90 | line-height: 0px; 91 | font-size: 0px; 92 | color: transparent; 93 | padding: 5px; 94 | cursor: pointer; } 95 | .slick-dots li button:hover, .slick-dots li button:focus { 96 | outline: none; } 97 | .slick-dots li button:hover:before, .slick-dots li button:focus:before { 98 | opacity: 1; } 99 | .slick-dots li button:before { 100 | position: absolute; 101 | top: 0; 102 | left: 0; 103 | content: "•"; 104 | width: 20px; 105 | height: 20px; 106 | font-family: "slick"; 107 | font-size: 6px; 108 | line-height: 20px; 109 | text-align: center; 110 | color: black; 111 | opacity: 0.25; 112 | -webkit-font-smoothing: antialiased; 113 | -moz-osx-font-smoothing: grayscale; } 114 | .slick-dots li.slick-active button:before { 115 | color: black; 116 | opacity: 0.75; } 117 | 118 | /*# sourceMappingURL=data:application/json;charset=utf8;base64,eyJ2ZXJzaW9uIjozLCJzb3VyY2VzIjpbInZlbmRvcnMvc2xpY2svc2xpY2stdGhlbWUuY3NzIiwidmVuZG9ycy9zbGljay9zbGljay10aGVtZS5zY3NzIl0sIm5hbWVzIjpbXSwibWFwcGluZ3MiOiJBQUFBLGdCQUFnQjtBQzJDaEIsV0FBQTtBQUVBLFVBQUE7QUFFRTtFQUNFLG9CQUFvQjtFQUNwQixvQ0FWb0M7RUFXcEMsaU9BR2lEO0VBQ2pELG1CQUFtQjtFQUNuQixrQkFBa0IsRUFBQTs7QUFJdEIsV0FBQTtBQUVBOztFQUVFLGtCQUFrQjtFQUNsQixjQUFjO0VBQ2QsWUFBWTtFQUNaLFdBQVc7RUFDWCxnQkFBZ0I7RUFDaEIsY0FBYztFQUNkLGVBQWU7RUFDZix1QkFBdUI7RUFDdkIsa0JBQWtCO0VBQ2xCLFFBQVE7RUFDUixtQ0FBMkI7VUFBM0IsMkJBQTJCO0VBQzNCLFVBQVU7RUFDVixZQUFZO0VBQ1osYUFBYSxFQUFBO0VBZmY7OztJQW1CSSxhQUFhO0lBQ2IsdUJBQXVCO0lBQ3ZCLGtCQUFrQixFQUFBO0lBckJ0Qjs7O01Bd0JNLFVBakVvQixFQUFBO0VBeUMxQjs7SUE2QkksYUFyRTJCLEVBQUE7RUF3Qy9COztJQWlDSSxvQkFwRnVCO0lBcUZ2QixlQUFlO0lBQ2YsY0FBYztJQUNkLFlBckZxQjtJQXNGckIsYUEvRXdCO0lBZ0Z4QixtQ0FBbUM7SUFDbkMsa0NBQWtDLEVBQUE7O0FBSXRDO0VBQ0UsV0FBVyxFQUFBO0VBRGI7SUFJSSxZQTdGbUIsRUFBTzs7QUFpRzlCO0VBQ0UsWUFBWSxFQUFBO0VBRGQ7SUFJSSxZQXBHbUIsRUFBTzs7QUF3RzlCLFNBQUE7QUFFQTtFQUNFLG1CQUFtQixFQUFBOztBQUdyQjtFQUNFLGtCQUFrQjtFQUNsQixTQUFTO0VBQ1QsbUNBQTJCO1VBQTNCLDJCQUEyQjtFQUMzQixnQkFBZ0I7RUFDaEIsa0JBQWtCO0VBQ2xCLFVBQVU7RUFDVixTQUFTLEVBQUE7RUFQWDtJQVVJLGtCQUFrQjtJQUNsQixxQkFBcUI7SUFDckIsWUFBWTtJQUNaLFdBQVc7SUFDWCxhQUFhO0lBQ2IsVUFBVTtJQUNWLGVBQWUsRUFBQTtJQWhCbkI7TUFtQk0sU0FBUztNQUNULHVCQUF1QjtNQUN2QixjQUFjO01BQ2QsWUFBWTtNQUNaLFdBQVc7TUFDWCxhQUFhO01BQ2IsZ0JBQWdCO01BQ2hCLGNBQWM7TUFDZCxrQkFBa0I7TUFDbEIsWUFBWTtNQUNaLGVBQWUsRUFBQTtNQTdCckI7UUFpQ1EsYUFBYSxFQUFBO1FBakNyQjtVQW9DVSxVQTlJZ0IsRUFBQTtNQTBHMUI7UUF5Q1Esa0JBQWtCO1FBQ2xCLE1BQU07UUFDTixPQUFPO1FBQ1AsWUF6SmM7UUEwSmQsV0FBVztRQUNYLFlBQVk7UUFDWixvQkFuS21CO1FBb0tuQixjQTVKWTtRQTZKWixpQkFBaUI7UUFDakIsa0JBQWtCO1FBQ2xCLFlBcEtlO1FBcUtmLGFBN0p1QjtRQThKdkIsbUNBQW1DO1FBQ25DLGtDQUFrQyxFQUFBO0lBdEQxQztNQTJETSxZQTVLaUI7TUE2S2pCLGFBdktzQixFQUFBIiwiZmlsZSI6InZlbmRvcnMvc2xpY2svc2xpY2stdGhlbWUuY3NzIiwic291cmNlc0NvbnRlbnQiOlsiQGNoYXJzZXQgXCJVVEYtOFwiO1xuLyogU2xpZGVyICovXG4vKiBJY29ucyAqL1xuQGZvbnQtZmFjZSB7XG4gIGZvbnQtZmFtaWx5OiBcInNsaWNrXCI7XG4gIHNyYzogdXJsKFwiLi4vLi4vLi4vZm9udHMvc2xpY2suZW90XCIpO1xuICBzcmM6IHVybChcIi4uLy4uLy4uL2ZvbnRzL3NsaWNrLmVvdD8jaWVmaXhcIikgZm9ybWF0KFwiZW1iZWRkZWQtb3BlbnR5cGVcIiksIHVybChcIi4uLy4uLy4uL2ZvbnRzL3NsaWNrLndvZmZcIikgZm9ybWF0KFwid29mZlwiKSwgdXJsKFwiLi4vLi4vLi4vZm9udHMvc2xpY2sudHRmXCIpIGZvcm1hdChcInRydWV0eXBlXCIpLCB1cmwoXCIuLi8uLi8uLi9mb250cy9zbGljay5zdmcjc2xpY2tcIikgZm9ybWF0KFwic3ZnXCIpO1xuICBmb250LXdlaWdodDogbm9ybWFsO1xuICBmb250LXN0eWxlOiBub3JtYWw7IH1cblxuLyogQXJyb3dzICovXG4uc2xpY2stcHJldixcbi5zbGljay1uZXh0IHtcbiAgcG9zaXRpb246IGFic29sdXRlO1xuICBkaXNwbGF5OiBibG9jaztcbiAgaGVpZ2h0OiAyMHB4O1xuICB3aWR0aDogMjBweDtcbiAgbGluZS1oZWlnaHQ6IDBweDtcbiAgZm9udC1zaXplOiAwcHg7XG4gIGN1cnNvcjogcG9pbnRlcjtcbiAgYmFja2dyb3VuZDogdHJhbnNwYXJlbnQ7XG4gIGNvbG9yOiB0cmFuc3BhcmVudDtcbiAgdG9wOiA1MCU7XG4gIHRyYW5zZm9ybTogdHJhbnNsYXRlWSgtNTAlKTtcbiAgcGFkZGluZzogMDtcbiAgYm9yZGVyOiBub25lO1xuICBvdXRsaW5lOiBub25lOyB9XG4gIC5zbGljay1wcmV2OmhvdmVyLCAuc2xpY2stcHJldjpmb2N1cyxcbiAgLnNsaWNrLW5leHQ6aG92ZXIsXG4gIC5zbGljay1uZXh0OmZvY3VzIHtcbiAgICBvdXRsaW5lOiBub25lO1xuICAgIGJhY2tncm91bmQ6IHRyYW5zcGFyZW50O1xuICAgIGNvbG9yOiB0cmFuc3BhcmVudDsgfVxuICAgIC5zbGljay1wcmV2OmhvdmVyOmJlZm9yZSwgLnNsaWNrLXByZXY6Zm9jdXM6YmVmb3JlLFxuICAgIC5zbGljay1uZXh0OmhvdmVyOmJlZm9yZSxcbiAgICAuc2xpY2stbmV4dDpmb2N1czpiZWZvcmUge1xuICAgICAgb3BhY2l0eTogMTsgfVxuICAuc2xpY2stcHJldi5zbGljay1kaXNhYmxlZDpiZWZvcmUsXG4gIC5zbGljay1uZXh0LnNsaWNrLWRpc2FibGVkOmJlZm9yZSB7XG4gICAgb3BhY2l0eTogMC4yNTsgfVxuICAuc2xpY2stcHJldjpiZWZvcmUsXG4gIC5zbGljay1uZXh0OmJlZm9yZSB7XG4gICAgZm9udC1mYW1pbHk6IFwic2xpY2tcIjtcbiAgICBmb250LXNpemU6IDIwcHg7XG4gICAgbGluZS1oZWlnaHQ6IDE7XG4gICAgY29sb3I6IHdoaXRlO1xuICAgIG9wYWNpdHk6IDAuNzU7XG4gICAgLXdlYmtpdC1mb250LXNtb290aGluZzogYW50aWFsaWFzZWQ7XG4gICAgLW1vei1vc3gtZm9udC1zbW9vdGhpbmc6IGdyYXlzY2FsZTsgfVxuXG4uc2xpY2stcHJldiB7XG4gIGxlZnQ6IC0yNXB4OyB9XG4gIC5zbGljay1wcmV2OmJlZm9yZSB7XG4gICAgY29udGVudDogXCLihpBcIjsgfVxuXG4uc2xpY2stbmV4dCB7XG4gIHJpZ2h0OiAtMjVweDsgfVxuICAuc2xpY2stbmV4dDpiZWZvcmUge1xuICAgIGNvbnRlbnQ6IFwi4oaSXCI7IH1cblxuLyogRG90cyAqL1xuLnNsaWNrLWRvdHRlZC5zbGljay1zbGlkZXIge1xuICBtYXJnaW4tYm90dG9tOiAzMHB4OyB9XG5cbi5zbGljay1kb3RzIHtcbiAgcG9zaXRpb246IGFic29sdXRlO1xuICBsZWZ0OiA1MCU7XG4gIHRyYW5zZm9ybTogdHJhbnNsYXRlWCgtNTAlKTtcbiAgbGlzdC1zdHlsZTogbm9uZTtcbiAgdGV4dC1hbGlnbjogY2VudGVyO1xuICBwYWRkaW5nOiAwO1xuICBtYXJnaW46IDA7IH1cbiAgLnNsaWNrLWRvdHMgbGkge1xuICAgIHBvc2l0aW9uOiByZWxhdGl2ZTtcbiAgICBkaXNwbGF5OiBpbmxpbmUtYmxvY2s7XG4gICAgaGVpZ2h0OiAyMHB4O1xuICAgIHdpZHRoOiAyMHB4O1xuICAgIG1hcmdpbjogMCA1cHg7XG4gICAgcGFkZGluZzogMDtcbiAgICBjdXJzb3I6IHBvaW50ZXI7IH1cbiAgICAuc2xpY2stZG90cyBsaSBidXR0b24ge1xuICAgICAgYm9yZGVyOiAwO1xuICAgICAgYmFja2dyb3VuZDogdHJhbnNwYXJlbnQ7XG4gICAgICBkaXNwbGF5OiBibG9jaztcbiAgICAgIGhlaWdodDogMjBweDtcbiAgICAgIHdpZHRoOiAyMHB4O1xuICAgICAgb3V0bGluZTogbm9uZTtcbiAgICAgIGxpbmUtaGVpZ2h0OiAwcHg7XG4gICAgICBmb250LXNpemU6IDBweDtcbiAgICAgIGNvbG9yOiB0cmFuc3BhcmVudDtcbiAgICAgIHBhZGRpbmc6IDVweDtcbiAgICAgIGN1cnNvcjogcG9pbnRlcjsgfVxuICAgICAgLnNsaWNrLWRvdHMgbGkgYnV0dG9uOmhvdmVyLCAuc2xpY2stZG90cyBsaSBidXR0b246Zm9jdXMge1xuICAgICAgICBvdXRsaW5lOiBub25lOyB9XG4gICAgICAgIC5zbGljay1kb3RzIGxpIGJ1dHRvbjpob3ZlcjpiZWZvcmUsIC5zbGljay1kb3RzIGxpIGJ1dHRvbjpmb2N1czpiZWZvcmUge1xuICAgICAgICAgIG9wYWNpdHk6IDE7IH1cbiAgICAgIC5zbGljay1kb3RzIGxpIGJ1dHRvbjpiZWZvcmUge1xuICAgICAgICBwb3NpdGlvbjogYWJzb2x1dGU7XG4gICAgICAgIHRvcDogMDtcbiAgICAgICAgbGVmdDogMDtcbiAgICAgICAgY29udGVudDogXCLigKJcIjtcbiAgICAgICAgd2lkdGg6IDIwcHg7XG4gICAgICAgIGhlaWdodDogMjBweDtcbiAgICAgICAgZm9udC1mYW1pbHk6IFwic2xpY2tcIjtcbiAgICAgICAgZm9udC1zaXplOiA2cHg7XG4gICAgICAgIGxpbmUtaGVpZ2h0OiAyMHB4O1xuICAgICAgICB0ZXh0LWFsaWduOiBjZW50ZXI7XG4gICAgICAgIGNvbG9yOiBibGFjaztcbiAgICAgICAgb3BhY2l0eTogMC4yNTtcbiAgICAgICAgLXdlYmtpdC1mb250LXNtb290aGluZzogYW50aWFsaWFzZWQ7XG4gICAgICAgIC1tb3otb3N4LWZvbnQtc21vb3RoaW5nOiBncmF5c2NhbGU7IH1cbiAgICAuc2xpY2stZG90cyBsaS5zbGljay1hY3RpdmUgYnV0dG9uOmJlZm9yZSB7XG4gICAgICBjb2xvcjogYmxhY2s7XG4gICAgICBvcGFjaXR5OiAwLjc1OyB9XG4iLCJAY2hhcnNldCBcIlVURi04XCI7XG5cbi8vIERlZmF1bHQgVmFyaWFibGVzXG5cbi8vIFNsaWNrIGljb24gZW50aXR5IGNvZGVzIG91dHB1dHMgdGhlIGZvbGxvd2luZ1xuLy8gXCJcXDIxOTBcIiBvdXRwdXRzIGFzY2lpIGNoYXJhY3RlciBcIuKGkFwiXG4vLyBcIlxcMjE5MlwiIG91dHB1dHMgYXNjaWkgY2hhcmFjdGVyIFwi4oaSXCJcbi8vIFwiXFwyMDIyXCIgb3V0cHV0cyBhc2NpaSBjaGFyYWN0ZXIgXCLigKJcIlxuXG4kc2xpY2stZm9udC1wYXRoOiBcIi4uLy4uLy4uL2ZvbnRzL1wiICFkZWZhdWx0O1xuJHNsaWNrLWZvbnQtZmFtaWx5OiBcInNsaWNrXCIgIWRlZmF1bHQ7XG4kc2xpY2stbG9hZGVyLXBhdGg6IFwiLi4vXCIgIWRlZmF1bHQ7XG4kc2xpY2stYXJyb3ctY29sb3I6IHdoaXRlICFkZWZhdWx0O1xuJHNsaWNrLWRvdC1jb2xvcjogYmxhY2sgIWRlZmF1bHQ7XG4kc2xpY2stZG90LWNvbG9yLWFjdGl2ZTogJHNsaWNrLWRvdC1jb2xvciAhZGVmYXVsdDtcbiRzbGljay1wcmV2LWNoYXJhY3RlcjogXCJcXDIxOTBcIiAhZGVmYXVsdDtcbiRzbGljay1uZXh0LWNoYXJhY3RlcjogXCJcXDIxOTJcIiAhZGVmYXVsdDtcbiRzbGljay1kb3QtY2hhcmFjdGVyOiBcIlxcMjAyMlwiICFkZWZhdWx0O1xuJHNsaWNrLWRvdC1zaXplOiA2cHggIWRlZmF1bHQ7XG4kc2xpY2stb3BhY2l0eS1kZWZhdWx0OiAwLjc1ICFkZWZhdWx0O1xuJHNsaWNrLW9wYWNpdHktb24taG92ZXI6IDEgIWRlZmF1bHQ7XG4kc2xpY2stb3BhY2l0eS1ub3QtYWN0aXZlOiAwLjI1ICFkZWZhdWx0O1xuXG5AZnVuY3Rpb24gc2xpY2staW1hZ2UtdXJsKCR1cmwpIHtcbiAgQGlmIGZ1bmN0aW9uLWV4aXN0cyhpbWFnZS11cmwpIHtcbiAgICBAcmV0dXJuIGltYWdlLXVybCgkdXJsKTtcbiAgfVxuXG4gIEBlbHNlIHtcbiAgICBAcmV0dXJuIHVybCgkc2xpY2stbG9hZGVyLXBhdGggKyAkdXJsKTtcbiAgfVxufVxuXG5AZnVuY3Rpb24gc2xpY2stZm9udC11cmwoJHVybCkge1xuICBAaWYgZnVuY3Rpb24tZXhpc3RzKGZvbnQtdXJsKSB7XG4gICAgQHJldHVybiBmb250LXVybCgkdXJsKTtcbiAgfVxuXG4gIEBlbHNlIHtcbiAgICBAcmV0dXJuIHVybCgkc2xpY2stZm9udC1wYXRoICsgJHVybCk7XG4gIH1cbn1cblxuLyogU2xpZGVyICovXG5cbi8qIEljb25zICovXG5AaWYgJHNsaWNrLWZvbnQtZmFtaWx5PT1cInNsaWNrXCIge1xuICBAZm9udC1mYWNlIHtcbiAgICBmb250LWZhbWlseTogXCJzbGlja1wiO1xuICAgIHNyYzogc2xpY2stZm9udC11cmwoXCJzbGljay5lb3RcIik7XG4gICAgc3JjOiBzbGljay1mb250LXVybChcInNsaWNrLmVvdD8jaWVmaXhcIikgZm9ybWF0KFwiZW1iZWRkZWQtb3BlbnR5cGVcIiksXG4gICAgICBzbGljay1mb250LXVybChcInNsaWNrLndvZmZcIikgZm9ybWF0KFwid29mZlwiKSxcbiAgICAgIHNsaWNrLWZvbnQtdXJsKFwic2xpY2sudHRmXCIpIGZvcm1hdChcInRydWV0eXBlXCIpLFxuICAgICAgc2xpY2stZm9udC11cmwoXCJzbGljay5zdmcjc2xpY2tcIikgZm9ybWF0KFwic3ZnXCIpO1xuICAgIGZvbnQtd2VpZ2h0OiBub3JtYWw7XG4gICAgZm9udC1zdHlsZTogbm9ybWFsO1xuICB9XG59XG5cbi8qIEFycm93cyAqL1xuXG4uc2xpY2stcHJldixcbi5zbGljay1uZXh0IHtcbiAgcG9zaXRpb246IGFic29sdXRlO1xuICBkaXNwbGF5OiBibG9jaztcbiAgaGVpZ2h0OiAyMHB4O1xuICB3aWR0aDogMjBweDtcbiAgbGluZS1oZWlnaHQ6IDBweDtcbiAgZm9udC1zaXplOiAwcHg7XG4gIGN1cnNvcjogcG9pbnRlcjtcbiAgYmFja2dyb3VuZDogdHJhbnNwYXJlbnQ7XG4gIGNvbG9yOiB0cmFuc3BhcmVudDtcbiAgdG9wOiA1MCU7XG4gIHRyYW5zZm9ybTogdHJhbnNsYXRlWSgtNTAlKTtcbiAgcGFkZGluZzogMDtcbiAgYm9yZGVyOiBub25lO1xuICBvdXRsaW5lOiBub25lO1xuXG4gICY6aG92ZXIsXG4gICY6Zm9jdXMge1xuICAgIG91dGxpbmU6IG5vbmU7XG4gICAgYmFja2dyb3VuZDogdHJhbnNwYXJlbnQ7XG4gICAgY29sb3I6IHRyYW5zcGFyZW50O1xuXG4gICAgJjpiZWZvcmUge1xuICAgICAgb3BhY2l0eTogJHNsaWNrLW9wYWNpdHktb24taG92ZXI7XG4gICAgfVxuICB9XG5cbiAgJi5zbGljay1kaXNhYmxlZDpiZWZvcmUge1xuICAgIG9wYWNpdHk6ICRzbGljay1vcGFjaXR5LW5vdC1hY3RpdmU7XG4gIH1cblxuICAmOmJlZm9yZSB7XG4gICAgZm9udC1mYW1pbHk6ICRzbGljay1mb250LWZhbWlseTtcbiAgICBmb250LXNpemU6IDIwcHg7XG4gICAgbGluZS1oZWlnaHQ6IDE7XG4gICAgY29sb3I6ICRzbGljay1hcnJvdy1jb2xvcjtcbiAgICBvcGFjaXR5OiAkc2xpY2stb3BhY2l0eS1kZWZhdWx0O1xuICAgIC13ZWJraXQtZm9udC1zbW9vdGhpbmc6IGFudGlhbGlhc2VkO1xuICAgIC1tb3otb3N4LWZvbnQtc21vb3RoaW5nOiBncmF5c2NhbGU7XG4gIH1cbn1cblxuLnNsaWNrLXByZXYge1xuICBsZWZ0OiAtMjVweDtcblxuICAmOmJlZm9yZSB7XG4gICAgY29udGVudDogJHNsaWNrLXByZXYtY2hhcmFjdGVyO1xuICB9XG59XG5cbi5zbGljay1uZXh0IHtcbiAgcmlnaHQ6IC0yNXB4O1xuXG4gICY6YmVmb3JlIHtcbiAgICBjb250ZW50OiAkc2xpY2stbmV4dC1jaGFyYWN0ZXI7XG4gIH1cbn1cblxuLyogRG90cyAqL1xuXG4uc2xpY2stZG90dGVkLnNsaWNrLXNsaWRlciB7XG4gIG1hcmdpbi1ib3R0b206IDMwcHg7XG59XG5cbi5zbGljay1kb3RzIHtcbiAgcG9zaXRpb246IGFic29sdXRlO1xuICBsZWZ0OiA1MCU7XG4gIHRyYW5zZm9ybTogdHJhbnNsYXRlWCgtNTAlKTtcbiAgbGlzdC1zdHlsZTogbm9uZTtcbiAgdGV4dC1hbGlnbjogY2VudGVyO1xuICBwYWRkaW5nOiAwO1xuICBtYXJnaW46IDA7XG5cbiAgbGkge1xuICAgIHBvc2l0aW9uOiByZWxhdGl2ZTtcbiAgICBkaXNwbGF5OiBpbmxpbmUtYmxvY2s7XG4gICAgaGVpZ2h0OiAyMHB4O1xuICAgIHdpZHRoOiAyMHB4O1xuICAgIG1hcmdpbjogMCA1cHg7XG4gICAgcGFkZGluZzogMDtcbiAgICBjdXJzb3I6IHBvaW50ZXI7XG5cbiAgICBidXR0b24ge1xuICAgICAgYm9yZGVyOiAwO1xuICAgICAgYmFja2dyb3VuZDogdHJhbnNwYXJlbnQ7XG4gICAgICBkaXNwbGF5OiBibG9jaztcbiAgICAgIGhlaWdodDogMjBweDtcbiAgICAgIHdpZHRoOiAyMHB4O1xuICAgICAgb3V0bGluZTogbm9uZTtcbiAgICAgIGxpbmUtaGVpZ2h0OiAwcHg7XG4gICAgICBmb250LXNpemU6IDBweDtcbiAgICAgIGNvbG9yOiB0cmFuc3BhcmVudDtcbiAgICAgIHBhZGRpbmc6IDVweDtcbiAgICAgIGN1cnNvcjogcG9pbnRlcjtcblxuICAgICAgJjpob3ZlcixcbiAgICAgICY6Zm9jdXMge1xuICAgICAgICBvdXRsaW5lOiBub25lO1xuXG4gICAgICAgICY6YmVmb3JlIHtcbiAgICAgICAgICBvcGFjaXR5OiAkc2xpY2stb3BhY2l0eS1vbi1ob3ZlcjtcbiAgICAgICAgfVxuICAgICAgfVxuXG4gICAgICAmOmJlZm9yZSB7XG4gICAgICAgIHBvc2l0aW9uOiBhYnNvbHV0ZTtcbiAgICAgICAgdG9wOiAwO1xuICAgICAgICBsZWZ0OiAwO1xuICAgICAgICBjb250ZW50OiAkc2xpY2stZG90LWNoYXJhY3RlcjtcbiAgICAgICAgd2lkdGg6IDIwcHg7XG4gICAgICAgIGhlaWdodDogMjBweDtcbiAgICAgICAgZm9udC1mYW1pbHk6ICRzbGljay1mb250LWZhbWlseTtcbiAgICAgICAgZm9udC1zaXplOiAkc2xpY2stZG90LXNpemU7XG4gICAgICAgIGxpbmUtaGVpZ2h0OiAyMHB4O1xuICAgICAgICB0ZXh0LWFsaWduOiBjZW50ZXI7XG4gICAgICAgIGNvbG9yOiAkc2xpY2stZG90LWNvbG9yO1xuICAgICAgICBvcGFjaXR5OiAkc2xpY2stb3BhY2l0eS1ub3QtYWN0aXZlO1xuICAgICAgICAtd2Via2l0LWZvbnQtc21vb3RoaW5nOiBhbnRpYWxpYXNlZDtcbiAgICAgICAgLW1vei1vc3gtZm9udC1zbW9vdGhpbmc6IGdyYXlzY2FsZTtcbiAgICAgIH1cbiAgICB9XG5cbiAgICAmLnNsaWNrLWFjdGl2ZSBidXR0b246YmVmb3JlIHtcbiAgICAgIGNvbG9yOiAkc2xpY2stZG90LWNvbG9yLWFjdGl2ZTtcbiAgICAgIG9wYWNpdHk6ICRzbGljay1vcGFjaXR5LWRlZmF1bHQ7XG4gICAgfVxuICB9XG59Il19 */ 119 | /*# sourceMappingURL=slick-theme.css.map */ 120 | -------------------------------------------------------------------------------- /assets/css/vendors/slick/slick.css: -------------------------------------------------------------------------------- 1 | /* Slider test*/ 2 | .slick-slider { 3 | position: relative; 4 | display: block; 5 | -webkit-box-sizing: border-box; 6 | box-sizing: border-box; 7 | -webkit-touch-callout: none; 8 | -webkit-user-select: none; 9 | -moz-user-select: none; 10 | -ms-user-select: none; 11 | user-select: none; 12 | -ms-touch-action: pan-y; 13 | touch-action: pan-y; 14 | -webkit-tap-highlight-color: transparent; } 15 | 16 | .slick-list { 17 | position: relative; 18 | overflow: hidden; 19 | display: block; 20 | margin: 0; 21 | padding: 0; } 22 | .slick-list:focus { 23 | outline: none; } 24 | .slick-list.dragging { 25 | cursor: pointer; 26 | cursor: hand; } 27 | 28 | .slick-slider .slick-track, 29 | .slick-slider .slick-list { 30 | -webkit-transform: translate3d(0, 0, 0); 31 | transform: translate3d(0, 0, 0); } 32 | 33 | .slick-track { 34 | position: relative; 35 | left: 0; 36 | top: 0; 37 | display: block; 38 | margin-left: auto; 39 | margin-right: auto; } 40 | .slick-track:before, .slick-track:after { 41 | content: ""; 42 | display: table; } 43 | .slick-track:after { 44 | clear: both; } 45 | .slick-loading .slick-track { 46 | visibility: hidden; } 47 | 48 | .slick-slide { 49 | float: left; 50 | height: 100%; 51 | min-height: 1px; 52 | display: none; } 53 | [dir="rtl"] .slick-slide { 54 | float: right; } 55 | .slick-slide img { 56 | display: block; } 57 | .slick-slide.slick-loading img { 58 | display: none; } 59 | .slick-slide.dragging img { 60 | pointer-events: none; } 61 | .slick-initialized .slick-slide { 62 | display: block; } 63 | .slick-loading .slick-slide { 64 | visibility: hidden; } 65 | .slick-vertical .slick-slide { 66 | display: block; 67 | height: auto; 68 | border: 1px solid transparent; } 69 | 70 | .slick-arrow.slick-hidden { 71 | display: none; } 72 | 73 | /*# sourceMappingURL=data:application/json;charset=utf8;base64,eyJ2ZXJzaW9uIjozLCJzb3VyY2VzIjpbInZlbmRvcnMvc2xpY2svc2xpY2suc2NzcyIsInZlbmRvcnMvc2xpY2svc2xpY2suY3NzIl0sIm5hbWVzIjpbXSwibWFwcGluZ3MiOiJBQUFBLGVBQUE7QUFFQTtFQUNFLGtCQUFrQjtFQUNsQixjQUFjO0VBQ2QsOEJBQXNCO1VBQXRCLHNCQUFzQjtFQUN0QiwyQkFBMkI7RUFDM0IseUJBQXlCO0VBRXpCLHNCQUFzQjtFQUN0QixxQkFBcUI7RUFDckIsaUJBQWlCO0VBQ2pCLHVCQUF1QjtFQUN2QixtQkFBbUI7RUFDbkIsd0NBQXdDLEVBQUE7O0FBRzFDO0VBQ0Usa0JBQWtCO0VBQ2xCLGdCQUFnQjtFQUNoQixjQUFjO0VBQ2QsU0FBUztFQUNULFVBQVUsRUFBQTtFQUxaO0lBUUksYUFBYSxFQUFBO0VBUmpCO0lBWUksZUFBZTtJQUNmLFlBQVksRUFBQTs7QUFJaEI7O0VBRUUsdUNBQXVDO0VBSXZDLCtCQUErQixFQUFBOztBQUdqQztFQUNFLGtCQUFrQjtFQUNsQixPQUFPO0VBQ1AsTUFBTTtFQUNOLGNBQWM7RUFDZCxpQkFBaUI7RUFDakIsa0JBQWtCLEVBQUE7RUFOcEI7SUFVSSxXQUFXO0lBQ1gsY0FBYyxFQUFBO0VBWGxCO0lBZUksV0FBVyxFQUFBO0VBR2I7SUFDRSxrQkFBa0IsRUFBQTs7QUFJdEI7RUFDRSxXQUFXO0VBQ1gsWUFBWTtFQUNaLGVBQWU7RUFjZixhQUFhLEVBQUE7RUM1QmI7SURpQkUsWUFBWSxFQUFBO0VBTmhCO0lBVUksY0FBYyxFQUFBO0VBVmxCO0lBY0ksYUFBYSxFQUFBO0VBZGpCO0lBb0JJLG9CQUFvQixFQUFBO0VBR3RCO0lBQ0UsY0FBYyxFQUFBO0VBR2hCO0lBQ0Usa0JBQWtCLEVBQUE7RUFHcEI7SUFDRSxjQUFjO0lBQ2QsWUFBWTtJQUNaLDZCQUE2QixFQUFBOztBQUlqQztFQUNFLGFBQWEsRUFBQSIsImZpbGUiOiJ2ZW5kb3JzL3NsaWNrL3NsaWNrLmNzcyIsInNvdXJjZXNDb250ZW50IjpbIi8qIFNsaWRlciB0ZXN0Ki9cblxuLnNsaWNrLXNsaWRlciB7XG4gIHBvc2l0aW9uOiByZWxhdGl2ZTtcbiAgZGlzcGxheTogYmxvY2s7XG4gIGJveC1zaXppbmc6IGJvcmRlci1ib3g7XG4gIC13ZWJraXQtdG91Y2gtY2FsbG91dDogbm9uZTtcbiAgLXdlYmtpdC11c2VyLXNlbGVjdDogbm9uZTtcbiAgLWtodG1sLXVzZXItc2VsZWN0OiBub25lO1xuICAtbW96LXVzZXItc2VsZWN0OiBub25lO1xuICAtbXMtdXNlci1zZWxlY3Q6IG5vbmU7XG4gIHVzZXItc2VsZWN0OiBub25lO1xuICAtbXMtdG91Y2gtYWN0aW9uOiBwYW4teTtcbiAgdG91Y2gtYWN0aW9uOiBwYW4teTtcbiAgLXdlYmtpdC10YXAtaGlnaGxpZ2h0LWNvbG9yOiB0cmFuc3BhcmVudDtcbn1cblxuLnNsaWNrLWxpc3Qge1xuICBwb3NpdGlvbjogcmVsYXRpdmU7XG4gIG92ZXJmbG93OiBoaWRkZW47XG4gIGRpc3BsYXk6IGJsb2NrO1xuICBtYXJnaW46IDA7XG4gIHBhZGRpbmc6IDA7XG5cbiAgJjpmb2N1cyB7XG4gICAgb3V0bGluZTogbm9uZTtcbiAgfVxuXG4gICYuZHJhZ2dpbmcge1xuICAgIGN1cnNvcjogcG9pbnRlcjtcbiAgICBjdXJzb3I6IGhhbmQ7XG4gIH1cbn1cblxuLnNsaWNrLXNsaWRlciAuc2xpY2stdHJhY2ssXG4uc2xpY2stc2xpZGVyIC5zbGljay1saXN0IHtcbiAgLXdlYmtpdC10cmFuc2Zvcm06IHRyYW5zbGF0ZTNkKDAsIDAsIDApO1xuICAtbW96LXRyYW5zZm9ybTogdHJhbnNsYXRlM2QoMCwgMCwgMCk7XG4gIC1tcy10cmFuc2Zvcm06IHRyYW5zbGF0ZTNkKDAsIDAsIDApO1xuICAtby10cmFuc2Zvcm06IHRyYW5zbGF0ZTNkKDAsIDAsIDApO1xuICB0cmFuc2Zvcm06IHRyYW5zbGF0ZTNkKDAsIDAsIDApO1xufVxuXG4uc2xpY2stdHJhY2sge1xuICBwb3NpdGlvbjogcmVsYXRpdmU7XG4gIGxlZnQ6IDA7XG4gIHRvcDogMDtcbiAgZGlzcGxheTogYmxvY2s7XG4gIG1hcmdpbi1sZWZ0OiBhdXRvO1xuICBtYXJnaW4tcmlnaHQ6IGF1dG87XG5cbiAgJjpiZWZvcmUsXG4gICY6YWZ0ZXIge1xuICAgIGNvbnRlbnQ6IFwiXCI7XG4gICAgZGlzcGxheTogdGFibGU7XG4gIH1cblxuICAmOmFmdGVyIHtcbiAgICBjbGVhcjogYm90aDtcbiAgfVxuXG4gIC5zbGljay1sb2FkaW5nICYge1xuICAgIHZpc2liaWxpdHk6IGhpZGRlbjtcbiAgfVxufVxuXG4uc2xpY2stc2xpZGUge1xuICBmbG9hdDogbGVmdDtcbiAgaGVpZ2h0OiAxMDAlO1xuICBtaW4taGVpZ2h0OiAxcHg7XG5cbiAgW2Rpcj1cInJ0bFwiXSAmIHtcbiAgICBmbG9hdDogcmlnaHQ7XG4gIH1cblxuICBpbWcge1xuICAgIGRpc3BsYXk6IGJsb2NrO1xuICB9XG5cbiAgJi5zbGljay1sb2FkaW5nIGltZyB7XG4gICAgZGlzcGxheTogbm9uZTtcbiAgfVxuXG4gIGRpc3BsYXk6IG5vbmU7XG5cbiAgJi5kcmFnZ2luZyBpbWcge1xuICAgIHBvaW50ZXItZXZlbnRzOiBub25lO1xuICB9XG5cbiAgLnNsaWNrLWluaXRpYWxpemVkICYge1xuICAgIGRpc3BsYXk6IGJsb2NrO1xuICB9XG5cbiAgLnNsaWNrLWxvYWRpbmcgJiB7XG4gICAgdmlzaWJpbGl0eTogaGlkZGVuO1xuICB9XG5cbiAgLnNsaWNrLXZlcnRpY2FsICYge1xuICAgIGRpc3BsYXk6IGJsb2NrO1xuICAgIGhlaWdodDogYXV0bztcbiAgICBib3JkZXI6IDFweCBzb2xpZCB0cmFuc3BhcmVudDtcbiAgfVxufVxuXG4uc2xpY2stYXJyb3cuc2xpY2staGlkZGVuIHtcbiAgZGlzcGxheTogbm9uZTtcbn0iLCIvKiBTbGlkZXIgdGVzdCovXG4uc2xpY2stc2xpZGVyIHtcbiAgcG9zaXRpb246IHJlbGF0aXZlO1xuICBkaXNwbGF5OiBibG9jaztcbiAgYm94LXNpemluZzogYm9yZGVyLWJveDtcbiAgLXdlYmtpdC10b3VjaC1jYWxsb3V0OiBub25lO1xuICAtd2Via2l0LXVzZXItc2VsZWN0OiBub25lO1xuICAta2h0bWwtdXNlci1zZWxlY3Q6IG5vbmU7XG4gIC1tb3otdXNlci1zZWxlY3Q6IG5vbmU7XG4gIC1tcy11c2VyLXNlbGVjdDogbm9uZTtcbiAgdXNlci1zZWxlY3Q6IG5vbmU7XG4gIC1tcy10b3VjaC1hY3Rpb246IHBhbi15O1xuICB0b3VjaC1hY3Rpb246IHBhbi15O1xuICAtd2Via2l0LXRhcC1oaWdobGlnaHQtY29sb3I6IHRyYW5zcGFyZW50OyB9XG5cbi5zbGljay1saXN0IHtcbiAgcG9zaXRpb246IHJlbGF0aXZlO1xuICBvdmVyZmxvdzogaGlkZGVuO1xuICBkaXNwbGF5OiBibG9jaztcbiAgbWFyZ2luOiAwO1xuICBwYWRkaW5nOiAwOyB9XG4gIC5zbGljay1saXN0OmZvY3VzIHtcbiAgICBvdXRsaW5lOiBub25lOyB9XG4gIC5zbGljay1saXN0LmRyYWdnaW5nIHtcbiAgICBjdXJzb3I6IHBvaW50ZXI7XG4gICAgY3Vyc29yOiBoYW5kOyB9XG5cbi5zbGljay1zbGlkZXIgLnNsaWNrLXRyYWNrLFxuLnNsaWNrLXNsaWRlciAuc2xpY2stbGlzdCB7XG4gIC13ZWJraXQtdHJhbnNmb3JtOiB0cmFuc2xhdGUzZCgwLCAwLCAwKTtcbiAgLW1vei10cmFuc2Zvcm06IHRyYW5zbGF0ZTNkKDAsIDAsIDApO1xuICAtbXMtdHJhbnNmb3JtOiB0cmFuc2xhdGUzZCgwLCAwLCAwKTtcbiAgLW8tdHJhbnNmb3JtOiB0cmFuc2xhdGUzZCgwLCAwLCAwKTtcbiAgdHJhbnNmb3JtOiB0cmFuc2xhdGUzZCgwLCAwLCAwKTsgfVxuXG4uc2xpY2stdHJhY2sge1xuICBwb3NpdGlvbjogcmVsYXRpdmU7XG4gIGxlZnQ6IDA7XG4gIHRvcDogMDtcbiAgZGlzcGxheTogYmxvY2s7XG4gIG1hcmdpbi1sZWZ0OiBhdXRvO1xuICBtYXJnaW4tcmlnaHQ6IGF1dG87IH1cbiAgLnNsaWNrLXRyYWNrOmJlZm9yZSwgLnNsaWNrLXRyYWNrOmFmdGVyIHtcbiAgICBjb250ZW50OiBcIlwiO1xuICAgIGRpc3BsYXk6IHRhYmxlOyB9XG4gIC5zbGljay10cmFjazphZnRlciB7XG4gICAgY2xlYXI6IGJvdGg7IH1cbiAgLnNsaWNrLWxvYWRpbmcgLnNsaWNrLXRyYWNrIHtcbiAgICB2aXNpYmlsaXR5OiBoaWRkZW47IH1cblxuLnNsaWNrLXNsaWRlIHtcbiAgZmxvYXQ6IGxlZnQ7XG4gIGhlaWdodDogMTAwJTtcbiAgbWluLWhlaWdodDogMXB4O1xuICBkaXNwbGF5OiBub25lOyB9XG4gIFtkaXI9XCJydGxcIl0gLnNsaWNrLXNsaWRlIHtcbiAgICBmbG9hdDogcmlnaHQ7IH1cbiAgLnNsaWNrLXNsaWRlIGltZyB7XG4gICAgZGlzcGxheTogYmxvY2s7IH1cbiAgLnNsaWNrLXNsaWRlLnNsaWNrLWxvYWRpbmcgaW1nIHtcbiAgICBkaXNwbGF5OiBub25lOyB9XG4gIC5zbGljay1zbGlkZS5kcmFnZ2luZyBpbWcge1xuICAgIHBvaW50ZXItZXZlbnRzOiBub25lOyB9XG4gIC5zbGljay1pbml0aWFsaXplZCAuc2xpY2stc2xpZGUge1xuICAgIGRpc3BsYXk6IGJsb2NrOyB9XG4gIC5zbGljay1sb2FkaW5nIC5zbGljay1zbGlkZSB7XG4gICAgdmlzaWJpbGl0eTogaGlkZGVuOyB9XG4gIC5zbGljay12ZXJ0aWNhbCAuc2xpY2stc2xpZGUge1xuICAgIGRpc3BsYXk6IGJsb2NrO1xuICAgIGhlaWdodDogYXV0bztcbiAgICBib3JkZXI6IDFweCBzb2xpZCB0cmFuc3BhcmVudDsgfVxuXG4uc2xpY2stYXJyb3cuc2xpY2staGlkZGVuIHtcbiAgZGlzcGxheTogbm9uZTsgfVxuIl19 */ 74 | /*# sourceMappingURL=slick.css.map */ 75 | -------------------------------------------------------------------------------- /assets/fonts/fa-brands-400-1.eot: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/surfsidemedia/Laravel-10-E-Commerce-Project/b0f70494c0ce6041fdf470890f8134568e23d6e5/assets/fonts/fa-brands-400-1.eot -------------------------------------------------------------------------------- /assets/fonts/fa-brands-400.eot: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/surfsidemedia/Laravel-10-E-Commerce-Project/b0f70494c0ce6041fdf470890f8134568e23d6e5/assets/fonts/fa-brands-400.eot -------------------------------------------------------------------------------- /assets/fonts/fa-brands-400.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/surfsidemedia/Laravel-10-E-Commerce-Project/b0f70494c0ce6041fdf470890f8134568e23d6e5/assets/fonts/fa-brands-400.ttf -------------------------------------------------------------------------------- /assets/fonts/fa-brands-400.woff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/surfsidemedia/Laravel-10-E-Commerce-Project/b0f70494c0ce6041fdf470890f8134568e23d6e5/assets/fonts/fa-brands-400.woff -------------------------------------------------------------------------------- /assets/fonts/fa-brands-400.woff2: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/surfsidemedia/Laravel-10-E-Commerce-Project/b0f70494c0ce6041fdf470890f8134568e23d6e5/assets/fonts/fa-brands-400.woff2 -------------------------------------------------------------------------------- /assets/fonts/fa-regular-400-1.eot: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/surfsidemedia/Laravel-10-E-Commerce-Project/b0f70494c0ce6041fdf470890f8134568e23d6e5/assets/fonts/fa-regular-400-1.eot -------------------------------------------------------------------------------- /assets/fonts/fa-regular-400.eot: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/surfsidemedia/Laravel-10-E-Commerce-Project/b0f70494c0ce6041fdf470890f8134568e23d6e5/assets/fonts/fa-regular-400.eot -------------------------------------------------------------------------------- /assets/fonts/fa-regular-400.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/surfsidemedia/Laravel-10-E-Commerce-Project/b0f70494c0ce6041fdf470890f8134568e23d6e5/assets/fonts/fa-regular-400.ttf -------------------------------------------------------------------------------- /assets/fonts/fa-regular-400.woff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/surfsidemedia/Laravel-10-E-Commerce-Project/b0f70494c0ce6041fdf470890f8134568e23d6e5/assets/fonts/fa-regular-400.woff -------------------------------------------------------------------------------- /assets/fonts/fa-regular-400.woff2: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/surfsidemedia/Laravel-10-E-Commerce-Project/b0f70494c0ce6041fdf470890f8134568e23d6e5/assets/fonts/fa-regular-400.woff2 -------------------------------------------------------------------------------- /assets/fonts/fa-solid-900-1.eot: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/surfsidemedia/Laravel-10-E-Commerce-Project/b0f70494c0ce6041fdf470890f8134568e23d6e5/assets/fonts/fa-solid-900-1.eot -------------------------------------------------------------------------------- /assets/fonts/fa-solid-900.eot: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/surfsidemedia/Laravel-10-E-Commerce-Project/b0f70494c0ce6041fdf470890f8134568e23d6e5/assets/fonts/fa-solid-900.eot -------------------------------------------------------------------------------- /assets/fonts/fa-solid-900.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/surfsidemedia/Laravel-10-E-Commerce-Project/b0f70494c0ce6041fdf470890f8134568e23d6e5/assets/fonts/fa-solid-900.ttf -------------------------------------------------------------------------------- /assets/fonts/fa-solid-900.woff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/surfsidemedia/Laravel-10-E-Commerce-Project/b0f70494c0ce6041fdf470890f8134568e23d6e5/assets/fonts/fa-solid-900.woff -------------------------------------------------------------------------------- /assets/fonts/fa-solid-900.woff2: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/surfsidemedia/Laravel-10-E-Commerce-Project/b0f70494c0ce6041fdf470890f8134568e23d6e5/assets/fonts/fa-solid-900.woff2 -------------------------------------------------------------------------------- /assets/fonts/slick-1.eot: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/surfsidemedia/Laravel-10-E-Commerce-Project/b0f70494c0ce6041fdf470890f8134568e23d6e5/assets/fonts/slick-1.eot -------------------------------------------------------------------------------- /assets/fonts/slick.eot: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/surfsidemedia/Laravel-10-E-Commerce-Project/b0f70494c0ce6041fdf470890f8134568e23d6e5/assets/fonts/slick.eot -------------------------------------------------------------------------------- /assets/fonts/slick.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | Generated by Fontastic.me 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | 13 | 14 | 15 | -------------------------------------------------------------------------------- /assets/fonts/slick.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/surfsidemedia/Laravel-10-E-Commerce-Project/b0f70494c0ce6041fdf470890f8134568e23d6e5/assets/fonts/slick.ttf -------------------------------------------------------------------------------- /assets/fonts/slick.woff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/surfsidemedia/Laravel-10-E-Commerce-Project/b0f70494c0ce6041fdf470890f8134568e23d6e5/assets/fonts/slick.woff -------------------------------------------------------------------------------- /assets/images/blog/sample.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/surfsidemedia/Laravel-10-E-Commerce-Project/b0f70494c0ce6041fdf470890f8134568e23d6e5/assets/images/blog/sample.jpg -------------------------------------------------------------------------------- /assets/images/check.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /assets/images/fashion/2.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/surfsidemedia/Laravel-10-E-Commerce-Project/b0f70494c0ce6041fdf470890f8134568e23d6e5/assets/images/fashion/2.jpg -------------------------------------------------------------------------------- /assets/images/fashion/3.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/surfsidemedia/Laravel-10-E-Commerce-Project/b0f70494c0ce6041fdf470890f8134568e23d6e5/assets/images/fashion/3.jpg -------------------------------------------------------------------------------- /assets/images/fashion/4.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/surfsidemedia/Laravel-10-E-Commerce-Project/b0f70494c0ce6041fdf470890f8134568e23d6e5/assets/images/fashion/4.jpg -------------------------------------------------------------------------------- /assets/images/fashion/banner/1.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/surfsidemedia/Laravel-10-E-Commerce-Project/b0f70494c0ce6041fdf470890f8134568e23d6e5/assets/images/fashion/banner/1.jpg -------------------------------------------------------------------------------- /assets/images/fashion/banner/2.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/surfsidemedia/Laravel-10-E-Commerce-Project/b0f70494c0ce6041fdf470890f8134568e23d6e5/assets/images/fashion/banner/2.jpg -------------------------------------------------------------------------------- /assets/images/fashion/banner/3.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/surfsidemedia/Laravel-10-E-Commerce-Project/b0f70494c0ce6041fdf470890f8134568e23d6e5/assets/images/fashion/banner/3.jpg -------------------------------------------------------------------------------- /assets/images/fashion/category/1.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/surfsidemedia/Laravel-10-E-Commerce-Project/b0f70494c0ce6041fdf470890f8134568e23d6e5/assets/images/fashion/category/1.jpg -------------------------------------------------------------------------------- /assets/images/fashion/category/2.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/surfsidemedia/Laravel-10-E-Commerce-Project/b0f70494c0ce6041fdf470890f8134568e23d6e5/assets/images/fashion/category/2.jpg -------------------------------------------------------------------------------- /assets/images/fashion/category/3.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/surfsidemedia/Laravel-10-E-Commerce-Project/b0f70494c0ce6041fdf470890f8134568e23d6e5/assets/images/fashion/category/3.jpg -------------------------------------------------------------------------------- /assets/images/fashion/category/4.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/surfsidemedia/Laravel-10-E-Commerce-Project/b0f70494c0ce6041fdf470890f8134568e23d6e5/assets/images/fashion/category/4.jpg -------------------------------------------------------------------------------- /assets/images/fashion/instagram/4.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/surfsidemedia/Laravel-10-E-Commerce-Project/b0f70494c0ce6041fdf470890f8134568e23d6e5/assets/images/fashion/instagram/4.jpg -------------------------------------------------------------------------------- /assets/images/fashion/product/back/1.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/surfsidemedia/Laravel-10-E-Commerce-Project/b0f70494c0ce6041fdf470890f8134568e23d6e5/assets/images/fashion/product/back/1.jpg -------------------------------------------------------------------------------- /assets/images/fashion/product/back/10.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/surfsidemedia/Laravel-10-E-Commerce-Project/b0f70494c0ce6041fdf470890f8134568e23d6e5/assets/images/fashion/product/back/10.jpg -------------------------------------------------------------------------------- /assets/images/fashion/product/back/11.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/surfsidemedia/Laravel-10-E-Commerce-Project/b0f70494c0ce6041fdf470890f8134568e23d6e5/assets/images/fashion/product/back/11.jpg -------------------------------------------------------------------------------- /assets/images/fashion/product/back/12.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/surfsidemedia/Laravel-10-E-Commerce-Project/b0f70494c0ce6041fdf470890f8134568e23d6e5/assets/images/fashion/product/back/12.jpg -------------------------------------------------------------------------------- /assets/images/fashion/product/back/13.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/surfsidemedia/Laravel-10-E-Commerce-Project/b0f70494c0ce6041fdf470890f8134568e23d6e5/assets/images/fashion/product/back/13.jpg -------------------------------------------------------------------------------- /assets/images/fashion/product/back/14.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/surfsidemedia/Laravel-10-E-Commerce-Project/b0f70494c0ce6041fdf470890f8134568e23d6e5/assets/images/fashion/product/back/14.jpg -------------------------------------------------------------------------------- /assets/images/fashion/product/back/15.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/surfsidemedia/Laravel-10-E-Commerce-Project/b0f70494c0ce6041fdf470890f8134568e23d6e5/assets/images/fashion/product/back/15.jpg -------------------------------------------------------------------------------- /assets/images/fashion/product/back/16.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/surfsidemedia/Laravel-10-E-Commerce-Project/b0f70494c0ce6041fdf470890f8134568e23d6e5/assets/images/fashion/product/back/16.jpg -------------------------------------------------------------------------------- /assets/images/fashion/product/back/17.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/surfsidemedia/Laravel-10-E-Commerce-Project/b0f70494c0ce6041fdf470890f8134568e23d6e5/assets/images/fashion/product/back/17.jpg -------------------------------------------------------------------------------- /assets/images/fashion/product/back/18.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/surfsidemedia/Laravel-10-E-Commerce-Project/b0f70494c0ce6041fdf470890f8134568e23d6e5/assets/images/fashion/product/back/18.jpg -------------------------------------------------------------------------------- /assets/images/fashion/product/back/19.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/surfsidemedia/Laravel-10-E-Commerce-Project/b0f70494c0ce6041fdf470890f8134568e23d6e5/assets/images/fashion/product/back/19.jpg -------------------------------------------------------------------------------- /assets/images/fashion/product/back/2.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/surfsidemedia/Laravel-10-E-Commerce-Project/b0f70494c0ce6041fdf470890f8134568e23d6e5/assets/images/fashion/product/back/2.jpg -------------------------------------------------------------------------------- /assets/images/fashion/product/back/20.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/surfsidemedia/Laravel-10-E-Commerce-Project/b0f70494c0ce6041fdf470890f8134568e23d6e5/assets/images/fashion/product/back/20.jpg -------------------------------------------------------------------------------- /assets/images/fashion/product/back/21.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/surfsidemedia/Laravel-10-E-Commerce-Project/b0f70494c0ce6041fdf470890f8134568e23d6e5/assets/images/fashion/product/back/21.jpg -------------------------------------------------------------------------------- /assets/images/fashion/product/back/22.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/surfsidemedia/Laravel-10-E-Commerce-Project/b0f70494c0ce6041fdf470890f8134568e23d6e5/assets/images/fashion/product/back/22.jpg -------------------------------------------------------------------------------- /assets/images/fashion/product/back/23.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/surfsidemedia/Laravel-10-E-Commerce-Project/b0f70494c0ce6041fdf470890f8134568e23d6e5/assets/images/fashion/product/back/23.jpg -------------------------------------------------------------------------------- /assets/images/fashion/product/back/24.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/surfsidemedia/Laravel-10-E-Commerce-Project/b0f70494c0ce6041fdf470890f8134568e23d6e5/assets/images/fashion/product/back/24.jpg -------------------------------------------------------------------------------- /assets/images/fashion/product/back/25.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/surfsidemedia/Laravel-10-E-Commerce-Project/b0f70494c0ce6041fdf470890f8134568e23d6e5/assets/images/fashion/product/back/25.jpg -------------------------------------------------------------------------------- /assets/images/fashion/product/back/26.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/surfsidemedia/Laravel-10-E-Commerce-Project/b0f70494c0ce6041fdf470890f8134568e23d6e5/assets/images/fashion/product/back/26.jpg -------------------------------------------------------------------------------- /assets/images/fashion/product/back/27.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/surfsidemedia/Laravel-10-E-Commerce-Project/b0f70494c0ce6041fdf470890f8134568e23d6e5/assets/images/fashion/product/back/27.jpg -------------------------------------------------------------------------------- /assets/images/fashion/product/back/28.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/surfsidemedia/Laravel-10-E-Commerce-Project/b0f70494c0ce6041fdf470890f8134568e23d6e5/assets/images/fashion/product/back/28.jpg -------------------------------------------------------------------------------- /assets/images/fashion/product/back/29.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/surfsidemedia/Laravel-10-E-Commerce-Project/b0f70494c0ce6041fdf470890f8134568e23d6e5/assets/images/fashion/product/back/29.jpg -------------------------------------------------------------------------------- /assets/images/fashion/product/back/3.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/surfsidemedia/Laravel-10-E-Commerce-Project/b0f70494c0ce6041fdf470890f8134568e23d6e5/assets/images/fashion/product/back/3.jpg -------------------------------------------------------------------------------- /assets/images/fashion/product/back/30.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/surfsidemedia/Laravel-10-E-Commerce-Project/b0f70494c0ce6041fdf470890f8134568e23d6e5/assets/images/fashion/product/back/30.jpg -------------------------------------------------------------------------------- /assets/images/fashion/product/back/31.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/surfsidemedia/Laravel-10-E-Commerce-Project/b0f70494c0ce6041fdf470890f8134568e23d6e5/assets/images/fashion/product/back/31.jpg -------------------------------------------------------------------------------- /assets/images/fashion/product/back/32.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/surfsidemedia/Laravel-10-E-Commerce-Project/b0f70494c0ce6041fdf470890f8134568e23d6e5/assets/images/fashion/product/back/32.jpg -------------------------------------------------------------------------------- /assets/images/fashion/product/back/35.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/surfsidemedia/Laravel-10-E-Commerce-Project/b0f70494c0ce6041fdf470890f8134568e23d6e5/assets/images/fashion/product/back/35.jpg -------------------------------------------------------------------------------- /assets/images/fashion/product/back/36.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/surfsidemedia/Laravel-10-E-Commerce-Project/b0f70494c0ce6041fdf470890f8134568e23d6e5/assets/images/fashion/product/back/36.jpg -------------------------------------------------------------------------------- /assets/images/fashion/product/back/4.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/surfsidemedia/Laravel-10-E-Commerce-Project/b0f70494c0ce6041fdf470890f8134568e23d6e5/assets/images/fashion/product/back/4.jpg -------------------------------------------------------------------------------- /assets/images/fashion/product/back/5.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/surfsidemedia/Laravel-10-E-Commerce-Project/b0f70494c0ce6041fdf470890f8134568e23d6e5/assets/images/fashion/product/back/5.jpg -------------------------------------------------------------------------------- /assets/images/fashion/product/back/6.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/surfsidemedia/Laravel-10-E-Commerce-Project/b0f70494c0ce6041fdf470890f8134568e23d6e5/assets/images/fashion/product/back/6.jpg -------------------------------------------------------------------------------- /assets/images/fashion/product/back/7.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/surfsidemedia/Laravel-10-E-Commerce-Project/b0f70494c0ce6041fdf470890f8134568e23d6e5/assets/images/fashion/product/back/7.jpg -------------------------------------------------------------------------------- /assets/images/fashion/product/back/8.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/surfsidemedia/Laravel-10-E-Commerce-Project/b0f70494c0ce6041fdf470890f8134568e23d6e5/assets/images/fashion/product/back/8.jpg -------------------------------------------------------------------------------- /assets/images/fashion/product/back/9.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/surfsidemedia/Laravel-10-E-Commerce-Project/b0f70494c0ce6041fdf470890f8134568e23d6e5/assets/images/fashion/product/back/9.jpg -------------------------------------------------------------------------------- /assets/images/fashion/product/front/1.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/surfsidemedia/Laravel-10-E-Commerce-Project/b0f70494c0ce6041fdf470890f8134568e23d6e5/assets/images/fashion/product/front/1.jpg -------------------------------------------------------------------------------- /assets/images/fashion/product/front/10.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/surfsidemedia/Laravel-10-E-Commerce-Project/b0f70494c0ce6041fdf470890f8134568e23d6e5/assets/images/fashion/product/front/10.jpg -------------------------------------------------------------------------------- /assets/images/fashion/product/front/11.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/surfsidemedia/Laravel-10-E-Commerce-Project/b0f70494c0ce6041fdf470890f8134568e23d6e5/assets/images/fashion/product/front/11.jpg -------------------------------------------------------------------------------- /assets/images/fashion/product/front/12.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/surfsidemedia/Laravel-10-E-Commerce-Project/b0f70494c0ce6041fdf470890f8134568e23d6e5/assets/images/fashion/product/front/12.jpg -------------------------------------------------------------------------------- /assets/images/fashion/product/front/13.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/surfsidemedia/Laravel-10-E-Commerce-Project/b0f70494c0ce6041fdf470890f8134568e23d6e5/assets/images/fashion/product/front/13.jpg -------------------------------------------------------------------------------- /assets/images/fashion/product/front/14.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/surfsidemedia/Laravel-10-E-Commerce-Project/b0f70494c0ce6041fdf470890f8134568e23d6e5/assets/images/fashion/product/front/14.jpg -------------------------------------------------------------------------------- /assets/images/fashion/product/front/15.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/surfsidemedia/Laravel-10-E-Commerce-Project/b0f70494c0ce6041fdf470890f8134568e23d6e5/assets/images/fashion/product/front/15.jpg -------------------------------------------------------------------------------- /assets/images/fashion/product/front/16.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/surfsidemedia/Laravel-10-E-Commerce-Project/b0f70494c0ce6041fdf470890f8134568e23d6e5/assets/images/fashion/product/front/16.jpg -------------------------------------------------------------------------------- /assets/images/fashion/product/front/17.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/surfsidemedia/Laravel-10-E-Commerce-Project/b0f70494c0ce6041fdf470890f8134568e23d6e5/assets/images/fashion/product/front/17.jpg -------------------------------------------------------------------------------- /assets/images/fashion/product/front/18.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/surfsidemedia/Laravel-10-E-Commerce-Project/b0f70494c0ce6041fdf470890f8134568e23d6e5/assets/images/fashion/product/front/18.jpg -------------------------------------------------------------------------------- /assets/images/fashion/product/front/19.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/surfsidemedia/Laravel-10-E-Commerce-Project/b0f70494c0ce6041fdf470890f8134568e23d6e5/assets/images/fashion/product/front/19.jpg -------------------------------------------------------------------------------- /assets/images/fashion/product/front/2.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/surfsidemedia/Laravel-10-E-Commerce-Project/b0f70494c0ce6041fdf470890f8134568e23d6e5/assets/images/fashion/product/front/2.jpg -------------------------------------------------------------------------------- /assets/images/fashion/product/front/20.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/surfsidemedia/Laravel-10-E-Commerce-Project/b0f70494c0ce6041fdf470890f8134568e23d6e5/assets/images/fashion/product/front/20.jpg -------------------------------------------------------------------------------- /assets/images/fashion/product/front/21.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/surfsidemedia/Laravel-10-E-Commerce-Project/b0f70494c0ce6041fdf470890f8134568e23d6e5/assets/images/fashion/product/front/21.jpg -------------------------------------------------------------------------------- /assets/images/fashion/product/front/22.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/surfsidemedia/Laravel-10-E-Commerce-Project/b0f70494c0ce6041fdf470890f8134568e23d6e5/assets/images/fashion/product/front/22.jpg -------------------------------------------------------------------------------- /assets/images/fashion/product/front/23.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/surfsidemedia/Laravel-10-E-Commerce-Project/b0f70494c0ce6041fdf470890f8134568e23d6e5/assets/images/fashion/product/front/23.jpg -------------------------------------------------------------------------------- /assets/images/fashion/product/front/24.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/surfsidemedia/Laravel-10-E-Commerce-Project/b0f70494c0ce6041fdf470890f8134568e23d6e5/assets/images/fashion/product/front/24.jpg -------------------------------------------------------------------------------- /assets/images/fashion/product/front/25.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/surfsidemedia/Laravel-10-E-Commerce-Project/b0f70494c0ce6041fdf470890f8134568e23d6e5/assets/images/fashion/product/front/25.jpg -------------------------------------------------------------------------------- /assets/images/fashion/product/front/26.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/surfsidemedia/Laravel-10-E-Commerce-Project/b0f70494c0ce6041fdf470890f8134568e23d6e5/assets/images/fashion/product/front/26.jpg -------------------------------------------------------------------------------- /assets/images/fashion/product/front/27.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/surfsidemedia/Laravel-10-E-Commerce-Project/b0f70494c0ce6041fdf470890f8134568e23d6e5/assets/images/fashion/product/front/27.jpg -------------------------------------------------------------------------------- /assets/images/fashion/product/front/28.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/surfsidemedia/Laravel-10-E-Commerce-Project/b0f70494c0ce6041fdf470890f8134568e23d6e5/assets/images/fashion/product/front/28.jpg -------------------------------------------------------------------------------- /assets/images/fashion/product/front/29.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/surfsidemedia/Laravel-10-E-Commerce-Project/b0f70494c0ce6041fdf470890f8134568e23d6e5/assets/images/fashion/product/front/29.jpg -------------------------------------------------------------------------------- /assets/images/fashion/product/front/3.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/surfsidemedia/Laravel-10-E-Commerce-Project/b0f70494c0ce6041fdf470890f8134568e23d6e5/assets/images/fashion/product/front/3.jpg -------------------------------------------------------------------------------- /assets/images/fashion/product/front/30.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/surfsidemedia/Laravel-10-E-Commerce-Project/b0f70494c0ce6041fdf470890f8134568e23d6e5/assets/images/fashion/product/front/30.jpg -------------------------------------------------------------------------------- /assets/images/fashion/product/front/31.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/surfsidemedia/Laravel-10-E-Commerce-Project/b0f70494c0ce6041fdf470890f8134568e23d6e5/assets/images/fashion/product/front/31.jpg -------------------------------------------------------------------------------- /assets/images/fashion/product/front/32.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/surfsidemedia/Laravel-10-E-Commerce-Project/b0f70494c0ce6041fdf470890f8134568e23d6e5/assets/images/fashion/product/front/32.jpg -------------------------------------------------------------------------------- /assets/images/fashion/product/front/35.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/surfsidemedia/Laravel-10-E-Commerce-Project/b0f70494c0ce6041fdf470890f8134568e23d6e5/assets/images/fashion/product/front/35.jpg -------------------------------------------------------------------------------- /assets/images/fashion/product/front/36.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/surfsidemedia/Laravel-10-E-Commerce-Project/b0f70494c0ce6041fdf470890f8134568e23d6e5/assets/images/fashion/product/front/36.jpg -------------------------------------------------------------------------------- /assets/images/fashion/product/front/4.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/surfsidemedia/Laravel-10-E-Commerce-Project/b0f70494c0ce6041fdf470890f8134568e23d6e5/assets/images/fashion/product/front/4.jpg -------------------------------------------------------------------------------- /assets/images/fashion/product/front/5.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/surfsidemedia/Laravel-10-E-Commerce-Project/b0f70494c0ce6041fdf470890f8134568e23d6e5/assets/images/fashion/product/front/5.jpg -------------------------------------------------------------------------------- /assets/images/fashion/product/front/6.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/surfsidemedia/Laravel-10-E-Commerce-Project/b0f70494c0ce6041fdf470890f8134568e23d6e5/assets/images/fashion/product/front/6.jpg -------------------------------------------------------------------------------- /assets/images/fashion/product/front/7.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/surfsidemedia/Laravel-10-E-Commerce-Project/b0f70494c0ce6041fdf470890f8134568e23d6e5/assets/images/fashion/product/front/7.jpg -------------------------------------------------------------------------------- /assets/images/fashion/product/front/8.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/surfsidemedia/Laravel-10-E-Commerce-Project/b0f70494c0ce6041fdf470890f8134568e23d6e5/assets/images/fashion/product/front/8.jpg -------------------------------------------------------------------------------- /assets/images/fashion/product/front/9.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/surfsidemedia/Laravel-10-E-Commerce-Project/b0f70494c0ce6041fdf470890f8134568e23d6e5/assets/images/fashion/product/front/9.jpg -------------------------------------------------------------------------------- /assets/images/fashion/slider/1.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/surfsidemedia/Laravel-10-E-Commerce-Project/b0f70494c0ce6041fdf470890f8134568e23d6e5/assets/images/fashion/slider/1.jpg -------------------------------------------------------------------------------- /assets/images/fashion/slider/2.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/surfsidemedia/Laravel-10-E-Commerce-Project/b0f70494c0ce6041fdf470890f8134568e23d6e5/assets/images/fashion/slider/2.jpg -------------------------------------------------------------------------------- /assets/images/favicon.ico: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/surfsidemedia/Laravel-10-E-Commerce-Project/b0f70494c0ce6041fdf470890f8134568e23d6e5/assets/images/favicon.ico -------------------------------------------------------------------------------- /assets/images/furniture-images/poster/1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/surfsidemedia/Laravel-10-E-Commerce-Project/b0f70494c0ce6041fdf470890f8134568e23d6e5/assets/images/furniture-images/poster/1.png -------------------------------------------------------------------------------- /assets/images/furniture-images/poster/2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/surfsidemedia/Laravel-10-E-Commerce-Project/b0f70494c0ce6041fdf470890f8134568e23d6e5/assets/images/furniture-images/poster/2.png -------------------------------------------------------------------------------- /assets/images/furniture-images/poster/3.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/surfsidemedia/Laravel-10-E-Commerce-Project/b0f70494c0ce6041fdf470890f8134568e23d6e5/assets/images/furniture-images/poster/3.png -------------------------------------------------------------------------------- /assets/images/furniture-images/poster/back.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/surfsidemedia/Laravel-10-E-Commerce-Project/b0f70494c0ce6041fdf470890f8134568e23d6e5/assets/images/furniture-images/poster/back.jpg -------------------------------------------------------------------------------- /assets/images/furniture-images/poster/t1.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/surfsidemedia/Laravel-10-E-Commerce-Project/b0f70494c0ce6041fdf470890f8134568e23d6e5/assets/images/furniture-images/poster/t1.jpg -------------------------------------------------------------------------------- /assets/images/furniture-images/poster/t2.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/surfsidemedia/Laravel-10-E-Commerce-Project/b0f70494c0ce6041fdf470890f8134568e23d6e5/assets/images/furniture-images/poster/t2.jpg -------------------------------------------------------------------------------- /assets/images/furniture-images/poster/t3.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/surfsidemedia/Laravel-10-E-Commerce-Project/b0f70494c0ce6041fdf470890f8134568e23d6e5/assets/images/furniture-images/poster/t3.jpg -------------------------------------------------------------------------------- /assets/images/furniture-images/product/1.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/surfsidemedia/Laravel-10-E-Commerce-Project/b0f70494c0ce6041fdf470890f8134568e23d6e5/assets/images/furniture-images/product/1.jpg -------------------------------------------------------------------------------- /assets/images/furniture-images/product/2.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/surfsidemedia/Laravel-10-E-Commerce-Project/b0f70494c0ce6041fdf470890f8134568e23d6e5/assets/images/furniture-images/product/2.jpg -------------------------------------------------------------------------------- /assets/images/furniture-images/product/3.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/surfsidemedia/Laravel-10-E-Commerce-Project/b0f70494c0ce6041fdf470890f8134568e23d6e5/assets/images/furniture-images/product/3.jpg -------------------------------------------------------------------------------- /assets/images/furniture-images/product/4.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/surfsidemedia/Laravel-10-E-Commerce-Project/b0f70494c0ce6041fdf470890f8134568e23d6e5/assets/images/furniture-images/product/4.jpg -------------------------------------------------------------------------------- /assets/images/gif/fire.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/surfsidemedia/Laravel-10-E-Commerce-Project/b0f70494c0ce6041fdf470890f8134568e23d6e5/assets/images/gif/fire.gif -------------------------------------------------------------------------------- /assets/images/gif/person.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/surfsidemedia/Laravel-10-E-Commerce-Project/b0f70494c0ce6041fdf470890f8134568e23d6e5/assets/images/gif/person.gif -------------------------------------------------------------------------------- /assets/images/gif/truck.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/surfsidemedia/Laravel-10-E-Commerce-Project/b0f70494c0ce6041fdf470890f8134568e23d6e5/assets/images/gif/truck.png -------------------------------------------------------------------------------- /assets/images/inner-page/product/10.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/surfsidemedia/Laravel-10-E-Commerce-Project/b0f70494c0ce6041fdf470890f8134568e23d6e5/assets/images/inner-page/product/10.jpg -------------------------------------------------------------------------------- /assets/images/inner-page/product/19.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/surfsidemedia/Laravel-10-E-Commerce-Project/b0f70494c0ce6041fdf470890f8134568e23d6e5/assets/images/inner-page/product/19.jpg -------------------------------------------------------------------------------- /assets/images/inner-page/review-image/1.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/surfsidemedia/Laravel-10-E-Commerce-Project/b0f70494c0ce6041fdf470890f8134568e23d6e5/assets/images/inner-page/review-image/1.jpg -------------------------------------------------------------------------------- /assets/images/inner-page/review-image/2.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/surfsidemedia/Laravel-10-E-Commerce-Project/b0f70494c0ce6041fdf470890f8134568e23d6e5/assets/images/inner-page/review-image/2.jpg -------------------------------------------------------------------------------- /assets/images/inner-page/review-image/3.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/surfsidemedia/Laravel-10-E-Commerce-Project/b0f70494c0ce6041fdf470890f8134568e23d6e5/assets/images/inner-page/review-image/3.jpg -------------------------------------------------------------------------------- /assets/images/inner-page/review-image/4.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/surfsidemedia/Laravel-10-E-Commerce-Project/b0f70494c0ce6041fdf470890f8134568e23d6e5/assets/images/inner-page/review-image/4.jpg -------------------------------------------------------------------------------- /assets/images/inner-page/review-image/6.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/surfsidemedia/Laravel-10-E-Commerce-Project/b0f70494c0ce6041fdf470890f8134568e23d6e5/assets/images/inner-page/review-image/6.jpg -------------------------------------------------------------------------------- /assets/images/inner-page/review-image/7.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/surfsidemedia/Laravel-10-E-Commerce-Project/b0f70494c0ce6041fdf470890f8134568e23d6e5/assets/images/inner-page/review-image/7.jpg -------------------------------------------------------------------------------- /assets/images/inner-page/review-image/8.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/surfsidemedia/Laravel-10-E-Commerce-Project/b0f70494c0ce6041fdf470890f8134568e23d6e5/assets/images/inner-page/review-image/8.jpg -------------------------------------------------------------------------------- /assets/images/logo.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/surfsidemedia/Laravel-10-E-Commerce-Project/b0f70494c0ce6041fdf470890f8134568e23d6e5/assets/images/logo.png -------------------------------------------------------------------------------- /assets/images/minus.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /assets/images/newletter-icon.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/surfsidemedia/Laravel-10-E-Commerce-Project/b0f70494c0ce6041fdf470890f8134568e23d6e5/assets/images/newletter-icon.png -------------------------------------------------------------------------------- /assets/images/payment-icon/1.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/surfsidemedia/Laravel-10-E-Commerce-Project/b0f70494c0ce6041fdf470890f8134568e23d6e5/assets/images/payment-icon/1.jpg -------------------------------------------------------------------------------- /assets/images/payment-icon/2.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/surfsidemedia/Laravel-10-E-Commerce-Project/b0f70494c0ce6041fdf470890f8134568e23d6e5/assets/images/payment-icon/2.jpg -------------------------------------------------------------------------------- /assets/images/payment-icon/3.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/surfsidemedia/Laravel-10-E-Commerce-Project/b0f70494c0ce6041fdf470890f8134568e23d6e5/assets/images/payment-icon/3.jpg -------------------------------------------------------------------------------- /assets/images/payment-icon/4.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/surfsidemedia/Laravel-10-E-Commerce-Project/b0f70494c0ce6041fdf470890f8134568e23d6e5/assets/images/payment-icon/4.jpg -------------------------------------------------------------------------------- /assets/images/plus.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /assets/images/svg/box.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/surfsidemedia/Laravel-10-E-Commerce-Project/b0f70494c0ce6041fdf470890f8134568e23d6e5/assets/images/svg/box.png -------------------------------------------------------------------------------- /assets/images/svg/box1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/surfsidemedia/Laravel-10-E-Commerce-Project/b0f70494c0ce6041fdf470890f8134568e23d6e5/assets/images/svg/box1.png -------------------------------------------------------------------------------- /assets/images/svg/grid-2.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | -------------------------------------------------------------------------------- /assets/images/svg/grid-3.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | -------------------------------------------------------------------------------- /assets/images/svg/grid-5.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | -------------------------------------------------------------------------------- /assets/images/svg/grid.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | -------------------------------------------------------------------------------- /assets/images/svg/list.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | -------------------------------------------------------------------------------- /assets/images/svg/sent.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/surfsidemedia/Laravel-10-E-Commerce-Project/b0f70494c0ce6041fdf470890f8134568e23d6e5/assets/images/svg/sent.png -------------------------------------------------------------------------------- /assets/images/svg/sent1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/surfsidemedia/Laravel-10-E-Commerce-Project/b0f70494c0ce6041fdf470890f8134568e23d6e5/assets/images/svg/sent1.png -------------------------------------------------------------------------------- /assets/images/svg/wishlist.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/surfsidemedia/Laravel-10-E-Commerce-Project/b0f70494c0ce6041fdf470890f8134568e23d6e5/assets/images/svg/wishlist.png -------------------------------------------------------------------------------- /assets/images/svg/wishlist1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/surfsidemedia/Laravel-10-E-Commerce-Project/b0f70494c0ce6041fdf470890f8134568e23d6e5/assets/images/svg/wishlist1.png -------------------------------------------------------------------------------- /assets/js/bootstrap/bootstrap-notify.min.js: -------------------------------------------------------------------------------- 1 | /* ======================== bootstrap-notify.min.js ===================== */ !(function (t) { 2 | "function" == typeof define && define.amd ? 3 | define(["jquery"], t) : 4 | t("object" == typeof exports ? require("jquery") : jQuery); 5 | })(function (t) { 6 | function s(s) { 7 | var e = !1; 8 | return ( 9 | t('[data-notify="container"]').each(function (i, n) { 10 | var a = t(n), 11 | o = a.find('[data-notify="title"]').text().trim(), 12 | r = a.find('[data-notify="message"]').html().trim(), 13 | l = 14 | o === 15 | t("
" + s.settings.content.title + "
") 16 | .html() 17 | .trim(), 18 | d = 19 | r === 20 | t("
" + s.settings.content.message + "
") 21 | .html() 22 | .trim(), 23 | g = a.hasClass("alert-" + s.settings.type); 24 | return l && d && g && (e = !0), !e; 25 | }), 26 | e 27 | ); 28 | } 29 | 30 | function e(e, n, a) { 31 | var o = { 32 | content: { 33 | message: "object" == typeof n ? n.message : n, 34 | title: n.title ? n.title : "", 35 | icon: n.icon ? n.icon : "", 36 | url: n.url ? n.url : "#", 37 | target: n.target ? n.target : "-", 38 | }, 39 | }; 40 | (a = t.extend(!0, {}, o, a)), 41 | (this.settings = t.extend(!0, {}, i, a)), 42 | (this._defaults = i), 43 | "-" === this.settings.content.target && 44 | (this.settings.content.target = this.settings.url_target), 45 | (this.animations = { 46 | start: "webkitAnimationStart oanimationstart MSAnimationStart animationstart", 47 | end: "webkitAnimationEnd oanimationend MSAnimationEnd animationend", 48 | }), 49 | "number" == typeof this.settings.offset && 50 | (this.settings.offset = { 51 | x: this.settings.offset, 52 | y: this.settings.offset, 53 | }), 54 | (this.settings.allow_duplicates || 55 | (!this.settings.allow_duplicates && !s(this))) && 56 | this.init(); 57 | } 58 | var i = { 59 | element: "body", 60 | position: null, 61 | type: "info", 62 | allow_dismiss: !0, 63 | allow_duplicates: !0, 64 | newest_on_top: !1, 65 | showProgressbar: !1, 66 | placement: { 67 | from: "top", 68 | align: "right" 69 | }, 70 | offset: 20, 71 | spacing: 10, 72 | z_index: 1031, 73 | delay: 5e3, 74 | timer: 1e3, 75 | url_target: "_blank", 76 | mouse_over: null, 77 | animate: { 78 | enter: "animated fadeInDown", 79 | exit: "animated fadeOutUp" 80 | }, 81 | onShow: null, 82 | onShown: null, 83 | onClose: null, 84 | onClosed: null, 85 | icon_type: "class", 86 | template: '', 87 | }; 88 | (String.format = function () { 89 | for (var t = arguments[0], s = 1; s < arguments.length; s++) 90 | t = t.replace(RegExp("\\{" + (s - 1) + "\\}", "gm"), arguments[s]); 91 | return t; 92 | }), 93 | t.extend(e.prototype, { 94 | init: function () { 95 | var t = this; 96 | this.buildNotify(), 97 | this.settings.content.icon && this.setIcon(), 98 | "#" != this.settings.content.url && this.styleURL(), 99 | this.styleDismiss(), 100 | this.placement(), 101 | this.bind(), 102 | (this.notify = { 103 | $ele: this.$ele, 104 | update: function (s, e) { 105 | var i = {}; 106 | "string" == typeof s ? (i[s] = e) : (i = s); 107 | for (var n in i) 108 | switch (n) { 109 | case "type": 110 | this.$ele.removeClass("alert-" + t.settings.type), 111 | this.$ele 112 | .find('[data-notify="progressbar"] > .progress-bar') 113 | .removeClass("progress-bar-" + t.settings.type), 114 | (t.settings.type = i[n]), 115 | this.$ele 116 | .addClass("alert-" + i[n]) 117 | .find('[data-notify="progressbar"] > .progress-bar') 118 | .addClass("progress-bar-" + i[n]); 119 | break; 120 | case "icon": 121 | var a = this.$ele.find('[data-notify="icon"]'); 122 | "class" === t.settings.icon_type.toLowerCase() ? 123 | a.removeClass(t.settings.content.icon).addClass(i[n]) : 124 | (a.is("img") || a.find("img"), a.attr("src", i[n])); 125 | break; 126 | case "progress": 127 | var o = t.settings.delay - t.settings.delay * (i[n] / 100); 128 | this.$ele.data("notify-delay", o), 129 | this.$ele 130 | .find('[data-notify="progressbar"] > div') 131 | .attr("aria-valuenow", i[n]) 132 | .css("width", i[n] + "%"); 133 | break; 134 | case "url": 135 | this.$ele.find('[data-notify="url"]').attr("href", i[n]); 136 | break; 137 | case "target": 138 | this.$ele.find('[data-notify="url"]').attr("target", i[n]); 139 | break; 140 | default: 141 | this.$ele.find('[data-notify="' + n + '"]').html(i[n]); 142 | } 143 | var r = 144 | this.$ele.outerHeight() + 145 | parseInt(t.settings.spacing) + 146 | parseInt(t.settings.offset.y); 147 | t.reposition(r); 148 | }, 149 | close: function () { 150 | t.close(); 151 | }, 152 | }); 153 | }, 154 | buildNotify: function () { 155 | var s = this.settings.content; 156 | (this.$ele = t( 157 | String.format( 158 | this.settings.template, 159 | this.settings.type, 160 | s.title, 161 | s.message, 162 | s.url, 163 | s.target 164 | ) 165 | )), 166 | this.$ele.attr( 167 | "data-notify-position", 168 | this.settings.placement.from + "-" + this.settings.placement.align 169 | ), 170 | this.settings.allow_dismiss || 171 | this.$ele.find('[data-notify="dismiss"]').css("display", "none"), 172 | ((this.settings.delay <= 0 && !this.settings.showProgressbar) || 173 | !this.settings.showProgressbar) && 174 | this.$ele.find('[data-notify="progressbar"]').remove(); 175 | }, 176 | setIcon: function () { 177 | "class" === this.settings.icon_type.toLowerCase() ? 178 | this.$ele 179 | .find('[data-notify="icon"]') 180 | .addClass(this.settings.content.icon) : 181 | this.$ele.find('[data-notify="icon"]').is("img") ? 182 | this.$ele 183 | .find('[data-notify="icon"]') 184 | .attr("src", this.settings.content.icon) : 185 | this.$ele 186 | .find('[data-notify="icon"]') 187 | .append( 188 | 'Notify Icon' 191 | ); 192 | }, 193 | styleDismiss: function () { 194 | this.$ele 195 | .find('[data-notify="dismiss"]') 196 | .css({ 197 | position: "absolute", 198 | right: "10px", 199 | top: "5px", 200 | zIndex: this.settings.z_index + 2, 201 | }); 202 | }, 203 | styleURL: function () { 204 | this.$ele 205 | .find('[data-notify="url"]') 206 | .css({ 207 | backgroundImage: "url(data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7)", 208 | height: "100%", 209 | left: 0, 210 | position: "absolute", 211 | top: 0, 212 | width: "100%", 213 | zIndex: this.settings.z_index + 1, 214 | }); 215 | }, 216 | placement: function () { 217 | var s = this, 218 | e = this.settings.offset.y, 219 | i = { 220 | display: "inline-block", 221 | margin: "0px auto", 222 | position: this.settings.position ? 223 | this.settings.position : "body" === this.settings.element ? 224 | "fixed" : "absolute", 225 | transition: "all .5s ease-in-out", 226 | zIndex: this.settings.z_index, 227 | }, 228 | n = !1, 229 | a = this.settings; 230 | switch ( 231 | (t( 232 | '[data-notify-position="' + 233 | this.settings.placement.from + 234 | "-" + 235 | this.settings.placement.align + 236 | '"]:not([data-closing="true"])' 237 | ).each(function () { 238 | e = Math.max( 239 | e, 240 | parseInt(t(this).css(a.placement.from)) + 241 | parseInt(t(this).outerHeight()) + 242 | parseInt(a.spacing) 243 | ); 244 | }), 245 | this.settings.newest_on_top === !0 && (e = this.settings.offset.y), 246 | (i[this.settings.placement.from] = e + "px"), 247 | this.settings.placement.align) 248 | ) { 249 | case "left": 250 | case "right": 251 | i[this.settings.placement.align] = this.settings.offset.x + "px"; 252 | break; 253 | case "center": 254 | (i.left = 0), (i.right = 0); 255 | } 256 | this.$ele.css(i).addClass(this.settings.animate.enter), 257 | t.each(Array("webkit-", "moz-", "o-", "ms-", ""), function (t, e) { 258 | s.$ele[0].style[e + "AnimationIterationCount"] = 1; 259 | }), 260 | t(this.settings.element).append(this.$ele), 261 | this.settings.newest_on_top === !0 && 262 | ((e = 263 | parseInt(e) + 264 | parseInt(this.settings.spacing) + 265 | this.$ele.outerHeight()), 266 | this.reposition(e)), 267 | t.isFunction(s.settings.onShow) && s.settings.onShow.call(this.$ele), 268 | this.$ele 269 | .one(this.animations.start, function () { 270 | n = !0; 271 | }) 272 | .one(this.animations.end, function () { 273 | s.$ele.removeClass(s.settings.animate.enter), 274 | t.isFunction(s.settings.onShown) && 275 | s.settings.onShown.call(this); 276 | }), 277 | setTimeout(function () { 278 | n || 279 | (t.isFunction(s.settings.onShown) && 280 | s.settings.onShown.call(this)); 281 | }, 600); 282 | }, 283 | bind: function () { 284 | var s = this; 285 | if ( 286 | (this.$ele.find('[data-notify="dismiss"]').on("click", function () { 287 | s.close(); 288 | }), 289 | this.$ele 290 | .mouseover(function () { 291 | t(this).data("data-hover", "true"); 292 | }) 293 | .mouseout(function () { 294 | t(this).data("data-hover", "false"); 295 | }), 296 | this.$ele.data("data-hover", "false"), 297 | this.settings.delay > 0) 298 | ) { 299 | s.$ele.data("notify-delay", s.settings.delay); 300 | var e = setInterval(function () { 301 | var t = parseInt(s.$ele.data("notify-delay")) - s.settings.timer; 302 | if ( 303 | ("false" === s.$ele.data("data-hover") && 304 | "pause" === s.settings.mouse_over) || 305 | "pause" != s.settings.mouse_over 306 | ) { 307 | var i = ((s.settings.delay - t) / s.settings.delay) * 100; 308 | s.$ele.data("notify-delay", t), 309 | s.$ele 310 | .find('[data-notify="progressbar"] > div') 311 | .attr("aria-valuenow", i) 312 | .css("width", i + "%"); 313 | } 314 | t <= -s.settings.timer && (clearInterval(e), s.close()); 315 | }, s.settings.timer); 316 | } 317 | }, 318 | close: function () { 319 | var s = this, 320 | e = parseInt(this.$ele.css(this.settings.placement.from)), 321 | i = !1; 322 | this.$ele 323 | .attr("data-closing", "true") 324 | .addClass(this.settings.animate.exit), 325 | s.reposition(e), 326 | t.isFunction(s.settings.onClose) && 327 | s.settings.onClose.call(this.$ele), 328 | this.$ele 329 | .one(this.animations.start, function () { 330 | i = !0; 331 | }) 332 | .one(this.animations.end, function () { 333 | t(this).remove(), 334 | t.isFunction(s.settings.onClosed) && 335 | s.settings.onClosed.call(this); 336 | }), 337 | setTimeout(function () { 338 | i || 339 | (s.$ele.remove(), 340 | s.settings.onClosed && s.settings.onClosed(s.$ele)); 341 | }, 600); 342 | }, 343 | reposition: function (s) { 344 | var e = this, 345 | i = 346 | '[data-notify-position="' + 347 | this.settings.placement.from + 348 | "-" + 349 | this.settings.placement.align + 350 | '"]:not([data-closing="true"])', 351 | n = this.$ele.nextAll(i); 352 | this.settings.newest_on_top === !0 && (n = this.$ele.prevAll(i)), 353 | n.each(function () { 354 | t(this).css(e.settings.placement.from, s), 355 | (s = 356 | parseInt(s) + 357 | parseInt(e.settings.spacing) + 358 | t(this).outerHeight()); 359 | }); 360 | }, 361 | }), 362 | (t.notify = function (t, s) { 363 | var i = new e(this, t, s); 364 | return i.notify; 365 | }), 366 | (t.notifyDefaults = function (s) { 367 | return (i = t.extend(!0, {}, i, s)); 368 | }), 369 | (t.notifyClose = function (s) { 370 | "warning" === s && (s = "danger"), 371 | "undefined" == typeof s || "all" === s ? 372 | t("[data-notify]").find('[data-notify="dismiss"]').trigger("click") : 373 | "success" === s || "info" === s || "warning" === s || "danger" === s ? 374 | t(".alert-" + s + "[data-notify]") 375 | .find('[data-notify="dismiss"]') 376 | .trigger("click") : 377 | s ? 378 | t(s + "[data-notify]") 379 | .find('[data-notify="dismiss"]') 380 | .trigger("click") : 381 | t('[data-notify-position="' + s + '"]') 382 | .find('[data-notify="dismiss"]') 383 | .trigger("click"); 384 | }), 385 | (t.notifyCloseExcept = function (s) { 386 | "warning" === s && (s = "danger"), 387 | "success" === s || "info" === s || "warning" === s || "danger" === s ? 388 | t("[data-notify]") 389 | .not(".alert-" + s) 390 | .find('[data-notify="dismiss"]') 391 | .trigger("click") : 392 | t("[data-notify]") 393 | .not(s) 394 | .find('[data-notify="dismiss"]') 395 | .trigger("click"); 396 | }); 397 | }); -------------------------------------------------------------------------------- /assets/js/cart_modal_resize.js: -------------------------------------------------------------------------------- 1 | var myModal = document.getElementById("addtocart"); 2 | 3 | myModal.addEventListener("shown.bs.modal", function () { 4 | $(window).trigger("resize"); 5 | }); -------------------------------------------------------------------------------- /assets/js/filter.js: -------------------------------------------------------------------------------- 1 | $(".filter-btn").click(function () { 2 | $(".bg-overlay, .category-option").addClass("show"); 3 | }); 4 | $(".button-close, .bg-overlay").click(function () { 5 | $(".bg-overlay, .category-option").removeClass("show"); 6 | }); 7 | 8 | var contentwidth = jQuery(window).width(); 9 | if (contentwidth < "991") { 10 | $(".hide-btn").click(function () { 11 | $(".bg-overlay, .category-option").addClass("show"); 12 | }); 13 | $(".button-close, .bg-overlay").click(function () { 14 | $(".bg-overlay, .category-option").removeClass("show"); 15 | }); 16 | } 17 | 18 | $(".hide-btn").click(function () { 19 | var $this = $(this); 20 | $this.toggleClass("hide-btn"); 21 | if ($this.hasClass("hide-btn")) { 22 | $this.text("Hide Filter"); 23 | } else { 24 | $this.text("Show Filter"); 25 | } 26 | }); 27 | 28 | if ($(window).width() > "992") { 29 | $(".hide-btn").on("click", function (e) { 30 | $(".category-side").toggleClass("show"); 31 | $(".category-product").toggleClass("col-lg-12"); 32 | $(".category-product").toggleClass("col-lg-9"); 33 | }); 34 | } 35 | 36 | $(".onclick-title h6").click(function () { 37 | $(this) 38 | .parent(".onclick-title") 39 | .toggleClass("show") 40 | .siblings() 41 | .removeClass("show"); 42 | }); 43 | 44 | $(".filter-show-button a").click(function () { 45 | $(".bg-overlay, .top-filter-section").addClass("show"); 46 | }); 47 | $(".back-btn, .bg-overlay").click(function () { 48 | $(".bg-overlay, .top-filter-section").removeClass("show"); 49 | }); 50 | 51 | $(document).ready(function () { 52 | $(".save-details").click(function () { 53 | $(".save-details").removeClass("show"); 54 | $(this).addClass("show"); 55 | }); 56 | }); -------------------------------------------------------------------------------- /assets/js/lazysizes.min.js: -------------------------------------------------------------------------------- 1 | /*! lazysizes - v3.0.0 */ ! function (a, b) { 2 | var c = b(a, a.document); 3 | a.lazySizes = c, "object" == typeof module && module.exports && (module.exports = c) 4 | }(window, function (a, b) { 5 | "use strict"; 6 | if (b.getElementsByClassName) { 7 | var c, d = b.documentElement, 8 | e = a.Date, 9 | f = a.HTMLPictureElement, 10 | g = "addEventListener", 11 | h = "getAttribute", 12 | i = a[g], 13 | j = a.setTimeout, 14 | k = a.requestAnimationFrame || j, 15 | l = a.requestIdleCallback, 16 | m = /^picture$/i, 17 | n = ["load", "error", "lazyincluded", "_lazyloaded"], 18 | o = {}, 19 | p = Array.prototype.forEach, 20 | q = function (a, b) { 21 | return o[b] || (o[b] = new RegExp("(\\s|^)" + b + "(\\s|$)")), o[b].test(a[h]("class") || "") && o[b] 22 | }, 23 | r = function (a, b) { 24 | q(a, b) || a.setAttribute("class", (a[h]("class") || "").trim() + " " + b) 25 | }, 26 | s = function (a, b) { 27 | var c; 28 | (c = q(a, b)) && a.setAttribute("class", (a[h]("class") || "").replace(c, " ")) 29 | }, 30 | t = function (a, b, c) { 31 | var d = c ? g : "removeEventListener"; 32 | c && t(a, b), n.forEach(function (c) { 33 | a[d](c, b) 34 | }) 35 | }, 36 | u = function (a, c, d, e, f) { 37 | var g = b.createEvent("CustomEvent"); 38 | return g.initCustomEvent(c, !e, !f, d || {}), a.dispatchEvent(g), g 39 | }, 40 | v = function (b, d) { 41 | var e; 42 | !f && (e = a.picturefill || c.pf) ? e({ 43 | reevaluate: !0, 44 | elements: [b] 45 | }) : d && d.src && (b.src = d.src) 46 | }, 47 | w = function (a, b) { 48 | return (getComputedStyle(a, null) || {})[b] 49 | }, 50 | x = function (a, b, d) { 51 | for (d = d || a.offsetWidth; d < c.minSize && b && !a._lazysizesWidth;) d = b.offsetWidth, b = b.parentNode; 52 | return d 53 | }, 54 | y = function () { 55 | var a, c, d = [], 56 | e = [], 57 | f = d, 58 | g = function () { 59 | var b = f; 60 | for (f = d.length ? e : d, a = !0, c = !1; b.length;) b.shift()(); 61 | a = !1 62 | }, 63 | h = function (d, e) { 64 | a && !e ? d.apply(this, arguments) : (f.push(d), c || (c = !0, (b.hidden ? j : k)(g))) 65 | }; 66 | return h._lsFlush = g, h 67 | }(), 68 | z = function (a, b) { 69 | return b ? function () { 70 | y(a) 71 | } : function () { 72 | var b = this, 73 | c = arguments; 74 | y(function () { 75 | a.apply(b, c) 76 | }) 77 | } 78 | }, 79 | A = function (a) { 80 | var b, c = 0, 81 | d = 125, 82 | f = 666, 83 | g = f, 84 | h = function () { 85 | b = !1, c = e.now(), a() 86 | }, 87 | i = l ? function () { 88 | l(h, { 89 | timeout: g 90 | }), g !== f && (g = f) 91 | } : z(function () { 92 | j(h) 93 | }, !0); 94 | return function (a) { 95 | var f; 96 | (a = a === !0) && (g = 44), b || (b = !0, f = d - (e.now() - c), 0 > f && (f = 0), a || 9 > f && l ? i() : j(i, f)) 97 | } 98 | }, 99 | B = function (a) { 100 | var b, c, d = 99, 101 | f = function () { 102 | b = null, a() 103 | }, 104 | g = function () { 105 | var a = e.now() - c; 106 | d > a ? j(g, d - a) : (l || f)(f) 107 | }; 108 | return function () { 109 | c = e.now(), b || (b = j(g, d)) 110 | } 111 | }, 112 | C = function () { 113 | var f, k, l, n, o, x, C, E, F, G, H, I, J, K, L, M = /^img$/i, 114 | N = /^iframe$/i, 115 | O = "onscroll" in a && !/glebot/.test(navigator.userAgent), 116 | P = 0, 117 | Q = 0, 118 | R = 0, 119 | S = -1, 120 | T = function (a) { 121 | R--, a && a.target && t(a.target, T), (!a || 0 > R || !a.target) && (R = 0) 122 | }, 123 | U = function (a, c) { 124 | var e, f = a, 125 | g = "hidden" == w(b.body, "visibility") || "hidden" != w(a, "visibility"); 126 | for (F -= c, I += c, G -= c, H += c; g && (f = f.offsetParent) && f != b.body && f != d;) g = (w(f, "opacity") || 1) > 0, g && "visible" != w(f, "overflow") && (e = f.getBoundingClientRect(), g = H > e.left && G < e.right && I > e.top - 1 && F < e.bottom + 1); 127 | return g 128 | }, 129 | V = function () { 130 | var a, e, g, i, j, m, n, p, q; 131 | if ((o = c.loadMode) && 8 > R && (a = f.length)) { 132 | e = 0, S++, null == K && ("expand" in c || (c.expand = d.clientHeight > 500 && d.clientWidth > 500 ? 500 : 370), J = c.expand, K = J * c.expFactor), K > Q && 1 > R && S > 2 && o > 2 && !b.hidden ? (Q = K, S = 0) : Q = o > 1 && S > 1 && 6 > R ? J : P; 133 | for (; a > e; e++) 134 | if (f[e] && !f[e]._lazyRace) 135 | if (O) 136 | if ((p = f[e][h]("data-expand")) && (m = 1 * p) || (m = Q), q !== m && (C = innerWidth + m * L, E = innerHeight + m, n = -1 * m, q = m), g = f[e].getBoundingClientRect(), (I = g.bottom) >= n && (F = g.top) <= E && (H = g.right) >= n * L && (G = g.left) <= C && (I || H || G || F) && (l && 3 > R && !p && (3 > o || 4 > S) || U(f[e], m))) { 137 | if (ba(f[e]), j = !0, R > 9) break 138 | } else !j && l && !i && 4 > R && 4 > S && o > 2 && (k[0] || c.preloadAfterLoad) && (k[0] || !p && (I || H || G || F || "auto" != f[e][h](c.sizesAttr))) && (i = k[0] || f[e]); 139 | else ba(f[e]); 140 | i && !j && ba(i) 141 | } 142 | }, 143 | W = A(V), 144 | X = function (a) { 145 | r(a.target, c.loadedClass), s(a.target, c.loadingClass), t(a.target, Z) 146 | }, 147 | Y = z(X), 148 | Z = function (a) { 149 | Y({ 150 | target: a.target 151 | }) 152 | }, 153 | $ = function (a, b) { 154 | try { 155 | a.contentWindow.location.replace(b) 156 | } catch (c) { 157 | a.src = b 158 | } 159 | }, 160 | _ = function (a) { 161 | var b, d, e = a[h](c.srcsetAttr); 162 | (b = c.customMedia[a[h]("data-media") || a[h]("media")]) && a.setAttribute("media", b), e && a.setAttribute("srcset", e), b && (d = a.parentNode, d.insertBefore(a.cloneNode(), a), d.removeChild(a)) 163 | }, 164 | aa = z(function (a, b, d, e, f) { 165 | var g, i, k, l, o, q; 166 | (o = u(a, "lazybeforeunveil", b)).defaultPrevented || (e && (d ? r(a, c.autosizesClass) : a.setAttribute("sizes", e)), i = a[h](c.srcsetAttr), g = a[h](c.srcAttr), f && (k = a.parentNode, l = k && m.test(k.nodeName || "")), q = b.firesLoad || "src" in a && (i || g || l), o = { 167 | target: a 168 | }, q && (t(a, T, !0), clearTimeout(n), n = j(T, 2500), r(a, c.loadingClass), t(a, Z, !0)), l && p.call(k.getElementsByTagName("source"), _), i ? a.setAttribute("srcset", i) : g && !l && (N.test(a.nodeName) ? $(a, g) : a.src = g), (i || l) && v(a, { 169 | src: g 170 | })), a._lazyRace && delete a._lazyRace, s(a, c.lazyClass), y(function () { 171 | (!q || a.complete && a.naturalWidth > 1) && (q ? T(o) : R--, X(o)) 172 | }, !0) 173 | }), 174 | ba = function (a) { 175 | var b, d = M.test(a.nodeName), 176 | e = d && (a[h](c.sizesAttr) || a[h]("sizes")), 177 | f = "auto" == e; 178 | (!f && l || !d || !a.src && !a.srcset || a.complete || q(a, c.errorClass)) && (b = u(a, "lazyunveilread").detail, f && D.updateElem(a, !0, a.offsetWidth), a._lazyRace = !0, R++, aa(a, b, f, e, d)) 179 | }, 180 | ca = function () { 181 | if (!l) { 182 | if (e.now() - x < 999) return void j(ca, 999); 183 | var a = B(function () { 184 | c.loadMode = 3, W() 185 | }); 186 | l = !0, c.loadMode = 3, W(), i("scroll", function () { 187 | 3 == c.loadMode && (c.loadMode = 2), a() 188 | }, !0) 189 | } 190 | }; 191 | return { 192 | _: function () { 193 | x = e.now(), f = b.getElementsByClassName(c.lazyClass), k = b.getElementsByClassName(c.lazyClass + " " + c.preloadClass), L = c.hFac, i("scroll", W, !0), i("resize", W, !0), a.MutationObserver ? new MutationObserver(W).observe(d, { 194 | childList: !0, 195 | subtree: !0, 196 | attributes: !0 197 | }) : (d[g]("DOMNodeInserted", W, !0), d[g]("DOMAttrModified", W, !0), setInterval(W, 999)), i("hashchange", W, !0), ["focus", "mouseover", "click", "load", "transitionend", "animationend", "webkitAnimationEnd"].forEach(function (a) { 198 | b[g](a, W, !0) 199 | }), /d$|^c/.test(b.readyState) ? ca() : (i("load", ca), b[g]("DOMContentLoaded", W), j(ca, 2e4)), f.length ? (V(), y._lsFlush()) : W() 200 | }, 201 | checkElems: W, 202 | unveil: ba 203 | } 204 | }(), 205 | D = function () { 206 | var a, d = z(function (a, b, c, d) { 207 | var e, f, g; 208 | if (a._lazysizesWidth = d, d += "px", a.setAttribute("sizes", d), m.test(b.nodeName || "")) 209 | for (e = b.getElementsByTagName("source"), f = 0, g = e.length; g > f; f++) e[f].setAttribute("sizes", d); 210 | c.detail.dataAttr || v(a, c.detail) 211 | }), 212 | e = function (a, b, c) { 213 | var e, f = a.parentNode; 214 | f && (c = x(a, f, c), e = u(a, "lazybeforesizes", { 215 | width: c, 216 | dataAttr: !!b 217 | }), e.defaultPrevented || (c = e.detail.width, c && c !== a._lazysizesWidth && d(a, f, e, c))) 218 | }, 219 | f = function () { 220 | var b, c = a.length; 221 | if (c) 222 | for (b = 0; c > b; b++) e(a[b]) 223 | }, 224 | g = B(f); 225 | return { 226 | _: function () { 227 | a = b.getElementsByClassName(c.autosizesClass), i("resize", g) 228 | }, 229 | checkElems: g, 230 | updateElem: e 231 | } 232 | }(), 233 | E = function () { 234 | E.i || (E.i = !0, D._(), C._()) 235 | }; 236 | return function () { 237 | var b, d = { 238 | lazyClass: "lazyload", 239 | loadedClass: "lazyloaded", 240 | loadingClass: "lazyloading", 241 | preloadClass: "lazypreload", 242 | errorClass: "lazyerror", 243 | autosizesClass: "lazyautosizes", 244 | srcAttr: "data-src", 245 | srcsetAttr: "data-srcset", 246 | sizesAttr: "data-sizes", 247 | minSize: 40, 248 | customMedia: {}, 249 | init: !0, 250 | expFactor: 1.5, 251 | hFac: .8, 252 | loadMode: 2 253 | }; 254 | c = a.lazySizesConfig || a.lazysizesConfig || {}; 255 | for (b in d) b in c || (c[b] = d[b]); 256 | a.lazySizesConfig = c, j(function () { 257 | c.init && E() 258 | }) 259 | }(), { 260 | cfg: c, 261 | autoSizer: D, 262 | loader: C, 263 | init: E, 264 | uP: v, 265 | aC: r, 266 | rC: s, 267 | hC: q, 268 | fire: u, 269 | gW: x, 270 | rAF: y 271 | } 272 | } 273 | }); -------------------------------------------------------------------------------- /assets/js/newsletter.js: -------------------------------------------------------------------------------- 1 | var firstTime = localStorage.getItem("first_time"); 2 | if (!firstTime) { 3 | $(window).on('load', function () { 4 | setTimeout(function () { 5 | $('#newsletter').modal('show'); 6 | }, 500); 7 | }); 8 | localStorage.setItem("first_time", "1"); 9 | } -------------------------------------------------------------------------------- /assets/js/price-filter.js: -------------------------------------------------------------------------------- 1 | // Trigger 2 | 3 | $(function () { 4 | var $range = $(".js-range-slider"), 5 | $inputFrom = $(".js-input-from"), 6 | $inputTo = $(".js-input-to"), 7 | instance, 8 | min = 0, 9 | max = 500, 10 | from = 0, 11 | to = 0; 12 | 13 | $range.ionRangeSlider({ 14 | type: "double", 15 | min: min, 16 | max: max, 17 | from: 0, 18 | to: 500, 19 | prefix: "$ ", 20 | onStart: updateInputs, 21 | onChange: updateInputs, 22 | step: 5, 23 | prettify_enabled: true, 24 | prettify_separator: ".", 25 | values_separator: " - ", 26 | force_edges: true, 27 | }); 28 | 29 | instance = $range.data("ionRangeSlider"); 30 | 31 | function updateInputs(data) { 32 | from = "$" + data.from; 33 | to = "$" + data.to; 34 | 35 | $inputFrom.prop("value", from); 36 | $inputTo.prop("value", to); 37 | 38 | $("#prange").val(data.from + "," + data.to); 39 | $("#prange").trigger('change'); 40 | } 41 | 42 | $inputFrom.on("input", function () { 43 | var val = $(this).prop("value"); 44 | 45 | // validate 46 | if (val < min) { 47 | val = min; 48 | } else if (val > to) { 49 | val = to; 50 | } 51 | 52 | instance.update({ 53 | from: val, 54 | }); 55 | }); 56 | 57 | $inputTo.on("input", function () { 58 | var val = $(this).prop("value"); 59 | 60 | // validate 61 | if (val < from) { 62 | val = from; 63 | } else if (val > max) { 64 | val = max; 65 | } 66 | 67 | instance.update({ 68 | to: val, 69 | }); 70 | }); 71 | }); -------------------------------------------------------------------------------- /assets/js/script.js: -------------------------------------------------------------------------------- 1 | /*----------------------------------------------------------------------------------- 2 | 3 | Template Name:Surfside Media 4 | Template URI: surfsidemedia.in 5 | Description: Ecommerce Website Project 6 | Author: Surfside Media 7 | Author URI: https://www.surfsidemedia.in/ 8 | 9 | ----------------------------------------------------------------------------------- */ 10 | // 01.Tap to top js 11 | // 02.Image to background js 12 | // 03.menu js 13 | // 04.search box function 14 | // 05.color select function 15 | // 06.size select function 16 | // 07.modal function 17 | // 08.add to cart 18 | // 09.add to wishlist 19 | // 10.category menu 20 | // 11.Footer function 21 | // 12.cart dunction 22 | // 13.log in functions 23 | // 14.product page quantity counter 24 | // 15.other js 25 | // 16.Recently puchase modal 26 | // 17.active ul js 27 | // 18.cookie bar js 28 | // 19.hide header on scroll down js 29 | // 20.shop list-grid js 30 | // 21.Shop List-grid js 31 | // 22.Mouseup functions 32 | // 23.Feather js 33 | // 24.header Dropdown js 34 | 35 | (function ($) { 36 | "use strict"; 37 | 38 | /*===================== 39 | 1. Tap To Top Js 40 | ==========================*/ 41 | $(window).on("scroll", function () { 42 | if ($(this).scrollTop() > 600) { 43 | $('.tap-to-top').addClass('show'); 44 | } else { 45 | $('.tap-to-top').removeClass('show'); 46 | } 47 | }); 48 | 49 | $('.tap-to-top').on('click', function () { 50 | $("html, body").animate({ 51 | scrollTop: 0, 52 | }, 53 | 600 54 | ); 55 | return false; 56 | }); 57 | /*===================== 58 | 2. Image to background js 59 | ==========================*/ 60 | $(".bg-top").parent().addClass("b-top"); 61 | $(".bg-bottom").parent().addClass("b-bottom"); 62 | $(".bg-center").parent().addClass("b-center"); 63 | $(".bg-left").parent().addClass("b-left"); 64 | $(".bg-right").parent().addClass("b-right"); 65 | $(".bg_size_content").parent().addClass("b_size_content"); 66 | $(".bg-img").parent().addClass("bg-size"); 67 | $(".bg-img.blur-up").parent().addClass("blur-up lazyload"); 68 | $(".bg-img").each(function () { 69 | var el = $(this), 70 | src = el.attr("src"), 71 | parent = el.parent(); 72 | 73 | parent.css({ 74 | "background-image": "url(" + src + ")", 75 | "background-size": "cover", 76 | "background-position": "center", 77 | "background-repeat": "no-repeat", 78 | display: "block", 79 | }); 80 | 81 | el.hide(); 82 | }); 83 | 84 | /*===================== 85 | 3. Menu js 86 | ==========================*/ 87 | $(".toggle-nav, .sidebar-toggle").on("click", function () { 88 | $(".nav-menu").css("right", "0px"); 89 | $(".mobile-poster").css("right", "0px"); 90 | $(".bg-overlay").addClass("show"); 91 | }); 92 | $(".back-btn, .bg-overlay").on("click", function () { 93 | $(".nav-menu").css("right", "-410px"); 94 | $(".mobile-poster").css("right", "-410px"); 95 | $(".bg-overlay").removeClass("show"); 96 | }); 97 | 98 | var contentwidth = $(window).width(); 99 | if (contentwidth < "1200") { 100 | $(".menu-title").append('+'); 101 | $(".menu-title").on("click", function () { 102 | $(".menu-title") 103 | .removeClass("active") 104 | .find("span") 105 | .replaceWith('+'); 106 | $(".menu-content").slideUp("normal"); 107 | if ($(this).next().is(":hidden") == true) { 108 | $(this).addClass("active"); 109 | $(this) 110 | .find("span") 111 | .replaceWith('-'); 112 | $(this).next().slideDown("normal"); 113 | } else { 114 | $(this) 115 | .find("span") 116 | .replaceWith('+'); 117 | } 118 | }); 119 | $(".menu-content").hide(); 120 | } 121 | 122 | var contentwidth = $(window).width(); 123 | if (contentwidth < "1200") { 124 | $(".menu-title-level1").append( 125 | '+' 126 | ); 127 | $(".menu-title-level1").on("click", function () { 128 | $(".menu-title-level1") 129 | .removeClass("active") 130 | .find("span") 131 | .replaceWith('+'); 132 | $(".level1").slideUp("normal"); 133 | if ($(this).next().is(":hidden") == true) { 134 | $(this).addClass("active"); 135 | $(this) 136 | .find("span") 137 | .replaceWith('-'); 138 | $(this).next().slideDown("normal"); 139 | } else { 140 | $(this) 141 | .find("span") 142 | .replaceWith('+'); 143 | } 144 | }); 145 | $(".nav-sub-childmenu .level1").hide(); 146 | } 147 | 148 | var contentwidth = $(window).width(); 149 | if (contentwidth < "1200") { 150 | $(".submenu-title").append('+'); 151 | $(".submenu-title").on("click", function () { 152 | $(".submenu-title") 153 | .removeClass("active") 154 | .find("span") 155 | .replaceWith('+'); 156 | $(".submenu-content").slideUp("normal"); 157 | if ($(this).next().is(":hidden") == true) { 158 | $(this).addClass("active"); 159 | $(this) 160 | .find("span") 161 | .replaceWith('-'); 162 | $(this).next().slideDown("normal"); 163 | } else { 164 | $(this) 165 | .find("span") 166 | .replaceWith('+'); 167 | } 168 | }); 169 | $(".submenu-content").hide(); 170 | } 171 | 172 | /*===================== 173 | 4. search box function 174 | ==========================*/ 175 | $(".search-box").on("click", function () { 176 | $(this).closest(".main-menu").find(".search-full").addClass("open"); 177 | }); 178 | $(window).on("load resize", function () { 179 | // open searchbox 180 | $(".search-type").on("click", function () { 181 | $(this).parents(".search-full").addClass("show"); 182 | }); 183 | 184 | // close seach 185 | $(".close-search").on("click", function () { 186 | $(this).closest(".main-menu").find(".search-full").removeClass("open"); 187 | }); 188 | }); 189 | 190 | /*===================== 191 | 5. color select function 192 | ==========================*/ 193 | $(".color-variant li").on("click", function () { 194 | $(this).toggleClass("selected").siblings("li").removeClass("selected"); 195 | }); 196 | 197 | /*===================== 198 | 6. size select function 199 | ==========================*/ 200 | $(".size-detail ul li").on("click", function () { 201 | $(this).toggleClass("selected").siblings("li").removeClass("selected"); 202 | }); 203 | 204 | /*===================== 205 | 7. modal function 206 | ==========================*/ 207 | // $("#quick-view").on("show.bs.modal", function (event) { 208 | // $(window).trigger("resize"); 209 | // $(".quick-view-slider").slick("slickNext"); 210 | // $(".quick-nav").slick("slickNext"); 211 | // }); 212 | 213 | /*===================== 214 | 8. Add to cart 215 | ==========================*/ 216 | $(".product-box .cart-wrap li .addtocart-btn").on("click", function () { 217 | // $.notify({ 218 | // icon: "fa fa-check", 219 | // title: "Success!", 220 | // message: "Item Successfully added to your cart", 221 | // }, { 222 | // element: "body", 223 | // position: null, 224 | // type: "success", 225 | // allow_dismiss: true, 226 | // newest_on_top: false, 227 | // showProgressbar: true, 228 | // placement: { 229 | // from: "top", 230 | // align: "right", 231 | // }, 232 | // offset: 20, 233 | // spacing: 10, 234 | // z_index: 1031, 235 | // delay: 5000, 236 | // animate: { 237 | // enter: "animated fadeInDown", 238 | // exit: "animated fadeOutUp", 239 | // }, 240 | // icon_type: "class", 241 | // template: '", 251 | // }); 252 | }); 253 | 254 | /*===================== 255 | 9. Add to wishlist 256 | ==========================*/ 257 | // $(".product-box a.wishlist").on("click", function () { 258 | // $.notify({ 259 | // icon: "fa fa-check", 260 | // title: "Success!", 261 | // message: "Item Successfully added in wishlist", 262 | // }, { 263 | // element: "body", 264 | // position: null, 265 | // type: "info", 266 | // allow_dismiss: true, 267 | // newest_on_top: false, 268 | // showProgressbar: true, 269 | // placement: { 270 | // from: "top", 271 | // align: "right", 272 | // }, 273 | // offset: 20, 274 | // spacing: 10, 275 | // z_index: 1031, 276 | // delay: 5000, 277 | // animate: { 278 | // enter: "animated fadeInDown", 279 | // exit: "animated fadeOutUp", 280 | // }, 281 | // icon_type: "class", 282 | // template: '", 292 | // }); 293 | // }); 294 | 295 | /*===================== 296 | 10. category menu 297 | ==========================*/ 298 | $(".toggle-category").on("click", function () { 299 | $(".category-dropdown").addClass("open"); 300 | $(".bg-overlay").addClass("show"); 301 | }); 302 | $(".back-category, .bg-overlay").on("click", function () { 303 | $(".category-dropdown").removeClass("open"); 304 | $(".bg-overlay").removeClass("show"); 305 | }); 306 | var contentwidth = $(window).width(); 307 | if (contentwidth < "1200") { 308 | $(".category-menu li.submenu >a").append( 309 | '+' 310 | ); 311 | $(".category-menu li.submenu >a").on("click", function () { 312 | $(".category-menu li.submenu >a") 313 | .removeClass("active") 314 | .find("span") 315 | .replaceWith('+'); 316 | $(".category-mega-menu").slideUp("normal"); 317 | if ($(this).next().is(":hidden") == true) { 318 | $(this).addClass("active"); 319 | $(this) 320 | .find("span") 321 | .replaceWith('-'); 322 | $(this).next().slideDown("normal"); 323 | } else { 324 | $(this) 325 | .find("span") 326 | .replaceWith('+'); 327 | } 328 | }); 329 | $(".category-mega-menu").hide(); 330 | } 331 | 332 | var contentwidth = $(window).width(); 333 | if (contentwidth < "1200") { 334 | $(".title-category").append('+'); 335 | $(".title-category").on("click", function () { 336 | $(".title-category") 337 | .removeClass("active") 338 | .find("span") 339 | .replaceWith('+'); 340 | $(".category-childmenu ul").slideUp("normal"); 341 | if ($(this).next().is(":hidden") == true) { 342 | $(this).addClass("active"); 343 | $(this) 344 | .find("span") 345 | .replaceWith('-'); 346 | $(this).next().slideDown("normal"); 347 | } else { 348 | $(this) 349 | .find("span") 350 | .replaceWith('+'); 351 | } 352 | }); 353 | $(".category-childmenu ul").hide(); 354 | } 355 | 356 | /*===================== 357 | 11. Footer function 358 | ==========================*/ 359 | var contentwidth = $(window).width(); 360 | if (contentwidth < "576") { 361 | $(".footer-title h5").append( 362 | '' 363 | ); 364 | $(".footer-title").on("click", function () { 365 | $(".footer-title") 366 | .removeClass("active") 367 | .find("span") 368 | .replaceWith( 369 | '' 370 | ); 371 | $(".footer-content").slideUp("normal"); 372 | if ($(this).next().is(":hidden") == true) { 373 | $(this).addClass("active"); 374 | $(this) 375 | .find("span") 376 | .replaceWith( 377 | '' 378 | ); 379 | $(this).next().slideDown("normal"); 380 | } else { 381 | $(this) 382 | .find("span") 383 | .replaceWith( 384 | '' 385 | ); 386 | } 387 | }); 388 | $(".footer-content").hide(); 389 | } else { 390 | $(".footer-content").show(); 391 | } 392 | 393 | /*===================== 394 | 12. cart function 395 | ==========================*/ 396 | $(".cart-dropdown .cart-media, .cart-dropdown > button").on("click", function () { 397 | $(".cart-dropdown").addClass("show"); 398 | $("body").addClass("o-hidden"); 399 | }); 400 | 401 | $(".back-cart").on("click", function () { 402 | $(".cart-dropdown").removeClass("show"); 403 | $("body").removeClass("o-hidden"); 404 | }); 405 | 406 | /*===================== 407 | 13. Log In functions 408 | ==========================*/ 409 | $(function () { 410 | $(".input input") 411 | .focus(function () { 412 | $(this) 413 | .parent(".input") 414 | .each(function () { 415 | $("label", this).css({ 416 | "line-height": "18px", 417 | "font-weight": "100", 418 | top: "0px", 419 | }); 420 | $(".spin", this).css({ 421 | width: "100%", 422 | }); 423 | }); 424 | }) 425 | .blur(function () { 426 | $(".spin").css({ 427 | width: "0px", 428 | }); 429 | if ($(this).val() == "") { 430 | $(this) 431 | .parent(".input") 432 | .each(function () { 433 | $("label", this).css({ 434 | "line-height": "60px", 435 | "font-weight": "300", 436 | top: "10px", 437 | }); 438 | }); 439 | } 440 | }); 441 | 442 | // $(".button").click(function (e) { 443 | // var pX = e.pageX, 444 | // pY = e.pageY, 445 | // oX = parseInt($(this).offset().left), 446 | // oY = parseInt($(this).offset().top); 447 | // $(".x-" + oX + ".y-" + oY + "").animate({ 448 | // width: "500px", 449 | // height: "500px", 450 | // top: "-250px", 451 | // left: "-250px", 452 | // }, 453 | // 600 454 | // ); 455 | // $("button", this).addClass("active"); 456 | // }); 457 | 458 | $(".alt-2").on("click", function () { 459 | if (!$(this).hasClass("material-button")) { 460 | $(".shape").css({ 461 | width: "100%", 462 | height: "100%", 463 | transform: "rotate(0deg)", 464 | }); 465 | 466 | setTimeout(function () { 467 | $(".overbox").css({ 468 | overflow: "initial", 469 | }); 470 | }, 600); 471 | 472 | $(this).animate({ 473 | width: "140px", 474 | height: "140px", 475 | }, 476 | 500, 477 | function () { 478 | $(".box").removeClass("back"); 479 | 480 | $(this).removeClass("active"); 481 | } 482 | ); 483 | 484 | $(".overbox .title").fadeOut(300); 485 | $(".overbox .input").fadeOut(300); 486 | $(".overbox .button").fadeOut(300); 487 | 488 | $(".alt-2").addClass("material-buton"); 489 | } 490 | }); 491 | 492 | // $(".material-button").on("click", function () { 493 | // if ($(this).hasClass("material-button")) { 494 | // setTimeout(function () { 495 | // $(".overbox").css({ 496 | // overflow: "hidden", 497 | // }); 498 | // $(".box").addClass("back"); 499 | // }, 200); 500 | // $(this).addClass("active").animate({ 501 | // width: "850px", 502 | // height: "850px", 503 | // }); 504 | 505 | // setTimeout(function () { 506 | // $(".shape").css({ 507 | // width: "50%", 508 | // height: "50%", 509 | // transform: "rotate(45deg)", 510 | // }); 511 | 512 | // $(".overbox .title").fadeIn(300); 513 | // $(".overbox .input").fadeIn(300); 514 | // $(".overbox .button").fadeIn(300); 515 | // }, 700); 516 | 517 | // $(this).removeClass("material-button"); 518 | // } 519 | 520 | // if ($(".alt-2").hasClass("material-buton")) { 521 | // $(".alt-2").removeClass("material-buton"); 522 | // $(".alt-2").addClass("material-button"); 523 | // } 524 | // }); 525 | }); 526 | 527 | /*===================== 528 | 14. Product page Quantity Counter 529 | ==========================*/ 530 | $(".qty-box .quantity-right-plus").on("click", function () { 531 | var $qty = $(".qty-box .input-number"); 532 | var currentVal = parseInt($qty.val(), 10); 533 | if (!isNaN(currentVal)) { 534 | $qty.val(currentVal + 1); 535 | } 536 | }); 537 | 538 | $(".qty-box .quantity-left-minus").on("click", function () { 539 | var $qty = $(".qty-box .input-number"); 540 | var currentVal = parseInt($qty.val(), 10); 541 | if (!isNaN(currentVal) && currentVal > 1) { 542 | $qty.val(currentVal - 1); 543 | } 544 | }); 545 | 546 | /*===================== 547 | 15. Other Js 548 | ==========================*/ 549 | $(".size-box ul li").on("click", function (e) { 550 | $(".size-box ul li").removeClass("active"); 551 | $("#selectSize").removeClass("cartMove"); 552 | $(this).addClass("active"); 553 | $(this).parent().addClass("selected"); 554 | }); 555 | 556 | $("#cartEffect").on("click", function (e) { 557 | if ($("#selectSize .size-box ul").hasClass("selected")) { 558 | $("#cartEffect").text("Added to bag "); 559 | $(".added-notification").addClass("show"); 560 | setTimeout(function () { 561 | $(".added-notification").removeClass("show"); 562 | }, 5000); 563 | } else { 564 | $("#selectSize").addClass("cartMove"); 565 | } 566 | }); 567 | 568 | /*===================== 569 | 16. Recently puchase modal 570 | ==========================*/ 571 | setInterval(function () { 572 | $(".recently-purchase").toggleClass("show"); 573 | }, 20000); 574 | 575 | $(".recently-purchase .close-popup").on("click", function () { 576 | $(".recently-purchase").removeClass("show"); 577 | }); 578 | 579 | /*===================== 580 | 17. active ul js 581 | ==========================*/ 582 | $(".image-section li").on("click", function () { 583 | $(".image-section li").removeClass("active"); 584 | $(this).addClass("active"); 585 | }); 586 | 587 | /*===================== 588 | 18. Coockie js 589 | ==========================*/ 590 | $(".cookie-bar-section #button").on("click", function () { 591 | $(".cookie-bar-section").toggleClass("hide"); 592 | }); 593 | 594 | /*===================== 595 | 19. Hide header on scroll down js 596 | ==========================*/ 597 | $(function () { 598 | var $window = $(window); 599 | var lastScrollTop = 0; 600 | var $header = $("header"); 601 | var headerHeight = $header.outerHeight(); 602 | 603 | $window.scroll(function () { 604 | var windowTop = $window.scrollTop(); 605 | 606 | if (windowTop >= headerHeight) { 607 | $header.addClass("nav-down"); 608 | } else { 609 | $header.removeClass("nav-down"); 610 | $header.removeClass("nav-up"); 611 | } 612 | 613 | if ($header.hasClass("nav-down")) { 614 | if (windowTop < lastScrollTop) { 615 | $header.addClass("nav-up"); 616 | } else { 617 | $header.removeClass("nav-up"); 618 | } 619 | } 620 | $("#lastscrolltop").text("LastscrollTop: " + lastScrollTop); 621 | 622 | lastScrollTop = windowTop; 623 | 624 | $("#windowtop").text("scrollTop: " + windowTop); 625 | }); 626 | }); 627 | 628 | /*===================== 629 | 20. Shop List-grid js 630 | ==========================*/ 631 | $(".grid-options .grid-btn").on("click", function () { 632 | $(".product-list-section").removeClass("list-style"); 633 | }); 634 | 635 | $(".grid-options .list-btn").on("click", function () { 636 | $(".product-list-section").addClass("list-style"); 637 | }); 638 | $('.two-grid').on('click', function (e) { 639 | $(".product-list-section").removeClass("row-cols-xl-5 row-cols-lg-4 row-cols-md-3 row-cols-2 list-style").addClass("row-cols-2"); 640 | }); 641 | $('.three-grid').on('click', function (e) { 642 | $(".product-list-section").removeClass("row-cols-xl-5 row-cols-lg-4 row-cols-md-3 row-cols-2 list-style").addClass("row-cols-md-3 row-cols-2"); 643 | }); 644 | $('.grid-btn').on('click', function (e) { 645 | $(".product-list-section").removeClass("row-cols-xl-5 row-cols-lg-4 row-cols-md-3 row-cols-2 list-style").addClass("row-cols-lg-4 row-cols-md-3 row-cols-2"); 646 | }); 647 | $('.five-grid').on('click', function (e) { 648 | $(".product-list-section").removeClass("list-style").addClass("row-cols-xl-5 row-cols-lg-4 row-cols-md-3 row-cols-2"); 649 | }); 650 | var contentwidth = $(window).width(); 651 | if (contentwidth < "1199") { 652 | $(".grid-options .grid-btn").addClass("active"); 653 | } 654 | if (contentwidth < "991") { 655 | $(".grid-options .three-grid").addClass("active"); 656 | } 657 | if (contentwidth < "767") { 658 | $(".grid-options .two-grid").addClass("active"); 659 | } 660 | 661 | })(jQuery); 662 | 663 | /*===================== 664 | 21. Shop List-grid js 665 | ==========================*/ 666 | $(".grid-options ul li").click(function () { 667 | $(".grid-options li.active").removeClass("active"); 668 | $(this).addClass("active") 669 | }); 670 | 671 | /*===================== 672 | 22. Mouseup functions 673 | ==========================*/ 674 | $(document).mouseup(function (e) { 675 | // searchbox 676 | var searchbar = $(".search-full"); 677 | if (!searchbar.is(e.target) && searchbar.has(e.target).length === 0) { 678 | $(".search-full").removeClass("show"); 679 | } 680 | 681 | // menu sidebar 682 | var navMenu = $(".nav-menu"); 683 | if (!navMenu.is(e.target) && navMenu.has(e.target).length === 0) { 684 | $(".nav-menu").css("right", "-410px"); 685 | $("body").removeClass("o-hidden"); 686 | } 687 | 688 | // category menu 689 | var categoryMenu = $(".category-dropdown"); 690 | if (!categoryMenu.is(e.target) && categoryMenu.has(e.target).length === 0) { 691 | $(".category-dropdown").removeClass("open"); 692 | $("body").removeClass("o-hidden"); 693 | } 694 | 695 | // category menu 696 | var categoryMenu = $(".cart-dropdown"); 697 | if (!categoryMenu.is(e.target) && categoryMenu.has(e.target).length === 0) { 698 | $(".cart-dropdown").removeClass("show"); 699 | $("body").removeClass("o-hidden"); 700 | } 701 | 702 | // top filter 703 | var topFilter = $(".top-filter-section .onclick-title"); 704 | if (!topFilter.is(e.target) && topFilter.has(e.target).length === 0) { 705 | $(".top-filter-section .onclick-title").removeClass("show"); 706 | } 707 | }); 708 | 709 | /*===================== 710 | 23. Feather js 711 | ==========================*/ 712 | feather.replace(); 713 | 714 | /*===================== 715 | 24. header Dropdown js 716 | ==========================*/ 717 | $('.dropdown .dropdown-menu li').click(function () { 718 | $(this).parents('.dropdown').find('span').text($(this).text()); 719 | $(this).parents('.dropdown').find('input').attr('value', $(this).attr('id')); 720 | }); -------------------------------------------------------------------------------- /assets/js/slick/custom_slick.js: -------------------------------------------------------------------------------- 1 | $(".slick-1") 2 | .slick({ 3 | dots: false, 4 | infinite: true, 5 | speed: 500, 6 | arrows: false, 7 | autoplay: false, 8 | slidesToShow: 1, 9 | slidesToScroll: 1, 10 | fade: true, 11 | }) 12 | .slickAnimation(); 13 | 14 | $(".slick-2") 15 | .slick({ 16 | dots: true, 17 | infinite: true, 18 | speed: 500, 19 | arrows: false, 20 | autoplay: false, 21 | slidesToShow: 1, 22 | slidesToScroll: 1, 23 | nextArrow: '', 24 | prevArrow: '', 25 | }) 26 | .slickAnimation(); 27 | 28 | $(".insta-slider").slick({ 29 | dots: true, 30 | infinite: true, 31 | speed: 500, 32 | arrows: false, 33 | slidesToShow: 5, 34 | slidesToScroll: 1, 35 | responsive: [{ 36 | breakpoint: 1630, 37 | settings: { 38 | slidesToShow: 4, 39 | }, 40 | }, 41 | { 42 | breakpoint: 1200, 43 | settings: { 44 | slidesToShow: 3, 45 | }, 46 | }, 47 | { 48 | breakpoint: 900, 49 | settings: { 50 | slidesToShow: 2, 51 | }, 52 | }, 53 | { 54 | breakpoint: 576, 55 | settings: { 56 | slidesToShow: 2, 57 | }, 58 | }, 59 | { 60 | breakpoint: 420, 61 | settings: { 62 | slidesToShow: 1, 63 | centerMode: true, 64 | centerPadding: "20px", 65 | }, 66 | }, 67 | ], 68 | }); 69 | 70 | $(".insta-slider1").slick({ 71 | dots: true, 72 | infinite: true, 73 | speed: 500, 74 | arrows: false, 75 | slidesToShow: 5, 76 | slidesToScroll: 1, 77 | responsive: [{ 78 | breakpoint: 1630, 79 | settings: { 80 | slidesToShow: 4, 81 | }, 82 | }, 83 | { 84 | breakpoint: 1200, 85 | settings: { 86 | slidesToShow: 3, 87 | }, 88 | }, 89 | { 90 | breakpoint: 576, 91 | settings: { 92 | slidesToShow: 2, 93 | }, 94 | }, 95 | { 96 | breakpoint: 512, 97 | settings: { 98 | slidesToShow: 1, 99 | }, 100 | }, 101 | ], 102 | }); 103 | 104 | $(".slide-1-1").slick({ 105 | infinite: true, 106 | slidesToShow: 1, 107 | slidesToScroll: 1, 108 | speed: 500, 109 | autoplay: true, 110 | dots: true, 111 | arrows: false, 112 | }); 113 | 114 | $(".slide-1").slick({ 115 | infinite: true, 116 | slidesToShow: 1, 117 | slidesToScroll: 1, 118 | fade: true, 119 | }); 120 | 121 | $(".slide-2").slick({ 122 | infinite: false, 123 | slidesToShow: 2, 124 | slidesToScroll: 2, 125 | speed: 500, 126 | autoplay: true, 127 | dots: true, 128 | arrows: false, 129 | }); 130 | 131 | $(".slide-3").slick({ 132 | dots: false, 133 | arrows: false, 134 | infinite: true, 135 | slidesToShow: 3, 136 | slidesToScroll: 2, 137 | responsive: [{ 138 | breakpoint: 1200, 139 | settings: { 140 | slidesToShow: 2, 141 | slidesToScroll: 2 142 | } 143 | }, 144 | { 145 | breakpoint: 767, 146 | settings: { 147 | slidesToShow: 1, 148 | slidesToScroll: 1 149 | } 150 | } 151 | ], 152 | }); 153 | 154 | $(".slide-three").slick({ 155 | dots: false, 156 | arrows: false, 157 | infinite: true, 158 | slidesToShow: 3, 159 | slidesToScroll: 2, 160 | responsive: [{ 161 | breakpoint: 1200, 162 | settings: { 163 | slidesToShow: 2, 164 | slidesToScroll: 2 165 | } 166 | }], 167 | }); 168 | 169 | $(".slide-3-1").slick({ 170 | dots: true, 171 | arrows: false, 172 | infinite: true, 173 | slidesToShow: 3, 174 | slidesToScroll: 2, 175 | responsive: [{ 176 | breakpoint: 992, 177 | settings: { 178 | slidesToShow: 3, 179 | }, 180 | }, 181 | { 182 | breakpoint: 420, 183 | settings: { 184 | slidesToShow: 1, 185 | slidesToScroll: 1, 186 | fade: true, 187 | }, 188 | }, 189 | ], 190 | }); 191 | 192 | $(".slide-4").slick({ 193 | dots: true, 194 | infinite: true, 195 | speed: 500, 196 | arrows: false, 197 | slidesToShow: 4, 198 | slidesToScroll: 1, 199 | responsive: [{ 200 | breakpoint: 1200, 201 | settings: { 202 | slidesToShow: 3, 203 | }, 204 | }, 205 | { 206 | breakpoint: 992, 207 | settings: { 208 | slidesToShow: 2, 209 | }, 210 | }, 211 | { 212 | breakpoint: 420, 213 | settings: { 214 | slidesToShow: 2, 215 | }, 216 | }, 217 | ], 218 | }); 219 | 220 | $(".slide-4_1").slick({ 221 | dots: true, 222 | infinite: true, 223 | speed: 500, 224 | arrows: false, 225 | slidesToShow: 4, 226 | slidesToScroll: 1, 227 | responsive: [{ 228 | breakpoint: 1200, 229 | settings: { 230 | slidesToShow: 3, 231 | }, 232 | }, 233 | { 234 | breakpoint: 992, 235 | settings: { 236 | slidesToShow: 2, 237 | }, 238 | }, 239 | { 240 | breakpoint: 420, 241 | settings: { 242 | slidesToShow: 2, 243 | }, 244 | }, 245 | ], 246 | }); 247 | 248 | $(".slide-5").slick({ 249 | dots: true, 250 | infinite: true, 251 | speed: 500, 252 | arrows: false, 253 | slidesToShow: 5, 254 | slidesToScroll: 1, 255 | responsive: [{ 256 | breakpoint: 1200, 257 | settings: { 258 | slidesToShow: 4, 259 | }, 260 | }, 261 | { 262 | breakpoint: 992, 263 | settings: { 264 | slidesToShow: 2, 265 | }, 266 | }, 267 | { 268 | breakpoint: 420, 269 | settings: { 270 | slidesToShow: 2, 271 | }, 272 | }, 273 | ], 274 | }); 275 | 276 | $(".slide-5_1").slick({ 277 | dots: true, 278 | infinite: false, 279 | speed: 500, 280 | arrows: false, 281 | slidesToShow: 5, 282 | slidesToScroll: 2, 283 | responsive: [{ 284 | breakpoint: 1200, 285 | settings: { 286 | slidesToShow: 4, 287 | }, 288 | }, 289 | { 290 | breakpoint: 992, 291 | settings: { 292 | slidesToShow: 2, 293 | }, 294 | }, 295 | { 296 | breakpoint: 420, 297 | settings: { 298 | slidesToShow: 2, 299 | }, 300 | }, 301 | ], 302 | }); 303 | 304 | $(".slide-6").slick({ 305 | dots: true, 306 | infinite: true, 307 | speed: 500, 308 | arrows: false, 309 | slidesToShow: 6, 310 | slidesToScroll: 1, 311 | responsive: [{ 312 | breakpoint: 1630, 313 | settings: { 314 | slidesToShow: 5, 315 | }, 316 | }, 317 | { 318 | breakpoint: 1200, 319 | settings: { 320 | slidesToShow: 4, 321 | }, 322 | }, 323 | { 324 | breakpoint: 992, 325 | settings: { 326 | slidesToShow: 3, 327 | }, 328 | }, 329 | { 330 | breakpoint: 705, 331 | settings: { 332 | slidesToShow: 2, 333 | }, 334 | }, 335 | ], 336 | }); 337 | 338 | $(".slide-7").slick({ 339 | dots: true, 340 | infinite: true, 341 | arrows: false, 342 | slidesToShow: 7, 343 | slidesToScroll: 1, 344 | speed: 500, 345 | autoplay: true, 346 | responsive: [{ 347 | breakpoint: 1630, 348 | settings: { 349 | slidesToShow: 6, 350 | }, 351 | }, 352 | { 353 | breakpoint: 1367, 354 | settings: { 355 | slidesToShow: 5, 356 | }, 357 | }, 358 | { 359 | breakpoint: 1200, 360 | settings: { 361 | slidesToShow: 4, 362 | }, 363 | }, 364 | { 365 | breakpoint: 992, 366 | settings: { 367 | slidesToShow: 3, 368 | }, 369 | }, 370 | { 371 | breakpoint: 740, 372 | settings: { 373 | slidesToShow: 2, 374 | }, 375 | }, 376 | { 377 | breakpoint: 481, 378 | settings: { 379 | slidesToShow: 1, 380 | }, 381 | }, 382 | ], 383 | }); 384 | 385 | $(".slide-7-1").slick({ 386 | dots: true, 387 | infinite: false, 388 | arrows: false, 389 | slidesToShow: 7, 390 | slidesToScroll: 1, 391 | speed: 500, 392 | autoplay: true, 393 | responsive: [{ 394 | breakpoint: 1630, 395 | settings: { 396 | slidesToShow: 6, 397 | }, 398 | }, 399 | { 400 | breakpoint: 1367, 401 | settings: { 402 | slidesToShow: 5, 403 | }, 404 | }, 405 | { 406 | breakpoint: 1200, 407 | settings: { 408 | slidesToShow: 4, 409 | }, 410 | }, 411 | { 412 | breakpoint: 992, 413 | settings: { 414 | slidesToShow: 3, 415 | }, 416 | }, 417 | { 418 | breakpoint: 740, 419 | settings: { 420 | slidesToShow: 2, 421 | }, 422 | }, 423 | ], 424 | }); 425 | 426 | $(".our-product").slick({ 427 | dots: true, 428 | infinite: true, 429 | speed: 500, 430 | arrows: false, 431 | slidesToShow: 5, 432 | slidesToScroll: 1, 433 | responsive: [{ 434 | breakpoint: 1630, 435 | settings: { 436 | slidesToShow: 6, 437 | }, 438 | }, 439 | { 440 | breakpoint: 1367, 441 | settings: { 442 | slidesToShow: 5, 443 | }, 444 | }, 445 | { 446 | breakpoint: 1200, 447 | settings: { 448 | slidesToShow: 4, 449 | }, 450 | }, 451 | { 452 | breakpoint: 992, 453 | settings: { 454 | slidesToShow: 3, 455 | }, 456 | }, 457 | { 458 | breakpoint: 740, 459 | settings: { 460 | slidesToShow: 2, 461 | }, 462 | }, 463 | { 464 | breakpoint: 481, 465 | settings: { 466 | slidesToShow: 2, 467 | }, 468 | }, 469 | ], 470 | }); 471 | 472 | $(".product-slider").slick({ 473 | dots: false, 474 | infinite: true, 475 | arrows: true, 476 | slidesToShow: 1, 477 | slidesToScroll: 1, 478 | }); 479 | 480 | $(".brand-slider").slick({ 481 | dots: false, 482 | infinite: true, 483 | autoplay: true, 484 | speed: 500, 485 | arrows: false, 486 | slidesToShow: 6, 487 | slidesToScroll: 1, 488 | responsive: [{ 489 | breakpoint: 1200, 490 | settings: { 491 | slidesToShow: 5, 492 | }, 493 | }, 494 | { 495 | breakpoint: 992, 496 | settings: { 497 | slidesToShow: 4, 498 | }, 499 | }, 500 | { 501 | breakpoint: 768, 502 | settings: { 503 | slidesToShow: 3, 504 | }, 505 | }, 506 | { 507 | breakpoint: 480, 508 | settings: { 509 | slidesToShow: 2, 510 | }, 511 | }, 512 | ], 513 | }); 514 | 515 | $(".category-slider").slick({ 516 | dots: false, 517 | infinite: true, 518 | autoplay: true, 519 | speed: 500, 520 | arrows: false, 521 | slidesToShow: 6, 522 | slidesToScroll: 1, 523 | responsive: [{ 524 | breakpoint: 1501, 525 | settings: { 526 | slidesToShow: 5, 527 | }, 528 | }, 529 | { 530 | breakpoint: 1200, 531 | settings: { 532 | slidesToShow: 4, 533 | }, 534 | }, 535 | { 536 | breakpoint: 970, 537 | settings: { 538 | slidesToShow: 3, 539 | }, 540 | }, 541 | { 542 | breakpoint: 767, 543 | settings: { 544 | slidesToShow: 2, 545 | }, 546 | }, 547 | { 548 | breakpoint: 480, 549 | settings: { 550 | slidesToShow: 1, 551 | fade: true, 552 | speed: 800, 553 | }, 554 | }, 555 | ], 556 | }); 557 | 558 | $(".category-slider1").slick({ 559 | dots: false, 560 | infinite: true, 561 | arrows: true, 562 | slidesToShow: 4, 563 | slidesToScroll: 1, 564 | responsive: [{ 565 | breakpoint: 1425, 566 | settings: { 567 | slidesToShow: 3, 568 | }, 569 | }, 570 | { 571 | breakpoint: 992, 572 | settings: { 573 | slidesToShow: 3, 574 | }, 575 | }, 576 | { 577 | breakpoint: 768, 578 | settings: { 579 | slidesToShow: 2, 580 | }, 581 | }, 582 | { 583 | breakpoint: 480, 584 | settings: { 585 | slidesToShow: 1, 586 | fade: true, 587 | }, 588 | }, 589 | ], 590 | }); 591 | 592 | $(".category-slider2").slick({ 593 | dots: false, 594 | infinite: true, 595 | arrows: true, 596 | slidesToShow: 4, 597 | slidesToScroll: 1, 598 | responsive: [{ 599 | breakpoint: 992, 600 | settings: { 601 | dots: true, 602 | slidesToScroll: 2, 603 | slidesToShow: 3, 604 | }, 605 | }, 606 | { 607 | breakpoint: 768, 608 | settings: { 609 | slidesToShow: 2, 610 | dots: true, 611 | }, 612 | }, 613 | { 614 | breakpoint: 480, 615 | settings: { 616 | slidesToShow: 1, 617 | dots: true, 618 | fade: true, 619 | }, 620 | }, 621 | ], 622 | }); 623 | 624 | $(".quick-view-slider").each(function (key, item) { 625 | var sliderIdName = "slider" + key; 626 | var sliderNavIdName = "sliderNav" + key; 627 | 628 | this.id = sliderIdName; 629 | $(".quick-nav")[key].id = sliderNavIdName; 630 | 631 | var sliderId = "#" + sliderIdName; 632 | var sliderNavId = "#" + sliderNavIdName; 633 | 634 | $(sliderId).slick({ 635 | dots: false, 636 | infinite: true, 637 | speed: 1500, 638 | fade: true, 639 | arrows: false, 640 | autoplay: true, 641 | slidesToShow: 1, 642 | slidesToScroll: 1, 643 | asNavFor: sliderNavId, 644 | }); 645 | 646 | $(sliderNavId).slick({ 647 | slidesToShow: 3, 648 | slidesToScroll: 1, 649 | asNavFor: sliderId, 650 | swipe: false, 651 | vertical: true, 652 | verticalScrolling: true, 653 | arrows: false, 654 | dots: false, 655 | focusOnSelect: true, 656 | }); 657 | }); 658 | 659 | $(document).ready(function () { 660 | $(".banner-slider").slick({ 661 | slidesToShow: 1, 662 | slidesToScroll: 1, 663 | fade: true, 664 | arrows: true, 665 | responsive: [{ 666 | breakpoint: 480, 667 | settings: { 668 | infinite: false, 669 | arrows: false, 670 | slidesToShow: 1, 671 | }, 672 | }, ], 673 | }); 674 | }); 675 | 676 | $(document).ready(function () { 677 | $(".custome-service-slider").slick({ 678 | slidesToShow: 4, 679 | slidesToScroll: 1, 680 | }); 681 | }); 682 | 683 | $(document).ready(function () { 684 | $(".arrivals-shoes-image").slick({ 685 | dots: true, 686 | infinite: false, 687 | speed: 300, 688 | slidesToShow: 6, 689 | adaptiveHeight: true, 690 | dots: true, 691 | responsive: [{ 692 | breakpoint: 1400, 693 | settings: { 694 | slidesToShow: 5, 695 | }, 696 | }, 697 | { 698 | breakpoint: 992, 699 | settings: { 700 | slidesToShow: 4, 701 | }, 702 | }, 703 | ], 704 | }); 705 | }); 706 | 707 | $(".slider-for").slick({ 708 | slidesToShow: 1, 709 | slidesToScroll: 1, 710 | arrows: true, 711 | fade: true, 712 | asNavFor: ".slider-nav", 713 | nextArrow: '', 714 | prevArrow: '', 715 | }); 716 | $(".slider-nav").slick({ 717 | slidesToShow: 3, 718 | slidesToScroll: 1, 719 | verticalSwiping: true, 720 | asNavFor: ".slider-for", 721 | dots: true, 722 | focusOnSelect: true, 723 | vertical: true, 724 | }); 725 | 726 | $(document).ready(function () { 727 | $(".details-image").slick({ 728 | slidesToShow: 1, 729 | slidesToScroll: 1, 730 | arrows: false, 731 | fade: true, 732 | asNavFor: ".details-image-option", 733 | autoplay: true, 734 | autoplaySpeed: 2000, 735 | }); 736 | $(".details-image-option").slick({ 737 | slidesToShow: 3, 738 | slidesToScroll: 1, 739 | asNavFor: ".details-image", 740 | dots: false, 741 | centerMode: true, 742 | focusOnSelect: true, 743 | centerPadding: 0, 744 | arrows: false, 745 | autoplay: true, 746 | autoplaySpeed: 2000, 747 | }); 748 | }); 749 | 750 | $(document).ready(function () { 751 | $(".details-image-1").slick({ 752 | slidesToShow: 1, 753 | slidesToScroll: 1, 754 | arrows: false, 755 | fade: true, 756 | asNavFor: ".details-image-vertical", 757 | }); 758 | $(".details-image-vertical").slick({ 759 | slidesToShow: 3, 760 | slidesToScroll: 1, 761 | asNavFor: ".details-image-1", 762 | dots: false, 763 | centerMode: true, 764 | focusOnSelect: true, 765 | vertical: true, 766 | centerPadding: 0, 767 | arrows: false, 768 | infinite: true, 769 | responsive: [{ 770 | breakpoint: 576, 771 | settings: { 772 | vertical: false, 773 | }, 774 | }, ], 775 | }); 776 | }); -------------------------------------------------------------------------------- /assets/js/slick/slick-animation.min.js: -------------------------------------------------------------------------------- 1 | /* 2 | slick-animation.js 3 | 4 | Version: 0.3.3 Beta 5 | Author: Marvin Hübner 6 | Docs: https://github.com/marvinhuebner/slick-animation 7 | Repo: https://github.com/marvinhuebner/slick-animation 8 | */ 9 | !(function (a) { 10 | a.fn.slickAnimation = function () { 11 | function n(a, n, t, i, o) { 12 | (o = "undefined" != typeof o ? o : !1), 13 | 1 == n.opacity ? 14 | (a.addClass(t), a.addClass(i)) : 15 | (a.removeClass(t), a.removeClass(i)), 16 | o && a.css(n); 17 | } 18 | 19 | function t(a, n) { 20 | return a ? 1e3 * a + 1e3 : n ? 1e3 * n : a || n ? 1e3 * a + 1e3 * n : 1e3; 21 | } 22 | 23 | function i(a, n, t) { 24 | var i = [ 25 | "animation-" + n, 26 | "-webkit-animation-" + n, 27 | "-moz-animation-" + n, 28 | "-o-animation-" + n, 29 | "-ms-animation-" + n, 30 | ], 31 | o = {}; 32 | i.forEach(function (a) { 33 | o[a] = t + "s"; 34 | }), 35 | a.css(o); 36 | } 37 | var o = a(this), 38 | e = o.find(".slick-list .slick-track > div"), 39 | s = o.find('[data-slick-index="0"]'), 40 | r = "animated", 41 | c = { 42 | opacity: "1" 43 | }, 44 | d = { 45 | opacity: "0" 46 | }; 47 | return ( 48 | e.each(function () { 49 | var e = a(this); 50 | e.find("[data-animation-in]").each(function () { 51 | var u = a(this); 52 | u.css(d); 53 | var l = u.attr("data-animation-in"), 54 | f = u.attr("data-animation-out"), 55 | h = u.attr("data-delay-in"), 56 | m = u.attr("data-duration-in"), 57 | y = u.attr("data-delay-out"), 58 | C = u.attr("data-duration-out"); 59 | f 60 | ? 61 | (s.length > 0 && 62 | e.hasClass("slick-current") && 63 | (n(u, c, l, r, !0), 64 | h && i(u, "delay", h), 65 | m && i(u, "duration", m), 66 | setTimeout(function () { 67 | n(u, d, l, r), 68 | n(u, c, f, r), 69 | y && i(u, "delay", y), 70 | C && i(u, "duration", C); 71 | }, t(h, m))), 72 | o.on("afterChange", function (a, o, s) { 73 | e.hasClass("slick-current") && 74 | (n(u, c, l, r, !0), 75 | h && i(u, "delay", h), 76 | m && i(u, "duration", m), 77 | setTimeout(function () { 78 | n(u, d, l, r), 79 | n(u, c, f, r), 80 | y && i(u, "delay", y), 81 | C && i(u, "duration", C); 82 | }, t(h, m))); 83 | }), 84 | o.on("beforeChange", function (a, t, i) { 85 | n(u, d, f, r, !0); 86 | })) : 87 | (s.length > 0 && 88 | e.hasClass("slick-current") && 89 | (n(u, c, l, r, !0), 90 | h && i(u, "delay", h), 91 | m && i(u, "duration", m)), 92 | o.on("afterChange", function (a, t, o) { 93 | e.hasClass("slick-current") && 94 | (n(u, c, l, r, !0), 95 | h && i(u, "delay", h), 96 | m && i(u, "duration", m)); 97 | }), 98 | o.on("beforeChange", function (a, t, i) { 99 | n(u, d, l, r, !0); 100 | })); 101 | }); 102 | }), 103 | this 104 | ); 105 | }; 106 | })(jQuery); -------------------------------------------------------------------------------- /assets/js/theme-setting.js: -------------------------------------------------------------------------------- 1 | /*======================== 2 | Dark local storage setting js 3 | ==========================*/ 4 | $("#darkButton").on("click", function () { 5 | if ($("body").hasClass("light")) { 6 | var href = $("#color-link").attr("href"); 7 | var split = href.split("/").pop().split(".").shift(); 8 | $("body").removeClass("light"); 9 | $("body").addClass("dark"); 10 | $(this).text("Light"); 11 | document 12 | .getElementById("color-link") 13 | .setAttribute("href", "assets/css/" + split + "_dark.css"); 14 | } else { 15 | var href = $("#color-link").attr("href"); 16 | var split = href.split("/").pop().split(".").shift().split("_").shift(); 17 | $("body").removeClass("dark"); 18 | $("body").addClass("light"); 19 | $(this).text("Dark"); 20 | document 21 | .getElementById("color-link") 22 | .setAttribute("href", "assets/css/" + split + ".css"); 23 | } 24 | }); 25 | 26 | /*======================== 27 | RTL local storage setting js 28 | ==========================*/ 29 | $(".rtl-button").on("click", function () { 30 | if ($("body").hasClass("ltr")) { 31 | $("html").attr("dir", "rtl"); 32 | $("body").removeClass("ltr"); 33 | $("body").addClass("rtl"); 34 | $(this).text("LTR"); 35 | $("#rtl-link").attr("href", "assets/css/vendors/bootstrap.rtl.css"); 36 | } else { 37 | $("html").attr("dir", ""); 38 | $("body").removeClass("rtl"); 39 | $(this).text("RTL"); 40 | $("body").addClass("ltr"); 41 | $("#rtl-link").attr("href", "assets/css/vendors/bootstrap.css"); 42 | } 43 | }); -------------------------------------------------------------------------------- /assets/svg/grid-2.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | -------------------------------------------------------------------------------- /assets/svg/grid-3.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | -------------------------------------------------------------------------------- /assets/svg/grid.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | -------------------------------------------------------------------------------- /assets/svg/list.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | --------------------------------------------------------------------------------