Produced by Araxis Merge on 2021-05-13 09:08:42 +0000. See www.araxis.com for information about Merge. This report uses XHTML and CSS2, and is best viewed with a modern standards-compliant browser. For optimum results when printing this report, use landscape orientation and enable printing of background images and colours in your browser.
| # | Location | File | Last Modified |
|---|---|---|---|
| 1 | /Applications/Ampps/www/Porto 3.2.2/Theme Files/Magento 2.x/Porto Theme/app/code/Smartwave/Porto/etc/import | blocks.xml | 2019-12-13 09:09:00 +0000 |
| 2 | /Applications/Ampps/www/Porto v4.0.0/Theme Files/Magento 2.x/Porto Theme/app/code/Smartwave/Porto/etc/import | blocks.xml | 2021-04-30 08:23:42 +0000 |
| Description | Between Files 1 and 2 | |
|---|---|---|
| Text Blocks | Lines | |
| Unchanged | 778 | 6836 |
| Changed | 561 | 11032 |
| Inserted | 92 | 522 |
| Removed | 124 | 3492 |
| Whitespace | Consecutive whitespace is treated as a single space |
|---|---|
| Character case | Differences in character case are significant |
| Line endings | Differences in line endings (CR and LF characters) are ignored |
| CR/LF characters | Not shown in the comparison detail |
| Active line-pairing rules |
No regular expressions were active.
| 1 | <root> | 1 | <root> | |||
| 2 | 2 | |||||
| 3 | <blocks> | 3 | <blocks> | |||
| 4 | 4 | |||||
| 5 | <cms_item> | 5 | <cms_item> | |||
| 6 | 6 | |||||
| 7 | <title> | 7 | <title> | |||
| 8 | Porto - Homepage Slider 1 | 8 | Footer Middle About Us | |||
| 9 | </title> | 9 | </title> | |||
| 10 | 10 | |||||
| 11 | <identifier> | 11 | <identifier> | |||
| 12 | porto_homeslider_1 | 12 | footer_middle_about_us | |||
| 13 | </identifier> | 13 | </identifier> | |||
| 14 | 14 | |||||
| 15 | <content> | 15 | <content> | |||
| 16 | <![CDATA[<div class="full-screen-slider"> | 16 | <![CDATA[<div class="widget widget_media_image"> | |||
| 17 | <div id="banner-slider-demo-3" class="owl-carousel owl-middle-narrow owl-banner-carousel"> | 17 | <h3 class="widget-title">About Us</h3> | |||
| 18 | <div class="item" style="background:#f0f0f0;background-image:linear-gradient(#e8e8e8,#f0f0f0);position:relative;"> | 18 | <a href="/"><img class="image" src="{{media url="logo/default/logo_ecomwhite.png"}}" alt="" width="202" height="80" /></a> | |||
| 19 | <div style="width:100%;height:100%;width:100vw;height:100vh;background:url({{media url="wysiwyg/smartwave/porto/homepage/03/slider/slide2.jpg"}}) 70% top no-repeat; background-size:cover;"></div> | |||||
| 20 | <div class="slide3-content" style="width:100%;height:100%;position:absolute;left:0;top:0;"> | |||||
| 21 | <div class="content-area" style="position:absolute;top:33%;left:7%;text-align:left;"> | |||||
| 22 | <h2 style="font-family:'Oswald';font-weight:700;color:#000;line-height:1.2;">Winter Sale<br/>Get 30% OFF<br/>On JACKETS.</h2> | |||||
| 23 | <p style="font-size: 16px;color: #666;margin-bottom: 20px;">It’s Time To Start Shopping Porto’s Winter Sale</p> | |||||
| 24 | <div style="text-align:left;"><a href="http://www.newsmartwave.net/magento2/porto/demo3_en/categories.html" class="btn btn-default" style="border:0;background-color:#000;color:#fff;font-family:'Oswald';font-weight:400;border-radius:0;">SHOP BY JACKETS</a></div> | |||||
| 25 | </div> | |||||
| 26 | </div> | |||||
| 27 | </div> | |||||
| 28 | <div class="item" style="background:#f0f0f0;background-image:linear-gradient(#e8e8e8,#f0f0f0);position:relative;"> | |||||
| 29 | <div style="width:100%;height:100%;width:100vw;height:100vh;background:url({{media url="wysiwyg/smartwave/porto/homepage/03/slider/slide3.jpg"}}) 80% top no-repeat; background-size:cover;"></div> | |||||
| 30 | <div class="slide2-content" style="width:100%;height:100%;position:absolute;left:0;top:0;"> | |||||
| 31 | <div class="content-area" style="position:absolute;top:33%;left:7%;text-align:left;"> | |||||
| 32 | <h2 style="font-family:'Oswald';font-weight:700;color:#000;line-height:1.2;">New Campaign Sale<br/>UP to 70%</h2> | |||||
| 33 | <p style="font-size: 16px;color: #666;margin-bottom: 20px;">Fashion for Women | Spring/Summer Collection</p> | |||||
| 34 | <div style="text-align:left;"><a href="http://www.newsmartwave.net/magento2/porto/demo3_en/categories.html" class="btn btn-default" style="border:0;background-color:#000;color:#fff;font-family:'Oswald';font-weight:400;border-radius:0;">SHOP BY HATS</a></div> | |||||
| 35 | </div> | |||||
| 36 | </div> | |||||
| 37 | </div> | |||||
| 38 | </div> | |||||
| 39 | <script type="text/javascript"> | |||||
| 40 | require([ | |||||
| 41 | 'jquery', | |||||
| 42 | 'owl.carousel/owl.carousel.min' | |||||
| 43 | ], function ($) { | |||||
| 44 | var owl_3 = $("#banner-slider-demo-3").owlCarousel({ | |||||
| 45 | items: 1, | |||||
| 46 | autoplay: true, | |||||
| 47 | autoplayTimeout: 5000, | |||||
| 48 | autoplayHoverPause: true, | |||||
| 49 | dots: false, | |||||
| 50 | navRewind: true, | |||||
| 51 | animateIn: 'fadeIn', | |||||
| 52 | animateOut: 'fadeOut', | |||||
| 53 | loop: true, | |||||
| 54 | nav: true, | |||||
| 55 | navText: ["<em class='porto-icon-chevron-left'></em>","<em class='porto-icon-chevron-right'></em>"] | |||||
| 56 | }); | |||||
| 57 | }); | |||||
| 58 | </script> | |||||
| 59 | </div> | 19 | </div> | |||
| 60 | <div class="container" style="padding-top: 65px;padding-bottom: 45px;"> | 20 | <div class="widget_text widget widget_custom_html"> | |||
| 61 | <h2 class="filterproduct-title"><span class="content"><strong>Shop By Category</strong></span></h2> | 21 | <div class="textwidget custom-html-widget"> | |||
| 62 | <p>Browse in all our categories</p> | 22 | <p class="mb-4">Lorem ipsum dolor sit amet, consectetur adipiscing elit. Duis nec vestibulum magna, et dapibus lacus. Duis nec vestibulum magna, et dapibus lacus.</p> | |||
| 63 | <div class="row" style="margin: 0 -10px;"> | 23 | <a href="#" class="font-weight-bold text-color-light" style="text-decoration: underline;">read more...</a> | |||
| 64 | <div class="col-6 col-md-4 col-xl-2" style="padding: 0 10px;"> | |||||
| 65 | <a href="#" class="shop-by-cat-item"> | |||||
| 66 | <span class="cat-thumb"> | |||||
| 67 | <img src="{{media url="wysiwyg/smartwave/porto/homepage/03/content/cat_item01.jpg"}}" alt="" /> | |||||
| 68 | </span> | |||||
| 69 | <span class="cat-detail"> | |||||
| 70 | <h3>Accessories</h3> | |||||
| 71 | <p>8 Products</p> | |||||
| 72 | </span> | |||||
| 73 | </a> | |||||
| 74 | </div> | |||||
| 75 | <div class="col-6 col-md-4 col-xl-2" style="padding: 0 10px;"> | |||||
| 76 | <a href="#" class="shop-by-cat-item"> | |||||
| 77 | <span class="cat-thumb"> | |||||
| 78 | <img src="{{media url="wysiwyg/smartwave/porto/homepage/03/content/cat_item02.jpg"}}" alt="" /> | |||||
| 79 | </span> | |||||
| 80 | <span class="cat-detail"> | |||||
| 81 | <h3>Bags</h3> | |||||
| 82 | <p>8 Products</p> | |||||
| 83 | </span> | |||||
| 84 | </a> | |||||
| 85 | </div> | |||||
| 86 | <div class="col-6 col-md-4 col-xl-2" style="padding: 0 10px;"> | |||||
| 87 | <a href="#" class="shop-by-cat-item"> | |||||
| 88 | <span class="cat-thumb"> | |||||
| 89 | <img src="{{media url="wysiwyg/smartwave/porto/homepage/03/content/cat_item03.jpg"}}" alt="" /> | |||||
| 90 | </span> | |||||
| 91 | <span class="cat-detail"> | |||||
| 92 | <h3>Electronics</h3> | |||||
| 93 | <p>8 Products</p> | |||||
| 94 | </span> | |||||
| 95 | </a> | |||||
| 96 | </div> | |||||
| 97 | <div class="col-6 col-md-4 col-xl-2" style="padding: 0 10px;"> | |||||
| 98 | <a href="#" class="shop-by-cat-item"> | |||||
| 99 | <span class="cat-thumb"> | |||||
| 100 | <img src="{{media url="wysiwyg/smartwave/porto/homepage/03/content/cat_item04.jpg"}}" alt="" /> | |||||
| 101 | </span> | |||||
| 102 | <span class="cat-detail"> | |||||
| 103 | <h3>Fashion</h3> | |||||
| 104 | <p>8 Products</p> | |||||
| 105 | </span> | |||||
| 106 | </a> | |||||
| 107 | </div> | |||||
| 108 | <div class="col-6 col-md-4 col-xl-2" style="padding: 0 10px;"> | |||||
| 109 | <a href="#" class="shop-by-cat-item"> | |||||
| 110 | <span class="cat-thumb"> | |||||
| 111 | <img src="{{media url="wysiwyg/smartwave/porto/homepage/03/content/cat_item05.jpg"}}" alt="" /> | |||||
| 112 | </span> | |||||
| 113 | <span class="cat-detail"> | |||||
| 114 | <h3>Headphone</h3> | |||||
| 115 | <p>8 Products</p> | |||||
| 116 | </span> | |||||
| 117 | </a> | |||||
| 118 | </div> | |||||
| 119 | <div class="col-6 col-md-4 col-xl-2" style="padding: 0 10px;"> | |||||
| 120 | <a href="#" class="shop-by-cat-item"> | |||||
| 121 | <span class="cat-thumb"> | |||||
| 122 | <img src="{{media url="wysiwyg/smartwave/porto/homepage/03/content/cat_item06.jpg"}}" alt="" /> | |||||
| 123 | </span> | |||||
| 124 | <span class="cat-detail"> | |||||
| 125 | <h3>Shoes</h3> | |||||
| 126 | <p>8 Products</p> | |||||
| 127 | </span> | |||||
| 128 | </a> | |||||
| 129 | </div> | |||||
| 130 | </div> | |||||
| 131 | </div> | |||||
| 132 | <div class="container" style="background-color: #f4f4f4;padding-top: 65px;padding-bottom: 45px;"> | |||||
| 133 | <div class="row" style="margin: 0 -10px;"> | |||||
| 134 | <div class="col-md-6 col-xl-3" style="padding: 0 10px;"> | |||||
| 135 | <div class="porto-ibanner home-ads1 text-left"> | |||||
| 136 | <img src="{{media url="wysiwyg/smartwave/porto/homepage/03/content/home_ads01.jpg"}}" alt="" /> | |||||
| 137 | <div class="porto-ibanner-desc" style="top: auto;bottom: 1%;"> | |||||
| 138 | <h2>Sunglasses Sale</h2> | |||||
| 139 | <p>See all and find yours</p> | |||||
| 140 | <p><a class="btn" href="#">SHOP BY JACKETS</a></p> | |||||
| 141 | </div> | |||||
| 142 | </div> | |||||
| 143 | </div> | |||||
| 144 | <div class="col-md-6 col-xl-3" style="padding: 0 10px;"> | |||||
| 145 | <div class="porto-ibanner home-ads2 text-center"> | |||||
| 146 | <img src="{{media url="wysiwyg/smartwave/porto/homepage/03/content/home_ads02.jpg"}}" alt="" /> | |||||
| 147 | <div class="porto-ibanner-desc" style="top: 11%;bottom: auto;"> | |||||
| 148 | <h2>Cosmetics Trends</h2> | |||||
| 149 | <p>Browse in all our categories</p> | |||||
| 150 | <p><a class="btn" href="#">SHOP BY GLASSES</a></p> | |||||
| 151 | </div> | |||||
| 152 | </div> | |||||
| 153 | </div> | |||||
| 154 | <div class="col-md-6 col-xl-3" style="padding: 0 10px;"> | |||||
| 155 | <div class="porto-ibanner home-ads3 text-center"> | |||||
| 156 | <img src="{{media url="wysiwyg/smartwave/porto/homepage/03/content/home_ads03.jpg"}}" alt="" /> | |||||
| 157 | <div class="porto-ibanner-desc"> | |||||
| 158 | <h2 style="color: #fff;">Fashion Summer Sale</h2> | |||||
| 159 | <p style="color: rgba(255,255,255,.8);">Browse in all our categories</p> | |||||
| 160 | <p><a class="btn btn-light" href="#">SHOP BY GLASSES</a></p> | |||||
| 161 | </div> | |||||
| 162 | </div> | |||||
| 163 | </div> | |||||
| 164 | <div class="col-md-6 col-xl-3" style="padding: 0 10px;"> | |||||
| 165 | <div class="porto-ibanner home-ads4 text-center"> | |||||
| 166 | <img src="{{media url="wysiwyg/smartwave/porto/homepage/03/content/home_ads04.jpg"}}" alt="" /> | |||||
| 167 | <div class="porto-ibanner-desc" style="top: auto;bottom: 0"> | |||||
| 168 | <h2>UP TO 70% IN ALL BAGS</h2> | |||||
| 169 | <p>Starting at $99</p> | |||||
| 170 | <p><a class="btn" href="#">SHOP BY BAGS</a></p> | |||||
| 171 | </div> | |||||
| 172 | </div> | |||||
| 173 | </div> | |||||
| 174 | </div> | 24 | </div> | |||
| 175 | </div> | 25 | </div> | |||
| 176 | <div class="container" style="padding-top: 65px;padding-bottom: 45px;"> | 26 | ]]> | |||
| 177 | <h2 class="filterproduct-title"><span class="content"><strong>Popular Products</strong></span></h2> | |||||
| 178 | <p>Check all our popular products</p> | |||||
| 179 | {{block class="Smartwave\Filterproducts\Block\Home\LatestList" name="latest" aspect_ratio="1" column_count="6" product_count="12" image_width="212" product_type="3" template="grid.phtml"}} | |||||
| 180 | </div>]]> | |||||
| 181 | </content> | 27 | </content> | |||
| 182 | 28 | |||||
| 183 | <is_active> | 29 | <is_active> | |||
| 184 | 1 | 30 | 1 | |||
| 185 | </is_active> | 31 | </is_active> | |||
| 186 | 32 | |||||
| 187 | </cms_item> | 33 | </cms_item> | |||
| 188 | 34 | |||||
| 189 | <cms_item> | 35 | <cms_item> | |||
| 190 | 36 | |||||
| 191 | <title> | 37 | <title> | |||
| 192 | Porto - Homepage Slider 1 Old Skin | 38 | Footer Middle Contact Info | |||
| 193 | </title> | 39 | </title> | |||
| 194 | 40 | |||||
| 195 | <identifier> | 41 | <identifier> | |||
| 196 | porto_homeslider_1_old | 42 | footer_middle_contact_info | |||
| 197 | </identifier> | 43 | </identifier> | |||
| 198 | 44 | |||||
| 199 | <content> | 45 | <content> | |||
| 200 | <![CDATA[<div class="full-screen-slider"> | 46 | <![CDATA[<div class="widget contact-info"> | |||
| 201 | <div id="banner-slider-demo-3" class="owl-carousel owl-middle-narrow owl-banner-carousel"> | 47 | <h3 class="widget-title">CONTACT INFO</h3> | |||
| 202 | <div class="item" style="background:#f0f0f0;background-image:linear-gradient(#e8e8e8,#f0f0f0);position:relative;"> | 48 | <div class="contact-info contact-info-block"> | |||
| 203 | <div style="width:100%;height:100%;width:100vw;height:100vh;background:url({{media url="wysiwyg/smartwave/porto/homepage/03/slider/slide1_old.jpg"}}) 80% center no-repeat; background-size:cover;"></div> | 49 | <ul class="contact-details"> | |||
| 204 | <div class="slide1-content" style="width:100%;height:100%;position:absolute;left:0;top:0;"> | 50 | <li><i class="far fa-dot-circle"></i> <strong>ADDRESS:</strong> <span>123 Street Name, City, England</span></li> | |||
| 205 | <div class="container" style="height:100%;position:relative;"> | 51 | <li><i class="fab fa-whatsapp"></i> <strong>PHONE:</strong> <span>(123) 456-7890</span></li> | |||
| 206 | <div class="content-area" style="position:absolute;top:37%;left:7%;text-align:center;"> | 52 | <li> | |||
| 207 | <div style="margin:0;line-height:1;"> | 53 | <i class="far fa-envelope"></i> <strong>EMAIL:</strong> <span><a href="mailto:mail@example.com">mail@example.com</a></span> | |||
| 208 | <img src="{{media url="wysiwyg/smartwave/porto/homepage/03/slider/quote.png"}}" alt="" class="quote" style="display:inline-block;vertical-align:middle;"/> | 54 | </li> | |||
| 209 | <em style="display:inline-block;vertical-align:middle;line-height:1;color:#fff;font-weight:300;font-style:normal;">DO YOU NEED A NEW</em> | 55 | <li><i class="far fa-clock"></i> <strong>WORKING DAYS/HOURS:</strong> <span>Mon - Sun / 9:00 AM - 8:00 PM</span></li> | |||
| 210 | <img src="{{media url="wysiwyg/smartwave/porto/homepage/03/slider/quote.png"}}" alt="" class="quote" style="display:inline-block;vertical-align:middle;"/> | 56 | </ul> | |||
| 211 | </div> | |||||
| 212 | <h2 style="font-weight:800;color:#fff;line-height:1;">eCOMMERCE?</h2> | |||||
| 213 | <p style="font-weight:300;color:#fff;line-height:1;">Check our options and features.</p> | |||||
| 214 | </div> | |||||
| 215 | </div> | |||||
| 216 | </div> | |||||
| 217 | </div> | |||||
| 218 | <div class="item" style="background:#f0f0f0;background-image:linear-gradient(#e8e8e8,#f0f0f0);position:relative;"> | |||||
| 219 | <div style="width:100%;height:100%;width:100vw;height:100vh;background:url({{media url="wysiwyg/smartwave/porto/homepage/03/slider/slide2_old.jpg"}}) 20% center no-repeat; background-size:cover;"></div> | |||||
| 220 | <div class="slide2-content" style="width:100%;height:100%;position:absolute;left:0;top:0;"> | |||||
| 221 | <div class="container" style="height:100%;position:relative;"> | |||||
| 222 | <div class="content-area" style="position:absolute;top:40%;right:20%;text-align:left;"> | |||||
| 223 | <em style="display:block;line-height:1;color:#fff;font-weight:300;font-style:normal;">up to <b>70%</b> off!</em> | |||||
| 224 | <h2 style="font-weight:600;color:#fff;line-height:1;">HUGE <b style="font-weight:800;">SALE</b></h2> | |||||
| 225 | <p style="font-weight:600;color:#fff;line-height:1;">Fashion<span class="split">-</span>Electronics<span class="split">-</span>Gifts<span class="split">-</span>Music<span class="split">-</span>Sports</p> | |||||
| 226 | <div style="text-align:right;"><a href="#" class="btn btn-default" style="border:0;background-color:#fefefe;color:#777;font-weight:600;">SHOP NOW</a></div> | |||||
| 227 | </div> | |||||
| 228 | </div> | |||||
| 229 | </div> | |||||
| 230 | </div> | |||||
| 231 | <div class="item" style="background:#f0f0f0;background-image:linear-gradient(#e8e8e8,#f0f0f0);position:relative;"> | |||||
| 232 | <div style="width:100%;height:100%;width:100vw;height:100vh;background:url({{media url="wysiwyg/smartwave/porto/homepage/03/slider/slide3_old.jpg"}}) center center no-repeat; background-size:cover;"></div> | |||||
| 233 | <div class="slide3-content" style="width:100%;height:100%;position:absolute;left:0;top:0;"> | |||||
| 234 | <div class="container" style="height:100%;position:relative;"> | |||||
| 235 | <div class="content-area" style="position:absolute;left:0;top:40%;text-align:center;width:100%;"> | |||||
| 236 | <div style="display:inline-block;"> | |||||
| 237 | <em style="display:block;line-height:1;margin:0;color:#fff;font-weight:300;font-style:normal;text-align:right;">It’s time to feel</em> | |||||
| 238 | <h2 style="font-weight:600;color:#fff;line-height:1;text-align:center;">THE <b style="font-weight:800;">POWER</b></h2> | |||||
| 239 | <div style="text-align:right;"><a href="#" class="btn btn-default" style="border:0;background-color:#fefefe;color:#777;font-weight:600;">SHOP NOW</a></div> | |||||
| 240 | </div> | |||||
| 241 | </div> | |||||
| 242 | </div> | |||||
| 243 | </div> | |||||
| 244 | </div> | 57 | </div> | |||
| 58 | </div> | |||||
| 59 | <div class="widget follow-us"> | |||||
| 60 | <div class="share-links"> | |||||
| 61 | <a href="#" target="_blank" title="Facebook" class="share-facebook">Facebook</a> | |||||
| 62 | <a href="#" target="_blank" title="Twitter" class="share-twitter">Twitter</a> | |||||
| 63 | <a href="#" target="_blank" title="Linkedin" class="share-linkedin">Linkedin</a> | |||||
| 245 | </div> | 64 | </div> | |||
| 246 | <script type="text/javascript"> | 65 | </div> | |||
| 247 | require([ | 66 | ]]> | |||
| 248 | 'jquery', | |||||
| 249 | 'owl.carousel/owl.carousel.min' | |||||
| 250 | ], function ($) { | |||||
| 251 | var owl_3 = $("#banner-slider-demo-3").owlCarousel({ | |||||
| 252 | items: 1, | |||||
| 253 | autoplay: true, | |||||
| 254 | autoplayTimeout: 5000, | |||||
| 255 | autoplayHoverPause: true, | |||||
| 256 | dots: false, | |||||
| 257 | navRewind: true, | |||||
| 258 | animateIn: 'fadeIn', | |||||
| 259 | animateOut: 'fadeOut', | |||||
| 260 | loop: true, | |||||
| 261 | nav: true, | |||||
| 262 | navText: ["<em class='porto-icon-chevron-left'></em>","<em class='porto-icon-chevron-right'></em>"] | |||||
| 263 | }); | |||||
| 264 | }); | |||||
| 265 | </script> | |||||
| 266 | </div>]]> | |||||
| 267 | </content> | 67 | </content> | |||
| 268 | 68 | |||||
| 269 | <is_active> | 69 | <is_active> | |||
| 270 | 1 | 70 | 1 | |||
| 271 | </is_active> | 71 | </is_active> | |||
| 272 | 72 | |||||
| 273 | </cms_item> | 73 | </cms_item> | |||
| 274 | 74 | |||||
| 275 | <cms_item> | 75 | <cms_item> | |||
| 276 | 76 | |||||
| 277 | <title> | 77 | <title> | |||
| 278 | Porto - Homepage Slider 2 | 78 | Footer Middle Customer Service | |||
| 279 | </title> | 79 | </title> | |||
| 280 | 80 | |||||
| 281 | <identifier> | 81 | <identifier> | |||
| 282 | porto_homeslider_2 | 82 | footer_middle_customer_service | |||
| 283 | </identifier> | 83 | </identifier> | |||
| 284 | 84 | |||||
| 285 | <content> | 85 | <content> | |||
| 286 | <![CDATA[<div class="full-screen-slider"> | 86 | <![CDATA[<div class="widget_text widget widget_custom_html"> | |||
| 287 | <div id="banner-slider-demo-14" class="owl-carousel owl-middle-narrow owl-banner-carousel"> | 87 | <h3 class="widget-title">Customer Service</h3> | |||
| 288 | <div class="item" style="background:url({{media url="wysiwyg/smartwave/porto/homepage/14/slider/slide1.jpg"}}) 20% top no-repeat; background-size:cover; position: relative;"> | 88 | <div class="textwidget custom-html-widget"> | |||
| 289 | <div class="slide-1 content" data-animation="animated fadeIn" style="position: absolute; top: 35%; width:100%;"> | 89 | <ul> | |||
| 290 | <div class="container" style="text-align: left;"> | 90 | <li><a href="#">Help & FAQs</a></li> | |||
| 291 | <div class="text-content" style="display: inline-block;float:right;padding-right: 75px;"> | 91 | <li><a href="#">Order Tracking</a></li> | |||
| 292 | <h2>Dresses</h2> | 92 | <li><a href="#">Shipping & Delivery</a></li> | |||
| 293 | <p><span><b>Up to </b><b class="text-large">30%</b><b style="text-align:right;">OFF in the<br>collection</b></span></p> | 93 | <li><a href="#">Orders History</a></li> | |||
| 294 | <a href="#" class="btn btn-default" style="vertical-align: top; font-weight: 400;">SHOP NOW</a> | 94 | <li><a href="#">Advanced Search</a></li> | |||
| 295 | </div> | 95 | <li><a href="/my-account/">My Account</a></li> | |||
| 296 | </div> | 96 | <li><a href="#">Careers</a></li> | |||
| 297 | </div> | 97 | <li><a href="#">About Us</a></li> | |||
| 298 | </div> | 98 | <li><a href="#">Corporate Sales</a></li> | |||
| 299 | <div class="item" style="background:url({{media url="wysiwyg/smartwave/porto/homepage/14/slider/slide2.jpg"}}) 71% top no-repeat; background-size:cover; position: relative;"> | 99 | <li><a href="#">Privacy</a></li> | |||
| 300 | <div class="slide-2 content" data-animation="animated fadeIn" style="position: absolute; top: 35%; width:100%;"> | 100 | </ul> | |||
| 301 | <div class="container" style="text-align: left;"> | |||||
| 302 | <div class="text-content" style="display: inline-block;padding-left:75px;"> | |||||
| 303 | <h2>Fashion</h2> | |||||
| 304 | <p><span><b>Up to </b><b class="text-large">70%</b><b style="text-align:right;">OFF in the<br>collection</b></span></p> | |||||
| 305 | <a href="#" class="btn btn-default" style="vertical-align: top; font-weight: 400;">SHOP NOW</a> | |||||
| 306 | </div> | |||||
| 307 | </div> | |||||
| 308 | </div> | |||||
| 309 | </div> | |||||
| 310 | </div> | |||||
| 311 | <script type="text/javascript"> | |||||
| 312 | require([ | |||||
| 313 | 'jquery', | |||||
| 314 | 'owl.carousel/owl.carousel.min' | |||||
| 315 | ], function ($) { | |||||
| 316 | var owl_3 = $("#banner-slider-demo-14").owlCarousel({ | |||||
| 317 | items: 1, | |||||
| 318 | autoplay: true, | |||||
| 319 | autoplayTimeout: 5000, | |||||
| 320 | autoplayHoverPause: true, | |||||
| 321 | dots: false, | |||||
| 322 | navRewind: true, | |||||
| 323 | animateIn: 'fadeIn', | |||||
| 324 | animateOut: 'fadeOut', | |||||
| 325 | loop: true, | |||||
| 326 | nav: false, | |||||
| 327 | dots: true, | |||||
| 328 | navText: ["<em class='porto-icon-chevron-left'></em>","<em class='porto-icon-chevron-right'></em>"] | |||||
| 329 | }); | |||||
| 330 | }); | |||||
| 331 | </script> | |||||
| 332 | </div> | |||||
| 333 | <div style="background-color:#efefef;"> | |||||
| 334 | <div class="container"> | |||||
| 335 | <div class="single-images"> | |||||
| 336 | <div class="row"> | |||||
| 337 | <div class="col-md-4" style="padding:0; position:relative;"> | |||||
| 338 | <img src="{{media url="wysiwyg/smartwave/porto/homepage/14/slider/image_link_1.jpg"}}" width="399" height="210" alt="" /> | |||||
| 339 | <div class="content" style="position:absolute;left:0;top:30%;text-align:left;"> | |||||
| 340 | <h2 style="font-size:24px;color:#323c54;font-weight:600;margin-bottom: 15px;">Sunglasses</h2> | |||||
| 341 | <a class="btn btn-default" href="#">SHOP NOW</a> | |||||
| 342 | </div> | |||||
| 343 | </div> | |||||
| 344 | <div class="col-md-4" style="padding:0; position:relative;border-left: solid 1px #d9e0e8;"> | |||||
| 345 | <img src="{{media url="wysiwyg/smartwave/porto/homepage/14/slider/image_link_2.jpg"}}" width="399" height="210" alt="" /> | |||||
| 346 | <div class="content" style="position:absolute; left:0;top:30%;text-align:left;padding-left: 46px;"> | |||||
| 347 | <h2 style="font-size:24px;color:#323c54;font-weight:600;margin-bottom: 15px;">Woman Dress</h2> | |||||
| 348 | <a class="btn btn-default" href="#">SHOP NOW</a> | |||||
| 349 | </div> | |||||
| 350 | </div> | |||||
| 351 | <div class="col-md-4" style="padding:0; position:relative;border-left: solid 1px #d9e0e8;border-right: solid 1px #d9e0e8;"> | |||||
| 352 | <img src="{{media url="wysiwyg/smartwave/porto/homepage/14/slider/image_link_3.jpg"}}" width="399" height="210" alt="" /> | |||||
| 353 | <div class="content" style="position:absolute; left:0;top:30%;text-align:left;padding-left: 46px;"> | |||||
| 354 | <h2 style="font-size:24px;color:#323c54;font-weight:600;margin-bottom: 15px;">Woman Bags</h2> | |||||
| 355 | <a class="btn btn-default" href="#">SHOP NOW</a> | |||||
| 356 | </div> | |||||
| 357 | </div> | |||||
| 358 | </div> | |||||
| 359 | </div> | |||||
| 360 | </div> | |||||
| 361 | </div> | |||||
| 362 | <div class="container"> | |||||
| 363 | <div class="row"> | |||||
| 364 | <div class="col-md-12"> | |||||
| 365 | <h2 style="margin:77px 0 30px 0;font-size:25px;font-weight:700;text-align:center;" class="theme-color">WEEKLY FEATURED PRODUCTS</h2> | |||||
| 366 | <div id="featured_product"> | |||||
| 367 | {{block class="Smartwave\Filterproducts\Block\Home\FeaturedList" name="featured_product" product_count="10" aspect_ratio="1" image_width="300" image_height="300" product_type="4" template="owl_list.phtml"}} | |||||
| 368 | </div> | |||||
| 369 | <script type="text/javascript"> | |||||
| 370 | require([ | |||||
| 371 | 'jquery', | |||||
| 372 | 'owl.carousel/owl.carousel.min' | |||||
| 373 | ], function ($) { | |||||
| 374 | $("#featured_product .owl-carousel").owlCarousel({ | |||||
| 375 | autoplay: true, | |||||
| 376 | autoplayTimeout: 5000, | |||||
| 377 | autoplayHoverPause: true, | |||||
| 378 | loop: true, | |||||
| 379 | navRewind: true, | |||||
| 380 | margin: 0, | |||||
| 381 | nav: false, | |||||
| 382 | navText: ["<em class='porto-icon-left-open-huge'></em>","<em class='porto-icon-right-open-huge'></em>"], | |||||
| 383 | dots: false, | |||||
| 384 | responsive: { | |||||
| 385 | 0: { | |||||
| 386 | items:2 | |||||
| 387 | }, | |||||
| 388 | 768: { | |||||
| 389 | items:3 | |||||
| 390 | }, | |||||
| 391 | 992: { | |||||
| 392 | items:4 | |||||
| 393 | }, | |||||
| 394 | 1200: { | |||||
| 395 | items:4 | |||||
| 396 | } | |||||
| 397 | } | |||||
| 398 | }); | |||||
| 399 | }); | |||||
| 400 | </script> | |||||
| 401 | </div> | |||||
| 402 | </div> | |||||
| 403 | </div> | |||||
| 404 | <div id="parallax_01" style="background:url({{media url="wysiwyg/smartwave/porto/homepage/14/slider/parallax_img.jpg"}}) 80% 0 no-repeat fixed; color: #fff; padding: 105px 0px 145px; position: relative;"> | |||||
| 405 | <div class="overlay overlay-color" style="background-color: #000000; opacity: 0.2; filter: alpha(opacity=2);top:0;"></div> | |||||
| 406 | <div class="parallax-slider" style="position: relative; z-index: 3;"> | |||||
| 407 | <div class="container"> | |||||
| 408 | <div id="parallax-slider-demo-14" class="owl-carousel owl-theme"> | |||||
| 409 | <div class="item"> | |||||
| 410 | <p>Up to <b class="text-large">40%</b> OFF</p> | |||||
| 411 | <h2>SPECIAL PROMO</h2> | |||||
| 412 | <a href="#" class="btn btn-button">Purchase now</a> | |||||
| 413 | </div> | |||||
| 414 | <div class="item"> | |||||
| 415 | <p>Up to <b class="text-large">40%</b> OFF</p> | |||||
| 416 | <h2>SPECIAL PROMO</h2> | |||||
| 417 | <a href="#" class="btn btn-button">Purchase now</a> | |||||
| 418 | </div> | |||||
| 419 | <div class="item"> | |||||
| 420 | <p>Up to <b class="text-large">40%</b> OFF</p> | |||||
| 421 | <h2>SPECIAL PROMO</h2> | |||||
| 422 | <a href="#" class="btn btn-button">Purchase now</a> | |||||
| 423 | </div> | |||||
| 424 | </div> | |||||
| 425 | </div> | |||||
| 426 | <script type="text/javascript"> | |||||
| 427 | require([ | |||||
| 428 | 'jquery', | |||||
| 429 | 'owl.carousel/owl.carousel.min' | |||||
| 430 | ], function ($) { | |||||
| 431 | var owl_4 = $("#parallax-slider-demo-14").owlCarousel({ | |||||
| 432 | items: 1, | |||||
| 433 | autoplay: true, | |||||
| 434 | autoplayTimeout: 5000, | |||||
| 435 | autoplayHoverPause: true, | |||||
| 436 | dots: true, | |||||
| 437 | navRewind: true, | |||||
| 438 | animateIn: 'fadeIn', | |||||
| 439 | animateOut: 'fadeOut', | |||||
| 440 | loop: true, | |||||
| 441 | nav: false, | |||||
| 442 | navText: ["<em class='porto-icon-chevron-left'></em>","<em class='porto-icon-chevron-right'></em>"] | |||||
| 443 | }); | |||||
| 444 | }); | |||||
| 445 | </script> | |||||
| 446 | </div> | |||||
| 447 | </div> | |||||
| 448 | <div class="container"> | |||||
| 449 | <div class="row"> | |||||
| 450 | <div class="col-md-12"> | |||||
| 451 | <h2 style="margin:65px 0 30px 0;font-size:25px;font-weight:700;text-align:center;" class="theme-color">NEW ARRIVALS</h2> | |||||
| 452 | <div id="latest_product"> | |||||
| 453 | {{block class="Smartwave\Filterproducts\Block\Home\LatestList" name="latest_product" product_count="10" aspect_ratio="1" image_width="300" image_height="300" product_type="4" template="owl_list.phtml"}} | |||||
| 454 | </div> | |||||
| 455 | <script type="text/javascript"> | |||||
| 456 | require([ | |||||
| 457 | 'jquery', | |||||
| 458 | 'owl.carousel/owl.carousel.min' | |||||
| 459 | ], function ($) { | |||||
| 460 | $("#latest_product .owl-carousel").owlCarousel({ | |||||
| 461 | autoplay: true, | |||||
| 462 | autoplayTimeout: 5000, | |||||
| 463 | autoplayHoverPause: true, | |||||
| 464 | loop: true, | |||||
| 465 | navRewind: true, | |||||
| 466 | margin: 0, | |||||
| 467 | nav: false, | |||||
| 468 | navText: ["<em class='porto-icon-left-open-huge'></em>","<em class='porto-icon-right-open-huge'></em>"], | |||||
| 469 | dots: false, | |||||
| 470 | responsive: { | |||||
| 471 | 0: { | |||||
| 472 | items:2 | |||||
| 473 | }, | |||||
| 474 | 768: { | |||||
| 475 | items:3 | |||||
| 476 | }, | |||||
| 477 | 992: { | |||||
| 478 | items:4 | |||||
| 479 | }, | |||||
| 480 | 1200: { | |||||
| 481 | items:4 | |||||
| 482 | } | |||||
| 483 | } | |||||
| 484 | }); | |||||
| 485 | }); | |||||
| 486 | </script> | |||||
| 487 | </div> | |||||
| 488 | </div> | 101 | </div> | |||
| 489 | </div> | 102 | </div> | |||
| 490 | <div style="background-color: #efefef; padding: 76px 0 85px;"> | 103 | ]]> | |||
| 491 | <div class="container"> | 104 | </content> | |||
| 492 | <div class="row"> | |||||
| 493 | <div class="col-md-12"> | |||||
| 494 | <h2 style="margin:0 0 18px 0;font-size:25px;font-weight:700;text-align:center" class="theme-color a-center">FROM THE BLOG</h2> | |||||
| 495 | <div class="owl-top-narrow"> | |||||
| 496 | <div class="recent-posts"> | |||||
| 497 | <div id="latest_news" class="owl-carousel owl-theme"> | |||||
| 498 | <div class="item"> | |||||
| 499 | <div class="post-image"> | |||||
| 500 | <img src="{{media url="wysiwyg/smartwave/porto/blog/01n.jpg"}}" width="225" height="280" alt=""> | |||||
| 501 | </div> | |||||
| 502 | <div class="post-content"> | |||||
| 503 | <div class="postTitle"> | |||||
| 504 | <h2><a href="#">Post Format – Video</a></h2> | |||||
| 505 | </div> | |||||
| 506 | <div class="post-date"> | |||||
| 507 | 08-DEC-2016 | |||||
| 508 | </div> | |||||
| 509 | <div class="postContent"><p>Lorem Ipsum is simply dummy text the printing and type setting...</p></div> | |||||
| 510 | <a class="read-more" href="#">Read More <i class="porto-icon-right-open"></i></a> | |||||
| 511 | </div> | |||||
| 512 | </div> | |||||
| 513 | <div class="item"> | |||||
| 514 | <div class="post-image"> | |||||
| 515 | <img src="{{media url="wysiwyg/smartwave/porto/blog/02n.jpg"}}" width="225" height="280" alt=""> | |||||
| 516 | </div> | |||||
| 517 | <div class="post-content"> | |||||
| 518 | <div class="postTitle"> | |||||
| 519 | <h2><a href="#">Post Format – Video</a></h2> | |||||
| 520 | </div> | |||||
| 521 | <div class="post-date"> | |||||
| 522 | 08-DEC-2016 | |||||
| 523 | </div> | |||||
| 524 | <div class="postContent"><p>Lorem Ipsum is simply dummy text the printing and type setting...</p></div> | |||||
| 525 | <a class="read-more" href="#">Read More <i class="porto-icon-right-open"></i></a> | |||||
| 526 | </div> | |||||
| 527 | </div> | |||||
| 528 | </div> | |||||
| 529 | </div> | |||||
| 530 | </div> | |||||
| 531 | <script type="text/javascript"> | |||||
| 532 | require([ | |||||
| 533 | 'jquery', | |||||
| 534 | 'owl.carousel/owl.carousel.min' | |||||
| 535 | ], function ($) { | |||||
| 536 | var owl_5 = $("#latest_news").owlCarousel({ | |||||
| 537 | items: 2, | |||||
| 538 | autoplay: true, | |||||
| 539 | autoplayTimeout: 5000, | |||||
| 540 | autoplayHoverPause: true, | |||||
| 541 | margin: 20, | |||||
| 542 | navRewind: true, | |||||
| 543 | animateIn: 'fadeIn', | |||||
| 544 | animateOut: 'fadeOut', | |||||
| 545 | loop: false, | |||||
| 546 | nav: false, | |||||
| 547 | dots: false, | |||||
| 548 | navText: ["<em class='porto-icon-chevron-left'></em>","<em class='porto-icon-chevron-right'></em>"], | |||||
| 549 | 105 | |||||
| 550 | responsive: { | 106 | <is_active> | |||
| 551 | 0: { | 107 | 1 | |||
| 552 | items:1 | 108 | </is_active> | |||
| 553 | }, | 109 | ||||
| 554 | 768: { | 110 | </cms_item> | |||
| 555 | items:2 | 111 | ||||
| 556 | }, | 112 | <cms_item> | |||
| 557 | 992: { | 113 | ||||
| 558 | items:2 | 114 | <title> | |||
| 559 | }, | 115 | Footer Middle Popular Tags | |||
| 560 | 1200: { | 116 | </title> | |||
| 561 | items:2 | 117 | ||||
| 562 | } | 118 | <identifier> | |||
| 563 | } | 119 | footer_middle_popular_tags | |||
| 564 | }); | 120 | </identifier> | |||
| 565 | }); | 121 | | |||
| 566 | </script> | 122 | <content> | |||
| 567 | </div> | 123 | <![CDATA[<div class="widget widget_product_tag_cloud"> | |||
| 568 | </div> | 124 | <h3 class="widget-title">Popular Tags</h3> | |||
| 125 | <div class="tagcloud"> | |||||
| 126 | <a href="#" class="tag-cloud-link tag-link-33 tag-link-position-1" style="font-size: 8pt;" aria-label="Bag (1 product)">Bag</a> | |||||
| 127 | <a href="#" class="tag-cloud-link tag-link-122 tag-link-position-2" style="font-size: 8pt;" aria-label="Black (1 product)">Black</a> | |||||
| 128 | <a href="#" class="tag-cloud-link tag-link-124 tag-link-position-3" style="font-size: 8pt;" aria-label="Blue (1 product)">Blue</a> | |||||
| 129 | <a href="#" class="tag-cloud-link tag-link-40 tag-link-position-4" style="font-size: 22pt;" aria-label="Clothes (4 products)">Clothes</a> | |||||
| 130 | <a href="#" class="tag-cloud-link tag-link-50 tag-link-position-5" style="font-size: 22pt;" aria-label="Fashion (4 products)">Fashion</a> | |||||
| 131 | <a href="#" class="tag-cloud-link tag-link-53 tag-link-position-6" style="font-size: 8pt;" aria-label="Hub (1 product)">Hub</a> | |||||
| 132 | <a href="#" class="tag-cloud-link tag-link-121 tag-link-position-7" style="font-size: 8pt;" aria-label="Jean (1 product)">Jean</a> | |||||
| 133 | <a href="#" class="tag-cloud-link tag-link-67 tag-link-position-8" style="font-size: 8pt;" aria-label="Shirt (1 product)">Shirt</a> | |||||
| 134 | <a href="#" class="tag-cloud-link tag-link-68 tag-link-position-9" style="font-size: 8pt;" aria-label="Skirt (1 product)">Skirt</a> | |||||
| 135 | <a href="#" class="tag-cloud-link tag-link-70 tag-link-position-10" style="font-size: 8pt;" aria-label="Sports (1 product)">Sports</a> | |||||
| 136 | <a href="#" class="tag-cloud-link tag-link-71 tag-link-position-11" style="font-size: 8pt;" aria-label="Sweater (1 product)">Sweater</a> | |||||
| 137 | <a href="#" class="tag-cloud-link tag-link-123 tag-link-position-12" style="font-size: 8pt;" aria-label="Winter (1 product)">Winter</a> | |||||
| 569 | </div> | 138 | </div> | |||
| 570 | </div> | 139 | </div> | |||
| 571 | <style type="text/css"> | 140 | ]]> | |||
| 572 | #banner-slider-demo-14 .content .text-content h2{ | |||||
| 573 | font-family:'Oswald'; | |||||
| 574 | letter-spacing: 0; | |||||
| 575 | text-transform:uppercase; | |||||
| 576 | font-size: 102px; | |||||
| 577 | color:#fff; | |||||
| 578 | line-height:1; | |||||
| 579 | font-weight: 700; | |||||
| 580 | margin:0; | |||||
| 581 | } | |||||
| 582 | #banner-slider-demo-14 .content .text-content p span{ | |||||
| 583 | font-family:'Oswald'; | |||||
| 584 | font-size:25px; | |||||
| 585 | text-transform:uppercase; | |||||
| 586 | color: #fff; | |||||
| 587 | vertical-align: top; | |||||
| 588 | font-weight: 300; | |||||
| 589 | } | |||||
| 590 | #banner-slider-demo-14 .content .text-content .text-large{ | |||||
| 591 | font-family:'Playfair Display'; | |||||
| 592 | font-weight:700; | |||||
| 593 | font-style:italic; | |||||
| 594 | font-size:76px; | |||||
| 595 | line-height:1; | |||||
| 596 | padding: 0 20px; | |||||
| 597 | } | |||||
| 598 | #banner-slider-demo-14 .content .text-content p{ | |||||
| 599 | margin: 7px 0; | |||||
| 600 | } | |||||
| 601 | #banner-slider-demo-14 .content .text-content a{ | |||||
| 602 | margin-top: 68px; | |||||
| 603 | font-size: 17px; | |||||
| 604 | padding: 11px 28px; | |||||
| 605 | margin-left: 7px; | |||||
| 606 | letter-spacing:0.075em; | |||||
| 607 | font-family:'Oswald'; | |||||
| 608 | background-color: #e1ddc3; | |||||
| 609 | color:#61605a; | |||||
| 610 | } | |||||
| 611 | #banner-slider-demo-14 .content .text-content b { | |||||
| 612 | display: inline-block; | |||||
| 613 | vertical-align:top; | |||||
| 614 | font-weight:300; | |||||
| 615 | } | |||||
| 616 | #banner-slider-demo-14 .owl-controls { | |||||
| 617 | bottom: 27px; | |||||
| 618 | top: auto; | |||||
| 619 | visibility: visible; | |||||
| 620 | opacity: 1; | |||||
| 621 | } | |||||
| 622 | #banner-slider-demo-14 .owl-controls .owl-dots { | |||||
| 623 | margin: 0 auto; | |||||
| 624 | text-align: right; | |||||
| 625 | padding: 0 15px; | |||||
| 626 | } | |||||
| 627 | #banner-slider-demo-14 .owl-controls .owl-dot span { | |||||
| 628 | position: relative; | |||||
| 629 | width: 18px; | |||||
| 630 | height: 18px; | |||||
| 631 | border: 2px solid #cfcdca ; | |||||
| 632 | border-radius: 100%; | |||||
| 633 | background: none; | |||||
| 634 | margin: 0 4px; | |||||
| 635 | } | |||||
| 636 | #banner-slider-demo-14 .owl-controls .owl-dot.active span, | |||||
| 637 | #banner-slider-demo-14 .owl-controls .owl-dot:hover span{ | |||||
| 638 | border-color: #fff; | |||||
| 639 | } | |||||
| 640 | #banner-slider-demo-14 .owl-controls .owl-dot.active span:after, | |||||
| 641 | #banner-slider-demo-14 .owl-controls .owl-dot:hover span:after { | |||||
| 642 | content: ''; | |||||
| 643 | position: absolute; | |||||
| 644 | top: 4px; | |||||
| 645 | left: 4px; | |||||
| 646 | right: 4px; | |||||
| 647 | bottom: 4px; | |||||
| 648 | width: 6px; | |||||
| 649 | border: #fff solid 2px; | |||||
| 650 | border-radius: 100%; | |||||
| 651 | } | |||||
| 652 | .single-images .btn-default{ | |||||
| 653 | border:1px solid #e1ddc3; | |||||
| 654 | padding:10px 28px; | |||||
| 655 | color:#61605a; | |||||
| 656 | font-family:'Oswald'; | |||||
| 657 | font-size:14px; | |||||
| 658 | letter-spacing:0.05em; | |||||
| 659 | background-color:transparent; | |||||
| 660 | box-shadow: none; | |||||
| 661 | } | |||||
| 662 | .parallax-slider {font-family:'Oswald';} | |||||
| 663 | .parallax-slider .owl-carousel h2 {font-size:60px;font-weight:700;letter-spacing: 0.075em;margin-bottom:28px;} | |||||
| 664 | .parallax-slider .owl-carousel p {font-family:'Oswald';font-size:36px;font-weight:300;text-transform:uppercase;letter-spacing: 0.075em;margin: 0 0 6px;} | |||||
| 665 | .parallax-slider .owl-carousel p .text-large {font-size:75px;font-weight:700;letter-spacing: 0;} | |||||
| 666 | .parallax-slider .owl-carousel a.btn-button {background-color:#e1ddc3;font-size:15px;color:#61605a;letter-spacing: 0.05em;text-transform:uppercase;padding:15px 22px;} | |||||
| 667 | .parallax-slider .owl-controls { | |||||
| 668 | margin-top: 25px; | |||||
| 669 | position: absolute; | |||||
| 670 | width: 100%; | |||||
| 671 | bottom: -79px; | |||||
| 672 | } | |||||
| 673 | .parallax-slider .owl-controls .owl-dot span { | |||||
| 674 | position: relative; | |||||
| 675 | width: 18px; | |||||
| 676 | height: 18px; | |||||
| 677 | border: 2px solid #fff; | |||||
| 678 | border-radius:100%; | |||||
| 679 | background: none; | |||||
| 680 | } | |||||
| 681 | .parallax-slider .owl-controls .owl-dot:hover span, | |||||
| 682 | .parallax-slider .owl-controls .owl-dot.active span {background: none !important;} | |||||
| 683 | .parallax-slider .owl-controls .owl-dot.active span:after, | |||||
| 684 | .parallax-slider .owl-controls .owl-dot:hover span:after { | |||||
| 685 | content: ''; | |||||
| 686 | position: absolute; | |||||
| 687 | top: 4px; | |||||
| 688 | left: 4px; | |||||
| 689 | right: 4px; | |||||
| 690 | bottom: 4px; | |||||
| 691 | width: 6px; | |||||
| 692 | border: #fff solid 2px; | |||||
| 693 | border-radius: 100%; | |||||
| 694 | } | |||||
| 695 | ||||||
| 696 | #latest_news .item { | |||||
| 697 | position:relative; | |||||
| 698 | } | |||||
| 699 | #latest_news .post-image {float:left;} | |||||
| 700 | #latest_news .post-content { | |||||
| 701 | position: relative; | |||||
| 702 | top: 30px; | |||||
| 703 | left: -5px; | |||||
| 704 | background-color: #fff; | |||||
| 705 | text-align: left; | |||||
| 706 | padding: 40px; | |||||
| 707 | margin-left: 200px; | |||||
| 708 | min-height: 212px; | |||||
| 709 | } | |||||
| 710 | #latest_news .post-image{ | |||||
| 711 | float: left; | |||||
| 712 | border: none; | |||||
| 713 | padding: 0; | |||||
| 714 | margin: 0; | |||||
| 715 | } | |||||
| 716 | .recent-posts .item .post-image img { | |||||
| 717 | border-radius: 0; | |||||
| 718 | } | |||||
| 719 | #latest_news .postTitle{ | |||||
| 720 | min-height: auto; | |||||
| 721 | margin-bottom: 9px; | |||||
| 722 | } | |||||
| 723 | #latest_news .postTitle h2{ | |||||
| 724 | text-transform: uppercase; | |||||
| 725 | font-size:18px; | |||||
| 726 | font-weight: 600; | |||||
| 727 | letter-spacing: -0.001em; | |||||
| 728 | line-height: 1; | |||||
| 729 | margin-bottom: 12px; | |||||
| 730 | } | |||||
| 731 | #latest_news .post-date{ | |||||
| 732 | display: inline-block; | |||||
| 733 | background-color: #e1ddc3; | |||||
| 734 | color: #8f8e86; | |||||
| 735 | font-size: 14.5px; | |||||
| 736 | letter-spacing: 0.1em; | |||||
| 737 | font-family: 'Oswald'; | |||||
| 738 | float: none; | |||||
| 739 | text-align: left; | |||||
| 740 | padding: 8px; | |||||
| 741 | font-weight: 300; | |||||
| 742 | margin-bottom: 8px; | |||||
| 743 | } | |||||
| 744 | #latest_news .postContent { | |||||
| 745 | line-height: 25px; | |||||
| 746 | font-size: 15px; | |||||
| 747 | letter-spacing: 0.03em; | |||||
| 748 | padding: 0; | |||||
| 749 | margin-bottom: 15px; | |||||
| 750 | } | |||||
| 751 | #latest_news .read-more { | |||||
| 752 | text-transform: uppercase; | |||||
| 753 | font-size: 13px; | |||||
| 754 | font-weight: 700; | |||||
| 755 | letter-spacing: 0.03em; | |||||
| 756 | color: #333333; | |||||
| 757 | } | |||||
| 758 | @media (max-width: 991px){ | |||||
| 759 | #banner-slider-demo-14 .content .text-content h2{font-size:70px !important;} | |||||
| 760 | #banner-slider-demo-14 .content .text-content span {font-size:20px !important;} | |||||
| 761 | #banner-slider-demo-14 .content .text-content .text-large{font-size:45px !important;padding: 0 10px;} | |||||
| 762 | #banner-slider-demo-14 .content .text-content a{padding:10px 24px;font-size:13px;margin-top:30px;} | |||||
| 763 | #banner-slider-demo-14 .owl-pagination { | |||||
| 764 | width: 1140px; | |||||
| 765 | } | |||||
| 766 | } | |||||
| 767 | @media (max-width: 767px) { | |||||
| 768 | #banner-slider-demo-14 .content .text-content h2{font-size:50px !important;} | |||||
| 769 | #banner-slider-demo-14 .content .text-content span {font-size:15px !important;} | |||||
| 770 | #banner-slider-demo-14 .content .text-content .text-large{font-size:30px !important;padding: 0 10px;} | |||||
| 771 | #banner-slider-demo-14 .content .text-content a{padding:10px 20px;font-size:10px;margin-top:20px;} | |||||
| 772 | .single-images .col-md-4{border-left-width:0 !important;} | |||||
| 773 | .single-images img {width:100%;} | |||||
| 774 | .single-images .content{padding-left:46px;} | |||||
| 775 | .parallax-slider .owl-carousel h2 {font-size:40px;margin-bottom:28px;} | |||||
| 776 | .parallax-slider .owl-carousel p {font-size:16px;margin: 0 0 6px;} | |||||
| 777 | .parallax-slider .owl-carousel p .text-large {font-size:55px;} | |||||
| 778 | .parallax-slider .owl-carousel a.btn-button {font-size:12px;padding:12px 20px;} | |||||
| 779 | } | |||||
| 780 | @media (max-width: 480px) { | |||||
| 781 | #latest_news .post-image { | |||||
| 782 | float: none; | |||||
| 783 | margin: 0; | |||||
| 784 | } | |||||
| 785 | #latest_news .post-content { | |||||
| 786 | padding: 30px; | |||||
| 787 | margin: 0; | |||||
| 788 | left: 0; | |||||
| 789 | top: 0; | |||||
| 790 | float: left; | |||||
| 791 | } | |||||
| 792 | } | |||||
| 793 | @media (min-width: 768px){ | |||||
| 794 | #banner-slider-demo-14 .owl-controls .owl-dots { | |||||
| 795 | width: 750px; | |||||
| 796 | } | |||||
| 797 | } | |||||
| 798 | @media (min-width: 992px){ | |||||
| 799 | #banner-slider-demo-14 .owl-controls .owl-dots { | |||||
| 800 | width: 970px; | |||||
| 801 | } | |||||
| 802 | } | |||||
| 803 | @media (min-width: 1200px) { | |||||
| 804 | #banner-slider-demo-14 .owl-controls .owl-dots { | |||||
| 805 | width: 1140px; | |||||
| 806 | } | |||||
| 807 | } | |||||
| 808 | .full-screen-slider, .full-screen-slider .owl-carousel .owl-item .item { | |||||
| 809 | max-height: 770px; | |||||
| 810 | } | |||||
| 811 | </style>]]> | |||||
| 812 | </content> | 141 | </content> | |||
| 813 | 142 | |||||
| 814 | <is_active> | 143 | <is_active> | |||
| 815 | 1 | 144 | 1 | |||
| 816 | </is_active> | 145 | </is_active> | |||
| 817 | 146 | |||||
| 818 | </cms_item> | 147 | </cms_item> | |||
| 819 | 148 | |||||
| 820 | <cms_item> | 149 | <cms_item> | |||
| 821 | 150 | |||||
| 822 | <title> | 151 | <title> | |||
| 823 | Porto - Homepage Slider 2 Old Skin | 152 | Banner Category Demo2 | |||
| 824 | </title> | 153 | </title> | |||
| 825 | 154 | |||||
| 826 | <identifier> | 155 | <identifier> | |||
| 827 | porto_homeslider_2_old | 156 | banner_category_demo2 | |||
| 828 | </identifier> | 157 | </identifier> | |||
| 829 | 158 | |||||
| 830 | <content> | 159 | <content> | |||
| 831 | <![CDATA[<div class="full-screen-slider"> | 160 | <![CDATA[<div class="porto-block"> | |||
| 832 | <div id="banner-slider-demo-14" class="owl-carousel owl-middle-narrow owl-banner-carousel"> | 161 | <style> | |||
| 833 | <div class="item" style="background:url({{media url="wysiwyg/smartwave/porto/homepage/14/slider/slide1.jpg"}}) 71% top no-repeat; background-size:cover; position: relative;"> | 162 | .vc_custom_1575507713175 { | |||
| 834 | <div class="slide-1" style="position: absolute; top: 35%; width:100%;"> | 163 | padding-top: 4.25rem; | |||
| 835 | <div class="container" style="text-align: left;"> | 164 | padding-bottom: 4.25rem; | |||
| 836 | <div class="text-content" style="display: inline-block;"> | 165 | background-color: #77e1ff; | |||
| 837 | <em style="font-style: normal; text-align: left; display: block; color: #fff; font-weight: 600; line-height: 1;">NEW ARRIVALS</em> | 166 | background-position: center; | |||
| 838 | <h2 style="color: #fff; line-height: 1;font-weight:800;margin:0;">Fashion</h2> | 167 | background-repeat: no-repeat; | |||
| 839 | <p><span style="color: #fff; vertical-align: top; font-weight: 300;">Up to <b style="font-weight:800;">70% OFF</b> in the new collection.</span></p> | 168 | background-size: cover; | |||
| 840 | <a href="#" class="btn btn-default" style="background-color: #fff; color: #333; vertical-align: top; font-weight: 600;">SHOP NOW</a> | |||||
| 841 | </div> | |||||
| 842 | </div> | |||||
| 843 | </div> | |||||
| 844 | </div> | |||||
| 845 | <div class="item" style="background:url({{media url="wysiwyg/smartwave/porto/homepage/14/slider/slide2.jpg"}}) 71% top no-repeat; background-size:cover; position: relative;"> | |||||
| 846 | <div class="slide-2" style="position: absolute; top: 35%; width:100%;"> | |||||
| 847 | <div class="container" style="text-align: left;"> | |||||
| 848 | <div class="text-content" style="display: inline-block;"> | |||||
| 849 | <em style="font-style: normal; text-align: left; display: block; color: #fff; font-weight: 600; line-height: 1;">EXCLUSIVE</em> | |||||
| 850 | <h2 style="color: #fff; line-height: 1;font-weight:800;margin:0;">Sunglasses</h2> | |||||
| 851 | <p style="text-align:right;"><span style="color: #fff; vertical-align: top; font-weight: 300;">Incredible prices</span></p> | |||||
| 852 | <a href="#" style="float:right; color: #fff; vertical-align: top; font-weight: 400;">SHOP NOW</a> | |||||
| 853 | </div> | |||||
| 854 | </div> | |||||
| 855 | </div> | |||||
| 856 | </div> | |||||
| 857 | </div> | |||||
| 858 | <script type="text/javascript"> | |||||
| 859 | require([ | |||||
| 860 | 'jquery', | |||||
| 861 | 'owl.carousel/owl.carousel.min' | |||||
| 862 | ], function ($) { | |||||
| 863 | var owl_3 = $("#banner-slider-demo-14").owlCarousel({ | |||||
| 864 | items: 1, | |||||
| 865 | autoplay: true, | |||||
| 866 | autoplayTimeout: 5000, | |||||
| 867 | autoplayHoverPause: true, | |||||
| 868 | dots: false, | |||||
| 869 | navRewind: true, | |||||
| 870 | animateIn: 'fadeIn', | |||||
| 871 | animateOut: 'fadeOut', | |||||
| 872 | loop: true, | |||||
| 873 | nav: true, | |||||
| 874 | navText: ["<em class='porto-icon-chevron-left'></em>","<em class='porto-icon-chevron-right'></em>"] | |||||
| 875 | }); | |||||
| 876 | }); | |||||
| 877 | </script> | |||||
| 878 | </div> | |||||
| 879 | <div class="container"> | |||||
| 880 | <div class="single-images" style="padding-top: 30px;"> | |||||
| 881 | <div class="row"> | |||||
| 882 | <div class="col-md-4" style="padding-bottom:15px;"> | |||||
| 883 | <a class="image-link" href="#"> | |||||
| 884 | <img src="{{media url="wysiwyg/smartwave/porto/homepage/14/slider/image_link_1.jpg"}}" alt="" /> | |||||
| 885 | <span class="category-title">SUNGLASSES</span> | |||||
| 886 | </a> | |||||
| 887 | </div> | |||||
| 888 | <div class="col-md-4" style="padding-bottom:15px;"> | |||||
| 889 | <a class="image-link" href="#"> | |||||
| 890 | <img src="{{media url="wysiwyg/smartwave/porto/homepage/14/slider/image_link_2.jpg"}}" alt="" /> | |||||
| 891 | <span class="category-title">WOMAN DRESSES</span> | |||||
| 892 | </a> | |||||
| 893 | </div> | |||||
| 894 | <div class="col-md-4" style="padding-bottom:15px;"> | |||||
| 895 | <a class="image-link" href="#"> | |||||
| 896 | <img src="{{media url="wysiwyg/smartwave/porto/homepage/14/slider/image_link_3.jpg"}}" alt="" /> | |||||
| 897 | <span class="category-title">WOMAN BAGS</span> | |||||
| 898 | </a> | |||||
| 899 | </div> | |||||
| 900 | </div> | |||||
| 901 | </div> | |||||
| 902 | <div class="row"> | |||||
| 903 | <div class="col-md-12"> | |||||
| 904 | <h2 style="margin-top:30px;font-size:19px;font-weight:600;margin-bottom:20px;text-align:center;" class="theme-color">WEEKLY FEATURED PRODUCTS</h2> | |||||
| 905 | <div id="featured_product" class="hide-addtocart hide-addtolinks"> | |||||
| 906 | {{block class="Smartwave\Filterproducts\Block\Home\FeaturedList" name="featured_product" product_count="10" aspect_ratio="0" image_width="212" image_height="263" template="owl_list.phtml"}} | |||||
| 907 | </div> | |||||
| 908 | <script type="text/javascript"> | |||||
| 909 | require([ | |||||
| 910 | 'jquery', | |||||
| 911 | 'owl.carousel/owl.carousel.min' | |||||
| 912 | ], function ($) { | |||||
| 913 | $("#featured_product .owl-carousel").owlCarousel({ | |||||
| 914 | autoplay: true, | |||||
| 915 | autoplayTimeout: 5000, | |||||
| 916 | autoplayHoverPause: true, | |||||
| 917 | loop: true, | |||||
| 918 | navRewind: true, | |||||
| 919 | margin: 10, | |||||
| 920 | nav: false, | |||||
| 921 | navText: ["<em class='porto-icon-left-open-huge'></em>","<em class='porto-icon-right-open-huge'></em>"], | |||||
| 922 | dots: false, | |||||
| 923 | responsive: { | |||||
| 924 | 0: { | |||||
| 925 | items:2 | |||||
| 926 | }, | |||||
| 927 | 768: { | |||||
| 928 | items:3 | |||||
| 929 | }, | |||||
| 930 | 992: { | |||||
| 931 | items:4 | |||||
| 932 | }, | |||||
| 933 | 1200: { | |||||
| 934 | items:5 | |||||
| 935 | } | 169 | } | |||
| 170 | .coupon-sale-text { | |||||
| 171 | letter-spacing: -.01em; | |||||
| 936 | } | 172 | } | |||
| 937 | }); | 173 | .coupon-sale-text b { | |||
| 938 | }); | 174 | display: inline-block; | |||
| 939 | </script> | 175 | font-size: 1.6em; | |||
| 176 | padding: 5px 8px; | |||||
| 177 | background: #fff; | |||||
| 178 | } | |||||
| 179 | .coupon-sale-text i { | |||||
| 180 | font-style: normal; | |||||
| 181 | position: absolute; | |||||
| 182 | left: -2.25em; | |||||
| 183 | top: 50%; | |||||
| 184 | transform: translateY(-50%) rotate(-90deg); | |||||
| 185 | font-size: .65em; | |||||
| 186 | opacity: .6; | |||||
| 187 | letter-spacing: 0; | |||||
| 188 | } | |||||
| 189 | </style> | |||||
| 190 | <div | |||||
| 191 | class="vc_custom_1575507713175 text-left porto-inner-container" | |||||
| 192 | style="background-image: url('{{media url="wysiwyg/smartwave/porto/category/banner/shop1_shop_banner.jpg"}}');" | |||||
| 193 | > | |||||
| 194 | <div class="porto-wrap-container container"> | |||||
| 195 | <div class="row"> | |||||
| 196 | <div class="pl-lg-4 pl-xl-5 mb-4 mb-md-0 vc_column_container col-md-5 col-xl-4 col-lg-4 offset-1"> | |||||
| 197 | <div class="wpb_wrapper vc_column-inner"> | |||||
| 198 | <h2 style="font-size: 3rem; line-height: 1;" class="vc_custom_heading mb-3 align-left text-uppercase">ELECTRONIC DEALS</h2> | |||||
| 199 | <div class="vc_btn3-container mb-0 vc_btn3-inline"><button class="vc_btn3 vc_btn3-shape-default btn btn-modern btn-md btn-dark">GET YOURS!</button></div> | |||||
| 940 | </div> | 200 | </div> | |||
| 941 | </div> | 201 | </div> | |||
| 942 | </div> | 202 | <div class="vc_column_container col-md-4 offset-md-0 offset-1"> | |||
| 943 | <div id="parallax_01" style="background:url({{media url="wysiwyg/smartwave/porto/homepage/14/slider/parallax_img.jpg"}}) 80% 0 no-repeat fixed; color: #fff; padding: 100px 0; position: relative;"> | 203 | <div class="wpb_wrapper vc_column-inner"> | |||
| 944 | <div class="overlay overlay-color" style="background-color: #000000; opacity: 0.65; filter: alpha(opacity=65);top:0;"></div> | 204 | <div style="font-size: 0.7rem; line-height: 1.7;" class="vc_custom_heading coupon-sale-text my-2 align-left heading-dark"><b>Exclusive COUPON</b></div> | |||
| 945 | <div class="parallax-slider" style="position: relative; z-index: 3;"> | 205 | <div style="font-size: 1rem; line-height: 0.9;" class="vc_custom_heading coupon-sale-text align-left heading-dark"><i>UP TO</i><b>$100</b> OFF</div> | |||
| 946 | <div class="container"> | |||||
| 947 | <div id="parallax-slider-demo-14" class="owl-carousel owl-theme"> | |||||
| 948 | <div class="item"> | |||||
| 949 | <h2 style="font-weight:600;">SPECIAL <b style="font-weight:800;">PROMO</b></h2> | |||||
| 950 | <p style="font-weight:300;">Up to <b style="font-weight:800;">70% OFF</b> in the new collection.</p> | |||||
| 951 | <a href="#" style="font-weight:300;">Purchase now ></a> | |||||
| 952 | </div> | 206 | </div> | |||
| 953 | <div class="item"> | |||||
| 954 | <h2 style="font-weight:600;">SPECIAL <b style="font-weight:800;">PROMO</b></h2> | |||||
| 955 | <p style="font-weight:300;">Up to <b style="font-weight:800;">70% OFF</b> in the new collection.</p> | |||||
| 956 | <a href="#" style="font-weight:300;">Purchase now ></a> | |||||
| 957 | </div> | 207 | </div> | |||
| 958 | <div class="item"> | |||||
| 959 | <h2 style="font-weight:600;">SPECIAL <b style="font-weight:800;">PROMO</b></h2> | |||||
| 960 | <p style="font-weight:300;">Up to <b style="font-weight:800;">70% OFF</b> in the new collection.</p> | |||||
| 961 | <a href="#" style="font-weight:300;">Purchase now ></a> | |||||
| 962 | </div> | 208 | </div> | |||
| 963 | </div> | 209 | </div> | |||
| 964 | </div> | 210 | </div> | |||
| 965 | <script type="text/javascript"> | 211 | | |||
| 966 | require([ | 212 | ]]> | |||
| 967 | 'jquery', | |||||
| 968 | 'owl.carousel/owl.carousel.min' | |||||
| 969 | ], function ($) { | |||||
| 970 | var owl_4 = $("#parallax-slider-demo-14").owlCarousel({ | |||||
| 971 | items: 1, | |||||
| 972 | autoplay: true, | |||||
| 973 | autoplayTimeout: 5000, | |||||
| 974 | autoplayHoverPause: true, | |||||
| 975 | dots: true, | |||||
| 976 | navRewind: true, | |||||
| 977 | animateIn: 'fadeIn', | |||||
| 978 | animateOut: 'fadeOut', | |||||
| 979 | loop: true, | |||||
| 980 | nav: false, | |||||
| 981 | navText: ["<em class='porto-icon-chevron-left'></em>","<em class='porto-icon-chevron-right'></em>"] | |||||
| 982 | }); | |||||
| 983 | }); | |||||
| 984 | </script> | |||||
| 985 | </div> | |||||
| 986 | </div>]]> | |||||
| 987 | </content> | 213 | </content> | |||
| 988 | 214 | |||||
| 989 | <is_active> | 215 | <is_active> | |||
| 990 | 1 | 216 | 1 | |||
| 991 | </is_active> | 217 | </is_active> | |||
| 992 | 218 | |||||
| 993 | </cms_item> | 219 | </cms_item> | |||
| 994 | 220 | |||||
| 995 | <cms_item> | 221 | <cms_item> | |||
| 996 | 222 | |||||
| 997 | <title> | 223 | <title> | |||
| 998 | Porto - Homepage Slider 3 | 224 | Banner Category Demo 1 | |||
| 999 | </title> | 225 | </title> | |||
| 1000 | 226 | |||||
| 1001 | <identifier> | 227 | <identifier> | |||
| 1002 | porto_homeslider_3 | 228 | banner_category_demo1 | |||
| 1003 | </identifier> | 229 | </identifier> | |||
| 1004 | 230 | |||||
| 1005 | <content> | 231 | <content> | |||
| 1006 | <![CDATA[<div class="container" style="padding:0 15px 0;font-family:Georgia;"> | 232 | <![CDATA[<div class="row"> | |||
| 1007 | <div id="banner-slider-demo-15" class="owl-carousel owl-middle-narrow owl-banner-carousel"> | 233 | <div class="mb-2 col-lg-12"> | |||
| 1008 | <div class="item"> | 234 | <div | |||
| 1009 | <img src="{{media url="wysiwyg/smartwave/porto/homepage/15/slider/slide3_1.jpg"}}" alt="" /> | 235 | <div class="porto-ultimate-content-box-container"> | |||
| 1010 | <div class="slide3-1-new-content content" style="position:absolute; right:4.5%;top:27%;"> | 236 | <div | |||
| 1011 | <em>New Summer</em> | 237 | class="porto-ultimate-content-box vc_custom_1599764578086 has-content-pos justify-content-center" | |||
| 1012 | <div class="clearer"></div> | 238 | style=" | |||
| 1013 | <h2>Collection</h2> | 239 | background-size: cover; | |||
| 1014 | <div class="clearer"></div> | 240 | background-repeat: no-repeat; | |||
| 1015 | <a href="#" class="btn btn-default"><span>SHOP NOW</span></a> | 241 | background-position: center top; | |||
| 242 | background-color: rgba(0, 0, 0, 0); | |||||
| 243 | min-height: 280px; | |||||
| 244 | background-image: url('{{media url="wysiwyg/smartwave/porto/homepage/01/shop1_shop_slider1.jpg"}}'); | |||||
| 245 | " | |||||
| 246 | > | |||||
| 247 | <h4 style="font-size: 0.8675em; color: rgba(255, 255, 255, 0.7); line-height: 1; font-weight: 500;" class="vc_custom_heading ls-80 align-left">Find the Boundaries. Push Through!</h4> | |||||
| 248 | <h2 style="font-size: 2.524375em; line-height: 1; font-weight: 700; letter-spacing: 0.005em;" class="vc_custom_heading custom-font4 mb-0 align-left heading-light">Summer Sale</h2> | |||||
| 249 | <h3 style="font-size: 4.38625em; line-height: 1; font-weight: 700;" class="vc_custom_heading mb-3 align-left heading-light">30% OFF</h3> | |||||
| 250 | <div class="vc_row wpb_row vc_inner row"> | |||||
| 251 | <div class="vc_column_container col-md-12"> | |||||
| 252 | <div class="wpb_wrapper vc_column-inner"> | |||||
| 253 | <h4 style="font-size: 0.75em; line-height: 1; font-weight: 400;" class="vc_custom_heading mr-2 pull-left p-t-sm align-left text-uppercase heading-light">Starting At</h4> | |||||
| 254 | <h4 style="font-size: 0.8em; color: #ff7272; line-height: 1;" class="vc_custom_heading coupon-sale-text d-inline-block mr-2 align-left"> | |||||
| 255 | <b><sup>$</sup>199<sup>99</sup></b> | |||||
| 256 | </h4> | |||||
| 257 | <div class="btn-container mb-0 d-inline-block" style="margin-left:-4px;"><button class="vc_btn3 vc_btn3-shape-default btn btn-modern btn-lg btn-dark" style="font-size: 11.4px;">Get Yours!</button></div> | |||||
| 1016 | </div> | 258 | </div> | |||
| 1017 | </div> | 259 | </div> | |||
| 1018 | <div class="item"> | |||||
| 1019 | <img src="{{media url="wysiwyg/smartwave/porto/homepage/15/slider/slide3_2.jpg"}}" alt="" /> | |||||
| 1020 | <div class="slide3-1-new-content content" style="position:absolute; left:4.5%;top:27%;"> | |||||
| 1021 | <em style="font-size:15px;">Elegant Collections</em> | |||||
| 1022 | <div class="clearer"></div> | |||||
| 1023 | <h2>for him & Her</h2> | |||||
| 1024 | <div class="clearer"></div> | |||||
| 1025 | <a href="#" class="btn btn-default"><span>SHOP NOW</span></a> | |||||
| 1026 | </div> | 260 | </div> | |||
| 1027 | </div> | 261 | </div> | |||
| 1028 | </div> | 262 | </div> | |||
| 1029 | <script type="text/javascript"> | 263 | <div class="porto-ultimate-content-box-container"> | |||
| 1030 | require([ | 264 | <div | |||
| 1031 | 'jquery', | 265 | class="porto-ultimate-content-box vc_custom_1599764587094 has-content-pos justify-content-center" | |||
| 1032 | 'owl.carousel/owl.carousel.min' | 266 | style=" | |||
| 1033 | ], function ($) { | 267 | background-size: cover; | |||
| 1034 | $("#banner-slider-demo-15").owlCarousel({ | 268 | background-repeat: no-repeat; | |||
| 1035 | items: 1, | 269 | background-position: center top; | |||
| 1036 | autoplay: true, | 270 | background-color: rgba(0, 0, 0, 0); | |||
| 1037 | autoplayTimeout: 5000, | 271 | min-height: 280px; | |||
| 1038 | autoplayHoverPause: true, | 272 | background-image: url('{{media url="wysiwyg/smartwave/porto/homepage/01/shop1_home_slider2.jpg"}}'); | |||
| 1039 | dots: false, | 273 | " | |||
| 1040 | nav: true, | 274 | > | |||
| 1041 | navRewind: true, | 275 | <h4 style="font-size: 0.92625em; color: rgba(119, 119, 119, 0.7); line-height: 1; font-weight: 500;" class="vc_custom_heading ls-80 mb-2 align-left">OVER 200 PRODUCTS WITH DISCOUNTS</h4> | |||
| 1042 | animateIn: 'fadeIn', | 276 | <h3 style="font-size: 3.183125em; line-height: 1; font-weight: 700;" class="vc_custom_heading mb-3 align-left heading-dark">GREAT DEALS</h3> | |||
| 1043 | animateOut: 'fadeOut', | 277 | <div class="vc_row wpb_row vc_inner row"> | |||
| 1044 | loop: true, | 278 | <div class="vc_column_container col-md-12"> | |||
| 1045 | navText: ["<em class='porto-icon-left-open-big'></em>","<em class=' porto-icon-right-open-big'></em>"] | 279 | <div class="wpb_wrapper vc_column-inner"> | |||
| 1046 | }); | 280 | <h4 style="font-size: 0.875em; line-height: 1.5; font-weight: 700;" class="vc_custom_heading mr-2 pull-left align-left text-uppercase heading-dark">Starting At</h4> | |||
| 1047 | }); | 281 | <h4 style="font-size: 1.625em; line-height: 1;" class="vc_custom_heading pull-left mr-3 align-left heading-dark"> | |||
| 1048 | </script> | 282 | <b><sup>$</sup>299<sup>99</sup></b> | |||
| 1049 | </div> | 283 | </h4> | |||
| 1050 | <div style="background-color:#f4f4f4;margin-top:15px;padding-top:15px;"> | 284 | <div class="btn-container mb-0 d-inline-block"><button class="btn btn-modern btn-lg btn-dark" style="font-size: 12.17px;">Get Yours!</button></div> | |||
| 1051 | <div class="home-banner-content"> | |||||
| 1052 | <div class="container"> | |||||
| 1053 | <div class="row"> | |||||
| 1054 | <div class="col-md-4"> | |||||
| 1055 | <div class="item"> | |||||
| 1056 | <a href="#"><img src="{{media url="wysiwyg/smartwave/porto/homepage/15/content/banner-1.jpg"}}" alt="" /></a> | |||||
| 1057 | <div class="content"> | |||||
| 1058 | <h3><a href="#">SUNGLASSES</a></h3> | |||||
| 1059 | <span>Lorem Ipsum is simply dummy<br>text of the printing and typesetting industry.<br>Lorem Ipsum has</span> | |||||
| 1060 | </div> | 285 | </div> | |||
| 1061 | </div> | 286 | </div> | |||
| 1062 | </div> | 287 | </div> | |||
| 1063 | <div class="col-md-4"> | |||||
| 1064 | <div class="item"> | |||||
| 1065 | <a href="#"><img src="{{media url="wysiwyg/smartwave/porto/homepage/15/content/banner-2.jpg"}}" alt="" /></a> | |||||
| 1066 | <div class="content"> | |||||
| 1067 | <h3><a href="#">Shoes</a></h3> | |||||
| 1068 | <span>Lorem Ipsum is simply dummy<br>text of the printing and typesetting industry.<br>Lorem Ipsum has</span> | |||||
| 1069 | </div> | 288 | </div> | |||
| 1070 | </div> | 289 | </div> | |||
| 1071 | </div> | 290 | <div class="porto-ultimate-content-box-container"> | |||
| 1072 | <div class=" | 291 | < | |||
| 1073 | <div class="item"> | 292 | class="porto-ultimate-content-box vc_custom_1599764595067 has-content-pos justify-content-center" | |||
| 1074 | <a href="#"><img src="{{media url="wysiwyg/smartwave/porto/homepage/15/content/banner-3.jpg"}}" alt="" /></a> | 293 | style=" | |||
| 1075 | <div class="content"> | 294 | background-size: cover; | |||
| 1076 | <h3><a href="#">Watches</a></h3> | 295 | background-repeat: no-repeat; | |||
| 1077 | <span>Lorem Ipsum is simply dummy<br>text of the printing and typesetting industry.<br>Lorem Ipsum has</span> | 296 | background-position: center top; | |||
| 297 | background-color: rgba(0, 0, 0, 0); | |||||
| 298 | min-height: 280px; | |||||
| 299 | background-image: url('{{media url="wysiwyg/smartwave/porto/homepage/01/shop1_home_slider3.jpg"}}'); | |||||
| 300 | " | |||||
| 301 | > | |||||
| 302 | <h4 style="font-size: 0.95875em; color: rgba(119, 119, 119, 0.7); line-height: 1; font-weight: 500;" class="vc_custom_heading ls-80 mb-2 align-left">UP TO 70% OFF</h4> | |||||
| 303 | <h3 style="font-size: 2.875625em; line-height: 1; font-weight: 700;" class="vc_custom_heading mb-3 align-left heading-dark">NEW ARRIVALS</h3> | |||||
| 304 | <div class="vc_row wpb_row vc_inner row"> | |||||
| 305 | <div class="vc_column_container col-md-12"> | |||||
| 306 | <div class="wpb_wrapper vc_column-inner"> | |||||
| 307 | <h4 style="font-size: 0.875em; line-height: 1.5; font-weight: 700;" class="vc_custom_heading mr-2 pull-left align-left text-uppercase heading-dark">Starting At</h4> | |||||
| 308 | <h4 style="font-size: 1.625em; line-height: 1;" class="vc_custom_heading pull-left m-r-lg align-left heading-dark"> | |||||
| 309 | <b><sup>$</sup>299<sup>99</sup></b> | |||||
| 310 | </h4> | |||||
| 311 | <div class="btn-container mb-0 d-inline-block"><button class="btn btn-modern btn-lg btn-dark" style="font-size: 12.59px;">Get Yours!</button></div> | |||||
| 1078 | </div> | 312 | </div> | |||
| 1079 | </div> | 313 | </div> | |||
| 1080 | </div> | 314 | </div> | |||
| 1081 | </div> | 315 | </div> | |||
| 1082 | </div> | 316 | </div> | |||
| 1083 | </div> | 317 | </div> | |||
| 1084 | <div class="featured-products" style="margin-bottom: 30px;"> | |||||
| 1085 | <div class="container"> | |||||
| 1086 | <div class="row"> | |||||
| 1087 | <div class="col-md-12"> | |||||
| 1088 | <h2 class="filterproduct-title"><span class="content"><strong>Featured Products</strong></span></h2> | |||||
| 1089 | <div id="featured_product" class="owl-bottom-narrow"> | |||||
| 1090 | {{block class="Smartwave\Filterproducts\Block\Home\FeaturedList" name="featured_product" product_count="10" aspect_ratio="1" image_width="212" product_type="3" template="owl_list.phtml"}} | |||||
| 1091 | </div> | 318 | </div> | |||
| 1092 | <script type="text/javascript"> | 319 | </div> | |||
| 1093 | require([ | 320 | | |||
| 1094 | 'jquery', | 321 | require(["jquery", "owl.carousel/owl.carousel.min"], function ($) { | |||
| 1095 | 'owl.carousel/owl.carousel.min' | 322 | var banner_owl = $(".porto-carousel.owl-carousel"); | |||
| 1096 | ], function ($) { | 323 | banner_owl.owlCarousel({ | |||
| 1097 | $("#featured_product .owl-carousel").owlCarousel({ | 324 | items: 1, | |||
| 1098 | autoplay: true, | 325 | autoplay: false, | |||
| 1099 | autoplayTimeout: 5000, | 326 | autoplayTimeout: 5000, | |||
| 1100 | autoplayHoverPause: true, | 327 | autoplayHoverPause: true, | |||
| 1101 | loop: true, | |||||
| 1102 | navRewind: true, | |||||
| 1103 | margin: 0, | |||||
| 1104 | nav: false, | |||||
| 1105 | navText: ["<em class='porto-icon-left-open-huge'></em>","<em class='porto-icon-right-open-huge'></em>"], | |||||
| 1106 | dots: false, | 328 | dots: false, | |||
| 1107 | responsive: { | 329 | nav: false, | |||
| 1108 | 0: { | 330 | navRewind: true, | |||
| 1109 | items:2 | 331 | animateIn: "fadeIn", | |||
| 1110 | }, | 332 | animateOut: "fadeOut", | |||
| 1111 | 768: { | 333 | loop: true, | |||
| 1112 | items:3 | 334 | lazyLoad: true, | |||
| 1113 | }, | |||||
| 1114 | 992: { | |||||
| 1115 | items:4 | |||||
| 1116 | }, | |||||
| 1117 | 1200: { | |||||
| 1118 | items:4 | |||||
| 1119 | } | |||||
| 1120 | } | |||||
| 1121 | }); | 335 | }); | |||
| 1122 | }); | 336 | }); | |||
| 1123 | </script> | 337 | | |||
| 1124 | </div> | 338 | <style> | |||
| 1125 | </div> | 339 | .vc_custom_1599764587094,.vc_custom_1599764578086,.vc_custom_1599764595067 { | |||
| 1126 | </div> | 340 | padding-top: 20px; | |||
| 1127 | </div> | 341 | padding-bottom: 20px; | |||
| 1128 | <div class="parallax-container parallax-wrapper" style="padding-bottom: 50px;"> | 342 | padding-left: 7.25%; | |||
| 1129 | <div class="parallax" data-stellar-background-ratio="0.5" style="background:url({{media url="wysiwyg/smartwave/porto/homepage/15/slider/parallax_img_new.jpg"}}) 80% 50% no-repeat fixed; color: #fff; margin: 0 auto; padding: 149px 0px 190px; position: relative;"> | |||||
| 1130 | <div class="overlay overlay-color" style="background-color: #000000; opacity: 0.1; filter: alpha(opacity=20);top:0;"></div> | |||||
| 1131 | <div class="parallax-content"> | |||||
| 1132 | <div class="container"> | |||||
| 1133 | <div class="content"> | |||||
| 1134 | <em>Men’s</em> | |||||
| 1135 | <div class="clearer"></div> | |||||
| 1136 | <h2>Watches</h2> | |||||
| 1137 | <div class="clearer"></div> | |||||
| 1138 | <a href="#" class="btn btn-default"><span>SHOP NOW</span></a> | |||||
| 1139 | </div> | |||||
| 1140 | </div> | |||||
| 1141 | </div> | |||||
| 1142 | </div> | |||||
| 1143 | </div> | |||||
| 1144 | <div class="new-products" style="padding: 45px 0 50px;"> | |||||
| 1145 | <div class="container"> | |||||
| 1146 | <h2 class="filterproduct-title"><span class="content"><strong>New Products</strong></span></h2> | |||||
| 1147 | <div id="new_product" class="hide-addtocart"> | |||||
| 1148 | {{block class="Smartwave\Filterproducts\Block\Home\LatestList" name="masonry_9" product_count="10" aspect_ratio="0" image_width="300" image_height="337" masonry_layout="9" product_type="3" gap_width="4" grid_height="500" template="masonry_grid.phtml"}} | |||||
| 1149 | </div> | |||||
| 1150 | </div> | |||||
| 1151 | </div> | |||||
| 1152 | </div> | |||||
| 1153 | <style type="text/css"> | |||||
| 1154 | .owl-banner-carousel .content { | |||||
| 1155 | background-color:#0e0e0e; | |||||
| 1156 | padding: 42px; | |||||
| 1157 | font-family: 'Oswald'; | |||||
| 1158 | color:#fff; | |||||
| 1159 | text-align:left; | |||||
| 1160 | text-transform:uppercase; | |||||
| 1161 | } | |||||
| 1162 | .owl-banner-carousel .content h2 { | |||||
| 1163 | font-size:48px; | |||||
| 1164 | font-weight:300; | |||||
| 1165 | color:#fff; | |||||
| 1166 | margin-bottom: 22px; | |||||
| 1167 | } | |||||
| 1168 | .owl-banner-carousel .content em { | |||||
| 1169 | font-size:17px; | |||||
| 1170 | font-weight:400; | |||||
| 1171 | font-style:normal; | |||||
| 1172 | color:#fff; | |||||
| 1173 | letter-spacing: 0.05em; | |||||
| 1174 | display:block; | |||||
| 1175 | padding-bottom:2px; | |||||
| 1176 | } | |||||
| 1177 | .owl-banner-carousel .content .btn-default{ | |||||
| 1178 | border: solid 2px #2c2c2c; | |||||
| 1179 | background-color:#0e0e0e; | |||||
| 1180 | padding: 9px 19px; | |||||
| 1181 | font-size: 14px; | |||||
| 1182 | letter-spacing:0.05em; | |||||
| 1183 | border-radius:2px; | |||||
| 1184 | box-shadow: none; | |||||
| 1185 | margin-bottom:23px; | |||||
| 1186 | } | |||||
| 1187 | .owl-banner-carousel.owl-middle-narrow .owl-controls .owl-nav .owl-prev { | |||||
| 1188 | left: -112px; | |||||
| 1189 | } | |||||
| 1190 | .owl-banner-carousel.owl-middle-narrow .owl-controls .owl-nav .owl-next { | |||||
| 1191 | right: -112px; | |||||
| 1192 | } | |||||
| 1193 | .owl-middle-narrow.owl-theme .owl-controls .owl-nav [class*=owl-] { | |||||
| 1194 | font-size: 80px; | |||||
| 1195 | } | |||||
| 1196 | .owl-theme.owl-banner-carousel .owl-controls .owl-nav [class*=owl-] { | |||||
| 1197 | color: #d7d3ce; | |||||
| 1198 | margin: 0; | |||||
| 1199 | padding: 0; | |||||
| 1200 | } | |||||
| 1201 | .home-banner-content { | |||||
| 1202 | padding-bottom: 30px; | |||||
| 1203 | } | |||||
| 1204 | .home-banner-content .item { | |||||
| 1205 | transition: all 0.3s; | |||||
| 1206 | margin-bottom: 30px; | |||||
| 1207 | text-align:center; | |||||
| 1208 | } | |||||
| 1209 | .home-banner-content .item:hover { | |||||
| 1210 | box-shadow: 0 8px 35px -10px rgba(0, 0, 0, 0.3); | |||||
| 1211 | } | |||||
| 1212 | .home-banner-content .item .content { | |||||
| 1213 | background-color: #fff; | |||||
| 1214 | padding | |||||
| 1215 | } | |||||
| 1216 | .home-banner-content .item .content h3 { | |||||
| 1217 | font-family: 'Oswald'; | |||||
| 1218 | font-size: 18px; | |||||
| 1219 | line-height: 24px; | |||||
| 1220 | letter-spacing: 0.05em; | |||||
| 1221 | text-transform: uppercase; | |||||
| 1222 | color: #111111; | |||||
| 1223 | font-weight: 400; | |||||
| 1224 | padding: 18px 0 8px; | |||||
| 1225 | margin: 0 0 5px; | |||||
| 1226 | } | |||||
| 1227 | .home-banner-content .item .content span { | |||||
| 1228 | font-size: 13px; | |||||
| 1229 | line-height: 24px; | |||||
| 1230 | color: #7b7f83; | |||||
| 1231 | padding-bottom: 28px; | |||||
| 1232 | display: block; | |||||
| 1233 | } | |||||
| 1234 | @media (max-width: 991px) { | |||||
| 1235 | #banner-slider-demo-15 .content { | |||||
| 1236 | padding: 30px; | |||||
| 1237 | top: 15% !important; | |||||
| 1238 | } | |||||
| 1239 | } | |||||
| 1240 | @media(max-width: 767px){ | |||||
| 1241 | #banner-slider-demo-15 .content { | |||||
| 1242 | padding | |||||
| 1243 | top: 7% !important; | |||||
| 1244 | } | 343 | } | |||
| 1245 | #banner-slider-demo-15 .content em { | 344 | .porto-ultimate-content-box { | |||
| 1246 | font-size: 12px; | 345 | font-size: 16px; | |||
| 346 | position: relative; | |||||
| 1247 | } | 347 | } | |||
| 1248 | #banner-slider-demo-15 .content h2 { | 348 | .ls-80 { | |||
| 1249 | font-size: 30px; | 349 | letter-spacing: 0.08em; | |||
| 1250 | } | 350 | } | |||
| 1251 | #banner-slider-demo-15 .content .btn-default { | 351 | .coupon-sale-text { | |||
| 1252 | padding: 7px 15px; | 352 | transform: rotate(-2deg); | |||
| 1253 | font-size: 12px; | 353 | letter-spacing: -0.01em; | |||
| 1254 | margin-bottom: 15px; | 354 | position: relative; | |||
| 1255 | } | 355 | font-weight: 700; | |||
| 1256 | } | 356 | } | |||
| 1257 | @media(max-width: 480px){ | 357 | .coupon-sale-text b { | |||
| 1258 | #banner-slider-demo-15 .content { | 358 | display: inline-block; | |||
| 1259 | padding: 20px; | 359 | font-size: 1.6em; | |||
| 1260 | top: 7% !important; | 360 | padding: 5px 8px; | |||
| 361 | background: #fff; | |||||
| 1261 | } | 362 | } | |||
| 1262 | #banner-slider-demo-15 .content em { | 363 | .btn-modern.btn-lg { | |||
| 1263 | font-size: 11px !important; | 364 | padding: 0.7rem 2.15rem; | |||
| 365 | line-height: 1.3333; | |||||
| 1264 | } | 366 | } | |||
| 1265 | #banner-slider-demo-15 .content h2 { | 367 | .category-cms, .category-image, .category-description { | |||
| 1266 | font-size: 20px !important; | |||||
| 1267 | margin-bottom: 10px; | |||||
| 1268 | margin-top: 5px; | |||||
| 1269 | } | |||||
| 1270 | #banner-slider-demo-15 .content .btn-default { | |||||
| 1271 | padding: 5px 15px; | |||||
| 1272 | font-size: 11px !important; | |||||
| 1273 | margin-bottom: 0; | 368 | margin-bottom: 0; | |||
| 1274 | } | |||||
| 1275 | } | |||||
| 1276 | @media (max-width: 1360px) { | |||||
| 1277 | .owl-banner-carousel.owl-middle-narrow .owl-controls .owl-nav .owl-next { | |||||
| 1278 | right: 0; | |||||
| 1279 | } | |||||
| 1280 | .owl-banner-carousel.owl-middle-narrow .owl-controls .owl-nav .owl-prev { | |||||
| 1281 | left: 0; | |||||
| 1282 | } | |||||
| 1283 | } | |||||
| 1284 | @media (max-width: 1199px) { | |||||
| 1285 | .owl-banner-carousel .content { | |||||
| 1286 | transform: scale(0.8); | |||||
| 1287 | } | 369 | } | |||
| 1288 | } | 370 | .m-r-lg { | |||
| 1289 | @media (max-width: 991px) { | 371 | margin-right: 30px!important; | |||
| 1290 | .owl-banner-carousel .content { | |||||
| 1291 | transform: scale(0.65); | |||||
| 1292 | } | |||||
| 1293 | } | |||||
| 1294 | @media (max-width: 480px) { | |||||
| 1295 | .owl-banner-carousel .content { | |||||
| 1296 | transform: scale(1); | |||||
| 1297 | } | 372 | } | |||
| 373 | </style> | |||||
| 374 | ]]> | |||||
| 375 | </content> | |||||
| 376 | ||||||
| 377 | <is_active> | |||||
| 378 | 1 | |||||
| 379 | </is_active> | |||||
| 380 | ||||||
| 381 | </cms_item> | |||||
| 382 | ||||||
| 383 | <cms_item> | |||||
| 384 | ||||||
| 385 | <title> | |||||
| 386 | Porto Footer Bottom Custom Block 2 | |||||
| 387 | </title> | |||||
| 388 | ||||||
| 389 | <identifier> | |||||
| 390 | porto_footer_bottom_custom_block_2 | |||||
| 391 | </identifier> | |||||
| 392 | ||||||
| 393 | <content> | |||||
| 394 | <![CDATA[<img class="bottom-payment-icons" src="{{media url="wysiwyg/smartwave/porto/footer/shop2_payment_logo.png"}}" alt="" /> | |||||
| 395 | <style> | |||||
| 396 | @media(min-width:768px) { | |||||
| 397 | .bottom-payment-icons { | |||||
| 398 | display:block; | |||||
| 399 | float: right; | |||||
| 1298 | } | 400 | } | |||
| 1299 | @media (max-width: 375px) { | |||||
| 1300 | .owl-banner-carousel .content { | |||||
| 1301 | transform: scale(0.65); | |||||
| 1302 | } | |||||
| 1303 | } | 401 | } | |||
| 1304 | </style>]]> | 402 | </style>]]> | |||
| 1305 | </content> | 403 | </content> | |||
| 1306 | 404 | |||||
| 1307 | <is_active> | 405 | <is_active> | |||
| 1308 | 1 | 406 | 1 | |||
| 1309 | </is_active> | 407 | </is_active> | |||
| 1310 | 408 | |||||
| 1311 | </cms_item> | 409 | </cms_item> | |||
| 1312 | 410 | |||||
| 1313 | <cms_item> | 411 | <cms_item> | |||
| 1314 | 412 | |||||
| 1315 | <title> | 413 | <title> | |||
| 1316 | Porto - Homepage Slider 3 Old Skin | 414 | Porto - Custom Block for Header | |||
| 1317 | </title> | 415 | </title> | |||
| 1318 | 416 | |||||
| 1319 | <identifier> | 417 | <identifier> | |||
| 1320 | porto_homeslider_3_old | 418 | porto_custom_block_for_header | |||
| 1321 | </identifier> | 419 | </identifier> | |||
| 1322 | 420 | |||||
| 1323 | <content> | 421 | <content> | |||
| 1324 | <![CDATA[<div class="container" style="padding:20px 15px 0;font-family:Georgia;"> | 422 | <![CDATA[<div class="porto-sicon-box text-left mx-4 mb-0 d-none d-lg-flex d-sticky-header-none style_1 default-icon"> | |||
| 1325 | <div id="banner-slider-demo-15" class="owl-carousel owl-middle-narrow owl-banner-carousel"> | 423 | <div class="porto-sicon-default"> | |||
| 1326 | <div class="item"> | 424 | <div class="porto-just-icon-wrapper" style="text-align: center;"> | |||
| 1327 | <img src="{{media url="wysiwyg/smartwave/porto/homepage/15/slider/slide1.jpg"}}" alt="" /> | 425 | <div class="porto-icon none" style="height: 1em;color: #222529; font-size: 29px; display: inline-block;line-height:1;"><i class="porto-icon-phone-2"></i></div> | |||
| 1328 | <div class="content" style="position:absolute; right:9.5%;top:40%;text-align:right;"> | |||||
| 1329 | <em style="font-weight:400;color:#666666;float:left;font-style:normal;">Porto Presents...</em> | |||||
| 1330 | <div class="clearfix"></div> | |||||
| 1331 | <h2 style="font-weight:400;color:#141414;margin:0;line-height:1;">The Bride's Dream</h2> | |||||
| 1332 | <hr style="width: 50%;border-color:#151515;float:right;"> | |||||
| 1333 | <div class="clearfix"></div> | |||||
| 1334 | <a href="#" style="color:#2b262f;font-weight:700;"><span>SHOP NOW</span></a> | |||||
| 1335 | </div> | 426 | </div> | |||
| 1336 | </div> | 427 | </div> | |||
| 1337 | <div class="item"> | 428 | <div class="porto-sicon-header"> | |||
| 1338 | <img src="{{media url="wysiwyg/smartwave/porto/homepage/15/slider/slide2.jpg"}}" alt="" /> | 429 | <h3 class="porto-sicon-title" style="font-weight: 600; font-size: 11px; line-height: 1.2; color: #777777;margin: 0 0 3px;">CALL US NOW</h3> | |||
| 1339 | <div class="content" style="position:absolute; right:9.5%;top:40%;text-align:right;"> | 430 | <p style="font-weight: 700; font-size: 18px; line-height: 0.9; color: #222529;">+123 5678 890</p> | |||
| 1340 | <em style="font-weight:400;color:#666666;float:left;font-style:normal;">Porto Presents...</em> | |||||
| 1341 | <div class="clearfix"></div> | |||||
| 1342 | <h2 style="font-weight:400;color:#141414;margin:0;line-height:1;">The Bride's Dream</h2> | |||||
| 1343 | <hr style="width: 50%;border-color:#151515;float:right;"> | |||||
| 1344 | <div class="clearfix"></div> | |||||
| 1345 | <a href="#" style="color:#2b262f;font-weight:700;"><span>SHOP NOW</span></a> | |||||
| 1346 | </div> | |||||
| 1347 | </div> | 431 | </div> | |||
| 1348 | </div> | 432 | </div> ]]> | |||
| 1349 | <script type="text/javascript"> | |||||
| 1350 | require([ | |||||
| 1351 | 'jquery', | |||||
| 1352 | 'owl.carousel/owl.carousel.min' | |||||
| 1353 | ], function ($) { | |||||
| 1354 | $("#banner-slider-demo-15").owlCarousel({ | |||||
| 1355 | items: 1, | |||||
| 1356 | autoplay: true, | |||||
| 1357 | autoplayTimeout: 5000, | |||||
| 1358 | autoplayHoverPause: true, | |||||
| 1359 | dots: false, | |||||
| 1360 | nav: true, | |||||
| 1361 | navRewind: true, | |||||
| 1362 | animateIn: 'fadeIn', | |||||
| 1363 | animateOut: 'fadeOut', | |||||
| 1364 | loop: true, | |||||
| 1365 | navText: ["<em class='porto-icon-chevron-left'></em>","<em class='porto-icon-chevron-right'></em>"] | |||||
| 1366 | }); | |||||
| 1367 | }); | |||||
| 1368 | </script> | |||||
| 1369 | | |||||
| 1370 | </content> | 433 | </content> | |||
| 1371 | 434 | |||||
| 1372 | <is_active> | 435 | <is_active> | |||
| 1373 | 1 | 436 | 1 | |||
| 1374 | </is_active> | 437 | </is_active> | |||
| 1375 | 438 | |||||
| 1376 | </cms_item> | 439 | </cms_item> | |||
| 1377 | 440 | |||||
| 1378 | <cms_item> | 441 | <cms_item> | |||
| 1379 | 442 | |||||
| 1380 | <title> | 443 | <title> | |||
| 1381 | Porto - Homepage Slider 4 | 444 | Porto - Custom Block for Header 2 | |||
| 1382 | </title> | 445 | </title> | |||
| 1383 | 446 | |||||
| 1384 | <identifier> | 447 | <identifier> | |||
| 1385 | porto_homeslider_4 | 448 | porto_custom_block_for_header_2 | |||
| 1386 | </identifier> | 449 | </identifier> | |||
| 1387 | 450 | |||||
| 1388 | <content> | 451 | <content> | |||
| 1389 | <![CDATA[<div class="container" style="padding:0 15px 15px 15px;"> | 452 | <![CDATA[<div class="custom-html ml-5 mr-4 d-none d-lg-block"> | |||
| 1390 | <div class="row" style="margin:0 -10px;"> | 453 | <div class="porto-sicon-box text-left style_1 default-icon m-0"> | |||
| 1391 | <div class="col-lg-9 lg-order-12" style="padding:0 10px; margin-top: 26px;"> | 454 | <div class="porto-sicon-default"> | |||
| 1392 | <div id="banner-slider-demo-2" class="owl-carousel owl-bottom-absolute-narrow owl-border-radius-7 owl-banner-carousel sm-xs-margin-bottom"> | 455 | <div class="porto-just-icon-wrapper" style="text-align: center;"> | |||
| 1393 | <div class="item"> | 456 | <div class="porto-sicon-img" style="display: inline-block; font-size: 30px;"> | |||
| 1394 | <img src="{{media url="wysiwyg/smartwave/porto/homepage/02/slider/slide1n.jpg"}}" alt="" /> | 457 | <img class="img-icon" alt="" src="{{media url="wysiwyg/smartwave/porto/homepage/02/shop2_header_phone.png"}}" width="30" height="30" /> | |||
| 1395 | <div class="content content-slide-1" style="position:absolute;z-index:1;top:23%;left:8%;text-align:left;"> | |||||
| 1396 | <span style="color: #fff;font-size:18px;">Get up to <b style="font-size:26px;font-family:'Oswald';">60%</b> off</span> | |||||
| 1397 | <h2 style="color: #fff;">Summer Sale</h2> | |||||
| 1398 | <p style="font-size:14px;color:#fff;font-weight:300;">Limited items available at this price.</p> | |||||
| 1399 | <a href="{{store url="fashion.html"}}" class="btn btn-default" style="background-color:#010204;color:#fff;font-family:'Oswald';font-size:14px;letter-spacing:0.025em;font-weight:400;">shop now</a> | |||||
| 1400 | </div> | 458 | </div> | |||
| 1401 | </div> | 459 | </div> | |||
| 1402 | <div class="item"> | |||||
| 1403 | <img src="{{media url="wysiwyg/smartwave/porto/homepage/02/slider/slide2n.jpg"}}" alt="" /> | |||||
| 1404 | <div class="content content-slide-2" style="position:absolute;z-index:1;top:23%;left:8%;text-align:left;"> | |||||
| 1405 | <span style="color: #2c373c;font-size:18px;">OVER <b style="font-size:26px;font-family:'Oswald';">200+</b></span> | |||||
| 1406 | <h2 style="color: #2c373c;">GREAT DEALS</h2> | |||||
| 1407 | <p style="font-size:14px;color:#585b5f;font-weight:300;">While they last!</p> | |||||
| 1408 | <a href="{{store url="electronics.html"}}" class="btn btn-default" style="background-color:#010204;color:#fff;font-family:'Oswald';font-size:14px;letter-spacing:0.025em;font-weight:400;">shop now</a> | |||||
| 1409 | </div> | |||||
| 1410 | </div> | |||||
| 1411 | <div class="item"> | |||||
| 1412 | <img src="{{media url="wysiwyg/smartwave/porto/homepage/02/slider/slide3n.jpg"}}" alt="" /> | |||||
| 1413 | <div class="content content-slide-3" style="position:absolute;z-index:1;top:23%;left:8%;text-align:left;"> | |||||
| 1414 | <span style="color: #2c373c;font-size:18px;">up to <b style="font-size:26px;font-family:'Oswald';">40%</b> off</span> | |||||
| 1415 | <h2 style="color: #2c373c;">NEW ARRIVALS</h2> | |||||
| 1416 | <p style="font-size:14px;color:#585b5f;font-weight:300;">Starting at $9</p> | |||||
| 1417 | <a href="{{store url="motors.html"}}" class="btn btn-default" style="background-color:#010204;color:#fff;font-family:'Oswald';font-size:14px;letter-spacing:0.025em;font-weight:400;">shop now</a> | |||||
| 1418 | </div> | 460 | </div> | |||
| 461 | <div class="porto-sicon-header"> | |||||
| 462 | <h3 class="porto-sicon-title" style="font-weight: 600; font-size: 11px; line-height: 11px; color: #bde1f5;">CALL US NOW</h3> | |||||
| 463 | <p style="font-weight: 700; font-size: 18px; line-height: 18px; color: #ffffff;">+123 5678 890</p> | |||||
| 1419 | </div> | 464 | </div> | |||
| 1420 | </div> | 465 | </div> | |||
| 1421 | <script type="text/javascript"> | 466 | </div> | |||
| 1422 | require([ | 467 | <style> | |||
| 1423 | 'jquery', | 468 | .page-header .porto-sicon-box .porto-sicon-img { | |||
| 1424 | 'owl.carousel/owl.carousel.min' | 469 | margin-right: 8px; | |||
| 1425 | ], function ($) { | 470 | } | |||
| 1426 | $("#banner-slider-demo-2").owlCarousel({ | 471 | </style>]]> | |||
| 1427 | items: 1, | 472 | </content> | |||
| 1428 | autoplay: true, | 473 | ||||
| 1429 | autoplayTimeout: 5000, | 474 | <is_active> | |||
| 1430 | autoplayHoverPause: true, | 475 | 1 | |||
| 1431 | dots: true, | 476 | </is_active> | |||
| 1432 | navRewind: true, | 477 | ||||
| 1433 | animateIn: 'fadeIn', | 478 | </cms_item> | |||
| 1434 | animateOut: 'fadeOut', | 479 | ||||
| 1435 | loop: true, | 480 | <cms_item> | |||
| 1436 | nav: false | 481 | ||||
| 1437 | }); | 482 | <title> | |||
| 1438 | }); | 483 | Footer Middle Groups | |||
| 1439 | </script> | 484 | </title> | |||
| 1440 | </div> | 485 | ||||
| 1441 | <div class="col-lg-3" style="padding:0 10px;margin-top: 26px;"> | 486 | <identifier> | |||
| 487 | footer_middle_groups | |||||
| 488 | </identifier> | |||||
| 489 | ||||||
| 490 | <content> | |||||
| 491 | <![CDATA[<div class="widget widget-block"> | |||||
| 492 | <div class="block"> | |||||
| 493 | <div class="porto-block"> | |||||
| 1442 | <div class="row"> | 494 | <div class="row"> | |||
| 1443 | <div class="col-lg-12"> | 495 | <div class="col-md-6"> | |||
| 1444 | <div class="side-custom-menu" style="margin-bottom:11px;"> | 496 | <div class="column-inner"> | |||
| 1445 | <h2 style="font-size:14px;letter-spacing:0.01em;color:#465157;font-weight:700;">TOP CATEGORIES</h2> | 497 | <h3 style="font-size: 15px; line-height: 1.375;margin-bottom: 16px" class="widget-title align-left text-uppercase">Subscribe Newsletter</h3> | |||
| 1446 | <ul> | 498 | <div class="m_content_element"> | |||
| 1447 | <li><a href="#"><i class="porto-icon-shirt"></i> Fashion</a></li> | 499 | <p style="line-height: 20px;"> | |||
| 1448 | <li><a href="#"><i class="porto-icon-computer"></i> Electronics</a></li> | 500 | Get all the latest information on Events, Sales and Offers.<br /> | |||
| 1449 | <li><a href="#"><i class="porto-icon-gift"></i> Gifts</a></li> | 501 | Sign up for newsletter today. | |||
| 1450 | <li><a href="#"><i class="porto-icon-garden"></i> Home & Garden</a></li> | 502 | </p> | |||
| 1451 | <li><a href="#"><i class="porto-icon-computer"></i> Music</a></li> | |||||
| 1452 | <li><a href="#"><i class="porto-icon-sports"></i> Sports</a></li> | |||||
| 1453 | </ul> | |||||
| 1454 | <div class="action"> | |||||
| 1455 | <a href="#" class="btn btn-default">HUGE SALE - 70% Off</a> | |||||
| 1456 | </div> | 503 | </div> | |||
| 1457 | </div> | 504 | </div> | |||
| 1458 | </div> | 505 | </div> | |||
| 506 | <div class="col-md-6" style="margin-top: 28px;margin-bottom: 0px;"> | |||||
| 507 | <div class="m_content_element"> | |||||
| 508 | {{block class="Magento\Newsletter\Block\Subscribe" name="home.newsletter" template="subscribe_form_footer.phtml"}} | |||||
| 1459 | </div> | 509 | </div> | |||
| 1460 | </div> | 510 | </div> | |||
| 1461 | </div> | 511 | </div> | |||
| 1462 | </div> | |||||
| 1463 | <div style="background-color:#f4f4f4;margin-bottom: 27px;"> | |||||
| 1464 | <div class="container"> | |||||
| 1465 | <div class="homepage-bar" style="margin:0;"> | |||||
| 1466 | <div class="row"> | 512 | <div class="row"> | |||
| 1467 | <div class="col-lg-4 col-md-4" style="text-align:left;"> | 513 | <div class="col- | |||
| 1468 | <i class="porto-icon-shipping" style="font-size:35px;"></i><div class="text-area"><h3>FREE SHIPPING & RETURN</h3><p>Free shipping on all orders over $99.</p></div> | 514 | <div class="porto-separator"><hr class="separator-line vc_custom_1568823129777 align_center solid" style="background-color: #313438;margin-bottom: 35px" /></div> | |||
| 1469 | </div> | 515 | </div> | |||
| 1470 | <div class="col-lg-4 col-md-4" style="text-align:center;"> | |||||
| 1471 | <i class="porto-icon-us-dollar" style="font-size:37px;"></i><div class="text-area"><h3>MONEY BACK GUARANTEE</h3><p>100% money back guarantee.</p></div> | |||||
| 1472 | </div> | 516 | </div> | |||
| 1473 | <div class="col-lg-4 col-md-4" style="text-align:center;"> | 517 | <div class="row"> | |||
| 1474 | <i class="porto-icon-support" style="font-size:37px;"></i><div class="text-area"><h3>ONLINE SUPPORT 24/7</h3><p>Lorem ipsum dolor sit amet.</p></div> | 518 | <div class="col- | |||
| 519 | <div class="vc_column-inner"> | |||||
| 520 | <h3 style="font-size: 15px;line-height:19px;margin-bottom: 10px;" class="widget-title align-left text-uppercase">Customer Service</h3> | |||||
| 521 | <div class="row"> | |||||
| 522 | <div class="col-md-6"> | |||||
| 523 | <div class="m_content_element mb-4"> | |||||
| 524 | <ul> | |||||
| 525 | <li><a title="About us" href="#">About us</a></li> | |||||
| 526 | <li><a title="Contact Us" href="#">Contact us</a></li> | |||||
| 527 | <li><a title="My Account" href="#">My Account</a></li> | |||||
| 528 | </ul> | |||||
| 1475 | </div> | 529 | </div> | |||
| 1476 | </div> | 530 | </div> | |||
| 531 | <div class="col-md-6"> | |||||
| 532 | <div class="m_content_element mb-4"> | |||||
| 533 | <ul> | |||||
| 534 | <li><a title="Order history" href="#">Order history</a></li> | |||||
| 535 | <li><a title="Contact us" href="#">Advanced search</a></li> | |||||
| 536 | <li><a title="Login" href="#">Login</a></li> | |||||
| 537 | </ul> | |||||
| 1477 | </div> | 538 | </div> | |||
| 1478 | </div> | 539 | </div> | |||
| 1479 | </div> | |||||
| 1480 | <div class="container"> | |||||
| 1481 | <div class="row" style="padding-bottom:10px;margin:0 -10px;"> | |||||
| 1482 | <div class="col-md-3 col-6" style="padding:0 10px;padding-bottom:20px;"> | |||||
| 1483 | <div style="margin-bottom:15px;"> | |||||
| 1484 | <a class="image-link" href="#"><img src="{{media url="wysiwyg/smartwave/porto/homepage/02/slider/image01.jpg"}}" alt="" /></a> | |||||
| 1485 | </div> | 540 | </div> | |||
| 1486 | <div style="margin-bottom:15px;"> | |||||
| 1487 | <a class="image-link" href="#"><img src="{{media url="wysiwyg/smartwave/porto/homepage/02/slider/image02.jpg"}}" alt="" /></a> | |||||
| 1488 | </div> | 541 | </div> | |||
| 1489 | <div style="margin-bottom:0px;"> | |||||
| 1490 | <a class="image-link" href="#"><img src="{{media url="wysiwyg/smartwave/porto/homepage/02/slider/image03.jpg"}}" alt="" /></a> | |||||
| 1491 | </div> | 542 | </div> | |||
| 543 | <div class="col-md-7"> | |||||
| 544 | <div class="vc_column-inner"> | |||||
| 545 | <h3 style="font-size: 15px;line-height: 19px;margin-bottom: 10px;" class="widget-title align-left text-uppercase">About Us</h3> | |||||
| 546 | <div class="row"> | |||||
| 547 | <div class="col-md-6"> | |||||
| 548 | <div class="m_content_element mb-4"> | |||||
| 549 | <ul> | |||||
| 550 | <li><a href="#">Super Fast Wordpress Theme</a></li> | |||||
| 551 | <li><a href="#">1st Fully working Ajax Theme</a></li> | |||||
| 552 | <li><a href="#">36 Unique Shop Layouts</a></li> | |||||
| 553 | </ul> | |||||
| 1492 | </div> | 554 | </div> | |||
| 1493 | <div class="col-md-3 col-6 md-order-12" style="padding:0 10px;padding-bottom:20px;"> | |||||
| 1494 | <div style="margin-bottom:15px;"> | |||||
| 1495 | <a class="image-link" href="#"><img src="{{media url="wysiwyg/smartwave/porto/homepage/02/slider/image11.jpg"}}" alt="" /></a> | |||||
| 1496 | </div> | 555 | </div> | |||
| 1497 | <div style="margin-bottom:15px;"> | 556 | <div class="col-md-6"> | |||
| 1498 | <a class="image-link" href="#"><img src="{{media url="wysiwyg/smartwave/porto/homepage/02/slider/image12.jpg"}}" alt="" /></a> | 557 | <div class="m_content_element mb-4"> | |||
| 558 | <ul> | |||||
| 559 | <li><a href="#">Powerful Admin Panel</a></li> | |||||
| 560 | <li><a href="#">Mobile & Retina Optimized</a></li> | |||||
| 561 | </ul> | |||||
| 1499 | </div> | 562 | </div> | |||
| 1500 | <div style="margin-bottom:0px;"> | |||||
| 1501 | <a class="image-link" href="#"><img src="{{media url="wysiwyg/smartwave/porto/homepage/02/slider/image13.jpg"}}" alt="" /></a> | |||||
| 1502 | </div> | 563 | </div> | |||
| 1503 | </div> | 564 | </div> | |||
| 1504 | <div class="sm-clearer"></div> | |||||
| 1505 | <div class="col-md-6" style="padding:0 10px;padding-bottom:20px;"> | |||||
| 1506 | <div style="margin-bottom:28px;"> | |||||
| 1507 | <a class="image-link" href="#"><img src="{{media url="wysiwyg/smartwave/porto/homepage/02/slider/image21.jpg"}}" alt="" /></a> | |||||
| 1508 | </div> | 565 | </div> | |||
| 1509 | <div style="margin-bottom:28px;"> | |||||
| 1510 | <a class="image-link" href="#"><img src="{{media url="wysiwyg/smartwave/porto/homepage/02/slider/image22.jpg"}}" alt="" /></a> | |||||
| 1511 | </div> | 566 | </div> | |||
| 1512 | <div style="margin-bottom:0px;"> | |||||
| 1513 | <a class="image-link" href="#"><img src="{{media url="wysiwyg/smartwave/porto/homepage/02/slider/image23.jpg"}}" alt="" /></a> | |||||
| 1514 | </div> | 567 | </div> | |||
| 1515 | </div> | 568 | </div> | |||
| 1516 | </div> | 569 | </div> | |||
| 1517 | </div> | 570 | </div> | |||
| 1518 | <style> | 571 | ]]> | |||
| 1519 | #banner-slider-demo-2 .content h2 { | |||||
| 1520 | font-size: 44px; | |||||
| 1521 | font-weight: 900; | |||||
| 1522 | letter-spacing: -0.025em; | |||||
| 1523 | text-transform: uppercase; | |||||
| 1524 | line-height: 38px; | |||||
| 1525 | margin-bottom: 10px; | |||||
| 1526 | margin-top:0; | |||||
| 1527 | } | |||||
| 1528 | #banner-slider-demo-2 .content span { | |||||
| 1529 | font-size:18px; | |||||
| 1530 | line-height:38px; | |||||
| 1531 | font-weight: 700; | |||||
| 1532 | text-transform:uppercase; | |||||
| 1533 | } | |||||
| 1534 | #banner-slider-demo-2 .content p { | |||||
| 1535 | font-size:14px; | |||||
| 1536 | font-weight:300; | |||||
| 1537 | margin-bottom:10; | |||||
| 1538 | } | |||||
| 1539 | #banner-slider-demo-2 .content .btn-default { | |||||
| 1540 | font-size: 14px; | |||||
| 1541 | line-height: 25px; | |||||
| 1542 | letter-spacing: 0.025em; | |||||
| 1543 | padding: 10px 34px; | |||||
| 1544 | border-radius:3px; | |||||
| 1545 | background-color: #010204; | |||||
| 1546 | color: #fff; | |||||
| 1547 | font-family: 'Oswald'; | |||||
| 1548 | text-transform: uppercase; | |||||
| 1549 | margin-top: 28px; | |||||
| 1550 | } | |||||
| 1551 | @media(max-width:767px){ | |||||
| 1552 | #banner-slider-demo-2 .owl-controls { | |||||
| 1553 | display:none !important; | |||||
| 1554 | } | |||||
| 1555 | #banner-slider-demo-2 .content { | |||||
| 1556 | top:15% !important; | |||||
| 1557 | } | |||||
| 1558 | #banner-slider-demo-2 .content h2 { | |||||
| 1559 | font-size: 24px; | |||||
| 1560 | line-height: 1; | |||||
| 1561 | margin-bottom: 5px; | |||||
| 1562 | } | |||||
| 1563 | #banner-slider-demo-2 .content span { | |||||
| 1564 | font-size: 11px !important; | |||||
| 1565 | line-height: 23px; | |||||
| 1566 | } | |||||
| 1567 | #banner-slider-demo-2 .content span b { | |||||
| 1568 | font-size: 15px !important; | |||||
| 1569 | } | |||||
| 1570 | #banner-slider-demo-2 .content p { | |||||
| 1571 | font-size: 11px !important; | |||||
| 1572 | margin-bottom: 10px; | |||||
| 1573 | } | |||||
| 1574 | #banner-slider-demo-2 .content .btn-default { | |||||
| 1575 | font-size: 10px !important; | |||||
| 1576 | line-height: 20px; | |||||
| 1577 | padding: 3px 13px; | |||||
| 1578 | border-radius: 3px; | |||||
| 1579 | margin-top: 0px; | |||||
| 1580 | } | |||||
| 1581 | } | |||||
| 1582 | </style>]]> | |||||
| 1583 | </content> | 572 | </content> | |||
| 1584 | 573 | |||||
| 1585 | <is_active> | 574 | <is_active> | |||
| 1586 | 1 | 575 | 1 | |||
| 1587 | </is_active> | 576 | </is_active> | |||
| 1588 | 577 | |||||
| 1589 | </cms_item> | 578 | </cms_item> | |||
| 1590 | 579 | |||||
| 1591 | <cms_item> | 580 | <cms_item> | |||
| 1592 | 581 | |||||
| 1593 | <title> | 582 | <title> | |||
| 1594 | Porto - Homepage Slider 4 Old Skin | 583 | Footer Top Block | |||
| 1595 | </title> | 584 | </title> | |||
| 1596 | 585 | |||||
| 1597 | <identifier> | 586 | <identifier> | |||
| 1598 | porto_homeslider_4_old | 587 | footer_top_block | |||
| 1599 | </identifier> | 588 | </identifier> | |||
| 1600 | 589 | |||||
| 1601 | <content> | 590 | <content> | |||
| 1602 | <![CDATA[<div class="container" style="padding:0 15px 20px 15px;"> | 591 | <![CDATA[<div class="widget widget_text"> | |||
| 1603 | <div class="row" style="margin:0 -10px;"> | 592 | <div class="textwidget"> | |||
| 1604 | <div class="col-lg-9 lg-order-12" style="padding:0 10px; margin-top: 20px;"> | 593 | <div class="d-md-flex align-items-center"> | |||
| 1605 | <div id="banner-slider-demo-2" class="owl-carousel owl-bottom-absolute-narrow owl-border-radius-7 owl-banner-carousel sm-xs-margin-bottom"> | 594 | <div class="pr-md-5"> | |||
| 1606 | <div class="item"> | 595 | <h5 class="widget-title align-left text-uppercase font-weight-bold mb-1" style="letter-spacing: .075em;color:#22232D;font-size:14px;line-height: 20px;">Subscribe newsletter</h5> | |||
| 1607 | <img src="{{media url="wysiwyg/smartwave/porto/homepage/02/slider/slide1.jpg"}}" alt="" /> | 596 | <p class="mb-md-0" style="margin-top: 0;line-height: 22px;letter-spacing: 0;">Get all the latest information on Events, Sales and Offers.</p> | |||
| 1608 | </div> | 597 | </div> | |||
| 1609 | <div class="item"> | 598 | {{block class="Magento\Newsletter\Block\Subscribe" name="home.newsletter" template="subscribe_form_footer.phtml"}} | |||
| 1610 | <img src="{{media url="wysiwyg/smartwave/porto/homepage/02/slider/slide2.jpg"}}" alt="" /> | |||||
| 1611 | </div> | 599 | </div> | |||
| 1612 | </div> | 600 | </div> | |||
| 1613 | <script type="text/javascript"> | 601 | </div> | |||
| 1614 | require([ | 602 | <div class="widget follow-us"> | |||
| 1615 | 'jquery', | 603 | <div class="share-links"> | |||
| 1616 | 'owl.carousel/owl.carousel.min' | 604 | <a href="#" target="_blank" title="Facebook" class="share-facebook">Facebook</a> | |||
| 1617 | ], function ($) { | 605 | <a href="#" target="_blank" title="Twitter" class="share-twitter">Twitter</a> | |||
| 1618 | $("#banner-slider-demo-2").owlCarousel({ | 606 | <a href="#" target="_blank" title="Instagram" class="share-instagram">Instagram</a> | |||
| 1619 | items: 1, | |||||
| 1620 | autoplay: true, | |||||
| 1621 | autoplayTimeout: 5000, | |||||
| 1622 | autoplayHoverPause: true, | |||||
| 1623 | dots: true, | |||||
| 1624 | navRewind: true, | |||||
| 1625 | animateIn: 'fadeIn', | |||||
| 1626 | animateOut: 'fadeOut', | |||||
| 1627 | loop: true, | |||||
| 1628 | nav: false | |||||
| 1629 | }); | |||||
| 1630 | }); | |||||
| 1631 | </script> | |||||
| 1632 | </div> | 607 | </div> | |||
| 1633 | <div class="col-lg-3" style="padding:0 10px; margin-top: 20px;"> | 608 | </div> ]]> | |||
| 1634 | <div class="row"><div class="col-lg-12 col-md-6"> | 609 | </content> | |||
| 1635 | <div class="side-custom-menu" style="margin-bottom:11px;"> | 610 | ||||
| 1636 | <h2><em class="porto-icon-menu"></em> TOP CATEGORIES</h2> | 611 | <is_active> | |||
| 612 | 1 | |||||
| 613 | </is_active> | |||||
| 614 | ||||||
| 615 | </cms_item> | |||||
| 616 | ||||||
| 617 | <cms_item> | |||||
| 618 | ||||||
| 619 | <title> | |||||
| 620 | Footer Middle Main Features | |||||
| 621 | </title> | |||||
| 622 | ||||||
| 623 | <identifier> | |||||
| 624 | footer_middle_main_features | |||||
| 625 | </identifier> | |||||
| 626 | ||||||
| 627 | <content> | |||||
| 628 | <![CDATA[<div class="widget widget_text"> | |||||
| 629 | <h3 class="widget-title">Main Features</h3> | |||||
| 630 | <div class="textwidget"> | |||||
| 631 | <div class="row d-inline-flex"> | |||||
| 632 | <div class="col-xl-6"> | |||||
| 1637 | <ul> | 633 | <ul> | |||
| 1638 | <li><a href="#">Fashion</a></li> | 634 | <li><a href="#">Super Fast WordPress Theme</a></li> | |||
| 1639 | <li><a href="#">Electronics</a></li> | 635 | <li><a href="#">1st Fully working Ajax Theme</a></li> | |||
| 1640 | <li><a href="#">Gifts</a></li> | 636 | <li><a href="#">36 Unique Shop Layouts</a></li> | |||
| 1641 | <li><a href="#">Home & Garden</a></li> | |||||
| 1642 | <li><a href="#">Music</a></li> | |||||
| 1643 | <li><a href="#">Sports</a></li> | |||||
| 1644 | </ul> | 637 | </ul> | |||
| 1645 | </div> | 638 | </div> | |||
| 1646 | </div> | 639 | <div class="col-xl-6"> | |||
| 1647 | <div class="col-lg-12 col-md-6"> | |||||
| 1648 | <div class="side-custom-menu"> | |||||
| 1649 | <h2><em class="porto-icon-menu"></em> TRENDING</h2> | |||||
| 1650 | <ul> | 640 | <ul> | |||
| 1651 | <li><a href="#">Huge Sale - 70% Off</a></li> | 641 | <li><a href="#">Powerful Admin Panel</a></li> | |||
| 1652 | <li><a href="#">New Arrivals</a></li> | 642 | <li><a href="#">Mobile & Retina Optimized</a></li> | |||
| 1653 | </ul> | 643 | </ul> | |||
| 1654 | </div> | 644 | </div> | |||
| 1655 | </div></div> | |||||
| 1656 | </div> | |||||
| 1657 | </div> | |||||
| 1658 | </div> | |||||
| 1659 | <div style="background-color:#f0f0ed;"> | |||||
| 1660 | <div class="container"> | |||||
| 1661 | <div class="homepage-bar" style="border:1px solid #e1e1e1;border-radius:5px;margin:20px 0;"> | |||||
| 1662 | <div class="row"> | |||||
| 1663 | <div class="col-lg-4" style="text-align:center;"> | |||||
| 1664 | <em class="porto-icon-truck" style="font-size:36px;"></em><div class="text-area"><h3>FREE SHIPPING & RETURN</h3><p>Free shipping on all orders over $99.</p></div> | |||||
| 1665 | </div> | |||||
| 1666 | <div class="col-lg-4" style="text-align:center;"> | |||||
| 1667 | <em class="porto-icon-dollar"></em><div class="text-area"><h3>MONEY BACK GUARANTEE</h3><p>100% money back guarantee.</p></div> | |||||
| 1668 | </div> | |||||
| 1669 | <div class="col-lg-4" style="text-align:center;"> | |||||
| 1670 | <em class="porto-icon-lifebuoy" style="font-size:32px;"></em><div class="text-area"><h3>ONLINE SUPPORT 24/7</h3><p>Lorem ipsum dolor sit amet.</p></div> | |||||
| 1671 | </div> | |||||
| 1672 | </div> | |||||
| 1673 | </div> | |||||
| 1674 | <div class="row" style="padding-bottom:10px;margin:0 -10px;"> | |||||
| 1675 | <div class="col-md-3 col-6" style="padding:0 10px;padding-bottom:20px;"> | |||||
| 1676 | <div style="margin-bottom:15px;"> | |||||
| 1677 | <a class="image-link" href="#"><img src="{{media url="wysiwyg/smartwave/porto/homepage/02/slider/image01_old.jpg"}}" alt="" /></a> | |||||
| 1678 | </div> | |||||
| 1679 | <div style="margin-bottom:15px;"> | |||||
| 1680 | <a class="image-link" href="#"><img src="{{media url="wysiwyg/smartwave/porto/homepage/02/slider/image02_old.jpg"}}" alt="" /></a> | |||||
| 1681 | </div> | |||||
| 1682 | <div style="margin-bottom:0px;"> | |||||
| 1683 | <a class="image-link" href="#"><img src="{{media url="wysiwyg/smartwave/porto/homepage/02/slider/image03_old.jpg"}}" alt="" /></a> | |||||
| 1684 | </div> | |||||
| 1685 | </div> | |||||
| 1686 | <div class="col-md-3 col-6 md-order-12" style="padding:0 10px;padding-bottom:20px;"> | |||||
| 1687 | <div style="margin-bottom:10px;"> | |||||
| 1688 | <a class="image-link" href="#"><img src="{{media url="wysiwyg/smartwave/porto/homepage/02/slider/image11_old.jpg"}}" alt="" /></a> | |||||
| 1689 | </div> | |||||
| 1690 | <div style="margin-bottom:11px;"> | |||||
| 1691 | <a class="image-link" href="#"><img src="{{media url="wysiwyg/smartwave/porto/homepage/02/slider/image12_old.jpg"}}" alt="" /></a> | |||||
| 1692 | </div> | |||||
| 1693 | <div style="margin-bottom:0px;"> | |||||
| 1694 | <a class="image-link" href="#"><img src="{{media url="wysiwyg/smartwave/porto/homepage/02/slider/image13_old.jpg"}}" alt="" /></a> | |||||
| 1695 | </div> | |||||
| 1696 | </div> | |||||
| 1697 | <div class="sm-clearer"></div> | |||||
| 1698 | <div class="col-md-6" style="padding:0 10px;padding-bottom:20px;"> | |||||
| 1699 | <div style="margin-bottom:28px;"> | |||||
| 1700 | <a class="image-link" href="#"><img src="{{media url="wysiwyg/smartwave/porto/homepage/02/slider/image21_old.jpg"}}" alt="" /></a> | |||||
| 1701 | </div> | |||||
| 1702 | <div style="margin-bottom:28px;"> | |||||
| 1703 | <a class="image-link" href="#"><img src="{{media url="wysiwyg/smartwave/porto/homepage/02/slider/image22_old.jpg"}}" alt="" /></a> | |||||
| 1704 | </div> | |||||
| 1705 | <div style="margin-bottom:0px;"> | |||||
| 1706 | <a class="image-link" href="#"><img src="{{media url="wysiwyg/smartwave/porto/homepage/02/slider/image23_old.jpg"}}" alt="" /></a> | |||||
| 1707 | </div> | |||||
| 1708 | </div> | |||||
| 1709 | </div> | 645 | </div> | |||
| 1710 | </div> | 646 | </div> | |||
| 1711 | </div> | 647 | </div> | |||
| 1712 | <style> | 648 | ]]> | |||
| 1713 | #banner-slider-demo-2 .content h2 { | |||||
| 1714 | font-size: 44px; | |||||
| 1715 | font-weight: 900; | |||||
| 1716 | letter-spacing: -0.025em; | |||||
| 1717 | text-transform: uppercase; | |||||
| 1718 | line-height: 38px; | |||||
| 1719 | margin-bottom: 10px; | |||||
| 1720 | margin-top:0; | |||||
| 1721 | } | |||||
| 1722 | #banner-slider-demo-2 .content span { | |||||
| 1723 | font-size:18px; | |||||
| 1724 | line-height:38px; | |||||
| 1725 | font-weight: 700; | |||||
| 1726 | text-transform:uppercase; | |||||
| 1727 | } | |||||
| 1728 | #banner-slider-demo-2 .content p { | |||||
| 1729 | font-size:14px; | |||||
| 1730 | font-weight:300; | |||||
| 1731 | margin-bottom:10; | |||||
| 1732 | } | |||||
| 1733 | #banner-slider-demo-2 .content .btn-default { | |||||
| 1734 | font-size: 14px; | |||||
| 1735 | line-height: 25px; | |||||
| 1736 | letter-spacing: 0.025em; | |||||
| 1737 | padding: 10px 34px; | |||||
| 1738 | border-radius:3px; | |||||
| 1739 | background-color: #010204; | |||||
| 1740 | color: #fff; | |||||
| 1741 | font-family: 'Oswald'; | |||||
| 1742 | text-transform: uppercase; | |||||
| 1743 | margin-top: 28px; | |||||
| 1744 | } | |||||
| 1745 | @media(max-width:767px){ | |||||
| 1746 | #banner-slider-demo-2 .owl-controls { | |||||
| 1747 | display:none !important; | |||||
| 1748 | } | |||||
| 1749 | #banner-slider-demo-2 .content { | |||||
| 1750 | top:15% !important; | |||||
| 1751 | } | |||||
| 1752 | #banner-slider-demo-2 .content h2 { | |||||
| 1753 | font-size: 24px; | |||||
| 1754 | line-height: 1; | |||||
| 1755 | margin-bottom: 5px; | |||||
| 1756 | } | |||||
| 1757 | #banner-slider-demo-2 .content span { | |||||
| 1758 | font-size: 11px !important; | |||||
| 1759 | line-height: 23px; | |||||
| 1760 | } | |||||
| 1761 | #banner-slider-demo-2 .content span b { | |||||
| 1762 | font-size: 15px !important; | |||||
| 1763 | } | |||||
| 1764 | #banner-slider-demo-2 .content p { | |||||
| 1765 | font-size: 11px !important; | |||||
| 1766 | margin-bottom: 10px; | |||||
| 1767 | } | |||||
| 1768 | #banner-slider-demo-2 .content .btn-default { | |||||
| 1769 | font-size: 10px !important; | |||||
| 1770 | line-height: 20px; | |||||
| 1771 | padding: 3px 13px; | |||||
| 1772 | border-radius: 3px; | |||||
| 1773 | margin-top: 0px; | |||||
| 1774 | } | |||||
| 1775 | } | |||||
| 1776 | </style>]]> | |||||
| 1777 | </content> | 649 | </content> | |||
| 1778 | 650 | |||||
| 1779 | <is_active> | 651 | <is_active> | |||
| 1780 | 1 | 652 | 1 | |||
| 1781 | </is_active> | 653 | </is_active> | |||
| 1782 | 654 | |||||
| 1783 | </cms_item> | 655 | </cms_item> | |||
| 1784 | 656 | |||||
| 1785 | <cms_item> | 657 | <cms_item> | |||
| 1786 | 658 | |||||
| 1787 | <title> | 659 | <title> | |||
| 1788 | Porto - Homepage Slider 5 | 660 | Footer Middle My Account | |||
| 1789 | </title> | 661 | </title> | |||
| 1790 | 662 | |||||
| 1791 | <identifier> | 663 | <identifier> | |||
| 1792 | porto_homeslider_5 | 664 | footer_middle_my_account | |||
| 1793 | </identifier> | 665 | </identifier> | |||
| 1794 | 666 | |||||
| 1795 | <content> | 667 | <content> | |||
| 1796 | <![CDATA[<div id="banner-slider-demo-1" class="owl-carousel owl-banner-carousel owl-bottom-narrow owl-bottom-absolute-narrow"> | 668 | <![CDATA[<div class="widget widget_text"> | |||
| 1797 | <div class="item" style="background:url({{media url="wysiwyg/smartwave/porto/homepage/01/slider/01n_bg.jpg"}}) center center no-repeat;background-size:cover;"> | 669 | <h3 class="widget-title">My Account</h3> | |||
| 1798 | <div class="container" style="position:relative"> | 670 | <div class="textwidget"> | |||
| 1799 | <img class="owl-lazy" data-src="{{media url="wysiwyg/smartwave/porto/homepage/01/slider/02.png"}}" alt="" /> | 671 | <div class="row d-inline-flex"> | |||
| 1800 | <div class="content content-slide-1" style="position:absolute;z-index:1;top:36%;left:2.4%;text-align:center;"> | 672 | <div class="col-xl-6"> | |||
| 1801 | <span class="border-top"><img src="{{media url="wysiwyg/smartwave/porto/homepage/01/slider/border-top.png"}}"/></span> | 673 | <ul> | |||
| 1802 | <div style="position:relative;z-index:4;"> | 674 | <li><a href="#">About Us</a></li> | |||
| 1803 | <span style="color: #0e2f40;font-size:18px;">80% off for select items</span> | 675 | <li><a href="#">Contact Us</a></li> | |||
| 1804 | <h2 style="color: #0e2f40;">fashion mega sale</h2> | 676 | <li><a href="#">My Account</a></li> | |||
| 1805 | <a href="{{config path="web/unsecure/base_url"}}fashion.html" class="btn btn-default">shop now</a> | 677 | </ul> | |||
| 1806 | </div> | |||||
| 1807 | <span class="border-bottom"><img src="{{media url="wysiwyg/smartwave/porto/homepage/01/slider/border-bottom.png"}}"/> </span> | |||||
| 1808 | </div> | |||||
| 1809 | </div> | |||||
| 1810 | </div> | |||||
| 1811 | <div class="item" style="background:url({{media url="wysiwyg/smartwave/porto/homepage/01/slider/02n_bg.jpg"}}) center center no-repeat;background-size:cover;"> | |||||
| 1812 | <div class="container" style="position:relative"> | |||||
| 1813 | <img class="owl-lazy" data-src="{{media url="wysiwyg/smartwave/porto/homepage/01/slider/02.png"}}" alt="" /> | |||||
| 1814 | <div class="content content-slide-2" style="position:absolute;z-index:1;top:33%;right:13%;text-align:center;"> | |||||
| 1815 | <span style="color: #0e2f40;font-size:23px;line-height:45px;">up to 70% off</span> | |||||
| 1816 | <h2 style="color: #0e2f40;font-size:46px;">Women's Hats</h2> | |||||
| 1817 | <a href="{{config path="web/unsecure/base_url"}}fashion.html" class="btn btn-default">shop now</a> | |||||
| 1818 | </div> | |||||
| 1819 | </div> | |||||
| 1820 | </div> | |||||
| 1821 | </div> | |||||
| 1822 | <script type="text/javascript"> | |||||
| 1823 | require([ | |||||
| 1824 | 'jquery', | |||||
| 1825 | 'owl.carousel/owl.carousel.min' | |||||
| 1826 | ], function ($) { | |||||
| 1827 | var banner_owl = $("#banner-slider-demo-1"); | |||||
| 1828 | banner_owl.owlCarousel({ | |||||
| 1829 | items: 1, | |||||
| 1830 | autoplay: true, | |||||
| 1831 | autoplayTimeout: 5000, | |||||
| 1832 | autoplayHoverPause: true, | |||||
| 1833 | dots: true, | |||||
| 1834 | nav: false, | |||||
| 1835 | navRewind: true, | |||||
| 1836 | animateIn: 'fadeIn', | |||||
| 1837 | animateOut: 'fadeOut', | |||||
| 1838 | loop: true, | |||||
| 1839 | lazyLoad: true, | |||||
| 1840 | navText: ["<em class='porto-icon-chevron-left'></em>","<em class='porto-icon-chevron-right'></em>"] | |||||
| 1841 | }); | |||||
| 1842 | }); | |||||
| 1843 | </script> | |||||
| 1844 | <div class="homepage-bar"> | |||||
| 1845 | <div class="container"> | |||||
| 1846 | <div class="row | |||||
| 1847 | <div class="col-lg-4 col-md-4" style="text-align:left;"> | |||||
| 1848 | <i class="porto-icon-shipping" style="font-size:35px;"></i><div class="text-area"><h3>FREE SHIPPING & RETURN</h3><p>Free shipping on all orders over $99.</p></div> | |||||
| 1849 | </div> | |||||
| 1850 | <div class="col-lg-4 col-md-4" style="text-align:center;"> | |||||
| 1851 | <i class="porto-icon-us-dollar" style="font-size:37px;"></i><div class="text-area"><h3>MONEY BACK GUARANTEE</h3><p>100% money back guarantee.</p></div> | |||||
| 1852 | </div> | |||||
| 1853 | <div class="col-lg-4 col-md-4" style="text-align:center;"> | |||||
| 1854 | <i class="porto-icon-support" style="font-size:37px;"></i><div class="text-area"><h3>ONLINE SUPPORT 24/7</h3><p>Lorem ipsum dolor sit amet.</p></div> | |||||
| 1855 | </div> | |||||
| 1856 | </div> | |||||
| 1857 | </div> | |||||
| 1858 | </div> | |||||
| 1859 | <div class="single-images" style="padding-top: 14px;"> | |||||
| 1860 | <div class="container"> | |||||
| 1861 | <div class="row" style="margin-left:-10px;margin-right:-10px;"> | |||||
| 1862 | <div class="col-md-4 col-12" style="padding-left:10px;padding-right:10px;padding-top:20px;"> | |||||
| 1863 | <a class="image-link" href="#"> | |||||
| 1864 | <img src="{{media url="wysiwyg/smartwave/porto/homepage/01/slider/image_1n.png"}}" alt="" /> | |||||
| 1865 | </a> | |||||
| 1866 | </div> | |||||
| 1867 | <div class="col-md-4 col-12" style="padding-left:10px;padding-right:10px;padding-top:20px;"> | |||||
| 1868 | <a class="image-link" href="#"> | |||||
| 1869 | <img src="{{media url="wysiwyg/smartwave/porto/homepage/01/slider/image_2n.png"}}" alt="" /> | |||||
| 1870 | </a> | |||||
| 1871 | </div> | 678 | </div> | |||
| 1872 | <div class="col-md-4 col-12" style="padding-left:10px;padding-right:10px;padding-top:20px;"> | 679 | <div class="col-xl-6"> | |||
| 1873 | <a class="image-link" href="#"> | 680 | <ul> | |||
| 1874 | <img src="{{media url="wysiwyg/smartwave/porto/homepage/01/slider/image_3n.png"}}" alt="" /> | 681 | <li><a href="#">Orders History</a></li> | |||
| 1875 | </a> | 682 | <li><a href="#">Advanced Search</a></li> | |||
| 683 | </ul> | |||||
| 1876 | </div> | 684 | </div> | |||
| 1877 | </div> | 685 | </div> | |||
| 1878 | </div> | 686 | </div> | |||
| 1879 | </div> | 687 | </div> | |||
| 1880 | <div style="padding-top: 40px; padding-bottom: 66px; margin-top: 34px; background-color:#f7f7f7;"> | 688 | ]]> | |||
| 1881 | <div class="container"> | 689 | </content> | |||
| 1882 | <div class="row"> | 690 | ||||
| 1883 | <div class="col-md-12"> | 691 | <is_active> | |||
| 1884 | <h2 class="filterproduct-title"><span class="content"><strong>Featured Products</strong></span></h2> | 692 | 1 | |||
| 1885 | <div id="featured_product" class="owl-bottom-narrow"> | 693 | </is_active> | |||
| 1886 | {{block class="Smartwave\Filterproducts\Block\Home\FeaturedList" name="featured_product" product_count="10" aspect_ratio="1" image_width="212" template="owl_list.phtml"}} | 694 | ||||
| 1887 | </div> | 695 | </cms_item> | |||
| 1888 | <script type="text/javascript"> | 696 | ||||
| 1889 | require([ | 697 | <cms_item> | |||
| 1890 | 'jquery', | 698 | ||||
| 1891 | 'owl.carousel/owl.carousel.min' | 699 | <title> | |||
| 1892 | ], function ($) { | 700 | Banner Category Demo3 | |||
| 1893 | $("#featured_product .owl-carousel").owlCarousel({ | 701 | </title> | |||
| 1894 | autoplay: true, | 702 | ||||
| 1895 | autoplayTimeout: 5000, | 703 | <identifier> | |||
| 1896 | autoplayHoverPause: true, | 704 | banner_category_demo3 | |||
| 1897 | loop: true, | 705 | </identifier> | |||
| 1898 | navRewind: true, | 706 | ||||
| 1899 | margin: 0, | 707 | <content> | |||
| 1900 | nav: false, | 708 | <![CDATA[<div class="porto-block"> | |||
| 1901 | navText: ["<em class='porto-icon-left-open-huge'></em>","<em class='porto-icon-right-open-huge'></em>"], | 709 | <style> | |||
| 1902 | dots: true, | 710 | .vc_custom_1602744034322 { | |||
| 1903 | responsive: { | 711 | padding-top: 4rem !important; | |||
| 1904 | 0: { | 712 | padding-bottom: 4rem !important; | |||
| 1905 | items:2 | 713 | padding-left: 6% !important; | |||
| 1906 | }, | 714 | background-color: #ede9e9 !important; | |||
| 1907 | 768: { | 715 | background-position: center !important; | |||
| 1908 | items:3 | 716 | background-repeat: no-repeat !important; | |||
| 1909 | }, | 717 | background-size: cover !important; | |||
| 1910 | 992: { | |||||
| 1911 | items:4 | |||||
| 1912 | }, | |||||
| 1913 | 1200: { | |||||
| 1914 | items:5 | |||||
| 1915 | } | 718 | } | |||
| 719 | .ls-86 { | |||||
| 720 | letter-spacing: 0.086em; | |||||
| 1916 | } | 721 | } | |||
| 1917 | }); | 722 | .z-index-1 { | |||
| 1918 | }); | 723 | z-index: 1; | |||
| 1919 | </script> | |||||
| 1920 | </div> | |||||
| 1921 | </div> | |||||
| 1922 | </div> | |||||
| 1923 | </div> | |||||
| 1924 | <div style="padding-top: 39px; padding-bottom:40px;margin-bottom:25px;"> | |||||
| 1925 | <div class="container"> | |||||
| 1926 | <div class="row"> | |||||
| 1927 | <div class="col-md-12"> | |||||
| 1928 | <h2 class="filterproduct-title"><span class="content"><strong>New Products</strong></span></h2> | |||||
| 1929 | <div id="new_product" class="owl-bottom-narrow"> | |||||
| 1930 | {{block class="Smartwave\Filterproducts\Block\Home\LatestList" name="latest_product" product_count="8" hide-addtolinks="1" aspect_ratio="1" image_width="350" template="owl_list.phtml"}} | |||||
| 1931 | </div> | |||||
| 1932 | <script type="text/javascript"> | |||||
| 1933 | require([ | |||||
| 1934 | 'jquery', | |||||
| 1935 | 'owl.carousel/owl.carousel.min' | |||||
| 1936 | ], function ($) { | |||||
| 1937 | $("#new_product .owl-carousel").owlCarousel({ | |||||
| 1938 | autoplay: true, | |||||
| 1939 | autoplayTimeout: 5000, | |||||
| 1940 | autoplayHoverPause: true, | |||||
| 1941 | loop: true, | |||||
| 1942 | navRewind: true, | |||||
| 1943 | margin: 0, | |||||
| 1944 | nav: false, | |||||
| 1945 | navText: ["<em class='porto-icon-left-open-huge'></em>","<em class='porto-icon-right-open-huge'></em>"], | |||||
| 1946 | dots: true, | |||||
| 1947 | responsive: { | |||||
| 1948 | 0: { | |||||
| 1949 | items:2 | |||||
| 1950 | }, | |||||
| 1951 | 640: { | |||||
| 1952 | items:3 | |||||
| 1953 | }, | |||||
| 1954 | 768: { | |||||
| 1955 | items:3 | |||||
| 1956 | }, | |||||
| 1957 | 992: { | |||||
| 1958 | items:4 | |||||
| 1959 | }, | |||||
| 1960 | 1200: { | |||||
| 1961 | items:4 | |||||
| 1962 | } | 724 | } | |||
| 725 | .shop-category-banner .vc_btn3-container.vc_btn3-inline, | |||||
| 726 | .shop-category-banner .d-inline-block { | |||||
| 727 | vertical-align: middle; | |||||
| 1963 | } | 728 | } | |||
| 1964 | }); | 729 | .shop-category-banner .btn-modern.btn-xl { | |||
| 1965 | }); | 730 | padding: 1.125em 3.75em; | |||
| 1966 | </script> | |||||
| 1967 | </div> | |||||
| 1968 | </div> | |||||
| 1969 | </div> | |||||
| 1970 | </div> | |||||
| 1971 | <div style="padding-top: 50px; padding-bottom: 50px; background-color:#f7f7f7;" class="custom-support"> | |||||
| 1972 | <div class="container"> | |||||
| 1973 | <div class="row"> | |||||
| 1974 | <div class="col-md-4"> | |||||
| 1975 | <i class="porto-icon-earphones-alt" style="line-height:58px;font-size:40px;"></i> | |||||
| 1976 | <div class="content"> | |||||
| 1977 | <h2>Customer Support</h2> | |||||
| 1978 | <em>You Won't Be Alone</em> | |||||
| 1979 | <p>We really care about you and your website as much as you do. Purchasing Porto or any other theme from us you get 100% free support.</p> | |||||
| 1980 | </div> | |||||
| 1981 | </div> | |||||
| 1982 | <div class="col-md-4"> | |||||
| 1983 | <i class="porto-icon-credit-card" style="line-height:58px;font-size:40px;"></i> | |||||
| 1984 | <div class="content"> | |||||
| 1985 | <h2>SECURED PAYMENT</h2> | |||||
| 1986 | <em>Safe & Fast</em> | |||||
| 1987 | <p>With Porto you can customize the layout, colors and styles within only a few minutes. Start creating an amazing website right now!</p> | |||||
| 1988 | </div> | |||||
| 1989 | </div> | |||||
| 1990 | <div class="col-md-4"> | |||||
| 1991 | <i class="porto-icon-action-undo" style="line-height:58px;font-size:40px;"></i> | |||||
| 1992 | <div class="content"> | |||||
| 1993 | <h2>RETURNS</h2> | |||||
| 1994 | <em>Easy & Free</em> | |||||
| 1995 | <p>Porto has very powerful admin features to help customer to build their own shop in minutes without any special skills in web development.</p> | |||||
| 1996 | </div> | |||||
| 1997 | </div> | |||||
| 1998 | </div> | |||||
| 1999 | </div> | |||||
| 2000 | </div> | |||||
| 2001 | <div class="parallax-wrapper"> | |||||
| 2002 | <div class="parallax" data-stellar-background-ratio="0.5" style="background-image: url({{media url="wysiwyg/smartwave/porto/homepage/01/slider/parallax_bg_new.jpg"}});"> | |||||
| 2003 | <div class="parallax-slider" style="position: relative; z-index: 3;"> | |||||
| 2004 | <div class="container"> | |||||
| 2005 | <div id="parallax-slider-demo-1" class="owl-bottom-narrow owl-carousel"> | |||||
| 2006 | <div class="item"> | |||||
| 2007 | <h2 style="font-weight:400;">fashion show collection</h2> | |||||
| 2008 | <a class="btn btn-default" href="#" style="font-weight:400;">Shop Now</a> | |||||
| 2009 | </div> | |||||
| 2010 | <div class="item"> | |||||
| 2011 | <h2 style="font-weight:400;">fashion show collection</h2> | |||||
| 2012 | <a class="btn btn-default" href="#" style="font-weight:400;">Shop Now</a> | |||||
| 2013 | </div> | |||||
| 2014 | <div class="item"> | |||||
| 2015 | <h2 style="font-weight:400;">fashion show collection</h2> | |||||
| 2016 | <a class="btn btn-default" href="#" style="font-weight:400;">Shop Now</a> | |||||
| 2017 | </div> | |||||
| 2018 | </div> | |||||
| 2019 | </div> | |||||
| 2020 | <script type="text/javascript"> | |||||
| 2021 | require([ | |||||
| 2022 | 'jquery', | |||||
| 2023 | 'owl.carousel/owl.carousel.min' | |||||
| 2024 | ], function ($) { | |||||
| 2025 | $("#parallax-slider-demo-1").owlCarousel({ | |||||
| 2026 | items: 1, | |||||
| 2027 | autoplay: true, | |||||
| 2028 | autoplayTimeout: 5000, | |||||
| 2029 | autoplayHoverPause: true, | |||||
| 2030 | dots: false, | |||||
| 2031 | nav: false, | |||||
| 2032 | loop: true, | |||||
| 2033 | navRewind: true | |||||
| 2034 | }); | |||||
| 2035 | }); | |||||
| 2036 | </script> | |||||
| 2037 | </div> | |||||
| 2038 | </div> | |||||
| 2039 | </div> | |||||
| 2040 | <div class="brands-slide" style="padding: 22px 0;"> | |||||
| 2041 | <div class="container"> | |||||
| 2042 | <div class="owl-side-narrow"> | |||||
| 2043 | <div id="brands-slider-demo-1" class="brands-slider"> | |||||
| 2044 | <div class="owl-carousel"> | |||||
| 2045 | <div class="item"><img src="{{media url="wysiwyg/smartwave/porto/brands/brand1.jpg"}}" alt="" /></div> | |||||
| 2046 | <div class="item"><img src="{{media url="wysiwyg/smartwave/porto/brands/brand2.jpg"}}" alt="" /></div> | |||||
| 2047 | <div class="item"><img src="{{media url="wysiwyg/smartwave/porto/brands/brand3.jpg"}}" alt="" /></div> | |||||
| 2048 | <div class="item"><img src="{{media url="wysiwyg/smartwave/porto/brands/brand4.jpg"}}" alt="" /></div> | |||||
| 2049 | <div class="item"><img src="{{media url="wysiwyg/smartwave/porto/brands/brand5.jpg"}}" alt="" /></div> | |||||
| 2050 | <div class="item"><img src="{{media url="wysiwyg/smartwave/porto/brands/brand1.jpg"}}" alt="" /></div> | |||||
| 2051 | <div class="item"><img src="{{media url="wysiwyg/smartwave/porto/brands/brand2.jpg"}}" alt="" /></div> | |||||
| 2052 | <div class="item"><img src="{{media url="wysiwyg/smartwave/porto/brands/brand3.jpg"}}" alt="" /></div> | |||||
| 2053 | <div class="item"><img src="{{media url="wysiwyg/smartwave/porto/brands/brand4.jpg"}}" alt="" /></div> | |||||
| 2054 | <div class="item"><img src="{{media url="wysiwyg/smartwave/porto/brands/brand5.jpg"}}" alt="" /></div> | |||||
| 2055 | </div> | |||||
| 2056 | <script type="text/javascript"> | |||||
| 2057 | require([ | |||||
| 2058 | 'jquery', | |||||
| 2059 | 'owl.carousel/owl.carousel.min' | |||||
| 2060 | ], function ($) { | |||||
| 2061 | $("#brands-slider-demo-1 .owl-carousel").owlCarousel({ | |||||
| 2062 | autoplay: true, | |||||
| 2063 | autoplayTimeout: 5000, | |||||
| 2064 | autoplayHoverPause: true, | |||||
| 2065 | margin: 20, | |||||
| 2066 | nav: true, | |||||
| 2067 | navText: ["<em class='porto-icon-left-open-big'></em>","<em class='porto-icon-right-open-big'></em>"], | |||||
| 2068 | dots: false, | |||||
| 2069 | loop: true, | |||||
| 2070 | responsive: { | |||||
| 2071 | 0: { | |||||
| 2072 | items:2 | |||||
| 2073 | }, | |||||
| 2074 | 640: { | |||||
| 2075 | items:3 | |||||
| 2076 | }, | |||||
| 2077 | 768: { | |||||
| 2078 | items:4 | |||||
| 2079 | }, | |||||
| 2080 | 992: { | |||||
| 2081 | items:5 | |||||
| 2082 | }, | |||||
| 2083 | 1200: { | |||||
| 2084 | items:5 | |||||
| 2085 | } | 731 | } | |||
| 732 | .coupon-sale-text { | |||||
| 733 | position: relative; | |||||
| 734 | display: inline-block; | |||||
| 735 | padding: 5px 10px; | |||||
| 736 | transform: none; | |||||
| 737 | letter-spacing: 0; | |||||
| 2086 | } | 738 | } | |||
| 2087 | }); | 739 | .coupon-sale-text:before { | |||
| 2088 | }); | 740 | content: ""; | |||
| 2089 | </script> | 741 | position: absolute; | |||
| 2090 | </div> | 742 | left: 0; | |||
| 2091 | </div> | 743 | top: 0; | |||
| 2092 | </div> | 744 | right: 0; | |||
| 2093 | </div> | 745 | bottom: 0; | |||
| 2094 | <div class="latest-blog" style="background-color: #f4f4f4;padding-bottom: 50px;"> | 746 | z-index: -1; | |||
| 2095 | <div class="container"> | 747 | background: #fff; | |||
| 2096 | <h2 class="filterproduct-title" style="margin-top:40px;padding-bottom: 5px;"><span class="content"><strong>FROM THE BLOG</strong></span></h2> | 748 | transform: rotate(-2deg); | |||
| 2097 | <div id="latest_news" class="owl-top-narrow"> | |||||
| 2098 | <div class="recent-posts"> | |||||
| 2099 | <div class="owl-carousel"> | |||||
| 2100 | <div class="item"> | |||||
| 2101 | <div class="recent-inner"> | |||||
| 2102 | <div class="row"> | |||||
| 2103 | <div class="col-md-5"> | |||||
| 2104 | <div class="post-image"> | |||||
| 2105 | <img src="{{media url="wysiwyg/smartwave/porto/blog/blog_img1.jpg"}}" alt=""> | |||||
| 2106 | <div class="post-date"> | |||||
| 2107 | <span class="day">08</span> | |||||
| 2108 | <span class="month">Dec</span> | |||||
| 2109 | </div> | |||||
| 2110 | </div> | |||||
| 2111 | </div> | |||||
| 2112 | <div class="col-md-7"> | |||||
| 2113 | <div class="postTitle"> | |||||
| 2114 | <h2><a href="#">New Collection</a></h2> | |||||
| 2115 | </div> | |||||
| 2116 | <div class="postContent"><p>Lorem Ipsum is simply dummy<br>text of the printing and typesetting <br>industry. Lorem Ipsum has...</p></div> | |||||
| 2117 | <a class="readmore btn btn-default" href="#">Read more</a> | |||||
| 2118 | </div> | |||||
| 2119 | </div> | |||||
| 2120 | </div> | |||||
| 2121 | </div> | |||||
| 2122 | <div class="item"> | |||||
| 2123 | <div class="recent-inner"> | |||||
| 2124 | <div class="row"> | |||||
| 2125 | <div class="col-md-5"> | |||||
| 2126 | <div class="post-image"> | |||||
| 2127 | <img src="{{media url="wysiwyg/smartwave/porto/blog/blog_img2.jpg"}}" alt=""> | |||||
| 2128 | <div class="post-date"> | |||||
| 2129 | <span class="day">08</span> | |||||
| 2130 | <span class="month">Dec</span> | |||||
| 2131 | </div> | |||||
| 2132 | </div> | |||||
| 2133 | </div> | |||||
| 2134 | <div class="col-md-7"> | |||||
| 2135 | <div class="postTitle"> | |||||
| 2136 | <h2><a href="#">Fashion Trends</a></h2> | |||||
| 2137 | </div> | |||||
| 2138 | <div class="postContent"><p>Lorem Ipsum is simply dummy<br>text of the printing and typesetting<br>industry. Lorem Ipsum has...</p></div> | |||||
| 2139 | <a class="readmore btn btn-default" href="#">Read more</a> | |||||
| 2140 | </div> | |||||
| 2141 | </div> | |||||
| 2142 | </div> | |||||
| 2143 | </div> | |||||
| 2144 | </div> | |||||
| 2145 | </div> | |||||
| 2146 | <script type="text/javascript"> | |||||
| 2147 | require([ | |||||
| 2148 | 'jquery', | |||||
| 2149 | 'owl.carousel/owl.carousel.min' | |||||
| 2150 | ], function ($) { | |||||
| 2151 | $("#latest_news .owl-carousel").owlCarousel({ | |||||
| 2152 | loop: false, | |||||
| 2153 | margin: 20, | |||||
| 2154 | nav: false, | |||||
| 2155 | dots: false, | |||||
| 2156 | responsive: { | |||||
| 2157 | 0: { | |||||
| 2158 | items:1 | |||||
| 2159 | }, | |||||
| 2160 | 640: { | |||||
| 2161 | items:2 | |||||
| 2162 | }, | |||||
| 2163 | 768: { | |||||
| 2164 | items:2 | |||||
| 2165 | }, | |||||
| 2166 | 992: { | |||||
| 2167 | items:2 | |||||
| 2168 | }, | |||||
| 2169 | 1200: { | |||||
| 2170 | items:2 | |||||
| 2171 | } | 749 | } | |||
| 750 | .coupon-sale-text sup { | |||||
| 751 | font-size: 55%; | |||||
| 2172 | } | 752 | } | |||
| 2173 | }); | 753 | </style> | |||
| 2174 | }); | 754 | <div class="row shop-category-banner m-b-lg vc_custom_1602744034322 no-padding" style="background-image: url('{{media url="wysiwyg/smartwave/porto/homepage/03/shop3_shop_banner.jpg"}}');"> | |||
| 2175 | </script> | 755 | <div class="z-index-1 vc_column_container col-md-12"> | |||
| 756 | <div class="wpb_wrapper vc_column-inner"> | |||||
| 757 | <h2 style="font-size: 2.1875rem; color: #777777; line-height: 1; font-weight: 400;" class="vc_custom_heading custom-font4 mb-3 ls-86 align-left">Winter Fashion Trends</h2> | |||||
| 758 | <h3 style="font-size: 2.1875rem; line-height: 1;" class="vc_custom_heading mb-4 align-left text-uppercase">up to 30% off on jackets</h3> | |||||
| 759 | <h5 style="font-size: 1.125em;" class="vc_custom_heading d-inline-block mr-3 align-left text-uppercase">Starting At</h5> | |||||
| 760 | <h5 style="font-size: 2.25em; line-height: 1;margin-left:-3px;" class="vc_custom_heading coupon-sale-text d-inline-block mr-4 mr-xl-5 align-left"><sup>$</sup>199<sup>99</sup></h5> | |||||
| 761 | <div class="btn-container mb-2 d-inline-block" style="margin-left:-4px;"><button class="btn btn-modern btn-xl btn-dark">Shop Now</button></div> | |||||
| 762 | </div> | |||||
| 2176 | </div> | 763 | </div> | |||
| 2177 | </div> | 764 | </div> | |||
| 2178 | </div> | 765 | </div> | |||
| 2179 | <style> | 766 | ]]> | |||
| 2180 | #banner-slider-demo-1 .content h2 { | |||||
| 2181 | font-size: 36px; | |||||
| 2182 | font-weight: 900; | |||||
| 2183 | letter-spacing: -0.03em; | |||||
| 2184 | text-transform: uppercase; | |||||
| 2185 | line-height: 38px; | |||||
| 2186 | margin-bottom: 10px; | |||||
| 2187 | margin-top:0; | |||||
| 2188 | } | |||||
| 2189 | #banner-slider-demo-1 .content span { | |||||
| 2190 | font-family: 'Oswald'; | |||||
| 2191 | font-size:18px; | |||||
| 2192 | line-height:25px; | |||||
| 2193 | letter-spacing: 0.05em; | |||||
| 2194 | font-weight: 600; | |||||
| 2195 | text-transform:uppercase; | |||||
| 2196 | } | |||||
| 2197 | #banner-slider-demo-1 .content .btn-default { | |||||
| 2198 | font-size: 15px; | |||||
| 2199 | line-height: 25px; | |||||
| 2200 | letter-spacing: 0.05em; | |||||
| 2201 | padding: 12px 27px; | |||||
| 2202 | border-radius:3px; | |||||
| 2203 | background-color: #0088cc; | |||||
| 2204 | color: #fff; | |||||
| 2205 | font-family: 'Oswald'; | |||||
| 2206 | text-transform: uppercase; | |||||
| 2207 | margin-top: 28px; | |||||
| 2208 | } | |||||
| 2209 | #banner-slider-demo-1 .border-top { | |||||
| 2210 | position:absolute; | |||||
| 2211 | top:-52px; | |||||
| 2212 | left:9%; | |||||
| 2213 | } | |||||
| 2214 | #banner-slider-demo-1 .border-bottom { | |||||
| 2215 | position:absolute; | |||||
| 2216 | bottom:-38px; | |||||
| 2217 | left:9%; | |||||
| 2218 | } | |||||
| 2219 | @media(max-width:767px){ | |||||
| 2220 | #banner-slider-demo-1 .border-top,#banner-slider-demo-1 .border-bottom { | |||||
| 2221 | display:none; | |||||
| 2222 | } | |||||
| 2223 | #banner-slider-demo-1 .content { | |||||
| 2224 | top:25% !important; | |||||
| 2225 | } | |||||
| 2226 | #banner-slider-demo-1 .content.content-slide-1 { | |||||
| 2227 | top:25%!important; | |||||
| 2228 | left: 2.4%; | |||||
| 2229 | } | |||||
| 2230 | #banner-slider-demo-1 .content span { | |||||
| 2231 | font-size:10px !important; | |||||
| 2232 | line-height:1!important; | |||||
| 2233 | } | |||||
| 2234 | #banner-slider-demo-1 .content h2 { | |||||
| 2235 | font-size: 20px !important; | |||||
| 2236 | margin-bottom: 5px; | |||||
| 2237 | margin-top:0; | |||||
| 2238 | } | |||||
| 2239 | #banner-slider-demo-1 .content .btn-default { | |||||
| 2240 | font-size: 10px; | |||||
| 2241 | line-height: 25px; | |||||
| 2242 | padding: 2px 12px; | |||||
| 2243 | margin-top: 0px; | |||||
| 2244 | } | |||||
| 2245 | } | |||||
| 2246 | </style>]]> | |||||
| 2247 | </content> | 767 | </content> | |||
| 2248 | 768 | |||||
| 2249 | <is_active> | 769 | <is_active> | |||
| 2250 | 1 | 770 | 1 | |||
| 2251 | </is_active> | 771 | </is_active> | |||
| 2252 | 772 | |||||
| 2253 | </cms_item> | 773 | </cms_item> | |||
| 2254 | 774 | |||||
| 2255 | <cms_item> | 775 | <cms_item> | |||
| 2256 | 776 | |||||
| 2257 | <title> | 777 | <title> | |||
| 2258 | Porto - Homepage Slider 5 Old Skin | 778 | Footer Middle Newsletter | |||
| 2259 | </title> | 779 | </title> | |||
| 2260 | 780 | |||||
| 2261 | <identifier> | 781 | <identifier> | |||
| 2262 | porto_homeslider_5_old | 782 | footer_middle_newsletter | |||
| 2263 | </identifier> | 783 | </identifier> | |||
| 2264 | 784 | |||||
| 2265 | <content> | 785 | <content> | |||
| 2266 | <![CDATA[<div id="banner-slider-demo-1" class="owl-carousel owl-banner-carousel owl-middle-narrow"> | 786 | <![CDATA[<div class="widget widget_text"> | |||
| 2267 | <div class="item" style="background:url({{media url="wysiwyg/smartwave/porto/homepage/01/slider/01_bg.png"}}) repeat;"> | 787 | <h3 class="widget-title">Subscribe Newsletter</h3> | |||
| 2268 | <div class="container" style="position:relative"> | 788 | <div class="textwidget"> | |||
| 2269 | <img src="{{media url="wysiwyg/smartwave/porto/homepage/01/slider/01.png"}}" alt="" /> | 789 | <p>Get all the latest information on events, sales and offers. Sign up for newsletter:</p> | |||
| 2270 | <div class="content type1" style="position:absolute;top:30%;left:10%;text-align:right"> | 790 | {{block class="Magento\Newsletter\Block\Subscribe" name="home.newsletter" template="subscribe_form_footer.phtml"}} | |||
| 2271 | <h2 style="font-weight:600;line-height:1;color:#08c">HUGE <b style="font-weight:800">SALE</b></h2> | |||||
| 2272 | <p style="color:#777;font-weight:300;line-height:1;margin-bottom:15px">Now starting at <span style="color:#535353;font-weight:400">$99</span></p> | |||||
| 2273 | <a href="#" style="font-weight:300;">Shop now ></a> | |||||
| 2274 | </div> | |||||
| 2275 | </div> | |||||
| 2276 | </div> | |||||
| 2277 | <div class="item" style="background:url({{media url="wysiwyg/smartwave/porto/homepage/01/slider/02_bg.png"}}) center center no-repeat;background-size:cover;"> | |||||
| 2278 | <div class="container" style="position:relative"> | |||||
| 2279 | <img src="{{media url="wysiwyg/smartwave/porto/homepage/01/slider/02.png"}}" alt="" /> | |||||
| 2280 | </div> | |||||
| 2281 | </div> | |||||
| 2282 | <div class="item" style="background:url({{media url="wysiwyg/smartwave/porto/homepage/01/slider/03_bg.png"}}) center center no-repeat;background-size:cover;"> | |||||
| 2283 | <div class="container" style="position:relative"> | |||||
| 2284 | <img src="{{media url="wysiwyg/smartwave/porto/homepage/01/slider/03.png"}}" alt="" /> | |||||
| 2285 | </div> | |||||
| 2286 | </div> | |||||
| 2287 | </div> | |||||
| 2288 | <script type="text/javascript"> | |||||
| 2289 | require([ | |||||
| 2290 | 'jquery', | |||||
| 2291 | 'owl.carousel/owl.carousel.min' | |||||
| 2292 | ], function ($) { | |||||
| 2293 | $("#banner-slider-demo-1").owlCarousel({ | |||||
| 2294 | items: 1, | |||||
| 2295 | autoplay: true, | |||||
| 2296 | autoplayTimeout: 5000, | |||||
| 2297 | autoplayHoverPause: true, | |||||
| 2298 | dots: false, | |||||
| 2299 | nav: true, | |||||
| 2300 | navRewind: true, | |||||
| 2301 | animateIn: 'fadeIn', | |||||
| 2302 | animateOut: 'fadeOut', | |||||
| 2303 | loop: true, | |||||
| 2304 | navText: ["<em class='porto-icon-chevron-left'></em>","<em class='porto-icon-chevron-right'></em>"] | |||||
| 2305 | }); | |||||
| 2306 | }); | |||||
| 2307 | </script> | |||||
| 2308 | <div class="homepage-bar"> | |||||
| 2309 | <div class="container"> | |||||
| 2310 | <div class="row"> | |||||
| 2311 | <div class="col-lg-4"> | |||||
| 2312 | <em class="porto-icon-truck" style="font-size:36px;"></em><div class="text-area"><h3>FREE SHIPPING & RETURN</h3><p>Free shipping on all orders over $99.</p></div> | |||||
| 2313 | </div> | |||||
| 2314 | <div class="col-lg-4"> | |||||
| 2315 | <em class="porto-icon-dollar"></em><div class="text-area"><h3>MONEY BACK GUARANTEE</h3><p>100% money back guarantee.</p></div> | |||||
| 2316 | </div> | |||||
| 2317 | <div class="col-lg-4"> | |||||
| 2318 | <em class="porto-icon-lifebuoy" style="font-size:32px;"></em><div class="text-area"><h3>ONLINE SUPPORT 24/7</h3><p>Lorem ipsum dolor sit amet.</p></div> | |||||
| 2319 | </div> | |||||
| 2320 | </div> | |||||
| 2321 | </div> | 791 | </div> | |||
| 2322 | </div> | 792 | </div> | |||
| 2323 | <div class="single-images border-radius" style="padding-top: 25px;"> | 793 | ]]> | |||
| 2324 | <div class="container"> | 794 | </content> | |||
| 2325 | <div class="row" style="margin-left:-10px;margin-right:-10px;"> | 795 | ||||
| 2326 | <div class="col-md-3 col-6" style="padding-left:10px;padding-right:10px;padding-top:20px;"> | 796 | <is_active> | |||
| 2327 | <a class="image-link" href="#"> | 797 | 1 | |||
| 2328 | <img src="{{media url="wysiwyg/smartwave/porto/homepage/01/slider/image_1.png"}}" alt="" /> | 798 | </is_active> | |||
| 2329 | </a> | 799 | ||||
| 2330 | </div> | 800 | </cms_item> | |||
| 2331 | <div class="col-md-3 col-6" style="padding-left:10px;padding-right:10px;padding-top:20px;"> | 801 | ||||
| 2332 | <a class="image-link" href="#"> | 802 | <cms_item> | |||
| 2333 | <img src="{{media url="wysiwyg/smartwave/porto/homepage/01/slider/image_2.png"}}" alt="" /> | 803 | ||||
| 2334 | </a> | 804 | <title> | |||
| 805 | Porto - Custom Block for Header 4 | |||||
| 806 | </title> | |||||
| 807 | ||||||
| 808 | <identifier> | |||||
| 809 | porto_custom_block_for_header_4 | |||||
| 810 | </identifier> | |||||
| 811 | ||||||
| 812 | <content> | |||||
| 813 | <![CDATA[<div class="custom-html ml-5 mr-4 d-none d-lg-block"> | |||||
| 814 | <div class="porto-sicon-box text-left style_1 default-icon m-0"> | |||||
| 815 | <div class="porto-sicon-default"> | |||||
| 816 | <div class="porto-just-icon-wrapper" style="text-align: center;"> | |||||
| 817 | <div class="porto-sicon-img" style="display: inline-block; font-size: 30px;"> | |||||
| 818 | <img class="img-icon d-block" alt="" src="{{media url="wysiwyg/smartwave/porto/homepage/04/shop4_header_phone.png"}}" width="30" /> | |||||
| 2335 | </div> | 819 | </div> | |||
| 2336 | <div class="col-md-3 col-6" style="padding-left:10px;padding-right:10px;padding-top:20px;"> | |||||
| 2337 | <a class="image-link" href="#"> | |||||
| 2338 | <img src="{{media url="wysiwyg/smartwave/porto/homepage/01/slider/image_3.png"}}" alt="" /> | |||||
| 2339 | </a> | |||||
| 2340 | </div> | 820 | </div> | |||
| 2341 | <div class="col-md-3 col-6" style="padding-left:10px;padding-right:10px;padding-top:20px;"> | |||||
| 2342 | <a class="image-link" href="#"> | |||||
| 2343 | <img src="{{media url="wysiwyg/smartwave/porto/homepage/01/slider/image_4.png"}}" alt="" /> | |||||
| 2344 | </a> | |||||
| 2345 | </div> | 821 | </div> | |||
| 822 | <div class="porto-sicon-header"> | |||||
| 823 | <h3 class="porto-sicon-title" style="font-weight:600;font-size:11px;line-height:11px;color:#777;">CALL US NOW</h3> | |||||
| 824 | <p style="font-weight:700;font-size:18px;line-height:18px;color:#222529;">+123 5678 890</p> | |||||
| 2346 | </div> | 825 | </div> | |||
| 2347 | </div> | 826 | </div> | |||
| 2348 | </div> | 827 | </div> | |||
| 2349 | <div style="padding-top: 35px;"> | 828 | <style> | |||
| 2350 | <div class="container"> | 829 | .page-header .porto-sicon-box .porto-sicon-img { | |||
| 2351 | <div class="row"> | 830 | margin-right: 8px; | |||
| 2352 | <div class="col-md-12"> | 831 | } | |||
| 2353 | <h2 class="filterproduct-title"><span class="content"><strong>Featured Products</strong></span></h2> | 832 | </style>]]> | |||
| 2354 | <div id="featured_product" class="owl-top-narrow"> | 833 | </content> | |||
| 2355 | {{block class="Smartwave\Filterproducts\Block\Home\FeaturedList" name="featured_product" product_count="10" aspect_ratio="0" image_width="212" image_height="263" template="owl_list.phtml"}} | 834 | ||||
| 2356 | </div> | 835 | <is_active> | |||
| 2357 | <script type="text/javascript"> | 836 | 1 | |||
| 2358 | require([ | 837 | </is_active> | |||
| 2359 | 'jquery', | 838 | ||||
| 2360 | 'owl.carousel/owl.carousel.min' | 839 | </cms_item> | |||
| 2361 | ], function ($) { | 840 | ||||
| 2362 | $("#featured_product .owl-carousel").owlCarousel({ | 841 | <cms_item> | |||
| 2363 | autoplay: true, | 842 | ||||
| 2364 | autoplayTimeout: 5000, | 843 | <title> | |||
| 2365 | autoplayHoverPause: true, | 844 | Banner Category Demo 5 | |||
| 2366 | loop: true, | 845 | </title> | |||
| 2367 | navRewind: true, | 846 | ||||
| 2368 | margin: 10, | 847 | <identifier> | |||
| 2369 | nav: true, | 848 | banner_category_demo5 | |||
| 2370 | navText: ["<em class='porto-icon-left-open-huge'></em>","<em class='porto-icon-right-open-huge'></em>"], | 849 | </identifier> | |||
| 2371 | dots: false, | 850 | ||||
| 2372 | responsive: { | 851 | <content> | |||
| 2373 | 0: { | 852 | <![CDATA[<style> | |||
| 2374 | items:2 | 853 | .label-sale { | |||
| 2375 | }, | 854 | position: relative; | |||
| 2376 | 768: { | 855 | z-index: 1; | |||
| 2377 | items:3 | 856 | display: inline-block; | |||
| 2378 | }, | |||||
| 2379 | 992: { | |||||
| 2380 | items:4 | |||||
| 2381 | }, | |||||
| 2382 | 1200: { | |||||
| 2383 | items:5 | |||||
| 2384 | } | 857 | } | |||
| 858 | .label-sale:before { | |||||
| 859 | content: ""; | |||||
| 860 | position: absolute; | |||||
| 861 | left: 0; | |||||
| 862 | right: 0; | |||||
| 863 | top: 0; | |||||
| 864 | bottom: 0; | |||||
| 865 | transform: rotateZ(-2deg) skew(1deg); | |||||
| 866 | background-color: #ff7272; | |||||
| 867 | z-index: -1; | |||||
| 2385 | } | 868 | } | |||
| 2386 | }); | 869 | </style> | |||
| 2387 | }); | 870 | <div class="container"> | |||
| 2388 | </script> | 871 | <div class="row header-top-ads no-padding" style="padding-top: 25px;padding-bottom: 5px;"> | |||
| 872 | <div class=" col-md-12 col-lg-4"> | |||||
| 873 | <div class="wpb_wrapper vc_column-inner d-flex justify-content-center flex-column"> | |||||
| 874 | <div class="porto-sicon-box style_1 default-icon justify-content-center"> | |||||
| 875 | <div class="porto-sicon-default"> | |||||
| 876 | <div class="porto-just-icon-wrapper" style="text-align: center;"> | |||||
| 877 | <div class="porto-icon none" style="color: #222529; font-size: 35px; display: inline-block;"><i class="porto-icon-shipping"></i></div> | |||||
| 2389 | </div> | 878 | </div> | |||
| 2390 | </div> | 879 | </div> | |||
| 880 | <div class="porto-sicon-header"> | |||||
| 881 | <h3 class="porto-sicon-title" style="font-weight: 700; font-size: 14px; line-height: 1;">FREE SHIPPING & RETURN</h3> | |||||
| 882 | <p style="font-size: 13px; line-height: 1.2;">Free shipping on all orders over $99</p> | |||||
| 2391 | </div> | 883 | </div> | |||
| 2392 | </div> | |||||
| 2393 | <div style="padding-top: 20px;"> | |||||
| 2394 | <div class="container"> | |||||
| 2395 | <div class="row"> | |||||
| 2396 | <div class="col-md-12"> | |||||
| 2397 | <h2 class="filterproduct-title"><span class="content"><strong>New Products</strong></span></h2> | |||||
| 2398 | <div id="new_product" class="owl-top-narrow"> | |||||
| 2399 | {{block class="Smartwave\Filterproducts\Block\Home\LatestList" name="latest_product" product_count="8" hide-addtolinks="1" aspect_ratio="0" image_width="180" image_height="180" template="owl_list.phtml"}} | |||||
| 2400 | </div> | 884 | </div> | |||
| 2401 | <script type="text/javascript"> | |||||
| 2402 | require([ | |||||
| 2403 | 'jquery', | |||||
| 2404 | 'owl.carousel/owl.carousel.min' | |||||
| 2405 | ], function ($) { | |||||
| 2406 | $("#new_product .owl-carousel").owlCarousel({ | |||||
| 2407 | autoplay: true, | |||||
| 2408 | autoplayTimeout: 5000, | |||||
| 2409 | autoplayHoverPause: true, | |||||
| 2410 | loop: true, | |||||
| 2411 | navRewind: true, | |||||
| 2412 | margin: 10, | |||||
| 2413 | nav: true, | |||||
| 2414 | navText: ["<em class='porto-icon-left-open-huge'></em>","<em class='porto-icon-right-open-huge'></em>"], | |||||
| 2415 | dots: false, | |||||
| 2416 | responsive: { | |||||
| 2417 | 0: { | |||||
| 2418 | items:2 | |||||
| 2419 | }, | |||||
| 2420 | 640: { | |||||
| 2421 | items:3 | |||||
| 2422 | }, | |||||
| 2423 | 768: { | |||||
| 2424 | items:4 | |||||
| 2425 | }, | |||||
| 2426 | 992: { | |||||
| 2427 | items:5 | |||||
| 2428 | }, | |||||
| 2429 | 1200: { | |||||
| 2430 | items:6 | |||||
| 2431 | } | |||||
| 2432 | } | |||||
| 2433 | }); | |||||
| 2434 | }); | |||||
| 2435 | </script> | |||||
| 2436 | </div> | 885 | </div> | |||
| 2437 | </div> | 886 | </div> | |||
| 887 | <div class="col-md-12 col-lg-4"> | |||||
| 888 | <div class="wpb_wrapper vc_column-inner d-flex justify-content-center flex-column"> | |||||
| 889 | <div class="porto-sicon-box style_1 default-icon justify-content-center"> | |||||
| 890 | <div class="porto-sicon-default"> | |||||
| 891 | <div class="porto-just-icon-wrapper" style="text-align: center;"> | |||||
| 892 | <div class="porto-icon none" style="color: #222529; font-size: 37px; display: inline-block;"><i class="porto-icon-money"></i></div> | |||||
| 2438 | </div> | 893 | </div> | |||
| 2439 | </div> | |||||
| 2440 | <div style="padding-top: 40px;" class="custom-support"> | |||||
| 2441 | <div class="container"> | |||||
| 2442 | <div class="row"> | |||||
| 2443 | <div class="col-md-4"> | |||||
| 2444 | <em class="porto-icon-star" style="border-radius:50%;border:2px solid #cecece;color:#333;background-color:transparent;line-height:58px;font-size:25px;"></em> | |||||
| 2445 | <div class="content"> | |||||
| 2446 | <h2>Customer Support</h2> | |||||
| 2447 | <em>YOU WON'T BE ALONE</em> | |||||
| 2448 | <p>We really care about you and your website as much as you do. Purchasing Porto or any other theme from us you get 100% free support.</p> | |||||
| 2449 | </div> | 894 | </div> | |||
| 895 | <div class="porto-sicon-header"> | |||||
| 896 | <h3 class="porto-sicon-title" style="font-weight: 700; font-size: 14px; line-height: 1;">MONEY BACK GUARANTEE</h3> | |||||
| 897 | <p style="font-size: 13px; line-height: 1.2;">100% money back guarantee</p> | |||||
| 2450 | </div> | 898 | </div> | |||
| 2451 | <div class="col-md-4"> | |||||
| 2452 | <em class="porto-icon-reply" style="border-radius:50%;border:2px solid #cecece;color:#333;background-color:transparent;line-height:58px;font-size:25px;"></em> | |||||
| 2453 | <div class="content"> | |||||
| 2454 | <h2>Fully Customizable</h2> | |||||
| 2455 | <em>TONS OF OPTIONS</em> | |||||
| 2456 | <p>With Porto you can customize the layout, colors and styles within only a few minutes. Start creating an amazing website right now!</p> | |||||
| 2457 | </div> | 899 | </div> | |||
| 2458 | </div> | 900 | </div> | |||
| 2459 | <div class="col-md-4"> | |||||
| 2460 | <em class="porto-icon-paper-plane" style="border-radius:50%;border:2px solid #cecece;color:#333;background-color:transparent;line-height:58px;font-size:25px;"></em> | |||||
| 2461 | <div class="content"> | |||||
| 2462 | <h2>Powerful Admin</h2> | |||||
| 2463 | <em>MADE TO HELP YOU</em> | |||||
| 2464 | <p>Porto has very powerful admin features to help customer to build their own shop in minutes without any special skills in web development.</p> | |||||
| 2465 | </div> | 901 | </div> | |||
| 902 | <div class="col-md-12 col-lg-4"> | |||||
| 903 | <div class="wpb_wrapper vc_column-inner d-flex justify-content-center flex-column"> | |||||
| 904 | <div class="porto-sicon-box style_1 default-icon justify-content-center"> | |||||
| 905 | <div class="porto-sicon-default"> | |||||
| 906 | <div class="porto-just-icon-wrapper" style="text-align: center;"> | |||||
| 907 | <div class="porto-icon none" style="color: #222529; font-size: 37px; display: inline-block;"><i class="porto-icon-support"></i></div> | |||||
| 2466 | </div> | 908 | </div> | |||
| 2467 | </div> | 909 | </div> | |||
| 910 | <div class="porto-sicon-header"> | |||||
| 911 | <h3 class="porto-sicon-title" style="font-weight: 700; font-size: 14px; line-height: 1;">ONLINE SUPPORT 24/7</h3> | |||||
| 912 | <p style="font-size: 13px; line-height: 1.2;">Lorem ipsum dolor sit amet.</p> | |||||
| 2468 | </div> | 913 | </div> | |||
| 2469 | </div> | |||||
| 2470 | <div class="parallax-wrapper" style="margin: 50px 0;"> | |||||
| 2471 | <div class="overlay overlay-color" style="background-color: #000000; opacity: 0.75; filter: alpha(opacity=75);"></div> | |||||
| 2472 | <div class="parallax" data-stellar-background-ratio="0.5" style="background-image: url({{media url="wysiwyg/smartwave/porto/homepage/01/slider/parallax_bg.jpg"}});"> | |||||
| 2473 | <div class="parallax-slider" style="position: relative; z-index: 3;"> | |||||
| 2474 | <div class="container"> | |||||
| 2475 | <div id="parallax-slider-demo-1" class="owl-carousel"> | |||||
| 2476 | <div class="item"> | |||||
| 2477 | <h2 style="font-weight:600;">EXPLORE <b style="font-weight:800;">PORTO</b></h2> | |||||
| 2478 | <p style="font-weight:300;">Premium theme, unlimited possibilities...</p> | |||||
| 2479 | <a href="#" style="font-weight:300;">Purchase now ></a> | |||||
| 2480 | </div> | 914 | </div> | |||
| 2481 | <div class="item"> | |||||
| 2482 | <h2 style="font-weight:600;">EXPLORE <b style="font-weight:800;">PORTO</b></h2> | |||||
| 2483 | <p style="font-weight:300;">Premium theme, unlimited possibilities...</p> | |||||
| 2484 | <a href="#" style="font-weight:300;">Purchase now ></a> | |||||
| 2485 | </div> | 915 | </div> | |||
| 2486 | <div class="item"> | |||||
| 2487 | <h2 style="font-weight:600;">EXPLORE <b style="font-weight:800;">PORTO</b></h2> | |||||
| 2488 | <p style="font-weight:300;">Premium theme, unlimited possibilities...</p> | |||||
| 2489 | <a href="#" style="font-weight:300;">Purchase now ></a> | |||||
| 2490 | </div> | 916 | </div> | |||
| 2491 | </div> | 917 | </div> | |||
| 918 | <div class="row no-padding" | |||||
| 919 | style=" | |||||
| 920 | background-image: url('{{media url="wysiwyg/smartwave/porto/category/banner/shop5_shop_banner.jpg"}}'); | |||||
| 921 | background-color: #222529; | |||||
| 922 | background-position: center; | |||||
| 923 | background-repeat: no-repeat; | |||||
| 924 | background-size: cover; | |||||
| 925 | padding: 7rem 2.5% 7rem 3.1%; | |||||
| 926 | "> | |||||
| 927 | <div class="category-content dir-column text-center-md vc_column_container col-md-12 col-lg-9"> | |||||
| 928 | <div class="wpb_wrapper vc_column-inner"> | |||||
| 929 | <h4 style="font-size: 1.3rem; color: #ffffff; line-height: 1; text-align: center; font-weight: 700; margin-right: 1rem; padding: 0.6rem 0.8rem;" class="vc_custom_heading label-sale text-uppercase"><b>BIG SALE</b></h4> | |||||
| 930 | <h4 style="font-size: 1.25rem; color: #ffffff; line-height: 1.2;" class="vc_custom_heading d-inline-block mr-3 align-left text-uppercase">ALL NEW FASHION BRANDS ITEMS UP TO 70% OFF</h4> | |||||
| 931 | <h6 style="font-size: 0.875rem; color: rgba(255, 255, 255, 0.7); line-height: 1; font-weight: 500;" class="vc_custom_heading d-inline-block pb-1 align-left">Online Purchases Only</h6> | |||||
| 2492 | </div> | 932 | </div> | |||
| 2493 | <script type="text/javascript"> | |||||
| 2494 | require([ | |||||
| 2495 | 'jquery', | |||||
| 2496 | 'owl.carousel/owl.carousel.min' | |||||
| 2497 | ], function ($) { | |||||
| 2498 | $("#parallax-slider-demo-1").owlCarousel({ | |||||
| 2499 | items: 1, | |||||
| 2500 | autoplay: true, | |||||
| 2501 | autoplayTimeout: 5000, | |||||
| 2502 | autoplayHoverPause: true, | |||||
| 2503 | dots: true, | |||||
| 2504 | nav: false, | |||||
| 2505 | loop: true, | |||||
| 2506 | navRewind: true | |||||
| 2507 | }); | |||||
| 2508 | }); | |||||
| 2509 | </script> | |||||
| 2510 | </div> | 933 | </div> | |||
| 934 | <div class="text-lg-right col-md-12 col-lg-3"> | |||||
| 935 | <div class="wpb_wrapper vc_column-inner"> | |||||
| 936 | <div class="btn-container mb-0 d-inline-block" style="background-color: #ffffff;"><button class="btn btn-modern btn-lg btn-light">VIEW SALE</button></div> | |||||
| 2511 | </div> | 937 | </div> | |||
| 2512 | </div> | 938 | </div> | |||
| 939 | </div> | |||||
| 940 | </div> ]]> | |||||
| 2513 | </content> | 941 | </content> | |||
| 2514 | 942 | |||||
| 2515 | <is_active> | 943 | <is_active> | |||
| 2516 | 1 | 944 | 1 | |||
| 2517 | </is_active> | 945 | </is_active> | |||
| 2518 | 946 | |||||
| 2519 | </cms_item> | 947 | </cms_item> | |||
| 2520 | 948 | |||||
| 2521 | <cms_item> | 949 | <cms_item> | |||
| 2522 | 950 | |||||
| 2523 | <title> | 951 | <title> | |||
| 2524 | Porto - Homepage Slider 6 | 952 | Porto Footer Bottom Custom Block 5 | |||
| 2525 | </title> | 953 | </title> | |||
| 2526 | 954 | |||||
| 2527 | <identifier> | 955 | <identifier> | |||
| 2528 | porto_homeslider_6 | 956 | porto_footer_bottom_custom_block_5 | |||
| 2529 | </identifier> | 957 | </identifier> | |||
| 2530 | 958 | |||||
| 2531 | <content> | 959 | <content> | |||
| 2532 | <![CDATA[<div style="background-color:#f4f4f4;"> | 960 | <![CDATA[<img class="bottom-payment-icons" src="{{media url="wysiwyg/smartwave/porto/footer/shop5_payments.png"}}" alt="" /> | |||
| 2533 | <div class="container"> | 961 | <style> | |||
| 2534 | <div class="homepage-bar" style="margin:0;"> | 962 | @media(min-width:768px) { | |||
| 2535 | <div class="row"> | 963 | .bottom-payment-icons { | |||
| 2536 | <div class="col-lg-4 col-md-4" style="text-align:left;"> | 964 | display:block; | |||
| 2537 | <i class="porto-icon-shipping" style="font-size:35px;"></i><div class="text-area"><h3>FREE SHIPPING & RETURN</h3><p>Free shipping on all orders over $99.</p></div> | 965 | float: right; | |||
| 2538 | </div> | 966 | } | |||
| 2539 | <div class="col-lg-4 col-md-4" style="text-align:center;"> | 967 | } | |||
| 2540 | <i class="porto-icon-us-dollar" style="font-size:37px;"></i><div class="text-area"><h3>MONEY BACK GUARANTEE</h3><p>100% money back guarantee.</p></div> | 968 | </style>]]> | |||
| 2541 | </div> | |||||
| 2542 | <div class="col-lg-4 col-md-4" style="text-align:center;"> | |||||
| 2543 | <i class="porto-icon-support" style="font-size:37px;"></i><div class="text-area"><h3>ONLINE SUPPORT 24/7</h3><p>Lorem ipsum dolor sit amet.</p></div> | |||||
| 2544 | </div> | |||||
| 2545 | </div> | |||||
| 2546 | </div> | |||||
| 2547 | </div> | |||||
| 2548 | </div>]]> | |||||
| 2549 | </content> | 969 | </content> | |||
| 2550 | 970 | |||||
| 2551 | <is_active> | 971 | <is_active> | |||
| 2552 | 1 | 972 | 1 | |||
| 2553 | </is_active> | 973 | </is_active> | |||
| 2554 | 974 | |||||
| 2555 | </cms_item> | 975 | </cms_item> | |||
| 2556 | 976 | |||||
| 2557 | <cms_item> | 977 | <cms_item> | |||
| 2558 | 978 | |||||
| 2559 | <title> | 979 | <title> | |||
| 2560 | Porto - Homepage Slider 7 | 980 | Porto - Custom Block for Header 5 | |||
| 2561 | </title> | 981 | </title> | |||
| 2562 | 982 | |||||
| 2563 | <identifier> | 983 | <identifier> | |||
| 2564 | porto_homeslider_7 | 984 | porto_custom_block_for_header_5 | |||
| 2565 | </identifier> | 985 | </identifier> | |||
| 2566 | 986 | |||||
| 2567 | <content> | 987 | <content> | |||
| 2568 | <![CDATA[<div class="homepage-grid-banner"> | 988 | <![CDATA[<div class="porto-sicon-box text-left mx-4 ml-xl-5 mb-0 d-none d-lg-flex d-sticky-header-none style_1 default-icon"> | |||
| 2569 | <div class="container"> | 989 | <div class="porto-sicon-default"> | |||
| 2570 | <div class="row"> | 990 | <div class="porto-just-icon-wrapper" style="text-align: center;"> | |||
| 2571 | <div class="col-md-6"> | 991 | <div class="porto-icon none" style="height: 1em;color: #222529; font-size: 29px; display: inline-block;line-height:1;"><i class="porto-icon-phone-2"></i></div> | |||
| 2572 | <div class="grid1" style="position:relative;"> | |||||
| 2573 | <a href="#"><img src="{{media url="wysiwyg/smartwave/porto/homepage/10/slider/banner1.jpg"}}" width="566" height="536" alt="" /></a> | |||||
| 2574 | </div> | |||||
| 2575 | </div> | |||||
| 2576 | <div class="col-md-3"> | |||||
| 2577 | <div class="grid3 col-md-margin" style="position:relative;"> | |||||
| 2578 | <a href="#"><img src="{{media url="wysiwyg/smartwave/porto/homepage/10/slider/banner3.jpg"}}" width="279" height="264" alt="" /> </a> | |||||
| 2579 | </div> | |||||
| 2580 | <div class="grid4" style="position:relative;"> | |||||
| 2581 | <a href="#"><img src="{{media url="wysiwyg/smartwave/porto/homepage/10/slider/banner4.jpg"}}" width="279" height="264" alt="" /> </a> | |||||
| 2582 | </div> | |||||
| 2583 | </div> | |||||
| 2584 | <div class="col-md-3"> | |||||
| 2585 | <div class="grid2" style="position:relative;"> | |||||
| 2586 | <a href="#"><img src="{{media url="wysiwyg/smartwave/porto/homepage/10/slider/banner2.jpg"}}" width="279" height="536" alt="" /> </a> | |||||
| 2587 | </div> | |||||
| 2588 | </div> | |||||
| 2589 | </div> | |||||
| 2590 | </div> | |||||
| 2591 | </div> | |||||
| 2592 | <div class="container" style="margin-top: 30px;"> | |||||
| 2593 | <h2 class="filterproduct-title"><span class="content"><strong>FEATURED PRODUCTS</strong></span><span class="title_line"></span></h2> | |||||
| 2594 | <div id="featured_product" class="owl-top-narrow" style="margin:0 -10px;"> | |||||
| 2595 | {{block class="Smartwave\Filterproducts\Block\Home\FeaturedList" name="featured_product" product_count="10" aspect_ratio="1" image_width="272" image_height="337" template="owl_list.phtml"}} | |||||
| 2596 | </div> | |||||
| 2597 | <script type="text/javascript"> | |||||
| 2598 | require([ | |||||
| 2599 | 'jquery', | |||||
| 2600 | 'owl.carousel/owl.carousel.min' | |||||
| 2601 | ], function ($) { | |||||
| 2602 | $("#featured_product .owl-carousel").owlCarousel({ | |||||
| 2603 | autoplay: true, | |||||
| 2604 | autoplayTimeout: 5000, | |||||
| 2605 | autoplayHoverPause: true, | |||||
| 2606 | loop: true, | |||||
| 2607 | navRewind: true, | |||||
| 2608 | margin: 0, | |||||
| 2609 | nav: true, | |||||
| 2610 | navText: ["<em class='porto-icon-angle-left'></em>","<em class='porto-icon-angle-right'></em>"], | |||||
| 2611 | dots: false, | |||||
| 2612 | responsive: { | |||||
| 2613 | 0: { | |||||
| 2614 | items:2 | |||||
| 2615 | }, | |||||
| 2616 | 768: { | |||||
| 2617 | items:3 | |||||
| 2618 | }, | |||||
| 2619 | 992: { | |||||
| 2620 | items:3 | |||||
| 2621 | }, | |||||
| 2622 | 1200: { | |||||
| 2623 | items:4 | |||||
| 2624 | } | |||||
| 2625 | } | |||||
| 2626 | }); | |||||
| 2627 | }); | |||||
| 2628 | </script> | |||||
| 2629 | </div> | |||||
| 2630 | <div style="background-color:#65829d;padding:30px 0 50px;margin-top:30px;"> | |||||
| 2631 | <div class="container"> | |||||
| 2632 | <h2 class="filterproduct-title" style="text-align: | |||||
| 2633 | <span class="content" style="background-color:#65829d;padding:0 30px;color:#fff;"><strong>BROWSE OUR CATEGORIES</strong></span> | |||||
| 2634 | <span class="title_line" style="background-color:#728ea9;"></span> | |||||
| 2635 | </h2> | |||||
| 2636 | <div id="category_slider" class="owl-side-narrow" style="margin-top:15px;"> | |||||
| 2637 | <div class="owl-carousel"> | |||||
| 2638 | <div class="item"> | |||||
| 2639 | <a href="#"> | |||||
| 2640 | <img src="{{media url="wysiwyg/smartwave/porto/homepage/10/content/banner-c1.jpg"}}" alt="" /> | |||||
| 2641 | <p style="position:absolute;width:100%;top:40%;text-align:left;padding-left:30px;"> | |||||
| 2642 | <span style="font-family:'Oswald';font-size:20.28px;color:#fff;font-weight:600;line-height:37px;display:inline-block;">HOME & GARDEN</span> | |||||
| 2643 | <span style="display: block;color: #a7a7a8;font-size: 11px;text-transform: uppercase;">22 products</span> | |||||
| 2644 | </p> | |||||
| 2645 | </a> | |||||
| 2646 | </div> | |||||
| 2647 | <div class="item"> | |||||
| 2648 | <a href="#"><img src="{{media url="wysiwyg/smartwave/porto/homepage/10/content/banner-c2.jpg"}}" alt="" /> | |||||
| 2649 | <p style="position:absolute;width:100%;top:40%;text-align:left;padding-left:30px;"> | |||||
| 2650 | <span style="font-family:'Oswald';font-size:20.28px;color:#fff;font-weight:600;line-height:37px;display:inline-block;">SPORTS</span> | |||||
| 2651 | <span style="display: block;color: #a7a7a8;font-size: 11px;text-transform: uppercase;">14 products</span> | |||||
| 2652 | </p> | |||||
| 2653 | </a> | |||||
| 2654 | </div> | 992 | </div> | |||
| 2655 | <div class="item"> | |||||
| 2656 | <a href="#"> | |||||
| 2657 | <img src="{{media url="wysiwyg/smartwave/porto/homepage/10/content/banner-c3.jpg"}}" alt="" /> | |||||
| 2658 | <p style="position:absolute;width:100%;top:40%;text-align:left;padding-left:30px;"> | |||||
| 2659 | <span style="font-family:'Oswald';font-size:20.28px;color:#fff;font-weight:600;line-height:37px;display:inline-block;">FASHION</span> | |||||
| 2660 | <span style="display: block;color: #a7a7a8;font-size: 11px;text-transform: uppercase;">24 products</span> | |||||
| 2661 | </p> | |||||
| 2662 | </a> | |||||
| 2663 | </div> | 993 | </div> | |||
| 2664 | <div class="item"> | 994 | <div class="porto-sicon-header"> | |||
| 2665 | <a href="#"> | 995 | <h3 class="porto-sicon-title" style="font-weight: 600; font-size: 11px; line-height: 1.2; color: #777777;margin: 0 0 3px;">CALL US NOW</h3> | |||
| 2666 | <img src="{{media url="wysiwyg/smartwave/porto/homepage/10/content/banner-c4.jpg"}}" alt="" /> | 996 | <p style="font-weight: 700; font-size: 18px; line-height: 0.9; color: #222529;">+123 5678 890</p> | |||
| 2667 | <p style="position:absolute;width:100%;top:40%;text-align:left;padding-left:30px;"> | |||||
| 2668 | <span style="font-family:'Oswald';font-size:20.28px;color:#fff;font-weight:600;line-height:37px;display:inline-block;">ELECTRONICS</span> | |||||
| 2669 | <span style="display: block;color: #a7a7a8;font-size: 11px;text-transform: uppercase;">34 products</span> | |||||
| 2670 | </p> | |||||
| 2671 | </a> | |||||
| 2672 | </div> | |||||
| 2673 | <div class="item"> | |||||
| 2674 | <a href="#"> | |||||
| 2675 | <img src="{{media url="wysiwyg/smartwave/porto/homepage/10/content/banner-c1.jpg"}}" alt="" /> | |||||
| 2676 | <p style="position:absolute;width:100%;top:40%;text-align:left;padding-left:30px;"> | |||||
| 2677 | <span style="font-family:'Oswald';font-size:20.28px;color:#fff;font-weight:600;line-height:37px;display:inline-block;">HOME & GARDEN</span> | |||||
| 2678 | <span style="display: block;color: #a7a7a8;font-size: 11px;text-transform: uppercase;">44 products</span> | |||||
| 2679 | </p> | |||||
| 2680 | </a> | |||||
| 2681 | </div> | 997 | </div> | |||
| 2682 | <div class="item"> | 998 | </div> ]]> | |||
| 2683 | <a href="#"> | |||||
| 2684 | <img src="{{media url="wysiwyg/smartwave/porto/homepage/10/content/banner-c2.jpg"}}" alt="" /> | |||||
| 2685 | <p style="position:absolute;width:100%;top:40%;text-align:left;padding-left:30px;"> | |||||
| 2686 | <span style="font-family:'Oswald';font-size:20.28px;color:#fff;font-weight:600;line-height:37px;display:inline-block;">SPORTS</span> | |||||
| 2687 | <span style="display: block;color: #a7a7a8;font-size: 11px;text-transform: uppercase;">50 products</span> | |||||
| 2688 | </p> | |||||
| 2689 | </a> | |||||
| 2690 | </div> | |||||
| 2691 | <div class="item"> | |||||
| 2692 | <a href="#"> | |||||
| 2693 | <img src="{{media url="wysiwyg/smartwave/porto/homepage/10/content/banner-c3.jpg"}}" alt="" /> | |||||
| 2694 | <p style="position:absolute;width:100%;top:40%;text-align:left;padding-left:30px;"> | |||||
| 2695 | <span style="font-family:'Oswald';font-size:20.28px;color:#fff;font-weight:600;line-height:37px;display:inline-block;">FASHION</span> | |||||
| 2696 | <span style="display: block;color: #a7a7a8;font-size: 11px;text-transform: uppercase;">40 products</span> | |||||
| 2697 | </p> | |||||
| 2698 | </a> | |||||
| 2699 | </div> | |||||
| 2700 | <div class="item"> | |||||
| 2701 | <a href="#"> | |||||
| 2702 | <img src="{{media url="wysiwyg/smartwave/porto/homepage/10/content/banner-c4.jpg"}}" alt="" /> | |||||
| 2703 | <p style="position:absolute;width:100%;top:40%;text-align:left;padding-left:30px;"> | |||||
| 2704 | <span style="font-family:'Oswald';font-size:20.28px;color:#fff;font-weight:600;line-height:37px;display:inline-block;">ELECTRONICS</span> | |||||
| 2705 | <span style="display: block;color: #a7a7a8;font-size: 11px;text-transform: uppercase;">20 products</span> | |||||
| 2706 | </p> | |||||
| 2707 | </a> | |||||
| 2708 | </div> | |||||
| 2709 | </div> | |||||
| 2710 | </div> | |||||
| 2711 | <script type="text/javascript"> | |||||
| 2712 | require([ | |||||
| 2713 | 'jquery', | |||||
| 2714 | 'owl.carousel/owl.carousel.min' | |||||
| 2715 | ], function ($) { | |||||
| 2716 | $("#category_slider .owl-carousel").owlCarousel({ | |||||
| 2717 | autoplay: true, | |||||
| 2718 | autoplayTimeout: 5000, | |||||
| 2719 | autoplayHoverPause: true, | |||||
| 2720 | loop: true, | |||||
| 2721 | navRewind: true, | |||||
| 2722 | margin: 20, | |||||
| 2723 | nav: true, | |||||
| 2724 | navText: ["<em class='porto-icon-left-open-big'></em>","<em class='porto-icon-right-open-big'></em>"], | |||||
| 2725 | dots: false, | |||||
| 2726 | responsive: { | |||||
| 2727 | 0: { | |||||
| 2728 | items:2 | |||||
| 2729 | }, | |||||
| 2730 | 768: { | |||||
| 2731 | items:3 | |||||
| 2732 | }, | |||||
| 2733 | 992: { | |||||
| 2734 | items:3 | |||||
| 2735 | }, | |||||
| 2736 | 1200: { | |||||
| 2737 | items:4 | |||||
| 2738 | } | |||||
| 2739 | } | |||||
| 2740 | }); | |||||
| 2741 | }); | |||||
| 2742 | </script> | |||||
| 2743 | </div> | |||||
| 2744 | | |||||
| 2745 | </content> | 999 | </content> | |||
| 2746 | 1000 | |||||
| 2747 | <is_active> | 1001 | <is_active> | |||
| 2748 | 1 | 1002 | 1 | |||
| 2749 | </is_active> | 1003 | </is_active> | |||
| 2750 | 1004 | |||||
| 2751 | </cms_item> | 1005 | </cms_item> | |||
| 2752 | 1006 | |||||
| 2753 | <cms_item> | 1007 | <cms_item> | |||
| 2754 | 1008 | |||||
| 2755 | <title> | 1009 | <title> | |||
| 2756 | Porto - Homepage Slider 7 Old Skin | 1010 | Banner Category Demo 6 | |||
| 2757 | </title> | 1011 | </title> | |||
| 2758 | 1012 | |||||
| 2759 | <identifier> | 1013 | <identifier> | |||
| 2760 | porto_homeslider_7_old | 1014 | banner_category_demo6 | |||
| 2761 | </identifier> | 1015 | </identifier> | |||
| 2762 | 1016 | |||||
| 2763 | <content> | 1017 | <content> | |||
| 2764 | <![CDATA[<div class="homepage-grid-banner"> | 1018 | <![CDATA[<style> | |||
| 2765 | <div class="container"> | 1019 | .text-sale small { | |||
| 2766 | <div class="row"> | 1020 | display: inline-block !important; | |||
| 2767 | <div class="col-md-6"> | 1021 | font-size: 27% !important; | |||
| 2768 | <div class="grid1" style="position:relative;"> | 1022 | word-break: break-all; | |||
| 2769 | <img src="{{media url="wysiwyg/smartwave/porto/homepage/10/slider/grid1.jpg"}}" alt="" /> | 1023 | width: 1em; | |||
| 2770 | <div class="ribbon theme-border-color" style="position:absolute;right:0;top:0;color:#fff;"> | 1024 | text-align: center; | |||
| 2771 | <div style="position:absolute;right:9%;top:10%;width:90%;text-align:right;"> | 1025 | font-weight: inherit; | |||
| 2772 | <em style="font-weight:300;font-style:normal;color:#fff;margin-right:26%;">UP TO</em> | 1026 | white-space: normal; | |||
| 2773 | <h4 style="font-weight:700;color:#fff;">70%</h4> | 1027 | color: inherit; | |||
| 2774 | <h5 style="font-weight:600;color:#fff;">OFF</h5> | 1028 | } | |||
| 2775 | </div> | 1029 | @media (max-width: 1199px) { | |||
| 2776 | </div> | 1030 | .shop-banner { | |||
| 2777 | <div class="content" style="position:absolute;right:15%;bottom:14%;text-align:right;"> | 1031 | font-size: 12px; | |||
| 2778 | <h2 style="font-weight:800;font-style:italic;color:#fff;margin-bottom:0;">HUGE <b style="font-weight:600;">SALE</b></h2> | 1032 | } | |||
| 2779 | <p style="font-weight:300;color:#fff;">Now starting at <b style="font-weight:600;">$99</b></p> | 1033 | } | |||
| 2780 | <a href="#">Shop now ></a> | 1034 | @media (max-width: 991px) { | |||
| 2781 | </div> | 1035 | .shop-banner { | |||
| 2782 | </div> | 1036 | font-size: 11px; | |||
| 2783 | </div> | 1037 | } | |||
| 2784 | <div class="col-md-3"> | 1038 | } | |||
| 2785 | <div class="grid2" style="position:relative;"> | 1039 | @media (max-width: 575px) { | |||
| 2786 | <img src="{{media url="wysiwyg/smartwave/porto/homepage/10/slider/grid2.jpg"}}" alt="" /> | 1040 | .shop-banner { | |||
| 2787 | <div class="content" style="position:absolute;right:10%;top:5%;text-align:right;"> | 1041 | font-size: 6px; | |||
| 2788 | <h3 style="font-weight:400;color:#121213;">amazing</h3> | 1042 | } | |||
| 2789 | <h2 style="font-weight:800;color:#121213;margin-bottom:10px;">COLLECTION</h2> | 1043 | } | |||
| 2790 | <a style="color:#121213;margin:0;" href="#">Shop now ></a> | 1044 | </style> | |||
| 2791 | </div> | 1045 | | |||
| 2792 | </div> | 1046 | class="background-color-primary porto-ibanner-layer position-static shop-banner" | |||
| 2793 | </div> | 1047 | style=" | |||
| 2794 | <div class="col-md-3"> | 1048 | background-image: url('{{media url="wysiwyg/smartwave/porto/category/banner/shop6_shop_banner.jpg"}}'); | |||
| 2795 | <div class="grid3 col-md-margin" style="position:relative;"> | 1049 | background-position: center; | |||
| 2796 | <img src="{{media url="wysiwyg/smartwave/porto/homepage/10/slider/grid3.jpg"}}" alt="" /> | 1050 | background-repeat: no-repeat; | |||
| 2797 | <div class="content" style="position:absolute;right:11.55%;top:25%;text-align:right;"> | 1051 | background-size: contain; | |||
| 2798 | <p style="font-weight:300;color:#313131;">MOBILE</p> | 1052 | padding-top: 5.75rem; | |||
| 2799 | <p style="font-weight:700;color:#313131;">MEGA SALE</p> | 1053 | padding-bottom: 5.75rem; | |||
| 2800 | <h4 style="font-weight:400;color:#888;"><span>$</span>450.<span>00</span></h4> | 1054 | " | |||
| 2801 | <h3 class="theme-color" style="font-weight:400"><span>$</span>350.<span>00</span></h3> | 1055 | > | |||
| 2802 | <a href="#">Shop now ></a> | 1056 | <div class="porto-wrap-container container"> | |||
| 2803 | </div> | 1057 | <div class="row align-items-center"> | |||
| 1058 | <div class="col-md-4 col-5"> | |||||
| 1059 | <div class="wpb_wrapper vc_column-inner"> | |||||
| 1060 | <h3 style="font-size: 2.375em; line-height: 1; font-weight: 400; letter-spacing: 0.005em;" class="vc_custom_heading mb-0 custom-font4 pr-1 align-right heading-light">Summer Trends</h3> | |||||
| 1061 | <h4 style="font-size: 8.75em; line-height: 0.95; letter-spacing: 0.01em;" class="vc_custom_heading m-b-n-xs align-right heading-light">SALE</h4> | |||||
| 2804 | </div> | 1062 | </div> | |||
| 2805 | <div class="grid4" style="position:relative;"> | |||||
| 2806 | <img src="{{media url="wysiwyg/smartwave/porto/homepage/10/slider/grid4.jpg"}}" alt="" /> | |||||
| 2807 | <div class="content" style="position:absolute;left:0;top:17%;text-align:center;width:100%;"> | |||||
| 2808 | <h2 style="font-weight:300;color:#000;"><b style="font-weight:600;font-style:italic;">Deals</b> +<br>PROMOS</h2> | |||||
| 2809 | <p style="font-weight:300;color:#000;opacity:0.7;filter:alpha(opacity=70);font-style:italic;">Limited sales in<br>our categories.</p> | |||||
| 2810 | <a class="btn btn-default" href="#">SHOP NOW <em class="porto-icon-right-open"></em></a> | |||||
| 2811 | </div> | 1063 | </div> | |||
| 1064 | <div class="col-md-4 offset-md-4 offset-2 col-5"> | |||||
| 1065 | <div class="wpb_wrapper vc_column-inner"> | |||||
| 1066 | <h3 style="font-size: 1.25em; line-height: 1; font-weight: 300; letter-spacing: 0.18em;" class="vc_custom_heading mb-1 align-left text-uppercase heading-light">prices up to</h3> | |||||
| 1067 | <h4 style="font-size: 9.4375em; line-height: 0.95;" class="vc_custom_heading m-b-n-xs m-l-n-xs text-sale align-left heading-light">80%<small>OFF</small></h4> | |||||
| 2812 | </div> | 1068 | </div> | |||
| 2813 | </div> | 1069 | </div> | |||
| 2814 | </div> | 1070 | </div> | |||
| 2815 | </div> | 1071 | </div> | |||
| 2816 | </div>]]> | 1072 | </div> | |||
| 1073 | ]]> | |||||
| 2817 | </content> | 1074 | </content> | |||
| 2818 | 1075 | |||||
| 2819 | <is_active> | 1076 | <is_active> | |||
| 2820 | 1 | 1077 | 1 | |||
| 2821 | </is_active> | 1078 | </is_active> | |||
| 2822 | 1079 | |||||
| 2823 | </cms_item> | 1080 | </cms_item> | |||
| 2824 | 1081 | |||||
| 2825 | <cms_item> | 1082 | <cms_item> | |||
| 2826 | 1083 | |||||
| 2827 | <title> | 1084 | <title> | |||
| 2828 | Porto - Homepage Slider 8 | 1085 | Footer Middle Group Demo 6 | |||
| 2829 | </title> | 1086 | </title> | |||
| 2830 | 1087 | |||||
| 2831 | <identifier> | 1088 | <identifier> | |||
| 2832 | porto_homeslider_8 | 1089 | footer_middle_group_demo6 | |||
| 2833 | </identifier> | 1090 | </identifier> | |||
| 2834 | 1091 | |||||
| 2835 | <content> | 1092 | <content> | |||
| 2836 | <![CDATA[<div style="padding:15px 0 15px;background-color:#f4f4f4;"> | 1093 | <![CDATA[<div class="row"> | |||
| 2837 | <div class="container"> | 1094 | <div class="col-lg-12"> | |||
| 2838 | <div class="slider-with-side"> | 1095 | <div class="widget widget-block"> | |||
| 2839 | <div class="slider-area"> | 1096 | <div class="block"> | |||
| 2840 | <div id="banner-slider-demo-5" class="owl-carousel owl-bottom-narrow owl-banner-carousel"> | 1097 | <div class="porto-block"> | |||
| 2841 | <div class="item"> | 1098 | <style> | |||
| 2842 | <img src="{{media url="wysiwyg/smartwave/porto/homepage/05/slider/slide1n.jpg"}}" alt="" /> | 1099 | .flex-1 { | |||
| 2843 | <div class="content"> | 1100 | flex: 1; | |||
| 2844 | <div class="text-area"> | 1101 | } | |||
| 2845 | <h2 style="color:#fff;">up to 40% off</h2> | 1102 | @media(min-width: 768px){ | |||
| 2846 | <p style="color:#fff;">woman clothing</p> | 1103 | .block.newsletter .form.subscribe { | |||
| 2847 | <a href="#" class="btn btn-default">Shop Now</a> | 1104 | margin-right: 1.5rem; | |||
| 1105 | width: 84%; | |||||
| 1106 | } | |||||
| 1107 | } | |||||
| 1108 | </style> | |||||
| 1109 | <div class="row" style="padding-top: 5px;"> | |||||
| 1110 | <div class="col-md-4"> | |||||
| 1111 | <div class="wpb_wrapper vc_column-inner"> | |||||
| 1112 | <h4 style="font-size: 15px;margin-bottom: 13px;" class="vc_custom_heading widget-title align-left text-uppercase">Subscribe newsletter</h4> | |||||
| 1113 | <p class="vc_custom_heading align-left">Get all the latest information on Events, Sales and Offers. Sign up for newsletter today.</p> | |||||
| 2848 | </div> | 1114 | </div> | |||
| 2849 | </div> | 1115 | </div> | |||
| 1116 | <div class="col-md-8" style="margin-top: 8px;margin-bottom: 0px;"> | |||||
| 1117 | <div class="wpb_wrapper vc_column-inner"> | |||||
| 1118 | <div class="row align-items-center"> | |||||
| 1119 | <div class="col-auto flex-1 col-md-6"> | |||||
| 1120 | <div class="wpb_wrapper vc_column-inner"> | |||||
| 1121 | {{block class="Magento\Newsletter\Block\Subscribe" name="home.newsletter" template="subscribe_form_footer.phtml"}} | |||||
| 2850 | </div> | 1122 | </div> | |||
| 2851 | <div class="item"> | |||||
| 2852 | <img src="{{media url="wysiwyg/smartwave/porto/homepage/05/slider/slide2n.jpg"}}" alt="" /> | |||||
| 2853 | <div class="content"> | |||||
| 2854 | <div class="text-area"> | |||||
| 2855 | <h2 style="color:#fff;">up to 50% off</h2> | |||||
| 2856 | <p style="color:#fff;">woman clothing</p> | |||||
| 2857 | <a href="#" class="btn btn-default">Shop Now</a> | |||||
| 2858 | </div> | 1123 | </div> | |||
| 1124 | <div class="col-auto social-icons col-md-6"> | |||||
| 1125 | <div class="wpb_wrapper vc_column-inner"> | |||||
| 1126 | <div class="widget follow-us m-0"> | |||||
| 1127 | <div class="share-links"> | |||||
| 1128 | <a href="#" target="_blank" title="Linkedin" class="share-instagram mr-3">Instagram</a> | |||||
| 1129 | <a href="#" target="_blank" title="Twitter" class="share-twitter mr-3">Twitter</a> | |||||
| 1130 | <a href="#" target="_blank" title="Facebook" class="share-facebook">Facebook</a> | |||||
| 2859 | </div> | 1131 | </div> | |||
| 2860 | </div> | 1132 | </div> | |||
| 2861 | </div> | 1133 | </div> | |||
| 2862 | <script type="text/javascript"> | |||||
| 2863 | require([ | |||||
| 2864 | 'jquery', | |||||
| 2865 | 'owl.carousel/owl.carousel.min' | |||||
| 2866 | ], function ($) { | |||||
| 2867 | $("#banner-slider-demo-5").owlCarousel({ | |||||
| 2868 | items: 1, | |||||
| 2869 | autoplay: true, | |||||
| 2870 | autoplayTimeout: 5000, | |||||
| 2871 | autoplayHoverPause: true, | |||||
| 2872 | dots: true, | |||||
| 2873 | nav: false, | |||||
| 2874 | navRewind: true, | |||||
| 2875 | animateIn: 'fadeIn', | |||||
| 2876 | animateOut: 'fadeOut', | |||||
| 2877 | loop: true, | |||||
| 2878 | lazyLoad: true | |||||
| 2879 | }); | |||||
| 2880 | }); | |||||
| 2881 | </script> | |||||
| 2882 | </div> | 1134 | </div> | |||
| 2883 | <div class="side-area"> | |||||
| 2884 | <div class="item1"> | |||||
| 2885 | <img src="{{media url="wysiwyg/smartwave/porto/homepage/05/slider/right-banner1n.jpg"}}" alt="" /> | |||||
| 2886 | </div> | 1135 | </div> | |||
| 2887 | <div class="item2"> | |||||
| 2888 | <img src="{{media url="wysiwyg/smartwave/porto/homepage/05/slider/right-banner2n.jpg"}}" alt="" /> | |||||
| 2889 | </div> | 1136 | </div> | |||
| 2890 | <div class="item3"> | |||||
| 2891 | <img src="{{media url="wysiwyg/smartwave/porto/homepage/05/slider/right-banner3n.jpg"}}" alt="" /> | |||||
| 2892 | </div> | 1137 | </div> | |||
| 2893 | </div> | 1138 | </div> | |||
| 2894 | </div> | 1139 | </div> | |||
| 2895 | </div> | 1140 | </div> | |||
| 2896 | | 1141 | </div> | |||
| 2897 | <div class="homepage-bar" style="background-color:#2f3946;border:0;padding:11px 0;"> | 1142 | </div> | |||
| 2898 | <div class="container"> | 1143 | <div class="col-lg-3"> | |||
| 1144 | <div class="widget contact-info"> | |||||
| 1145 | <h3 class="widget-title">CONTACT INFO</h3> | |||||
| 1146 | <div class="contact-info contact-info-block"> | |||||
| 1147 | <ul class="contact-details"> | |||||
| 1148 | <li><i class="far fa-dot-circle"></i> <strong>Address:</strong> <span>1234 Street Name, City, England</span></li> | |||||
| 1149 | <li><i class="fab fa-whatsapp"></i> <strong>Phone:</strong> <span>Toll Free (123) 456-7890</span></li> | |||||
| 1150 | <li> | |||||
| 1151 | <i class="far fa-envelope"></i> <strong>Email:</strong> <span><a href="mailto:mail@example.com">mail@example.com</a></span> | |||||
| 1152 | </li> | |||||
| 1153 | </ul> | |||||
| 1154 | </div> | |||||
| 1155 | </div> | |||||
| 1156 | </div> | |||||
| 1157 | <div class="col-lg-9"> | |||||
| 1158 | <div id="block-widget-6" class="widget widget-block"> | |||||
| 1159 | <div class="block"> | |||||
| 1160 | <div class="porto-block"> | |||||
| 2899 | <div class="row"> | 1161 | <div class="row"> | |||
| 2900 | <div class="col-lg-4" style="text-align:left;"> | 1162 | <div class="col-md-4" | |||
| 2901 | <i class="porto-icon-shipping" style="font-size:35px;"></i><div class="text-area"><h3>FREE SHIPPING & RETURN</h3><p>Free shipping on all orders over $99.</p></div> | 1163 | <div class="wpb_wrapper vc_column-inner"> | |||
| 1164 | <h4 class="vc_custom_heading widget-title align-left" style="margin-bottom: 10px;">MY ACCOUNT</h4> | |||||
| 1165 | <div class="row"> | |||||
| 1166 | <div class="col-md-6"> | |||||
| 1167 | <div class="wpb_wrapper vc_column-inner"> | |||||
| 1168 | <div class="wpb_text_column wpb_content_element"> | |||||
| 1169 | <div class="wpb_wrapper"> | |||||
| 1170 | <ul> | |||||
| 1171 | <li><a title="About us" href="#">About us</a></li> | |||||
| 1172 | <li><a title="Contact Us" href="#">Contact us</a></li> | |||||
| 1173 | <li><a title="My Account" href="#">My Account</a></li> | |||||
| 1174 | </ul> | |||||
| 2902 | </div> | 1175 | </div> | |||
| 2903 | <div class="col-lg-4" style="text-align:center;"> | |||||
| 2904 | <i class="porto-icon-us-dollar" style="font-size:37px;"></i><div class="text-area"><h3>MONEY BACK GUARANTEE</h3><p>100% money back guarantee.</p></div> | |||||
| 2905 | </div> | 1176 | </div> | |||
| 2906 | <div class="col-lg-4" style="text-align:center;"> | |||||
| 2907 | <i class="porto-icon-support" style="font-size:37px;"></i><div class="text-area"><h3>ONLINE SUPPORT 24/7</h3><p>Lorem ipsum dolor sit amet.</p></div> | |||||
| 2908 | </div> | 1177 | </div> | |||
| 2909 | </div> | 1178 | </div> | |||
| 1179 | <div class="col-md-6"> | |||||
| 1180 | <div class="wpb_wrapper vc_column-inner"> | |||||
| 1181 | <div class="wpb_text_column wpb_content_element"> | |||||
| 1182 | <div class="wpb_wrapper"> | |||||
| 1183 | <ul> | |||||
| 1184 | <li><a title="Order history" href="#">Order history</a></li> | |||||
| 1185 | <li><a title="Contact us" href="#">Advanced search</a></li> | |||||
| 1186 | <li><a title="Login" href="#">Login</a></li> | |||||
| 1187 | </ul> | |||||
| 2910 | </div> | 1188 | </div> | |||
| 2911 | </div> | |||||
| 2912 | <div class="container"> | |||||
| 2913 | <div class="row" style="margin-top: 40px;"> | |||||
| 2914 | <div class="col-lg-9 col-md-8"> | |||||
| 2915 | <div class="filterproducts-tab" style="padding-top: 25px;"> | |||||
| 2916 | <div class="data items" data-mage-init='{"tabs":{"openedState":"active"}}'> | |||||
| 2917 | <div class="data item title" aria-labeledby="tab-label-featured-title" data-role="collapsible" id="tab-label-featured"> | |||||
| 2918 | <a class="data switch" tabindex="-1" data-toggle="switch" href="#featured" id="tab-label-featured-title">Featured Products</a> | |||||
| 2919 | </div> | 1189 | </div> | |||
| 2920 | <div class="data item content" id="featured" data-role="content"> | |||||
| 2921 | {{block class="Smartwave\Filterproducts\Block\Home\FeaturedList" name="featured_product" product_count="8" column_count="4" aspect_ratio="0" image_width="250" image_height="250" product_type="1" template="grid.phtml"}} | |||||
| 2922 | </div> | 1190 | </div> | |||
| 2923 | <div class="data item title" aria-labeledby="tab-label-latest-title" data-role="collapsible" id="tab-label-latest"> | |||||
| 2924 | <a class="data switch" tabindex="-1" data-toggle="switch" href="#latest" id="tab-label-latest-title">Latest Products</a> | |||||
| 2925 | </div> | 1191 | </div> | |||
| 2926 | <div class="data item content" id="latest" data-role="content"> | |||||
| 2927 | {{block class="Smartwave\Filterproducts\Block\Home\LatestList" name="latest_product" product_count="8" column_count="4" aspect_ratio="0" image_width="250" image_height="250" template="grid.phtml"}} | |||||
| 2928 | </div> | 1192 | </div> | |||
| 2929 | </div> | 1193 | </div> | |||
| 2930 | </div> | 1194 | </div> | |||
| 2931 | <div class="grid-images" style="margin:20px 0;"> | 1195 | <div class="widget-features col-md-5"> | |||
| 1196 | <div class="wpb_wrapper vc_column-inner"> | |||||
| 1197 | <h4 class="vc_custom_heading widget-title align-left" style="margin-bottom: 10px;">MAIN FEATURES</h4> | |||||
| 2932 | <div class="row"> | 1198 | <div class="row"> | |||
| 2933 | <div class="col-md-4"> | 1199 | <div class="col-md-6"> | |||
| 2934 | <div class="grid1"> | 1200 | <div class="wpb_wrapper vc_column-inner"> | |||
| 2935 | <a href="#"><img src="{{media url="wysiwyg/smartwave/porto/homepage/05/content/grid1.jpg"}}" alt="" /></a> | 1201 | <div class="wpb_text_column wpb_content_element"> | |||
| 1202 | <div class="wpb_wrapper"> | |||||
| 1203 | <ul> | |||||
| 1204 | <li><a href="#">Super Fast Wordpress Theme</a></li> | |||||
| 1205 | <li><a href="#">1st Fully working Ajax Theme</a></li> | |||||
| 1206 | <li><a href="#">36 Unique Shop Layouts</a></li> | |||||
| 1207 | </ul> | |||||
| 2936 | </div> | 1208 | </div> | |||
| 2937 | <div class="grid2"> | |||||
| 2938 | <a href="#"><img src="{{media url="wysiwyg/smartwave/porto/homepage/05/content/grid2.jpg"}}" alt=""></a> | |||||
| 2939 | </div> | 1209 | </div> | |||
| 2940 | </div> | 1210 | </div> | |||
| 2941 | <div class="col-md-8"> | |||||
| 2942 | <div class="grid3"> | |||||
| 2943 | <a href="#"><img src="{{media url="wysiwyg/smartwave/porto/homepage/05/content/grid3.jpg"}}" alt=""></a> | |||||
| 2944 | </div> | 1211 | </div> | |||
| 1212 | <div class="col-md-6"> | |||||
| 1213 | <div class="wpb_wrapper vc_column-inner"> | |||||
| 1214 | <div class="wpb_text_column wpb_content_element"> | |||||
| 1215 | <div class="wpb_wrapper"> | |||||
| 1216 | <ul> | |||||
| 1217 | <li><a href="#">Powerful Admin Panel</a></li> | |||||
| 1218 | <li><a href="#">Mobile & Retina Optimized</a></li> | |||||
| 1219 | </ul> | |||||
| 2945 | </div> | 1220 | </div> | |||
| 2946 | </div> | 1221 | </div> | |||
| 2947 | </div> | 1222 | </div> | |||
| 2948 | </div> | 1223 | </div> | |||
| 2949 | <div class="col-lg-3 col-md-4 sidebar"> | |||||
| 2950 | <div class="custom-block" style="padding-bottom:0;margin-bottom:0;"> | |||||
| 2951 | <div class="block block-border block-category-nav"> | |||||
| 2952 | <div class="block-title">Category</div> | |||||
| 2953 | <div class="block-content"> | |||||
| 2954 | {{block class="Smartwave\Porto\Block\CategoryCollection" name="category_sidebar" template="Smartwave_Porto::category_side.phtml"}} | |||||
| 2955 | </div> | 1224 | </div> | |||
| 2956 | </div> | 1225 | </div> | |||
| 2957 | </div> | 1226 | </div> | |||
| 2958 | <div class="custom-block" style="margin:0;padding:0;"> | 1227 | <div class="col-md-3"> | |||
| 2959 | <img src="{{media url="wysiwyg/smartwave/porto/homepage/05/slider/banner-sidebar.jpg"}}" alt="" /> | 1228 | <div class="wpb_wrapper vc_column-inner"> | |||
| 1229 | <h4 class="vc_custom_heading widget-title align-left" style="margin-bottom: 10px;">WORKING DAYS/HOURS</h4> | |||||
| 1230 | <div class="wpb_text_column wpb_content_element pull-left m-b-none"> | |||||
| 1231 | <div class="wpb_wrapper"> | |||||
| 1232 | <p><span style="letter-spacing: 0.26px;">Mon - Sun / 9:00AM - 8:00PM</span></p> | |||||
| 2960 | </div> | 1233 | </div> | |||
| 2961 | <h2 class="filterproduct-title" style="margin-top:30px;"><span class="content"><strong>FROM THE BLOG</strong></span></h2> | |||||
| 2962 | <div id="latest_news" class="custom-block" style="padding-bottom:0;margin-bottom:10px;"> | |||||
| 2963 | <div class="recent-posts"> | |||||
| 2964 | <div class="recent-inner"> | |||||
| 2965 | <div class="post-image"> | |||||
| 2966 | <img src="{{media url="wysiwyg/smartwave/porto/blog/recent-img.jpg"}}" alt="" /> | |||||
| 2967 | <div class="post-date"> | |||||
| 2968 | <span class="day">07</span> | |||||
| 2969 | <span class="month">Dec</span> | |||||
| 2970 | </div> | 1234 | </div> | |||
| 2971 | </div> | |||||
| 2972 | <div class="post-content"> | |||||
| 2973 | <div class="postTitle"> | |||||
| 2974 | <h2><a href="#">Fashion News</a></h2> | |||||
| 2975 | </div> | 1235 | </div> | |||
| 2976 | <div class="postContent"><p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Cras non placerat mi…</p></div> | |||||
| 2977 | <a class="readmore" href="#">(Read more)</a> | |||||
| 2978 | </div> | 1236 | </div> | |||
| 2979 | </div> | 1237 | </div> | |||
| 2980 | </div> | 1238 | <div class="row no-padding" style="margin-top: -3px;border-top: 1px solid #313438;padding-top: 22px"> | |||
| 1239 | <div class="mb-3 mb-lg-0 col-md-12 col-lg-5 d-flex align-items-center"> | |||||
| 1240 | <div class="wpb_wrapper vc_column-inner"> | |||||
| 1241 | <div class="wpb_text_column wpb_content_element mb-0"> | |||||
| 1242 | <div class="wpb_wrapper"><p class="my-0">© Porto Magento 2021. All Rights Reserved</p></div> | |||||
| 2981 | </div> | 1243 | </div> | |||
| 2982 | <h2 class="side-title" style="background-image:none;line-height:33px;margin-bottom:14px;"><strong>Custom HTML Block</strong></h2> | |||||
| 2983 | <p style="font-weight:400;font-size:13px;color:#767f84;line-height:24px;">Lorem ipsum dolor sit amet, consectetur adipiscing elit. Cras non placerat mi. Etiam non tellus </p> | |||||
| 2984 | </div> | 1244 | </div> | |||
| 2985 | </div> | 1245 | </div> | |||
| 2986 | </div> | 1246 | <div class="col-md-12 col-lg-7"> | |||
| 2987 | <div class="brands-slide" style="background-color:#f4f4f4;padding: 30px 0;margin-top:30px;"> | 1247 | <div class="wpb_wrapper vc_column-inner"> | |||
| 2988 | <div class="container"> | 1248 | <div class="wpb_single_image wpb_content_element vc_align_left mb-0 section-copyright text-lg-right" style="margin-top: -1px;"> | |||
| 2989 | <div class="owl-side-narrow"> | 1249 | <div class="wpb_wrapper"> | |||
| 2990 | <div id="brands-slider-demo-8" class="brands-slider"> | 1250 | <div class="vc_single_image-wrapper vc_box_border_grey"> | |||
| 2991 | <div class="owl-carousel"> | 1251 | < | |||
| 2992 | <div class="item" style="padding-top:10px;"><img src="{{media url="wysiwyg/smartwave/porto/brands/05/brand1.png"}}" alt="" /></div> | |||||
| 2993 | <div class="item" style="padding-top:10px;"><img src="{{media url="wysiwyg/smartwave/porto/brands/05/brand2.png"}}" alt="" /></div> | |||||
| 2994 | <div class="item" style="padding-top:10px;"><img src="{{media url="wysiwyg/smartwave/porto/brands/05/brand3.png"}}" alt="" /></div> | |||||
| 2995 | <div class="item" style="padding-top:10px;"><img src="{{media url="wysiwyg/smartwave/porto/brands/05/brand4.png"}}" alt="" /></div> | |||||
| 2996 | <div class="item" style="padding-top:10px;"><img src="{{media url="wysiwyg/smartwave/porto/brands/05/brand5.png"}}" alt="" /></div> | |||||
| 2997 | <div class="item" style="padding-top:10px;"><img src="{{media url="wysiwyg/smartwave/porto/brands/05/brand1 | |||||
| 2998 | <div class="item" style="padding-top:10px;"><img src="{{media url="wysiwyg/smartwave/porto/brands/05/brand2.png"}}" alt="" /></div> | |||||
| 2999 | <div class="item" style="padding-top:10px;"><img src="{{media url="wysiwyg/smartwave/porto/brands/05/brand3.png"}}" alt="" /></div> | |||||
| 3000 | <div class="item" style="padding-top:10px;"><img src="{{media url="wysiwyg/smartwave/porto/brands/05/brand4.png"}}" alt="" /></div> | |||||
| 3001 | <div class="item" style="padding-top:10px;"><img src="{{media url="wysiwyg/smartwave/porto/brands/05/brand5.png"}}" alt="" /></div> | |||||
| 3002 | </div> | 1252 | </div> | |||
| 3003 | <script type="text/javascript"> | |||||
| 3004 | require([ | |||||
| 3005 | 'jquery', | |||||
| 3006 | 'owl.carousel/owl.carousel.min' | |||||
| 3007 | ], function ($) { | |||||
| 3008 | $("#brands-slider-demo-8 .owl-carousel").owlCarousel({ | |||||
| 3009 | autoplay: true, | |||||
| 3010 | autoplayTimeout: 5000, | |||||
| 3011 | autoplayHoverPause: true, | |||||
| 3012 | margin: 20, | |||||
| 3013 | nav: true, | |||||
| 3014 | navText: ["<em class='porto-icon-chevron-left'></em>","<em class='porto-icon-chevron-right'></em>"], | |||||
| 3015 | dots: false, | |||||
| 3016 | loop: true, | |||||
| 3017 | responsive: { | |||||
| 3018 | 0: { | |||||
| 3019 | items:2 | |||||
| 3020 | }, | |||||
| 3021 | 640: { | |||||
| 3022 | items:3 | |||||
| 3023 | }, | |||||
| 3024 | 768: { | |||||
| 3025 | items:4 | |||||
| 3026 | }, | |||||
| 3027 | 992: { | |||||
| 3028 | items:5 | |||||
| 3029 | }, | |||||
| 3030 | 1200: { | |||||
| 3031 | items:5 | |||||
| 3032 | } | |||||
| 3033 | } | |||||
| 3034 | }); | |||||
| 3035 | }); | |||||
| 3036 | </script> | |||||
| 3037 | </div> | 1253 | </div> | |||
| 3038 | </div> | 1254 | </div> | |||
| 3039 | </div> | 1255 | </div> | |||
| 3040 | </div>]]> | 1256 | </div> | |||
| 1257 | </div> | |||||
| 1258 | </div> | |||||
| 1259 | </div> | |||||
| 1260 | </div> | |||||
| 1261 | </div> | |||||
| 1262 | </div> | |||||
| 1263 | ]]> | |||||
| 3041 | </content> | 1264 | </content> | |||
| 3042 | 1265 | |||||
| 3043 | <is_active> | 1266 | <is_active> | |||
| 3044 | 1 | 1267 | 1 | |||
| 3045 | </is_active> | 1268 | </is_active> | |||
| 3046 | 1269 | |||||
| 3047 | </cms_item> | 1270 | </cms_item> | |||
| 3048 | 1271 | |||||
| 3049 | <cms_item> | 1272 | <cms_item> | |||
| 3050 | 1273 | |||||
| 3051 | <title> | 1274 | <title> | |||
| 3052 | Porto - Homepage Slider 8 Old Skin | 1275 | Banner Category Demo 7 | |||
| 3053 | </title> | 1276 | </title> | |||
| 3054 | 1277 | |||||
| 3055 | <identifier> | 1278 | <identifier> | |||
| 3056 | porto_homeslider_8_old | 1279 | banner_category_demo7 | |||
| 3057 | </identifier> | 1280 | </identifier> | |||
| 3058 | 1281 | |||||
| 3059 | <content> | 1282 | <content> | |||
| 3060 | <![CDATA[<div style="padding:29px 0 36px;background-color:#f4f4f4;"> | 1283 | <![CDATA[<div class="shop7_category_banner" style="padding-top: 3.7rem;padding-bottom: 3.7rem;background-color: #31363d;background-image: url('{{media url="wysiwyg/smartwave/porto/category/banner/shop7_shop_banner.jpg"}}');background-position: center;background-repeat: no-repeat;background-size: cover;"> | |||
| 3061 | <div class=" | 1284 | <div class="porto-wrap-container container"> | |||
| 3062 | <div class="slider-with-side"> | 1285 | <div class="row"> | |||
| 3063 | <div class="slider-area"> | 1286 | <div class="py-md-4 col-md-12"> | |||
| 3064 | <div id="banner-slider-demo-5" class="owl-carousel owl-bottom-narrow owl-banner-carousel"> | 1287 | <div class="wpb_wrapper vc_column-inner"> | |||
| 3065 | <div class="item"> | 1288 | <div class="porto-ultimate-content-box-container d-md-inline-block mr-4 mb-4 mb-md-0"> | |||
| 3066 | <img src="{{media url="wysiwyg/smartwave/porto/homepage/05/slider/slide2.jpg"}}" alt="" /> | 1289 | <div class="porto-ultimate-content-box"> | |||
| 3067 | </div> | 1290 | <h3 style="font-size: 2.625em; line-height: 1;" class="vc_custom_heading custom-font4 mb-1 align-left heading-light">New Season Sale</h3> | |||
| 3068 | <div class="item"> | 1291 | <h3 style="font-size: 5.5em; line-height: 1;" class="vc_custom_heading mb-0 align-left heading-light">40% OFF</h3> | |||
| 3069 | <img src="{{media url="wysiwyg/smartwave/porto/homepage/05/slider/slide1.jpg"}}" alt="" /> | |||||
| 3070 | <div class="content" style="position:absolute;width:100%;height:100%;left:0;top:0;"> | |||||
| 3071 | <div class="ribbon" style="position:absolute;text-align:right;"> | |||||
| 3072 | <em style="font-weight:300;line-height:1;color:#fff;font-style:normal;">FEEL</em> | |||||
| 3073 | <h3 style="font-weight:700;line-height:1;color:#fff;">The</h3> | |||||
| 3074 | <h5 style="font-weight:600;line-height:1;color:#fff;">Power!</h5> | |||||
| 3075 | </div> | |||||
| 3076 | <div class="text-area" style="left:3%;bottom:15%;position:absolute;text-align:left;"> | |||||
| 3077 | <h2 style="font-weight:600;line-height:1;color:#fff;background-color:#202020;background-color:rgba(23,23,23,.9);">EXPLORE <b style="font-weight:800;">PORTO</b></h2><br/> | |||||
| 3078 | <p style="line-height:1.2;color:#fff;background-color:#444;background-color:rgba(23,23,23,.75);">With <b>PORTO</b> you can customize the<br/>banners and styles whithin minutes.</p> | |||||
| 3079 | </div> | |||||
| 3080 | </div> | |||||
| 3081 | </div> | |||||
| 3082 | </div> | |||||
| 3083 | <script type="text/javascript"> | |||||
| 3084 | require([ | |||||
| 3085 | 'jquery', | |||||
| 3086 | 'owl.carousel/owl.carousel.min' | |||||
| 3087 | ], function ($) { | |||||
| 3088 | $("#banner-slider-demo-5").owlCarousel({ | |||||
| 3089 | items: 1, | |||||
| 3090 | autoplay: true, | |||||
| 3091 | autoplayTimeout: 5000, | |||||
| 3092 | autoplayHoverPause: true, | |||||
| 3093 | dots: true, | |||||
| 3094 | nav: false, | |||||
| 3095 | navRewind: true, | |||||
| 3096 | animateIn: 'fadeIn', | |||||
| 3097 | animateOut: 'fadeOut', | |||||
| 3098 | loop: true | |||||
| 3099 | }); | |||||
| 3100 | }); | |||||
| 3101 | </script> | |||||
| 3102 | </div> | |||||
| 3103 | <div class="side-area"> | |||||
| 3104 | <div class="item1"> | |||||
| 3105 | <img src="{{media url="wysiwyg/smartwave/porto/homepage/05/slider/right-banner1.jpg"}}" alt="" /> | |||||
| 3106 | <div class="content"> | |||||
| 3107 | <em style="color:#fff;font-weight:400;font-style:italic;line-height:1;">fashion</em> | |||||
| 3108 | <h2 style="color:#fff;font-weight:700;line-height:1;">TRENDS</h2> | |||||
| 3109 | <a href="#" style="color:#000;font-weight:300;line-height:1;">Shop now ></a> | |||||
| 3110 | </div> | |||||
| 3111 | </div> | |||||
| 3112 | <div class="item2"> | |||||
| 3113 | <img src="{{media url="wysiwyg/smartwave/porto/homepage/05/slider/right-banner2.jpg"}}" alt="" /> | |||||
| 3114 | <div class=" | |||||
| 3115 | <h2 style="color:#000;font-weight:300;line-height:1;"><b style="font-weight:600;font-style:italic;">Deals</b> + PROMOS</h2> | |||||
| 3116 | <p style="color:#777;font-weight:300;font-style:italic;vertical-align:bottom;line-height:1.2;float:left;">Limited sales in<br/>our categories.</p> | |||||
| 3117 | <a href="#" class="btn btn-default" style="color:#fff;font-weight:400;vertical-align:bottom;line-height:1;float:left;">SHOP NOW <i class="icon-right-dir"></i></a> | |||||
| 3118 | <div class="clearer"></div> | |||||
| 3119 | </div> | 1292 | </div> | |||
| 3120 | </div> | 1293 | </div> | |||
| 3121 | <div class="item3"> | 1294 | <div class="btn-container mb-0 d-inline-block" style="margin-left: -4px;border-left: 5px solid #fff;padding-left: 22px;"> | |||
| 3122 | <img src="{{media url="wysiwyg/smartwave/porto/homepage/05/slider/right-banner3.jpg"}}" alt="" /> | 1295 | <button class="btn btn-modern btn-lg btn-light">SHOP NOW <i style="padding-left: 7px;" class="fas fa-long-arrow-alt-right"></i></button> | |||
| 3123 | <div class="content"> | |||||
| 3124 | <h2 style="color:#fff;font-weight:600;line-height:1;">HUGE <b style="font-weight:800;">SALE</b></h2> | |||||
| 3125 | <p style="color:#b2b2b2;font-weight:300;line-height:1;">Now starting at <b style="font-weight:600;">$99</b></p> | |||||
| 3126 | <a href="#" style="font-weight:300;line-height:1;">Shop now ></a> | |||||
| 3127 | </div> | 1296 | </div> | |||
| 3128 | </div> | 1297 | </div> | |||
| 3129 | </div> | 1298 | </div> | |||
| 3130 | </div> | 1299 | </div> | |||
| 3131 | </div> | 1300 | </div> | |||
| 3132 | </div> | 1301 | </div> | |||
| 3133 | <div class="homepage-bar" style="background-color:#171717;border:0;padding:11px 0;text-align:center;line-height:1;"> | 1302 | <style> | |||
| 3134 | <div class="container"> | 1303 | .porto-ultimate-content-box { | |||
| 3135 | <div class="row"> | 1304 | font-size: inherit; | |||
| 3136 | <div class="col-lg-4" style="border-color:#353535;"> | 1305 | } | |||
| 3137 | <em class="porto-icon-truck" style="font-size:36px;color:#fff;"></em><div class="text-area"><h3 style="color:#fff;">FREE SHIPPING & RETURN</h3><p style="color:#fff;">Free shipping on all orders over $99.</p></div> | 1306 | .shop7_category_banner .vc_column-inner > div { | |||
| 3138 | </div> | 1307 | vertical-align: middle; | |||
| 3139 | <div class="col-lg-4" style="border-color:#353535;"> | 1308 | } | |||
| 3140 | <em class="porto-icon-dollar" style="color:#fff;"></em><div class="text-area"><h3 style="color:#fff;">MONEY BACK GUARANTEE</h3><p style="color:#fff;">100% money back guarantee.</p></div> | 1309 | .shop7_category_banner { | |||
| 3141 | </div> | 1310 | font-size: 16px; | |||
| 3142 | <div class="col-lg-4" style="border-color:#353535;"> | 1311 | } | |||
| 3143 | <em class="porto-icon-lifebuoy" style="font-size:32px;color:#fff;"></em><div class="text-area"><h3 style="color:#fff;">ONLINE SUPPORT 24/7</h3><p style="color:#fff;">Lorem ipsum dolor sit amet.</p></div> | 1312 | .shop7_category_banner .btn-modern { | |||
| 3144 | </div> | 1313 | font-family: Poppins; | |||
| 3145 | </div> | 1314 | font-weight: 700; | |||
| 3146 | </div> | 1315 | } | |||
| 3147 | </div>]]> | 1316 | @media (max-width: 767px) { | |||
| 1317 | .shop7_category_banner { | |||||
| 1318 | font-size: 12px; | |||||
| 1319 | } | |||||
| 1320 | } | |||||
| 1321 | </style>]]> | |||||
| 3148 | </content> | 1322 | </content> | |||
| 3149 | 1323 | |||||
| 3150 | <is_active> | 1324 | <is_active> | |||
| 3151 | 1 | 1325 | 1 | |||
| 3152 | </is_active> | 1326 | </is_active> | |||
| 3153 | 1327 | |||||
| 3154 | </cms_item> | 1328 | </cms_item> | |||
| 3155 | 1329 | |||||
| 3156 | <cms_item> | 1330 | <cms_item> | |||
| 3157 | 1331 | |||||
| 3158 | <title> | 1332 | <title> | |||
| 3159 | Porto - Homepage Slider 9 | 1333 | Footer Middle Latest Post | |||
| 3160 | </title> | 1334 | </title> | |||
| 3161 | 1335 | |||||
| 3162 | <identifier> | 1336 | <identifier> | |||
| 3163 | porto_homeslider_9 | 1337 | footer_middle_latest_post | |||
| 3164 | </identifier> | 1338 | </identifier> | |||
| 3165 | 1339 | |||||
| 3166 | <content> | 1340 | <content> | |||
| 3167 | <![CDATA[<div id="banner-slider-demo-17" class="owl-carousel owl-banner-carousel owl-middle-narrow"> | 1341 | <![CDATA[<div class="widget widget-recent-posts"> | |||
| 3168 | <div class="item" style="background:url({{media url="wysiwyg/smartwave/porto/homepage/17/slider/slide01_bg.jpg"}}) 30% no-repeat; background-size: cover;"> | 1342 | <h3 class="widget-title">Latest News</h3> | |||
| 3169 | <div class="container" style="position:relative"> | 1343 | < | |||
| 3170 | <img src="{{media url="wysiwyg/smartwave/porto/homepage/01/slider/02.png"}}" alt=""> | 1344 | {{widget type="Magefan\Blog\Block\Widget\Recent" number_of_posts="3" custom_template="recent_footer.phtml"}} | |||
| 3171 | <div class="content" style="position:absolute;top:30%;right:9%;text-align:left;"> | |||||
| 3172 | <em>Premium</em> | |||||
| 3173 | <div class="clearer"></div> | |||||
| 3174 | <h2>Headphones</h2> | |||||
| 3175 | <p>Only <b style="font-weight:700;">199 USD</b></p> | |||||
| 3176 | <a class="btn btn-default" href="#"><span>SHOP NOW</span></a> | |||||
| 3177 | </div> | |||||
| 3178 | </div> | |||||
| 3179 | </div> | |||||
| 3180 | <div class="item" style="background:url({{media url="wysiwyg/smartwave/porto/homepage/17/slider/slide02_bg.jpg"}}) 30% no-repeat; background-size: cover;"> | |||||
| 3181 | <div class="container" style="position:relative"> | |||||
| 3182 | <img src="{{media url="wysiwyg/smartwave/porto/homepage/01/slider/02.png"}}" alt=""> | |||||
| 3183 | <div class="content" style="position:absolute;top:30%;left:9%;text-align:left;"> | |||||
| 3184 | <em>amazing</em> | |||||
| 3185 | <div class="clearer"></div> | |||||
| 3186 | <h2>micro drones</h2> | |||||
| 3187 | <p>Only <b style="font-weight:700;">499 USD</b></p> | |||||
| 3188 | <a class="btn btn-default" href="#"><span>SHOP NOW</span></a> | |||||
| 3189 | </div> | |||||
| 3190 | </div> | |||||
| 3191 | </div> | 1345 | </div> | |||
| 3192 | </div> | 1346 | </div> | |||
| 3193 | <script type="text/javascript"> | 1347 | <style> | |||
| 3194 | require([ | 1348 | .post-item-small { | |||
| 3195 | 'jquery', | 1349 | padding-top: 15px; | |||
| 3196 | 'owl.carousel/owl.carousel.min' | 1350 | padding-bottom: 15px; | |||
| 3197 | ], function ($) { | 1351 | line-height: 20px; | |||
| 3198 | $("#banner-slider-demo-17").owlCarousel({ | 1352 | *zoom: 1; | |||
| 3199 | items: 1, | 1353 | } | |||
| 3200 | autoplay: true, | 1354 | .post-item-small:first-child { | |||
| 3201 | autoplayTimeout: 5000, | 1355 | padding-top: 0; | |||
| 3202 | autoplayHoverPause: true, | 1356 | border-top-width: 0; | |||
| 3203 | dots: false, | 1357 | } | |||
| 3204 | nav: true, | 1358 | .post-item-small { | |||
| 3205 | navRewind: true, | 1359 | border-top: 1px dotted #313438; | |||
| 3206 | animateIn: 'fadeIn', | 1360 | } | |||
| 3207 | animateOut: 'fadeOut', | 1361 | .post-item-small a { | |||
| 3208 | loop: true, | 1362 | font-weight: 700; | |||
| 3209 | navText: ["<em class='porto-icon-chevron-left'></em>","<em class='porto-icon-chevron-right'></em>"] | 1363 | text-transform: none; | |||
| 3210 | }); | 1364 | color: #fff; | |||
| 3211 | }); | 1365 | | |||
| 3212 | </script> | 1366 | .post-item-small .post-date { | |||
| 3213 | <div style="background-color:#f4f4f4;"> | 1367 | font-size: .8em; | |||
| 3214 | <div class="container"> | 1368 | text-transform: uppercase; | |||
| 3215 | <div class="homepage-bar" style="margin:0;"> | 1369 | } | |||
| 3216 | <div class="row"> | 1370 | </style>]]> | |||
| 3217 | <div class="col-lg-4" style="text-align:left;"> | 1371 | </content> | |||
| 3218 | <i class="porto-icon-shipping" style="font-size:35px;"></i><div class="text-area"><h3>FREE SHIPPING & RETURN</h3><p>Free shipping on all orders over $99.</p></div> | 1372 | ||||
| 3219 | </div> | 1373 | <is_active> | |||
| 3220 | <div class="col-lg-4" style="text-align:center;"> | 1374 | 1 | |||
| 3221 | <i class="porto-icon-us-dollar" style="font-size:37px;"></i><div class="text-area"><h3>MONEY BACK GUARANTEE</h3><p>100% money back guarantee.</p></div> | 1375 | </is_active> | |||
| 3222 | </div> | 1376 | ||||
| 3223 | <div class="col-lg-4" style="text-align:center;"> | 1377 | </cms_item> | |||
| 3224 | <i class="porto-icon-support" style="font-size:37px;"></i><div class="text-area"><h3>ONLINE SUPPORT 24/7</h3><p>Lorem ipsum dolor sit amet.</p></div> | 1378 | ||||
| 3225 | </div> | 1379 | <cms_item> | |||
| 3226 | </div> | 1380 | ||||
| 3227 | </div> | 1381 | <title> | |||
| 3228 | </div> | 1382 | Footer Middle About Us 2 | |||
| 3229 | </div> | 1383 | </title> | |||
| 3230 | <div class="filterproducts-tab-main"> | 1384 | ||||
| 3231 | <div class="container"> | 1385 | <identifier> | |||
| 3232 | <div class="filterproducts-tab" style="margin-top: 55px;"> | 1386 | footer_middle_about_us_2 | |||
| 3233 | <div class="data items" data-mage-init='{"tabs":{"openedState":"active"}}'> | 1387 | </identifier> | |||
| 3234 | <div class="data item title" aria-labeledby="tab-label-featured-title" data-role="collapsible" id="tab-label-featured"> | 1388 | | |||
| 3235 | <a class="data switch" tabindex="-1" data-toggle="switch" href="#featured" id="tab-label-featured-title">Featured Products</a> | 1389 | <content> | |||
| 3236 | </div> | 1390 | <![CDATA[<div class="widget widget_media_image"> | |||
| 3237 | <div class="data item content" id="featured" data-role="content"> | 1391 | <h3 class="widget-title">About Us</h3> | |||
| 3238 | <div id="featured_product" class="owl-side-narrow"> | 1392 | <a href="#"><img class="image" src='{{media url="logo/default/logo_ecomwhite.png"}}' alt="" width="202" height="80" /></a> | |||
| 3239 | {{block class="Smartwave\Filterproducts\Block\Home\FeaturedList" name="featured_product" product_count="10" aspect_ratio="0" image_width="360" image_height="360" product_type="1" template="owl_list.phtml"}} | |||||
| 3240 | </div> | |||||
| 3241 | <script type="text/javascript"> | |||||
| 3242 | require([ | |||||
| 3243 | 'jquery', | |||||
| 3244 | 'owl.carousel/owl.carousel.min' | |||||
| 3245 | ], function ($) { | |||||
| 3246 | var featured_owl = $("#featured_product .owl-carousel").owlCarousel({ | |||||
| 3247 | autoplay: true, | |||||
| 3248 | autoplayTimeout: 5000, | |||||
| 3249 | autoplayHoverPause: true, | |||||
| 3250 | loop: true, | |||||
| 3251 | navRewind: true, | |||||
| 3252 | margin: 0, | |||||
| 3253 | nav: true, | |||||
| 3254 | navText: ["<em class='porto-icon-left-open-huge'></em>","<em class='porto-icon-right-open-huge'></em>"], | |||||
| 3255 | dots: false, | |||||
| 3256 | responsive: { | |||||
| 3257 | 0: { | |||||
| 3258 | items:2 | |||||
| 3259 | }, | |||||
| 3260 | 768: { | |||||
| 3261 | items:3 | |||||
| 3262 | }, | |||||
| 3263 | 992: { | |||||
| 3264 | items:4 | |||||
| 3265 | }, | |||||
| 3266 | 1200: { | |||||
| 3267 | items:5 | |||||
| 3268 | } | |||||
| 3269 | } | |||||
| 3270 | }); | |||||
| 3271 | }); | |||||
| 3272 | ||||||
| 3273 | </script> | |||||
| 3274 | </div> | |||||
| 3275 | <div class="data item title" aria-labeledby="tab-label-latest-title" data-role="collapsible" id="tab-label-latest"> | |||||
| 3276 | <a class="data switch" tabindex="-1" data-toggle="switch" href="#latest" id="tab-label-latest-title">Latest Products</a> | |||||
| 3277 | </div> | |||||
| 3278 | <div class="data item content" id="latest" data-role="content"> | |||||
| 3279 | <div id="latest_product" class="owl-side-narrow"> | |||||
| 3280 | {{block class="Smartwave\Filterproducts\Block\Home\LatestList" name="featured_product" product_count="10" aspect_ratio="0" image_width="360" image_height="360" template="owl_list.phtml"}} | |||||
| 3281 | </div> | |||||
| 3282 | <script type="text/javascript"> | |||||
| 3283 | require([ | |||||
| 3284 | 'jquery', | |||||
| 3285 | 'owl.carousel/owl.carousel.min' | |||||
| 3286 | ], function ($) { | |||||
| 3287 | var latest_owl = $("#latest_product .owl-carousel").owlCarousel({ | |||||
| 3288 | autoplay: true, | |||||
| 3289 | autoplayTimeout: 5000, | |||||
| 3290 | autoplayHoverPause: true, | |||||
| 3291 | loop: true, | |||||
| 3292 | navRewind: true, | |||||
| 3293 | margin: 0, | |||||
| 3294 | nav: true, | |||||
| 3295 | navText: ["<em class='porto-icon-left-open-huge'></em>","<em class='porto-icon-right-open-huge'></em>"], | |||||
| 3296 | dots: false, | |||||
| 3297 | responsive: { | |||||
| 3298 | 0: { | |||||
| 3299 | items:2 | |||||
| 3300 | }, | |||||
| 3301 | 768: { | |||||
| 3302 | items:3 | |||||
| 3303 | }, | |||||
| 3304 | 992: { | |||||
| 3305 | items:4 | |||||
| 3306 | }, | |||||
| 3307 | 1200: { | |||||
| 3308 | items:5 | |||||
| 3309 | } | |||||
| 3310 | } | |||||
| 3311 | }); | |||||
| 3312 | }); | |||||
| 3313 | </script> | |||||
| 3314 | </div> | |||||
| 3315 | </div> | |||||
| 3316 | </div> | |||||
| 3317 | </div> | |||||
| 3318 | </div> | 1393 | </div> | |||
| 3319 | <div style="padding-top: 37px;border-top:#e5e8e8 solid 1px;" class="custom-support"> | 1394 | <div class="widget_text widget widget_custom_html"> | |||
| 3320 | <div class="container"> | 1395 | <div class="textwidget custom-html-widget"><p class="m-t-n">Lorem ipsum dolor sit amet, consectetur adipiscing elit. Duis nec vestibulum magna, et dapibus lacus. Duis nec vestibulum magna, et dapibus lacus.</p></div> | |||
| 3321 | <div class="row"> | |||||
| 3322 | <div class="col-md-4"> | |||||
| 3323 | <i class="porto-icon-star" style="border-radius:50%;border:2px solid #7aa93c;color:#7aa93c;background-color:transparent;line-height:58px;font-size:25px;"></i> | |||||
| 3324 | <div class="content"> | |||||
| 3325 | <h2>Dedicated Service</h2> | |||||
| 3326 | <p>Consult our specialists for help<br>with an order, customization,<br>or design advice</p> | |||||
| 3327 | <a href="#" class="btn btn-default">Get in Touch</a> | |||||
| 3328 | </div> | |||||
| 3329 | </div> | |||||
| 3330 | <div class="col-md-4"> | |||||
| 3331 | <i class="porto-icon-reply" style="border-radius:50%;border:2px solid #7aa93c;color:#7aa93c;background-color:transparent;line-height:58px;font-size:25px;"></i> | |||||
| 3332 | <div class="content"> | |||||
| 3333 | <h2>Free returns</h2> | |||||
| 3334 | <p>We stand behind our goods<br>and services and want you to be<br>satisfied with them.</p> | |||||
| 3335 | <a href="#" class="btn btn-default">Return Policy</a> | |||||
| 3336 | </div> | |||||
| 3337 | </div> | |||||
| 3338 | <div class="col-md-4"> | |||||
| 3339 | <i class="porto-icon-paper-plane" style="border-radius:50%;border:2px solid #7aa93c;color:#7aa93c;background-color:transparent;line-height:58px;font-size:25px;"></i> | |||||
| 3340 | <div class="content"> | |||||
| 3341 | <h2>International shipping</h2> | |||||
| 3342 | <p>Currently over 50 countries<br>qualify for express international<br>shipping.</p> | |||||
| 3343 | <a href="#" class="btn btn-default">learn more</a> | |||||
| 3344 | </div> | |||||
| 3345 | </div> | |||||
| 3346 | </div> | |||||
| 3347 | </div> | |||||
| 3348 | </div> | 1396 | </div> | |||
| 3349 | <div class="parallax-wrapper" style="margin: 50px 0 20px;"> | 1397 | | |||
| 3350 | <div class="overlay overlay-color" style="background-color: #000000; opacity: 0.75; filter: alpha(opacity=75);"></div> | 1398 | <div class="share-links"> | |||
| 3351 | <div class="parallax" style="background-image: url({{media url="wysiwyg/smartwave/porto/homepage/17/slider/parallax_new_bg.jpg"}});"> | 1399 | <a href="#" rel="nofollow" target="_blank" data-toggle="tooltip" data-placement="bottom" title="" class="share-facebook" data-original-title="Facebook">Facebook</a> | |||
| 3352 | <div class="parallax-slider" style="position: relative; z-index: 3;"> | 1400 | <a href="#" rel="nofollow" target="_blank" data-toggle="tooltip" data-placement="bottom" title="" class="share-twitter" data-original-title="Twitter">Twitter</a> | |||
| 3353 | <div class="container"> | 1401 | <a href="#" rel="nofollow" target="_blank" data-toggle="tooltip" data-placement="bottom" title="" class="share-linkedin" data-original-title="Linkedin">Linkedin</a> | |||
| 3354 | <div class="content"> | |||||
| 3355 | <h2>the perfect gift</h2> | |||||
| 3356 | <span>Check off your list with our best gifts</span> | |||||
| 3357 | <a href="#" class="btn btn-default">Shop Now</a> | |||||
| 3358 | </div> | |||||
| 3359 | </div> | |||||
| 3360 | </div> | |||||
| 3361 | </div> | 1402 | </div> | |||
| 3362 | </div> | 1403 | </div> | |||
| 3363 | <div class="our-brands" style="border-bottom: #e5e8e8 solid 1px;padding:15px 0 30px;"> | 1404 | ]]> | |||
| 3364 | <div class="container"> | |||||
| 3365 | <div class="owl-side-narrow"> | |||||
| 3366 | <div id="brands-slider-demo-17" class="brands-slider"> | |||||
| 3367 | <div class="owl-carousel"> | |||||
| 3368 | <div class="item" style="padding:10px 0;"><img src="{{media url="wysiwyg/smartwave/porto/brands/05/brand1.png"}}" alt="" /></div> | |||||
| 3369 | <div class="item" style="padding:10px 0;"><img src="{{media url="wysiwyg/smartwave/porto/brands/05/brand2.png"}}" alt="" /></div> | |||||
| 3370 | <div class="item" style="padding:10px 0;"><img src="{{media url="wysiwyg/smartwave/porto/brands/05/brand3.png"}}" alt="" /></div> | |||||
| 3371 | <div class="item" style="padding:10px 0;"><img src="{{media url="wysiwyg/smartwave/porto/brands/05/brand4.png"}}" alt="" /></div> | |||||
| 3372 | <div class="item" style="padding:10px 0;"><img src="{{media url="wysiwyg/smartwave/porto/brands/05/brand5.png"}}" alt="" /></div> | |||||
| 3373 | <div class="item" style="padding:10px 0;"><img src="{{media url="wysiwyg/smartwave/porto/brands/05/brand1.png"}}" alt="" /></div> | |||||
| 3374 | <div class="item" style="padding:10px 0;"><img src="{{media url="wysiwyg/smartwave/porto/brands/05/brand2.png"}}" alt="" /></div> | |||||
| 3375 | <div class="item" style="padding:10px 0;"><img src="{{media url="wysiwyg/smartwave/porto/brands/05/brand3.png"}}" alt="" /></div> | |||||
| 3376 | <div class="item" style="padding:10px 0;"><img src="{{media url="wysiwyg/smartwave/porto/brands/05/brand4.png"}}" alt="" /></div> | |||||
| 3377 | <div class="item" style="padding:10px 0;"><img src="{{media url="wysiwyg/smartwave/porto/brands/05/brand5.png"}}" alt="" /></div> | |||||
| 3378 | </div> | |||||
| 3379 | <script type="text/javascript"> | |||||
| 3380 | require([ | |||||
| 3381 | 'jquery', | |||||
| 3382 | 'owl.carousel/owl.carousel.min' | |||||
| 3383 | ], function ($) { | |||||
| 3384 | $("#brands-slider-demo-17 .owl-carousel").owlCarousel({ | |||||
| 3385 | autoplay: true, | |||||
| 3386 | autoplayTimeout: 5000, | |||||
| 3387 | autoplayHoverPause: true, | |||||
| 3388 | margin: 20, | |||||
| 3389 | nav: true, | |||||
| 3390 | navText: ["<em class='porto-icon-left-open-huge'></em>","<em class='porto-icon-right-open-huge'></em>"], | |||||
| 3391 | dots: false, | |||||
| 3392 | loop: true, | |||||
| 3393 | responsive: { | |||||
| 3394 | 0: { | |||||
| 3395 | items:2 | |||||
| 3396 | }, | |||||
| 3397 | 640: { | |||||
| 3398 | items:3 | |||||
| 3399 | }, | |||||
| 3400 | 768: { | |||||
| 3401 | items:4 | |||||
| 3402 | }, | |||||
| 3403 | 992: { | |||||
| 3404 | items:5 | |||||
| 3405 | }, | |||||
| 3406 | 1200: { | |||||
| 3407 | items:5 | |||||
| 3408 | } | |||||
| 3409 | } | |||||
| 3410 | }); | |||||
| 3411 | }); | |||||
| 3412 | </script> | |||||
| 3413 | </div> | |||||
| 3414 | </div> | |||||
| 3415 | </div> | |||||
| 3416 | </div> ]]> | |||||
| 3417 | </content> | 1405 | </content> | |||
| 3418 | 1406 | |||||
| 3419 | <is_active> | 1407 | <is_active> | |||
| 3420 | 1 | 1408 | 1 | |||
| 3421 | </is_active> | 1409 | </is_active> | |||
| 3422 | 1410 | |||||
| 3423 | </cms_item> | 1411 | </cms_item> | |||
| 3424 | 1412 | |||||
| 3425 | <cms_item> | 1413 | <cms_item> | |||
| 3426 | 1414 | |||||
| 3427 | <title> | 1415 | <title> | |||
| 3428 | Porto - Homepage Slider 9 Old Skin | 1416 | Banner Category Demo 8 | |||
| 3429 | </title> | 1417 | </title> | |||
| 3430 | 1418 | |||||
| 3431 | <identifier> | 1419 | <identifier> | |||
| 3432 | porto_homeslider_9_old | 1420 | banner_category_demo8 | |||
| 3433 | </identifier> | 1421 | </identifier> | |||
| 3434 | 1422 | |||||
| 3435 | <content> | 1423 | <content> | |||
| 3436 | <![CDATA[<div id="banner-slider-demo-17" class="owl-carousel owl-banner-carousel owl-middle-narrow"> | 1424 | <![CDATA[<div class="container" | |||
| 3437 | <div class="item" style="background:url({{media url="wysiwyg/smartwave/porto/homepage/17/slider/layer1.jpg"}}) no-repeat; background-size: cover;"> | 1425 | <div class="row background-color-primary overflow-hidden home-mid-banner no-padding"> | |||
| 3438 | <div class="container" style="position:relative"> | 1426 | <div class="col-auto flex-1 pl-2 py-3 col-md-4 d-flex align-items-center justify-content-end"> | |||
| 3439 | <img src="{{media url="wysiwyg/smartwave/porto/homepage/17/slider/layer2.png"}}" alt=""> | 1427 | <div class="wpb_wrapper vc_column-inner"> | |||
| 3440 | <div class="content-17 type1" style="position:absolute;top:30%;left:9%;text-align:right"> | 1428 | <h4 style="font-size: 1.3125em; color: rgba(255, 255, 255, 0.5); line-height: 1; font-weight: 300;" class="vc_custom_heading mb-0 ls-160 align-left text-uppercase">Furniture & Garden</h4> | |||
| 3441 | <em style="font-weight:300;font-style:normal;color:#a39a8c;float:left;">Feel the real</em> | 1429 | <h3 style="font-size: 3.125em; line-height: 1;" class="vc_custom_heading ls-25 mb-0 align-left text-uppercase heading-light">Huge Sale</h3> | |||
| 3442 | <div class="clearfix"></div> | |||||
| 3443 | <h2 style="font-weight:400;font-style:italic;line-height:1;color:#79a939;margin:0;"><b style="font-weight:800">MOBILE</b> music</h2> | |||||
| 3444 | <p style="color:#010101;font-weight:700;line-height:1;margin-bottom:15px">$999</p> | |||||
| 3445 | <a href="#" style="font-weight:600;color:#1e1e1e;"><span>SHOP NOW</span><i class="porto-icon-angle-right theme-bg-color"></i></a> | |||||
| 3446 | </div> | |||||
| 3447 | </div> | |||||
| 3448 | </div> | |||||
| 3449 | <div class="item" style="background:url({{media url="wysiwyg/smartwave/porto/homepage/17/slider/layer3.jpg"}}) no-repeat; background-size: cover;"> | |||||
| 3450 | <div class="container" style="position:relative"> | |||||
| 3451 | <img src="{{media url="wysiwyg/smartwave/porto/homepage/17/slider/layer4.png"}}" alt=""> | |||||
| 3452 | </div> | 1430 | </div> | |||
| 3453 | </div> | 1431 | </div> | |||
| 3454 | </div> | 1432 | <div class="col-auto px-2 px-lg-4 col-md-4"> | |||
| 3455 | <script type="text/javascript"> | 1433 | <div class="wpb_wrapper vc_column-inner"> | |||
| 3456 | require([ | 1434 | <h3 style="font-size: 13em; line-height: 0.7; position: relative;" class="vc_custom_heading mb-0 position-relative big-number align-left heading-light"> | |||
| 3457 | 'jquery', | 1435 | 50<small>%<ins>OFF</ins></small> | |||
| 3458 | 'owl.carousel/owl.carousel.min' | 1436 | </h3> | |||
| 3459 | ], function ($) { | |||||
| 3460 | $("#banner-slider-demo-17").owlCarousel({ | |||||
| 3461 | items: 1, | |||||
| 3462 | autoplay: true, | |||||
| 3463 | autoplayTimeout: 5000, | |||||
| 3464 | autoplayHoverPause: true, | |||||
| 3465 | dots: false, | |||||
| 3466 | nav: true, | |||||
| 3467 | navRewind: true, | |||||
| 3468 | animateIn: 'fadeIn', | |||||
| 3469 | animateOut: 'fadeOut', | |||||
| 3470 | loop: true, | |||||
| 3471 | navText: ["<em class='porto-icon-chevron-left'></em>","<em class='porto-icon-chevron-right'></em>"] | |||||
| 3472 | }); | |||||
| 3473 | }); | |||||
| 3474 | </script> | |||||
| 3475 | <div class="homepage-bar"> | |||||
| 3476 | <div class="container"> | |||||
| 3477 | <div class="row"> | |||||
| 3478 | <div class="col-lg-4"> | |||||
| 3479 | <em class="porto-icon-truck" style="font-size:36px;"></em><div class="text-area"><h3>FREE SHIPPING & RETURN</h3><p>Free shipping on all orders over $99.</p></div> | |||||
| 3480 | </div> | 1437 | </div> | |||
| 3481 | <div class="col-lg-4"> | |||||
| 3482 | <em class="porto-icon-dollar"></em><div class="text-area"><h3>MONEY BACK GUARANTEE</h3><p>100% money back guarantee.</p></div> | |||||
| 3483 | </div> | 1438 | </div> | |||
| 3484 | <div class="col-lg-4"> | 1439 | <div class="col-auto flex-1 py-3 pl-lg-3 col-md-4 d-flex align-items-center"> | |||
| 3485 | <em class="porto-icon-lifebuoy" style="font-size:32px;"></em><div class="text-area"><h3>ONLINE SUPPORT 24/7</h3><p>Lorem ipsum dolor sit amet.</p></div> | 1440 | <div class="wpb_wrapper vc_column-inner"> | |||
| 1441 | <div class="btn-container mb-0 d-inline-block"><button class="btn btn-modern btn-lg btn-dark">Shop Now!</button></div> | |||||
| 3486 | </div> | 1442 | </div> | |||
| 3487 | </div> | 1443 | </div> | |||
| 3488 | </div> | 1444 | </div> | |||
| 3489 | </div> | 1445 | </div> | |||
| 3490 | <div class="container"> | 1446 | <style> | |||
| 3491 | <div class="filterproducts-tab" style="margin-top: 40px;"> | 1447 | .home-mid-banner { | |||
| 3492 | <div class="data items" data-mage-init='{"tabs":{"openedState":"active"}}'> | 1448 | font-size: 1rem; | |||
| 3493 | <div class="data item title" aria-labeledby="tab-label-featured-title" data-role="collapsible" id="tab-label-featured"> | |||||
| 3494 | <a class="data switch" tabindex="-1" data-toggle="switch" href="#featured" id="tab-label-featured-title">Featured</a> | |||||
| 3495 | </div> | |||||
| 3496 | <div class="data item content" id="featured" data-role="content"> | |||||
| 3497 | <div id="featured_product" class="owl-top-narrow hide-addtolinks hide-addtocart"> | |||||
| 3498 | {{block class="Smartwave\Filterproducts\Block\Home\FeaturedList" name="featured_product" product_count="10" aspect_ratio="0" image_width="212" image_height="263" template="owl_list.phtml"}} | |||||
| 3499 | </div> | |||||
| 3500 | <script type="text/javascript"> | |||||
| 3501 | require([ | |||||
| 3502 | 'jquery', | |||||
| 3503 | 'owl.carousel/owl.carousel.min' | |||||
| 3504 | ], function ($) { | |||||
| 3505 | $("#featured_product .owl-carousel").owlCarousel({ | |||||
| 3506 | autoplay: true, | |||||
| 3507 | autoplayTimeout: 5000, | |||||
| 3508 | autoplayHoverPause: true, | |||||
| 3509 | loop: true, | |||||
| 3510 | navRewind: true, | |||||
| 3511 | margin: 10, | |||||
| 3512 | nav: true, | |||||
| 3513 | navText: ["<em class='porto-icon-left-open-huge'></em>","<em class='porto-icon-right-open-huge'></em>"], | |||||
| 3514 | dots: false, | |||||
| 3515 | responsive: { | |||||
| 3516 | 0: { | |||||
| 3517 | items:2 | |||||
| 3518 | }, | |||||
| 3519 | 768: { | |||||
| 3520 | items:3 | |||||
| 3521 | }, | |||||
| 3522 | 992: { | |||||
| 3523 | items:3 | |||||
| 3524 | }, | |||||
| 3525 | 1200: { | |||||
| 3526 | items:4 | |||||
| 3527 | } | 1449 | } | |||
| 1450 | .big-number { | |||||
| 1451 | top: 0.0125em; | |||||
| 1452 | letter-spacing: -0.025em; | |||||
| 3528 | } | 1453 | } | |||
| 3529 | }); | 1454 | .big-number small { | |||
| 3530 | }); | 1455 | font-size: 0.1413em !important; | |||
| 3531 | </script> | 1456 | font-weight: inherit; | |||
| 3532 | </div> | 1457 | letter-spacing: 0; | |||
| 3533 | <div class="data item title" aria-labeledby="tab-label-latest-title" data-role="collapsible" id="tab-label-latest"> | 1458 | line-height: 1; | |||
| 3534 | <a class="data switch" tabindex="-1" data-toggle="switch" href="#latest" id="tab-label-latest-title">Latest</a> | 1459 | position: absolute; | |||
| 3535 | </div> | 1460 | top: 50%; | |||
| 3536 | <div class="data item content" id="latest" data-role="content"> | 1461 | right: 1.62em; | |||
| 3537 | <div id="latest_product" class="owl-top-narrow hide-addtolinks hide-addtocart"> | 1462 | text-align: center; | |||
| 3538 | {{block class="Smartwave\Filterproducts\Block\Home\LatestList" name="featured_product" product_count="10" aspect_ratio="0" image_width="212" image_height="263" template="owl_list.phtml"}} | 1463 | transform: translateY(-54%); | |||
| 3539 | </div> | |||||
| 3540 | <script type="text/javascript"> | |||||
| 3541 | require([ | |||||
| 3542 | 'jquery', | |||||
| 3543 | 'owl.carousel/owl.carousel.min' | |||||
| 3544 | ], function ($) { | |||||
| 3545 | $("#latest_product .owl-carousel").owlCarousel({ | |||||
| 3546 | autoplay: true, | |||||
| 3547 | autoplayTimeout: 5000, | |||||
| 3548 | autoplayHoverPause: true, | |||||
| 3549 | loop: true, | |||||
| 3550 | navRewind: true, | |||||
| 3551 | margin: 10, | |||||
| 3552 | nav: true, | |||||
| 3553 | navText: ["<em class='porto-icon-left-open-huge'></em>","<em class='porto-icon-right-open-huge'></em>"], | |||||
| 3554 | dots: false, | |||||
| 3555 | responsive: { | |||||
| 3556 | 0: { | |||||
| 3557 | items:2 | |||||
| 3558 | }, | |||||
| 3559 | 768: { | |||||
| 3560 | items:3 | |||||
| 3561 | }, | |||||
| 3562 | 992: { | |||||
| 3563 | items:3 | |||||
| 3564 | }, | |||||
| 3565 | 1200: { | |||||
| 3566 | items:4 | |||||
| 3567 | } | 1464 | } | |||
| 1465 | .big-number ins { | |||||
| 1466 | display: block; | |||||
| 1467 | text-decoration: none; | |||||
| 1468 | font-size: 50%; | |||||
| 1469 | text-transform: uppercase; | |||||
| 3568 | } | 1470 | } | |||
| 3569 | }); | 1471 | .ls-160 { | |||
| 3570 | }); | 1472 | letter-spacing: 0.16em; | |||
| 3571 | </script> | 1473 | } | |||
| 3572 | </div> | 1474 | .ls-25 { | |||
| 3573 | </div> | 1475 | letter-spacing: 0.025em; | |||
| 1476 | } | |||||
| 1477 | @media (max-width: 991px) { | |||||
| 1478 | .home-mid-banner { | |||||
| 1479 | font-size: 1.5vw; | |||||
| 1480 | } | |||||
| 1481 | .home-mid-banner .btn-modern.btn-lg { | |||||
| 1482 | font-size: 0.75rem; | |||||
| 1483 | } | |||||
| 1484 | } | |||||
| 1485 | @media (max-width: 480px) { | |||||
| 1486 | .home-mid-banner .btn-modern.btn-lg { | |||||
| 1487 | font-size: 8px; | |||||
| 1488 | } | |||||
| 1489 | } | |||||
| 1490 | </style> | |||||
| 1491 | ]]> | |||||
| 1492 | </content> | |||||
| 1493 | ||||||
| 1494 | <is_active> | |||||
| 1495 | 1 | |||||
| 1496 | </is_active> | |||||
| 1497 | ||||||
| 1498 | </cms_item> | |||||
| 1499 | ||||||
| 1500 | <cms_item> | |||||
| 1501 | ||||||
| 1502 | <title> | |||||
| 1503 | Footer Middle Customer Service1 | |||||
| 1504 | </title> | |||||
| 1505 | ||||||
| 1506 | <identifier> | |||||
| 1507 | footer_middle_customer_service1 | |||||
| 1508 | </identifier> | |||||
| 1509 | ||||||
| 1510 | <content> | |||||
| 1511 | <![CDATA[<div class="widget widget_text"> | |||||
| 1512 | <h3 class="widget-title">Customer Service</h3> | |||||
| 1513 | <div class="textwidget"> | |||||
| 1514 | <ul class="links"> | |||||
| 1515 | <li><a href="about-us/">About Us</a></li> | |||||
| 1516 | <li><a href="contact-us/">Contact Us</a></li> | |||||
| 1517 | <li><a href="my-account/">My account</a></li> | |||||
| 1518 | <li><a href="order-tracking/">Orders history</a></li> | |||||
| 1519 | <li><a href="#">Advanced search</a></li> | |||||
| 1520 | </ul> | |||||
| 3574 | </div> | 1521 | </div> | |||
| 3575 | </div> | 1522 | </div> | |||
| 3576 | <div style="padding-top: 40px;" class="custom-support"> | 1523 | ]]> | |||
| 3577 | <div class="container"> | 1524 | </content> | |||
| 3578 | <div class="row"> | 1525 | ||||
| 3579 | <div class="col-md-4"> | 1526 | <is_active> | |||
| 3580 | <em class="porto-icon-star" style="border-radius:50%;border:2px solid #cecece;color:#333;background-color:transparent;line-height:58px;font-size:25px;"></em> | 1527 | 1 | |||
| 3581 | <div class="content"> | 1528 | </is_active> | |||
| 3582 | <h2>Customer Support</h2> | 1529 | ||||
| 3583 | <em>YOU WON'T BE ALONE</em> | 1530 | </cms_item> | |||
| 3584 | <p>We really care about you and your website as much as you do. Purchasing Porto or any other theme from us you get 100% free support.</p> | 1531 | ||||
| 3585 | </div> | 1532 | <cms_item> | |||
| 3586 | </div> | 1533 | ||||
| 3587 | <div class="col-md-4"> | 1534 | <title> | |||
| 3588 | <em class="porto-icon-reply" style="border-radius:50%;border:2px solid #cecece;color:#333;background-color:transparent;line-height:58px;font-size:25px;"></em> | 1535 | Footer Middle Customer Service12 | |||
| 3589 | <div class="content"> | 1536 | </title> | |||
| 3590 | <h2>Fully Customizable</h2> | 1537 | ||||
| 3591 | <em>TONS OF OPTIONS</em> | 1538 | <identifier> | |||
| 3592 | <p>With Porto you can customize the layout, colors and styles within only a few minutes. Start creating an amazing website right now!</p> | 1539 | footer_middle_customer_service12 | |||
| 3593 | </div> | 1540 | </identifier> | |||
| 3594 | </div> | 1541 | ||||
| 3595 | <div class="col-md-4"> | 1542 | <content> | |||
| 3596 | <em class="porto-icon-paper-plane" style="border-radius:50%;border:2px solid #cecece;color:#333;background-color:transparent;line-height:58px;font-size:25px;"></em> | 1543 | <![CDATA[<div class="widget widget_text"> | |||
| 3597 | <div class="content"> | 1544 | <h3 class="widget-title"> </h3> | |||
| 3598 | <h2>Powerful Admin</h2> | 1545 | <div class="textwidget"> | |||
| 3599 | <em>MADE TO HELP YOU</em> | 1546 | <ul class="features"> | |||
| 3600 | <p>Porto has very powerful admin features to help customer to build their own shop in minutes without any special skills in web development.</p> | 1547 | <li><a href="#">Super Fast Magento Theme</a></li> | |||
| 3601 | </div> | 1548 | <li><a href="#" target="_blank" rel="noopener">Top Rated Theme in Themeforest</a></li> | |||
| 3602 | </div> | 1549 | <li><a href="#">33 Unique Shop Demos</a></li> | |||
| 3603 | </div> | 1550 | <li><a href="#">Powerful Admin Panel</a></li> | |||
| 1551 | <li><a href="#">Mobile & Retina Optimized</a></li> | |||||
| 1552 | </ul> | |||||
| 3604 | </div> | 1553 | </div> | |||
| 3605 | </div> | 1554 | </div> | |||
| 3606 | <div class="parallax-wrapper" style="margin: 50px 0 20px;"> | 1555 | ]]> | |||
| 3607 | <div class="overlay overlay-color" style="background-color: #000000; opacity: 0.75; filter: alpha(opacity=75);"></div> | |||||
| 3608 | <div class="parallax" style="background-image: url({{media url="wysiwyg/smartwave/porto/homepage/17/slider/parallax_bg.jpg"}});"> | |||||
| 3609 | <div class="parallax-slider" style="position: relative; z-index: 3;"> | |||||
| 3610 | <div class="container"> | |||||
| 3611 | <div id="parallax-slider-demo-17" class="owl-carousel"> | |||||
| 3612 | <div class="item"> | |||||
| 3613 | <h2 style="font-weight:600;">EXPLORE <b style="font-weight:800;">PORTO</b></h2> | |||||
| 3614 | <p style="font-weight:300;">Premium theme, unlimited possibilities...</p> | |||||
| 3615 | <a href="#" style="font-weight:300;">Purchase now ></a> | |||||
| 3616 | </div> | |||||
| 3617 | <div class="item"> | |||||
| 3618 | <h2 style="font-weight:600;">EXPLORE <b style="font-weight:800;">PORTO</b></h2> | |||||
| 3619 | <p style="font-weight:300;">Premium theme, unlimited possibilities...</p> | |||||
| 3620 | <a href="#" style="font-weight:300;">Purchase now ></a> | |||||
| 3621 | </div> | |||||
| 3622 | <div class="item"> | |||||
| 3623 | <h2 style="font-weight:600;">EXPLORE <b style="font-weight:800;">PORTO</b></h2> | |||||
| 3624 | <p style="font-weight:300;">Premium theme, unlimited possibilities...</p> | |||||
| 3625 | <a href="#" style="font-weight:300;">Purchase now ></a> | |||||
| 3626 | </div> | |||||
| 3627 | </div> | |||||
| 3628 | </div> | |||||
| 3629 | <script type="text/javascript"> | |||||
| 3630 | require([ | |||||
| 3631 | 'jquery', | |||||
| 3632 | 'owl.carousel/owl.carousel.min' | |||||
| 3633 | ], function ($) { | |||||
| 3634 | $("#parallax-slider-demo-17").owlCarousel({ | |||||
| 3635 | items: 1, | |||||
| 3636 | autoplay: true, | |||||
| 3637 | autoplayTimeout: 5000, | |||||
| 3638 | autoplayHoverPause: true, | |||||
| 3639 | dots: true, | |||||
| 3640 | nav: false, | |||||
| 3641 | loop: true, | |||||
| 3642 | navRewind: true | |||||
| 3643 | }); | |||||
| 3644 | }); | |||||
| 3645 | </script> | |||||
| 3646 | </div> | |||||
| 3647 | </div> | |||||
| 3648 | </div>]]> | |||||
| 3649 | </content> | 1556 | </content> | |||
| 3650 | 1557 | |||||
| 3651 | <is_active> | 1558 | <is_active> | |||
| 3652 | 1 | 1559 | 1 | |||
| 3653 | </is_active> | 1560 | </is_active> | |||
| 3654 | 1561 | |||||
| 3655 | </cms_item> | 1562 | </cms_item> | |||
| 3656 | 1563 | |||||
| 3657 | <cms_item> | 1564 | <cms_item> | |||
| 3658 | 1565 | |||||
| 3659 | <title> | 1566 | <title> | |||
| 3660 | Porto - Homepage Slider 10 | 1567 | Footer Middle Contact Info Basic | |||
| 3661 | </title> | 1568 | </title> | |||
| 3662 | 1569 | |||||
| 3663 | <identifier> | 1570 | <identifier> | |||
| 3664 | porto_homeslider_10 | 1571 | footer_middle_contact_info_basic | |||
| 3665 | </identifier> | 1572 | </identifier> | |||
| 3666 | 1573 | |||||
| 3667 | <content> | 1574 | <content> | |||
| 3668 | <![CDATA[<div class="container"> | 1575 | <![CDATA[<div class="widget contact-info"> | |||
| 3669 | <div id="banner-slider-demo-7" class="owl-carousel owl-bottom-narrow owl-banner-carousel"> | 1576 | <h3 class="widget-title">Contact Info</h3> | |||
| 3670 | <div class="item"> | 1577 | <div class="contact-info contact-info-block"> | |||
| 3671 | <img src="{{media url="wysiwyg/smartwave/porto/homepage/07/slider/01n.jpg"}}" alt="" style="width: 100%;" /> | 1578 | <ul class="contact-details"> | |||
| 3672 | </div> | 1579 | <li><i class="fab fa-whatsapp"></i> <strong>Phone:</strong> <span>Toll Free (123) 456-7890</span></li> | |||
| 3673 | <div class="item"> | 1580 | <li> | |||
| 3674 | <img src="{{media url="wysiwyg/smartwave/porto/homepage/07/slider/02n.jpg"}}" alt="" style="width: 100%;" /> | 1581 | <i class="far fa-envelope"></i> <strong>Email:</strong> <span> <a href="mailto:mail@example.com">mail@example.com</a></span> | |||
| 3675 | <div class="content" style="position:absolute;top:30%;right:15%;text-align:center;"> | 1582 | </li> | |||
| 3676 | <div class="text-area"> | 1583 | </ul> | |||
| 3677 | <p style="color:#111111;">UP TO 70% off</p> | |||||
| 3678 | <h2 style="color:#111111;">Womens Clothing</h2> | |||||
| 3679 | <a href="#" class="btn btn-default">Shop Now</a> | |||||
| 3680 | </div> | |||||
| 3681 | </div> | |||||
| 3682 | </div> | 1584 | </div> | |||
| 1585 | </div> | |||||
| 1586 | <div class="widget follow-us"> | |||||
| 1587 | <div class="share-links"> | |||||
| 1588 | <a href="#" rel="nofollow" target="_blank" title="Facebook" class="share-facebook">Facebook</a> | |||||
| 1589 | <a href="#" rel="nofollow" target="_blank" title="Twitter" class="share-twitter">Twitter</a> | |||||
| 1590 | <a href="#" rel="nofollow" target="_blank" title="Linkedin" class="share-linkedin">Linkedin</a> | |||||
| 3683 | </div> | 1591 | </div> | |||
| 3684 | <script type="text/javascript"> | |||||
| 3685 | require([ | |||||
| 3686 | 'jquery', | |||||
| 3687 | 'owl.carousel/owl.carousel.min' | |||||
| 3688 | ], function ($) { | |||||
| 3689 | $("#banner-slider-demo-7").owlCarousel({ | |||||
| 3690 | items: 1, | |||||
| 3691 | autoplay: true, | |||||
| 3692 | autoplayTimeout: 5000, | |||||
| 3693 | autoplayHoverPause: true, | |||||
| 3694 | dots: true, | |||||
| 3695 | nav: false, | |||||
| 3696 | navRewind: true, | |||||
| 3697 | animateIn: 'fadeIn', | |||||
| 3698 | animateOut: 'fadeOut', | |||||
| 3699 | loop: true, | |||||
| 3700 | navText: ["<em class='porto-icon-chevron-left'></em>","<em class='porto-icon-chevron-right'></em>"] | |||||
| 3701 | }); | |||||
| 3702 | }); | |||||
| 3703 | </script> | |||||
| 3704 | </div>]]> | 1592 | </div>]]> | |||
| 3705 | </content> | 1593 | </content> | |||
| 3706 | 1594 | |||||
| 3707 | <is_active> | 1595 | <is_active> | |||
| 3708 | 1 | 1596 | 1 | |||
| 3709 | </is_active> | 1597 | </is_active> | |||
| 3710 | 1598 | |||||
| 3711 | </cms_item> | 1599 | </cms_item> | |||
| 3712 | 1600 | |||||
| 3713 | <cms_item> | 1601 | <cms_item> | |||
| 3714 | 1602 | |||||
| 3715 | <title> | 1603 | <title> | |||
| 3716 | Porto - Homepage Slider 10 Old Skin | 1604 | Porto - Custom Notice Block 2 | |||
| 3717 | </title> | 1605 | </title> | |||
| 3718 | 1606 | |||||
| 3719 | <identifier> | 1607 | <identifier> | |||
| 3720 | porto_homeslider_10_old | 1608 | porto_custom_notice2 | |||
| 3721 | </identifier> | 1609 | </identifier> | |||
| 3722 | 1610 | |||||
| 3723 | <content> | 1611 | <content> | |||
| 3724 | <![CDATA[<div class="container"> | 1612 | <![CDATA[<div class="text-center position-relative py-3" style="padding-top: 10px;padding-bottom: 10px;"> | |||
| 3725 | <div id="banner-slider-demo-7" class="owl-carousel owl-middle-narrow owl-banner-carousel"> | 1613 | <div class="container">Get Up to <b>40% OFF</b> New Furniture Deals <small>* Limited time only.</small></div> | |||
| 3726 | <div class="item"> | 1614 | | |||
| 3727 | <img src="{{media url="wysiwyg/smartwave/porto/homepage/07/slider/slide1.jpg"}}" alt="" style="width: 100%;" /> | 1615 | <style> | |||
| 3728 | </div> | 1616 | .porto-block-html-top { | |||
| 3729 | <div class="item"> | 1617 | font-family: Poppins; | |||
| 3730 | <img src="{{media url="wysiwyg/smartwave/porto/homepage/07/slider/slide2.jpg"}}" alt="" style="width: 100%;" /> | 1618 | font-weight: 500; | |||
| 3731 | </div> | 1619 | font-size: .9286em; | |||
| 3732 | <div class="item"> | 1620 | line-height: 1.4; | |||
| 3733 | <img src="{{media url="wysiwyg/smartwave/porto/homepage/07/slider/slide3.jpg"}}" alt="" style="width: 100%;" /> | 1621 | letter-spacing: .025em; | |||
| 3734 | </div> | 1622 | overflow: hidden; | |||
| 3735 | </div> | 1623 | } | |||
| 3736 | <script type="text/javascript"> | 1624 | .porto-block-html-top a { | |||
| 3737 | require([ | 1625 | text-transform: uppercase; | |||
| 3738 | 'jquery', | 1626 | display: inline-block; | |||
| 3739 | 'owl.carousel/owl.carousel.min' | 1627 | padding: .4rem .5rem; | |||
| 3740 | ], function ($) { | 1628 | font-size: .625rem; | |||
| 3741 | $("#banner-slider-demo-7").owlCarousel({ | 1629 | font-weight: 700; | |||
| 3742 | items: 1, | 1630 | background: #151719; | |||
| 3743 | autoplay: true, | 1631 | color: #fff; | |||
| 3744 | autoplayTimeout: 5000, | 1632 | text-decoration: none; | |||
| 3745 | autoplayHoverPause: true, | 1633 | } | |||
| 3746 | dots: false, | 1634 | .porto-block-html-top small { | |||
| 3747 | nav: true, | 1635 | font-size: .8461em; | |||
| 3748 | navRewind: true, | 1636 | font-weight: 400; | |||
| 3749 | animateIn: 'fadeIn', | 1637 | opacity: .5; | |||
| 3750 | animateOut: 'fadeOut', | 1638 | } | |||
| 3751 | loop: true, | 1639 | </style>]]> | |||
| 3752 | navText: ["<em class='porto-icon-chevron-left'></em>","<em class='porto-icon-chevron-right'></em>"] | |||||
| 3753 | }); | |||||
| 3754 | }); | |||||
| 3755 | </script> | |||||
| 3756 | ||||||
| 3757 | </div>]]> | |||||
| 3758 | </content> | 1640 | </content> | |||
| 3759 | 1641 | |||||
| 3760 | <is_active> | 1642 | <is_active> | |||
| 3761 | 1 | 1643 | 1 | |||
| 3762 | </is_active> | 1644 | </is_active> | |||
| 3763 | 1645 | |||||
| 3764 | </cms_item> | 1646 | </cms_item> | |||
| 3765 | 1647 | |||||
| 3766 | <cms_item> | 1648 | <cms_item> | |||
| 3767 | 1649 | |||||
| 3768 | <title> | 1650 | <title> | |||
| 3769 | Porto - Homepage Slider 11 | 1651 | Banner Category Demo 9 | |||
| 3770 | </title> | 1652 | </title> | |||
| 3771 | 1653 | |||||
| 3772 | <identifier> | 1654 | <identifier> | |||
| 3773 | porto_homeslider_11 | 1655 | banner_category_demo9 | |||
| 3774 | </identifier> | 1656 | </identifier> | |||
| 3775 | 1657 | |||||
| 3776 | <content> | 1658 | <content> | |||
| 3777 | <![CDATA[<div class="container"> | 1659 | <![CDATA[<div | |||
| 3778 | <div id="banner-slider-demo-18" class="owl-carousel owl-middle-narrow owl-banner-carousel"> | 1660 | class="row category-banner porto-ibanner-layer position-static" | |||
| 3779 | <div class="item" style="position: relative;"> | 1661 | style="background-image: url('{{media url="wysiwyg/smartwave/porto/category/banner/shop9_shop_banner.jpg"}}');margin: 20px 0 0 0;padding: 58px 0 58px 5%;background-color: #e7e7e7;background-position: center;background-repeat: no-repeat;background-size: cover;"> | |||
| 3780 | <img src="{{media url="wysiwyg/smartwave/porto/homepage/18/slider/01n.jpg"}}" alt=""/> | 1662 | <div class="col-auto col-md-6" style="padding: 15px;"> | |||
| 3781 | <div class="content-1 content" style="background-color: #d92a2e; color: #fff;"> | 1663 | <div class="wpb_wrapper vc_column-inner"> | |||
| 3782 | <div | 1664 | <h3 style="font-size: 1.2em; color: rgba(34, 37, 41, 0.7); line-height: 1.2; font-weight: 500; letter-spacing: 0.065em;" class="vc_custom_heading mb-3 align-left">Find the Boundaries. Push Through!</h3> | |||
| 3783 | <p style="color:#fff;">Furniture & Garden</p> | 1665 | <h2 style="font-size: 4.09em; line-height: 1;" class="vc_custom_heading mb-0 align-left text-uppercase">Shoes Sale</h2> | |||
| 3784 | <h3 style="color:#fff;">HUGE SALE</h3> | |||||
| 3785 | </div> | |||||
| 3786 | <div style="text-align:right;padding-right: 45px;"> | |||||
| 3787 | <h4 style="color:#fff;">40</h4> | |||||
| 3788 | <h5 style="color:#fff;">%<br><b style="font-size:14px;font-weight:300;">OFF</b></h5> | |||||
| 3789 | </div> | |||||
| 3790 | <div class="action"> | |||||
| 3791 | <a href="#">Shop Now</a> | |||||
| 3792 | </div> | |||||
| 3793 | </div> | 1666 | </div> | |||
| 3794 | </div> | 1667 | </div> | |||
| 3795 | <div class="item" style="position: relative;"> | 1668 | <div class="col-auto m-t-n-xs col-md-6" style="padding: 15px;"> | |||
| 3796 | <img src="{{media url="wysiwyg/smartwave/porto/homepage/18/slider/02n.jpg"}}" alt=""/> | 1669 | <div class="wpb_wrapper vc_column-inner"> | |||
| 3797 | <div class="content-1 content" style="background-color: #2f2727; color: #fff;left:0;right:auto;"> | 1670 | <h5 style="font-size: 0.8125em; line-height: 1; letter-spacing: -0.02em;" class="vc_custom_heading d-inline-block mb-3 mr-2 align-left">STARTING AT</h5> | |||
| 3798 | <div style="padding: 30px 26px 30px 45px;"> | 1671 | <h5 style="font-size: 0.8125em; line-height: 0.9; letter-spacing: -0.02em;margin-left: -4px;" class="vc_custom_heading coupon-sale-text m-b-md align-left heading-light">$<b>119</b>99</h5> | |||
| 3799 | <p style="color:#fff;">Furniture & Garden</p> | 1672 | <div class="btn-container mb-0 text-left"><button class="btn btn-modern btn-md btn-dark">Shop Now!</button></div> | |||
| 3800 | <h3 style="color:#fff;">HUGE SALE</h3> | |||||
| 3801 | </div> | |||||
| 3802 | <div style="text-align:right;padding-right: 45px;"> | |||||
| 3803 | <h4 style="color:#fff;">40</h4> | |||||
| 3804 | <h5 style="color:#fff;">%<br><b style="font-size:14px;font-weight:300;">OFF</b></h5> | |||||
| 3805 | </div> | |||||
| 3806 | <div class="action"> | |||||
| 3807 | <a href="#" style="background-color:#d92a2e;">Shop Now</a> | |||||
| 3808 | </div> | |||||
| 3809 | </div> | |||||
| 3810 | </div> | |||||
| 3811 | </div> | |||||
| 3812 | <script type="text/javascript"> | |||||
| 3813 | require([ | |||||
| 3814 | 'jquery', | |||||
| 3815 | 'owl.carousel/owl.carousel.min' | |||||
| 3816 | ], function ($) { | |||||
| 3817 | $("#banner-slider-demo-18").owlCarousel({ | |||||
| 3818 | items: 1, | |||||
| 3819 | autoplay: true, | |||||
| 3820 | autoplayTimeout: 5000, | |||||
| 3821 | autoplayHoverPause: true, | |||||
| 3822 | dots: false, | |||||
| 3823 | nav: true, | |||||
| 3824 | navRewind: true, | |||||
| 3825 | animateIn: 'fadeIn', | |||||
| 3826 | animateOut: 'fadeOut', | |||||
| 3827 | loop: true, | |||||
| 3828 | navText: ["<em class='porto-icon-left-open-big'></em>","<em class='porto-icon-right-open-big'></em>"] | |||||
| 3829 | }); | |||||
| 3830 | }); | |||||
| 3831 | </script> | |||||
| 3832 | <div class="single-images" style="margin-top:36px;"> | |||||
| 3833 | <div class="row" style="margin-left:-10px;margin-right:-10px;"> | |||||
| 3834 | <div class="col- | |||||
| 3835 | <div class="single-image-label">SHOP LIVING ROOM</div> | |||||
| 3836 | <a class="image-link" href="#"> | |||||
| 3837 | <img src="{{media url="wysiwyg/smartwave/porto/homepage/18/content/image01n.jpg"}}" alt=""> | |||||
| 3838 | </a> | |||||
| 3839 | <div class="caption">LIVING ROOM STARTING <span style="float:right;color:#858585;">Starting at <b style="color:#d92a2e;">$999</b></span></div> | |||||
| 3840 | </div> | |||||
| 3841 | <div class="col-md-4" style="padding:10px"> | |||||
| 3842 | <div class="single-image-label">SHOP DINING ROOM</div> | |||||
| 3843 | <a class="image-link" href="#"> | |||||
| 3844 | <img src="{{media url="wysiwyg/smartwave/porto/homepage/18/content/image02n.jpg"}}" alt=""> | |||||
| 3845 | </a> | |||||
| 3846 | <div class="caption">DINING ROOM STARTING <span style="float:right;color:#858585;">Starting at <b style="color:#d92a2e;">$999</b></span></div> | |||||
| 3847 | </div> | |||||
| 3848 | <div class="col-md-4" style="padding:10px"> | |||||
| 3849 | <div class="single-image-label">SHOP BEDROOM</div> | |||||
| 3850 | <a class="image-link" href="#"> | |||||
| 3851 | <img src="{{media url="wysiwyg/smartwave/porto/homepage/18/content/image03n.jpg"}}" alt=""> | |||||
| 3852 | </a> | |||||
| 3853 | <div class="caption">DINING ROOM STARTING <span style="float:right;color:#858585;">Starting at <b style="color:#d92a2e;">$999</b></span></div> | |||||
| 3854 | </div> | |||||
| 3855 | </div> | 1673 | </div> | |||
| 3856 | </div> | 1674 | </div> | |||
| 3857 | <div style="padding-top: 20px;"> | 1675 | | |||
| 3858 | <h2 class="filterproduct-title"><span class="content"><strong>Top Selling Items</strong></span></h2> | 1676 | <style> | |||
| 3859 | <div id="featured_product" class="owl-top-narrow"> | 1677 | .coupon-sale-text { | |||
| 3860 | {{block class="Smartwave\Filterproducts\Block\Home\FeaturedList" name="featured_product" product_count="10" move_actions="1" aspect_ratio="0" image_width="300" image_height="345" product_type="1" template="owl_list.phtml"}} | 1678 | transform: none; | |||
| 3861 | </div> | 1679 | position: relative; | |||
| 3862 | <script type="text/javascript"> | 1680 | display: inline-block; | |||
| 3863 | require([ | 1681 | padding: 6px 10px 4px; | |||
| 3864 | 'jquery', | 1682 | z-index: 1; | |||
| 3865 | 'owl.carousel/owl.carousel.min' | |||||
| 3866 | ], function ($) { | |||||
| 3867 | $("#featured_product .owl-carousel").owlCarousel({ | |||||
| 3868 | autoplay: true, | |||||
| 3869 | autoplayTimeout: 5000, | |||||
| 3870 | autoplayHoverPause: true, | |||||
| 3871 | loop: true, | |||||
| 3872 | navRewind: true, | |||||
| 3873 | margin: 10, | |||||
| 3874 | nav: false, | |||||
| 3875 | navText: ["<em class='porto-icon-left-open-huge'></em>","<em class='porto-icon-right-open-huge'></em>"], | |||||
| 3876 | dots: false, | |||||
| 3877 | responsive: { | |||||
| 3878 | 0: { | |||||
| 3879 | items:2 | |||||
| 3880 | }, | |||||
| 3881 | 768: { | |||||
| 3882 | items:3 | |||||
| 3883 | }, | |||||
| 3884 | 992: { | |||||
| 3885 | items:4 | |||||
| 3886 | }, | |||||
| 3887 | 1200: { | |||||
| 3888 | items:4 | |||||
| 3889 | } | |||||
| 3890 | } | 1683 | } | |||
| 3891 | }); | 1684 | .coupon-sale-text:before { | |||
| 3892 | }); | 1685 | content: ""; | |||
| 3893 | </script> | 1686 | position: absolute; | |||
| 3894 | </div> | 1687 | top: 0; | |||
| 3895 | </div> | 1688 | right: 0; | |||
| 3896 | <div class="our-brands" style="border-bottom: #f4f4f4 solid 1px;border-top: #f4f4f4 solid 1px;padding:15px 0 15px;margin-top:15px;"> | 1689 | left: 0; | |||
| 3897 | <div class="container"> | 1690 | bottom: 0; | |||
| 3898 | <div class="owl-side-narrow"> | 1691 | z-index: -1; | |||
| 3899 | <div id="brands-slider-demo-18" class="brands-slider"> | 1692 | background: #ff7272; | |||
| 3900 | <div class="owl-carousel"> | 1693 | transform: rotate(-2deg); | |||
| 3901 | <div class="item" style="padding:10px 0;"><img src="{{media url="wysiwyg/smartwave/porto/brands/05/brand1.png"}}" alt="" /></div> | |||||
| 3902 | <div class="item" style="padding:10px 0;"><img src="{{media url="wysiwyg/smartwave/porto/brands/05/brand2.png"}}" alt="" /></div> | |||||
| 3903 | <div class="item" style="padding:10px 0;"><img src="{{media url="wysiwyg/smartwave/porto/brands/05/brand3.png"}}" alt="" /></div> | |||||
| 3904 | <div class="item" style="padding:10px 0;"><img src="{{media url="wysiwyg/smartwave/porto/brands/05/brand4.png"}}" alt="" /></div> | |||||
| 3905 | <div class="item" style="padding:10px 0;"><img src="{{media url="wysiwyg/smartwave/porto/brands/05/brand5.png"}}" alt="" /></div> | |||||
| 3906 | <div class="item" style="padding:10px 0;"><img src="{{media url="wysiwyg/smartwave/porto/brands/05/brand1.png"}}" alt="" /></div> | |||||
| 3907 | <div class="item" style="padding:10px 0;"><img src="{{media url="wysiwyg/smartwave/porto/brands/05/brand2.png"}}" alt="" /></div> | |||||
| 3908 | <div class="item" style="padding:10px 0;"><img src="{{media url="wysiwyg/smartwave/porto/brands/05/brand3.png"}}" alt="" /></div> | |||||
| 3909 | <div class="item" style="padding:10px 0;"><img src="{{media url="wysiwyg/smartwave/porto/brands/05/brand4.png"}}" alt="" /></div> | |||||
| 3910 | <div class="item" style="padding:10px 0;"><img src="{{media url="wysiwyg/smartwave/porto/brands/05/brand5.png"}}" alt="" /></div> | |||||
| 3911 | </div> | |||||
| 3912 | <script type="text/javascript"> | |||||
| 3913 | require([ | |||||
| 3914 | 'jquery', | |||||
| 3915 | 'owl.carousel/owl.carousel.min' | |||||
| 3916 | ], function ($) { | |||||
| 3917 | $("#brands-slider-demo-18 .owl-carousel").owlCarousel({ | |||||
| 3918 | autoplay: true, | |||||
| 3919 | autoplayTimeout: 5000, | |||||
| 3920 | autoplayHoverPause: true, | |||||
| 3921 | margin: 20, | |||||
| 3922 | nav: true, | |||||
| 3923 | navText: ["<em class='porto-icon-left-open-huge'></em>","<em class='porto-icon-right-open-huge'></em>"], | |||||
| 3924 | dots: false, | |||||
| 3925 | loop: true, | |||||
| 3926 | responsive: { | |||||
| 3927 | 0: { | |||||
| 3928 | items:2 | |||||
| 3929 | }, | |||||
| 3930 | 640: { | |||||
| 3931 | items:3 | |||||
| 3932 | }, | |||||
| 3933 | 768: { | |||||
| 3934 | items:4 | |||||
| 3935 | }, | |||||
| 3936 | 992: { | |||||
| 3937 | items:5 | |||||
| 3938 | }, | |||||
| 3939 | 1200: { | |||||
| 3940 | items:5 | |||||
| 3941 | } | 1694 | } | |||
| 1695 | .coupon-sale-text b { | |||||
| 1696 | font-size: 200%; | |||||
| 1697 | vertical-align: text-top; | |||||
| 1698 | padding: 0; | |||||
| 3942 | } | 1699 | } | |||
| 3943 | }); | 1700 | .porto-ibanner-layer .btn-modern.btn-md { | |||
| 3944 | }); | 1701 | font-size: .85em; | |||
| 3945 | </script> | 1702 | padding: 1em 3.25em; | |||
| 3946 | </div> | 1703 | } | |||
| 3947 | </div> | 1704 | </style> | |||
| 1705 | ]]> | |||||
| 1706 | </content> | |||||
| 1707 | ||||||
| 1708 | <is_active> | |||||
| 1709 | 1 | |||||
| 1710 | </is_active> | |||||
| 1711 | ||||||
| 1712 | </cms_item> | |||||
| 1713 | ||||||
| 1714 | <cms_item> | |||||
| 1715 | ||||||
| 1716 | <title> | |||||
| 1717 | Footer Middle Main Features 2 | |||||
| 1718 | </title> | |||||
| 1719 | ||||||
| 1720 | <identifier> | |||||
| 1721 | footer_middle_main_features2 | |||||
| 1722 | </identifier> | |||||
| 1723 | ||||||
| 1724 | <content> | |||||
| 1725 | <![CDATA[<div class="widget_text widget widget_custom_html"> | |||||
| 1726 | <h3 class="widget-title">Main Features</h3> | |||||
| 1727 | <div class="textwidget custom-html-widget"> | |||||
| 1728 | <ul class="features"> | |||||
| 1729 | <li><a href="#">Super Fast Magento Theme</a></li> | |||||
| 1730 | <li><a href="#">Top Rated Magento Theme</a></li> | |||||
| 1731 | <li><a href="#">36 Unique Shop Layouts</a></li> | |||||
| 1732 | <li><a href="#">Powerful Magento Features</a></li> | |||||
| 1733 | <li><a href="#">Mobile & Retina Optimized</a></li> | |||||
| 1734 | <li><a href="#">Super Fast Magento Theme</a></li> | |||||
| 1735 | <li><a href="#">Top Rated Magento Theme</a></li> | |||||
| 1736 | <li><a href="#">36 Unique Shop Layouts</a></li> | |||||
| 1737 | <li><a href="#">Powerful Magento Features</a></li> | |||||
| 1738 | <li><a href="#">Mobile & Retina Optimized</a></li> | |||||
| 1739 | </ul> | |||||
| 3948 | </div> | 1740 | </div> | |||
| 3949 | </div> | 1741 | </div> | |||
| 3950 | <div class="our-instagram" style="margin-top: 40px;"> | 1742 | ]]> | |||
| 3951 | <h2 class="filterproduct-title"><span class="content"><strong>Follow on instagram</strong></span></h2> | |||||
| 3952 | <div class="main-instagram"> | |||||
| 3953 | <div class="item"> | |||||
| 3954 | <a href="#"><img src="{{media url="wysiwyg/smartwave/porto/homepage/18/content/insta1.jpg"}}" alt/><span class="content"><i class="porto-icon-instagram"></i></span></a> | |||||
| 3955 | </div> | |||||
| 3956 | <div class="item"> | |||||
| 3957 | <a href="#"><img src="{{media url="wysiwyg/smartwave/porto/homepage/18/content/insta2.jpg"}}" alt/><span class="content"><i class="porto-icon-instagram"></i></span></a> | |||||
| 3958 | </div> | |||||
| 3959 | <div class="item"> | |||||
| 3960 | <a href="#"><img src="{{media url="wysiwyg/smartwave/porto/homepage/18/content/insta3.jpg"}}" alt/><span class="content"><i class="porto-icon-instagram"></i></span></a> | |||||
| 3961 | </div> | |||||
| 3962 | <div class="item"> | |||||
| 3963 | <a href="#"><img src="{{media url="wysiwyg/smartwave/porto/homepage/18/content/insta4.jpg"}}" alt/><span class="content"><i class="porto-icon-instagram"></i></span></a> | |||||
| 3964 | </div> | |||||
| 3965 | <div class="item"> | |||||
| 3966 | <a href="#"><img src="{{media url="wysiwyg/smartwave/porto/homepage/18/content/insta5.jpg"}}" alt/><span class="content"><i class="porto-icon-instagram"></i></span></a> | |||||
| 3967 | </div> | |||||
| 3968 | <div class="item"> | |||||
| 3969 | <a href="#"><img src="{{media url="wysiwyg/smartwave/porto/homepage/18/content/insta6.jpg"}}" alt/><span class="content"><i class="porto-icon-instagram"></i></span></a> | |||||
| 3970 | </div> | |||||
| 3971 | <div class="item"> | |||||
| 3972 | <a href="#"><img src="{{media url="wysiwyg/smartwave/porto/homepage/18/content/insta7.jpg"}}" alt/><span class="content"><i class="porto-icon-instagram"></i></span></a> | |||||
| 3973 | </div> | |||||
| 3974 | <div class="item"> | |||||
| 3975 | <a href="#"><img src="{{media url="wysiwyg/smartwave/porto/homepage/18/content/insta8.jpg"}}" alt/><span class="content"><i class="porto-icon-instagram"></i></span></a> | |||||
| 3976 | </div> | |||||
| 3977 | <div class="item"> | |||||
| 3978 | <a href="#"><img src="{{media url="wysiwyg/smartwave/porto/homepage/18/content/insta9.jpg"}}" alt/><span class="content"><i class="porto-icon-instagram"></i></span></a> | |||||
| 3979 | </div> | |||||
| 3980 | <div class="item"> | |||||
| 3981 | <a href="#"><img src="{{media url="wysiwyg/smartwave/porto/homepage/18/content/insta10.jpg"}}" alt/><span class="content"><i class="porto-icon-instagram"></i></span></a> | |||||
| 3982 | </div> | |||||
| 3983 | </div> | |||||
| 3984 | </div>]]> | |||||
| 3985 | </content> | 1743 | </content> | |||
| 3986 | 1744 | |||||
| 3987 | <is_active> | 1745 | <is_active> | |||
| 3988 | 1 | 1746 | 1 | |||
| 3989 | </is_active> | 1747 | </is_active> | |||
| 3990 | 1748 | |||||
| 3991 | </cms_item> | 1749 | </cms_item> | |||
| 3992 | 1750 | |||||
| 3993 | <cms_item> | 1751 | <cms_item> | |||
| 3994 | 1752 | |||||
| 3995 | <title> | 1753 | <title> | |||
| 3996 | Porto - Homepage Slider 11 Old Skin | 1754 | Custom Menu Block Header 7 | |||
| 3997 | </title> | 1755 | </title> | |||
| 3998 | 1756 | |||||
| 3999 | <identifier> | 1757 | <identifier> | |||
| 4000 | porto_homeslider_11_old | 1758 | custom_menu_block_header7 | |||
| 4001 | </identifier> | 1759 | </identifier> | |||
| 4002 | 1760 | |||||
| 4003 | <content> | 1761 | <content> | |||
| 4004 | <![CDATA[<div class="container"> | 1762 | <![CDATA[<div class="menu-custom-block"> | |||
| 4005 | <div id="banner-slider-demo-18" class="owl-carousel owl-middle-narrow owl-banner-carousel"> | 1763 | <a href="#">Woman Shoes</a> | |||
| 4006 | <div class="item" style="position: relative;"> | 1764 | <a href="#">50% OFF FASHION</a> | |||
| 4007 | <img src="{{media url="wysiwyg/smartwave/porto/homepage/18/slider/01.jpg"}}" alt=""/> | 1765 | <a target="_blank" href="#">Buy Porto!</a> | |||
| 4008 | <div class="content-1" style="background-color: #b81d21; color: #fff;"> | 1766 | | |||
| 4009 | < | 1767 | <style> | |||
| 4010 | <p style="color:#fff;">Furniture & Garden</p> | 1768 | .menu-custom-block { | |||
| 4011 | <h3 style="color:#fff;">HUGE<br><b>SALE</b></h3> | 1769 | margin-left: -10px; | |||
| 4012 | </div> | 1770 | | |||
| 4013 | <div style="text-align: | 1771 | display: flex; | |||
| 4014 | <em style="color:#fff;">up to</em> | 1772 | align-items: center; | |||
| 4015 | <h4 style="color:#fff;">40%</h4> | 1773 | justify-content: flex-end; | |||
| 4016 | <h5 style="color:#fff;">OFF</h5> | 1774 | } | |||
| 4017 | </div> | 1775 | .menu-custom-block a { | |||
| 4018 | </div> | 1776 | text-transform: uppercase; | |||
| 4019 | </div> | 1777 | font-family: Poppins,sans-serif; | |||
| 4020 | <div class="item" style="position: relative;"> | 1778 | font-size: 12px; | |||
| 4021 | <img src="{{media url="wysiwyg/smartwave/porto/homepage/18/slider/02.jpg"}}" alt=""/> | 1779 | font-weight: 700; | |||
| 4022 | <div class="content-2" style="background-color: #333333; color: #fff;"> | 1780 | line-height: 24px; | |||
| 4023 | <div> | 1781 | color: #465157; | |||
| 4024 | <p style="color:#fff;">Furniture & Garden</p> | 1782 | padding: 14px 16px 12px 0; | |||
| 4025 | <h3 style="color:#fff;">SPECIAL <b>PROMO</b></h3> | 1783 | display: inline-block; | |||
| 4026 | </div> | 1784 | } | |||
| 4027 | <div style="text-align:right;border: 1px solid #ccc;border-width: 0 1px;"> | 1785 | .menu-custom-block a:last-child { | |||
| 4028 | <em style="color:#fff;">up to</em> | 1786 | padding-right: 0; | |||
| 4029 | <h4 style="color:#fff;">40%</h4> | 1787 | } | |||
| 4030 | <h5 style="color:#fff;">OFF</h5> | 1788 | .menu-custom-block a:hover { | |||
| 4031 | </div> | 1789 | color: #d0205e; | |||
| 4032 | <div> | 1790 | } | |||
| 4033 | <a style="color:#fff;" href="#">SHOP NOW <i class="porto-icon-right-dir"></i></a> | 1791 | </style>]]> | |||
| 4034 | </div> | 1792 | </content> | |||
| 1793 | ||||||
| 1794 | <is_active> | |||||
| 1795 | 1 | |||||
| 1796 | </is_active> | |||||
| 1797 | ||||||
| 1798 | </cms_item> | |||||
| 1799 | ||||||
| 1800 | <cms_item> | |||||
| 1801 | ||||||
| 1802 | <title> | |||||
| 1803 | Porto - Custom Block for Header 9 | |||||
| 1804 | </title> | |||||
| 1805 | ||||||
| 1806 | <identifier> | |||||
| 1807 | porto_custom_block_for_header_9 | |||||
| 1808 | </identifier> | |||||
| 1809 | ||||||
| 1810 | <content> | |||||
| 1811 | <![CDATA[<div class="porto-sicon-box text-left mx-4 mb-0 d-none d-lg-flex d-sticky-header-none style_1 default-icon"> | |||||
| 1812 | <div class="porto-sicon-default"> | |||||
| 1813 | <div class="porto-just-icon-wrapper" style="text-align: center;"> | |||||
| 1814 | <div class="porto-icon none" style="height: 1em;color: #fff; font-size: 29px; display: inline-block;line-height:1;"><i class="porto-icon-phone-2"></i></div> | |||||
| 4035 | </div> | 1815 | </div> | |||
| 4036 | </div> | 1816 | </div> | |||
| 1817 | <div class="porto-sicon-header"> | |||||
| 1818 | <h3 class="porto-sicon-title" style="font-weight: 600; font-size: 11px; line-height: 1.2; color: #fff;margin: 0 0 3px;">CALL US NOW</h3> | |||||
| 1819 | <p style="font-weight: 700; font-size: 18px; line-height: 0.9; color: #fff;">+123 5678 890</p> | |||||
| 4037 | </div> | 1820 | </div> | |||
| 4038 | <script type="text/javascript"> | 1821 | </div> ]]> | |||
| 4039 | require([ | |||||
| 4040 | 'jquery', | |||||
| 4041 | 'owl.carousel/owl.carousel.min' | |||||
| 4042 | ], function ($) { | |||||
| 4043 | $("#banner-slider-demo-18").owlCarousel({ | |||||
| 4044 | items: 1, | |||||
| 4045 | autoplay: true, | |||||
| 4046 | autoplayTimeout: 5000, | |||||
| 4047 | autoplayHoverPause: true, | |||||
| 4048 | dots: false, | |||||
| 4049 | nav: true, | |||||
| 4050 | navRewind: true, | |||||
| 4051 | animateIn: 'fadeIn', | |||||
| 4052 | animateOut: 'fadeOut', | |||||
| 4053 | loop: true, | |||||
| 4054 | navText: ["<em class='porto-icon-chevron-left'></em>","<em class='porto-icon-chevron-right'></em>"] | |||||
| 4055 | }); | |||||
| 4056 | }); | |||||
| 4057 | </script> | |||||
| 4058 | ||||||
| 4059 | | |||||
| 4060 | </content> | 1822 | </content> | |||
| 4061 | 1823 | |||||
| 4062 | <is_active> | 1824 | <is_active> | |||
| 4063 | 1 | 1825 | 1 | |||
| 4064 | </is_active> | 1826 | </is_active> | |||
| 4065 | 1827 | |||||
| 4066 | </cms_item> | 1828 | </cms_item> | |||
| 4067 | 1829 | |||||
| 4068 | <cms_item> | 1830 | <cms_item> | |||
| 4069 | 1831 | |||||
| 4070 | <title> | 1832 | <title> | |||
| 4071 | Porto - Homepage Slider 13 | 1833 | Porto - Custom Notice Block 3 | |||
| 4072 | </title> | 1834 | </title> | |||
| 4073 | 1835 | |||||
| 4074 | <identifier> | 1836 | <identifier> | |||
| 4075 | porto_homeslider_13 | 1837 | porto_custom_notice3 | |||
| 4076 | </identifier> | 1838 | </identifier> | |||
| 4077 | 1839 | |||||
| 4078 | <content> | 1840 | <content> | |||
| 4079 | <![CDATA[<div class="full-screen-slider"> | 1841 | <![CDATA[<div class="row top-bar no-padding" style="border-bottom: 1px solid #e7e7e7; padding: 11px 0;"> | |||
| 4080 | <div id="banner-slider-demo-4" class="owl-carousel owl-bottom-narrow owl-banner-carousel"> | 1842 | <div class="vc_column_container col-md-12"> | |||
| 4081 | <div class="item" style="background:url({{media url="wysiwyg/smartwave/porto/homepage/04/slider/slide1n.jpg"}}) 80% center no-repeat; background-size:cover;"> | 1843 | <div class="wpb_wrapper vc_column-inner"> | |||
| 4082 | <img src="{{media url="wysiwyg/smartwave/porto/homepage/14/slider/02.png"}}" alt=""/> | 1844 | <div class="porto-carousel owl-carousel mb-0"> | |||
| 4083 | <div class="slide1-content content" style="width:100%;height:100%;position:absolute;left:0;top:0;"> | 1845 | <div class="porto-sicon-box style_1 default-icon"> | |||
| 4084 | <div class="container" style="height:100%;position:relative;"> | 1846 | <div class="porto-sicon-default"> | |||
| 4085 | <div class="content-area" style="position:absolute;top:37%;left:20px;text-align:left;"> | 1847 | <div class="porto-just-icon-wrapper" style="text-align: center;"> | |||
| 4086 | <div class="text1" style="">up to<br><b class="inner1">50</b><span class="inner2">%<br><b class="inner3">Off</b></span></div> | 1848 | <div class="porto-icon none" style="color: #222529; font-size: 28px; display: inline-block;"><i class="porto-icon-shipping"></i></div> | |||
| 4087 | <h2 class="text2">summer sale</h2> | |||||
| 4088 | <p class="text3" style="">Now starting at <b style="font-weight:700;">$99.00</b></p> | |||||
| 4089 | <a href="#" class="btn btn-default">Shop Now</a> | |||||
| 4090 | </div> | 1849 | </div> | |||
| 4091 | </div> | 1850 | </div> | |||
| 1851 | <div class="porto-sicon-header"><h3 class="porto-sicon-title" style="font-weight: 600; font-size: 0.75rem; line-height: 1; letter-spacing: -0.025em;">FREE SHIPPING & RETURN</h3></div> | |||||
| 4092 | </div> | 1852 | </div> | |||
| 1853 | <div class="porto-sicon-box style_1 default-icon"> | |||||
| 1854 | <div class="porto-sicon-default"> | |||||
| 1855 | <div class="porto-just-icon-wrapper" style="text-align: center;"> | |||||
| 1856 | <div class="porto-icon none" style="color: #222529; font-size: 28px; display: inline-block;"><i class="porto-icon-money"></i></div> | |||||
| 4093 | </div> | 1857 | </div> | |||
| 4094 | <div class="item" style="background:url({{media url="wysiwyg/smartwave/porto/homepage/04/slider/slide2n.jpg"}}) 20% center no-repeat; background-size:cover;"> | |||||
| 4095 | <img src="{{media url="wysiwyg/smartwave/porto/homepage/14/slider/02.png"}}" alt=""/> | |||||
| 4096 | <div class="slide2-content content" style="width:100%;height:100%;position:absolute;left:0;top:0;"> | |||||
| 4097 | <div class="container" style="height:100%;position:relative;"> | |||||
| 4098 | <div class="content-area" style="position:absolute;top:37%;right:20px;text-align:left;"> | |||||
| 4099 | <h2 class="text1">COOL SHOES</h2> | |||||
| 4100 | <p class="text2">$ 199</p> | |||||
| 4101 | <p class="text3">* blue of orange while it last</p> | |||||
| 4102 | <a href="#" class="btn btn-default">Shop Now</a> | |||||
| 4103 | </div> | 1858 | </div> | |||
| 1859 | <div class="porto-sicon-header"><h3 class="porto-sicon-title" style="font-weight: 600; font-size: 0.75rem; line-height: 1; letter-spacing: -0.025em;">MONEY BACK GUARANTEE</h3></div> | |||||
| 4104 | </div> | 1860 | </div> | |||
| 1861 | <div class="porto-sicon-box style_1 default-icon"> | |||||
| 1862 | <div class="porto-sicon-default"> | |||||
| 1863 | <div class="porto-just-icon-wrapper" style="text-align: center;"> | |||||
| 1864 | <div class="porto-icon none" style="color: #222529; font-size: 28px; display: inline-block;"><i class="porto-icon-support"></i></div> | |||||
| 4105 | </div> | 1865 | </div> | |||
| 4106 | </div> | |||||
| 4107 | </div> | |||||
| 4108 | <script type="text/javascript"> | |||||
| 4109 | require([ | |||||
| 4110 | 'jquery', | |||||
| 4111 | 'owl.carousel/owl.carousel.min' | |||||
| 4112 | ], function ($) { | |||||
| 4113 | $("#banner-slider-demo-4").owlCarousel({ | |||||
| 4114 | items: 1, | |||||
| 4115 | autoplay: true, | |||||
| 4116 | autoplayTimeout: 5000, | |||||
| 4117 | autoplayHoverPause: true, | |||||
| 4118 | navRewind: true, | |||||
| 4119 | dots: false, | |||||
| 4120 | animateIn: 'fadeIn', | |||||
| 4121 | animateOut: 'fadeOut', | |||||
| 4122 | loop: true, | |||||
| 4123 | nav: false, | |||||
| 4124 | dots:true, | |||||
| 4125 | navText: ["<em class='porto-icon-chevron-left'></em>","<em class='porto-icon-chevron-right'></em>"] | |||||
| 4126 | }); | |||||
| 4127 | $(".main-container").remove(); | |||||
| 4128 | }); | |||||
| 4129 | </script> | |||||
| 4130 | </div> | |||||
| 4131 | <div class="row" style="margin:0;"> | |||||
| 4132 | <div class="col-md-3 col-6" style="padding:0;"> | |||||
| 4133 | <a class="image-link" href="#"> | |||||
| 4134 | <img src="{{media url="wysiwyg/smartwave/porto/homepage/04/slider/image01n.jpg"}}" alt="" /> | |||||
| 4135 | </a> | |||||
| 4136 | </div> | 1866 | </div> | |||
| 4137 | <div class="col-md-3 col-6" style="padding:0;"> | 1867 | <div class="porto-sicon-header"><h3 class="porto-sicon-title" style="font-weight: 600; font-size: 0.75rem; line-height: 1; letter-spacing: -0.025em;">ONLINE SUPPORT 24/7</h3></div> | |||
| 4138 | <a class="image-link" href="#"> | |||||
| 4139 | <img src="{{media url="wysiwyg/smartwave/porto/homepage/04/slider/image02n.jpg"}}" alt="" /> | |||||
| 4140 | </a> | |||||
| 4141 | </div> | 1868 | </div> | |||
| 4142 | <div class="col-md-3 col-6" style="padding:0;"> | 1869 | <div class="porto-sicon-box style_1 default-icon"> | |||
| 4143 | <a class="image-link" href="#"> | 1870 | <div class="porto-sicon-default"> | |||
| 4144 | <img src="{{media url="wysiwyg/smartwave/porto/homepage/04/slider/image03n.jpg"}}" alt="" /> | 1871 | <div class="porto-just-icon-wrapper" style="text-align: center;"> | |||
| 4145 | </a> | 1872 | <div class="porto-icon none" style="color: #222529; font-size: 28px; display: inline-block;"><i class="porto-icon-secure-payment"></i></div> | |||
| 4146 | </div> | 1873 | </div> | |||
| 4147 | <div class="col-md-3 col-6" style="padding:0;"> | |||||
| 4148 | <a class="image-link" href="#"> | |||||
| 4149 | <img src="{{media url="wysiwyg/smartwave/porto/homepage/04/slider/image04n.jpg"}}" alt="" /> | |||||
| 4150 | </a> | |||||
| 4151 | </div> | 1874 | </div> | |||
| 4152 | </div> | 1875 | <div class="porto-sicon-header"><h3 class="porto-sicon-title" style="font-weight: 600; font-size: 0.75rem; line-height: 1; letter-spacing: -0.025em;">SECURE PAYMENT</h3></div> | |||
| 4153 | <div class="row" style="margin:0;"> | |||||
| 4154 | <div class="col-md-6 md-order-12" style="padding:0;"> | |||||
| 4155 | <div id="half-image-1" style="background:url({{media url="wysiwyg/smartwave/porto/homepage/04/slider/men_new.jpg"}}) center center no-repeat;background-size:cover;width:100%;"> | |||||
| 4156 | <img src="{{media url="wysiwyg/smartwave/porto/homepage/04/slider/men_new.jpg"}}" style="width:100%;visibility:hidden;" alt="" /> | |||||
| 4157 | <div class="content" style="position:absolute;top:41%;left:15%;line-height:1;font-size:60px;font-family:'Oswald';letter-spacing:0.05em;text-transform:uppercase;text-align:left;color:#fff;">Men’s<br>Collection</div> | |||||
| 4158 | </div> | 1876 | </div> | |||
| 4159 | </div> | 1877 | </div> | |||
| 4160 | <div id="half-content-1" class="col-md-6" style="padding:4% 6% 1.5%;position:relative;text-align:left;"> | |||||
| 4161 | <h3 class="fullwidth-filter-title">New Mens Collection</h3> | |||||
| 4162 | <p class="fullwidth-filter-description">Yes, this is our new collection, check it out our new arrivals.</p> | |||||
| 4163 | <div id="men_product" class="product-padding product-banner owl-top-narrow no-border" style="margin-top: 25px;"> | |||||
| 4164 | {{block class="Smartwave\Filterproducts\Block\Home\LatestList" name="men_product" product_count="4" aspect_ratio="0" image_width="300" image_height="400" product_type="3" template="owl_list.phtml"}} | |||||
| 4165 | </div> | 1878 | </div> | |||
| 4166 | <script type="text/javascript"> | 1879 | <style> | |||
| 4167 | require([ | 1880 | .top-bar .porto-carousel { | |||
| 4168 | 'jquery', | 1881 | margin-right: -1px; | |||
| 4169 | 'owl.carousel/owl.carousel.min' | 1882 | width: calc(100% + 1px); | |||
| 4170 | ], function ($) { | |||||
| 4171 | $("#men_product .owl-carousel").owlCarousel({ | |||||
| 4172 | loop: true, | |||||
| 4173 | margin | |||||
| 4174 | autoplay: true, | |||||
| 4175 | autoplayTimeout: 5000, | |||||
| 4176 | autoplayHoverPause: true, | |||||
| 4177 | navRewind: true, | |||||
| 4178 | nav: true, | |||||
| 4179 | dots: false, | |||||
| 4180 | navText: ["<em class='porto-icon-angle-left'></em>","<em class='porto-icon-angle-right'></em>"], | |||||
| 4181 | responsive: { | |||||
| 4182 | 0: { | |||||
| 4183 | items:2 | |||||
| 4184 | }, | |||||
| 4185 | 640: { | |||||
| 4186 | items:2 | |||||
| 4187 | } | 1883 | } | |||
| 1884 | .top-bar .porto-sicon-box { | |||||
| 1885 | margin-bottom: 0; | |||||
| 1886 | justify-content: center; | |||||
| 1887 | border-right: 1px solid #e7e7e7; | |||||
| 4188 | } | 1888 | } | |||
| 4189 | }); | 1889 | .top-bar .porto-sicon-default .porto-icon { | |||
| 4190 | }); | 1890 | margin-right: 0.5rem; | |||
| 4191 | </script> | 1891 | } | |||
| 4192 | </div> | 1892 | </style> | |||
| 4193 | </div> | |||||
| 4194 | <div class="row" style="margin:0;"> | |||||
| 4195 | <div class="col-md-6" style="padding:0;"> | |||||
| 4196 | <div id="half-image-2" style="background:url({{media url="wysiwyg/smartwave/porto/homepage/04/slider/women_new.jpg"}}) center center no-repeat;background-size:cover;width:100%;"> | |||||
| 4197 | <img src="{{media url="wysiwyg/smartwave/porto/homepage/04/slider/women_new.jpg"}}" style="width:100%;visibility:hidden;" alt="" /> | |||||
| 4198 | <div class="content" style="position:absolute;top:41%;left:15%;line-height:1;font-size:60px;font-family:'Oswald';letter-spacing:0.05em;text-transform:uppercase;text-align:left;color:#fff;">Woman’s<br>Collection</div> | |||||
| 4199 | </div> | |||||
| 4200 | </div> | |||||
| 4201 | <div id="half-content-2" class="col-md-6" style="padding:4% 6% 1.5%;position:relative;text-align:left;"> | |||||
| 4202 | <h3 class="fullwidth-filter-title">New ladies Collection</h3> | |||||
| 4203 | <p class="fullwidth-filter-description">Yes, this is our new collection, check it out our new arrivals.</p> | |||||
| 4204 | <div id="women_product" class="product-padding product-banner owl-top-narrow no-border" style="margin-top: 25px;"> | |||||
| 4205 | {{block class="Smartwave\Filterproducts\Block\Home\LatestList" name="women_product" product_count="4" aspect_ratio="0" image_width="300" image_height="346" product_type="3" template="owl_list.phtml"}} | |||||
| 4206 | </div> | |||||
| 4207 | <script type="text/javascript"> | 1893 | <script type="text/javascript"> | |||
| 4208 | require([ | 1894 | require(["jquery", "owl.carousel/owl.carousel.min"], function ($) { | |||
| 4209 | 'jquery', | 1895 | $(".top-bar .owl-carousel").owlCarousel({ | |||
| 4210 | 'owl.carousel/owl.carousel.min' | 1896 | autoplay: false, | |||
| 4211 | ], function ($) { | |||||
| 4212 | $("#women_product .owl-carousel").owlCarousel({ | |||||
| 4213 | loop: true, | |||||
| 4214 | margin: 0, | |||||
| 4215 | autoplay: true, | |||||
| 4216 | autoplayTimeout: 5000, | 1897 | autoplayTimeout: 5000, | |||
| 4217 | autoplayHoverPause: true, | 1898 | autoplayHoverPause: true, | |||
| 1899 | loop: false, | |||||
| 4218 | navRewind: true, | 1900 | navRewind: true, | |||
| 4219 | nav: true, | 1901 | lazyLoad: true, | |||
| 1902 | margin: 0, | |||||
| 1903 | nav: false, | |||||
| 4220 | dots: false, | 1904 | dots: false, | |||
| 4221 | navText: ["<em class='porto-icon-angle-left'></em>","<em class='porto-icon-angle-right'></em>"], | |||||
| 4222 | responsive: { | 1905 | responsive: { | |||
| 4223 | 0: { | 1906 | 0: { | |||
| 4224 | items:2 | 1907 | items: 1, | |||
| 4225 | }, | 1908 | }, | |||
| 4226 | 640: { | 1909 | 640: { | |||
| 4227 | items: | 1910 | items: 2, | |||
| 4228 | } | |||||
| 4229 | } | |||||
| 4230 | }); | |||||
| 4231 | }); | |||||
| 4232 | </script> | |||||
| 4233 | </div> | |||||
| 4234 | </div> | |||||
| 4235 | <div style="text-align:left; padding:95px 15px;background-color:#e0e2e3;"> | |||||
| 4236 | <h3 class="fullwidth-filter-title" style="text-align:center;margin-bottom:10px;">Featured Products</h3> | |||||
| 4237 | <span style="text-align:center;display:block;font-size:15px;color:#646a70;letter-spacing:0.025em;margin-bottom:10px;">Check it out our new arrivals.</span> | |||||
| 4238 | <div id="fashion_product" class="product-padding no-border" style="margin-top: 25px;"> | |||||
| 4239 | {{block class="Smartwave\Filterproducts\Block\Home\LatestList" name="latest_product" product_count="8" aspect_ratio="1" image_width="400" product_type="3" template="owl_list.phtml"}} | |||||
| 4240 | </div> | |||||
| 4241 | <script type="text/javascript"> | |||||
| 4242 | require([ | |||||
| 4243 | 'jquery', | |||||
| 4244 | 'owl.carousel/owl.carousel.min' | |||||
| 4245 | ], function ($) { | |||||
| 4246 | $("#fashion_product .owl-carousel").owlCarousel({ | |||||
| 4247 | loop: true, | |||||
| 4248 | margin: 0, | |||||
| 4249 | autoplay: true, | |||||
| 4250 | autoplayTimeout: 5000, | |||||
| 4251 | autoplayHoverPause: true, | |||||
| 4252 | navRewind: true, | |||||
| 4253 | nav: false, | |||||
| 4254 | dots: true, | |||||
| 4255 | responsive: { | |||||
| 4256 | 0: { | |||||
| 4257 | items:2 | |||||
| 4258 | }, | 1911 | }, | |||
| 4259 | 768: { | 1912 | 768: { | |||
| 4260 | items: | 1913 | items: 3, | |||
| 4261 | }, | 1914 | }, | |||
| 4262 | 992: { | 1915 | 992: { | |||
| 4263 | items: | 1916 | items: 4, | |||
| 4264 | }, | 1917 | }, | |||
| 4265 | 1200: { | 1918 | 1200: { | |||
| 4266 | items:5 | 1919 | items: 4, | |||
| 4267 | } | 1920 | }, | |||
| 4268 | } | 1921 | }, | |||
| 4269 | }); | 1922 | }); | |||
| 4270 | }); | 1923 | }); | |||
| 4271 | </script> | 1924 | </script> | |||
| 1925 | </div> | |||||
| 4272 | </div> | 1926 | </div> | |||
| 4273 | <script type="text/javascript"> | 1927 | ]]> | |||
| 4274 | require([ | |||||
| 4275 | 'jquery' | |||||
| 4276 | ], function ($) { | |||||
| 4277 | $("#half-image-1").css("min-height",$("#half-content-1").outerHeight()+"px"); | |||||
| 4278 | $("#half-image-2").css("min-height",$("#half-content-2").outerHeight()+"px"); | |||||
| 4279 | setTimeout(function(){ | |||||
| 4280 | $("#half-image-1").css("min-height",$("#half-content-1").outerHeight()+"px"); | |||||
| 4281 | $("#half-image-2").css("min-height",$("#half-content-2").outerHeight()+"px"); | |||||
| 4282 | }, 5000); | |||||
| 4283 | $(window).resize(function(){ | |||||
| 4284 | setTimeout(function(){ | |||||
| 4285 | $("#half-image-1").css("min-height",$("#half-content-1").outerHeight()+"px"); | |||||
| 4286 | $("#half-image-2").css("min-height",$("#half-content-2").outerHeight()+"px"); | |||||
| 4287 | }, 500); | |||||
| 4288 | }); | |||||
| 4289 | }); | |||||
| 4290 | </script> | |||||
| 4291 | <style type="text/css"> | |||||
| 4292 | .product-item-photo { | |||||
| 4293 | border-radius: 0; | |||||
| 4294 | border: 0; | |||||
| 4295 | } | |||||
| 4296 | #banner-slider-demo-4 .slide1-content .content-area .text1 { | |||||
| 4297 | position: relative; | |||||
| 4298 | font-family:'Oswald'; | |||||
| 4299 | font-size:18px; | |||||
| 4300 | letter-spacing:-0.01em; | |||||
| 4301 | text-transform:uppercase; | |||||
| 4302 | color:#fff; | |||||
| 4303 | line-height:1; | |||||
| 4304 | font-weight:400; | |||||
| 4305 | } | |||||
| 4306 | #banner-slider-demo-4 .slide1-content .content-area .text1 .inner1{ | |||||
| 4307 | font-size:64px;color:#fff;letter-spacing:-0.01em;display:inline-block;display:inline-block;text-shadow: 5px 3px #92a9b3;font-weight:600;margin-top:5px;font-family:'Poppins';margin-left:-4px;margin-right: 5px; | |||||
| 4308 | } | |||||
| 4309 | #banner-slider-demo-4 .slide1-content .content-area .text1 .inner2{ | |||||
| 4310 | position:absolute;top:23px;font-size:33px;font-weight: 400;font-family: 'Open Sans'; | |||||
| 4311 | } | |||||
| 4312 | #banner-slider-demo-4 .slide1-content .content-area .text1 .inner3{ | |||||
| 4313 | font-family:'Oswald';font-size:18px;letter-spacing:0.075em;color:#fff;font-weight:400;display:block; | |||||
| 4314 | } | |||||
| 4315 | #banner-slider-demo-4 .slide1-content .content-area .text2 { | |||||
| 4316 | font-family:'Oswald';font-size:80px;font-weight:700;text-transform:uppercase;color:#fff;line-height:1;margin-top:30px; | |||||
| 4317 | } | |||||
| 4318 | #banner-slider-demo-4 .slide1-content .content-area .text3 { | |||||
| 4319 | font-weight:400;color:#fff;line-height:1;text-transform: uppercase;font-size: 20px;letter-spacing: 0.075em;margin-bottom:35px; | |||||
| 4320 | } | |||||
| 4321 | #banner-slider-demo-4 .slide1-content .content-area .btn-default { | |||||
| 4322 | text-transform:uppercase;padding:14px 20px;border-radius:2px;font-family:'Oswald';letter-spacing:0.05em;font-size:14px;line-height:1;color:#fff; | |||||
| 4323 | } | |||||
| 4324 | #banner-slider-demo-4 .slide2-content .content-area .text1 { | |||||
| 4325 | font-family:'Oswald';font-size:80px;font-weight:700;text-transform:uppercase;color:#fff;line-height:1;margin-bottom:25px; | |||||
| 4326 | } | |||||
| 4327 | #banner-slider-demo-4 .slide2-content .content-area .text2 { | |||||
| 4328 | font-family:'Poppins';font-weight:600;color:#fff;line-height:1;text-transform: uppercase;font-size: 64px;letter-spacing: -0.01em;text-shadow: 5px 3px #92a9b3;margin: 0 0 25px; | |||||
| 4329 | } | |||||
| 4330 | #banner-slider-demo-4 .slide2-content .content-area .text3 { | |||||
| 4331 | font-family:'Oswald';font-size:18px;font-weight:400;letter-spacing:-0.01em;color:#fff;margin:0;text-transform:uppercase;margin: 0 0 35px; | |||||
| 4332 | } | |||||
| 4333 | #banner-slider-demo-4 .slide2-content .content-area .btn-default { | |||||
| 4334 | text-transform:uppercase;padding:14px 20px;border-radius:2px;font-family:'Oswald';letter-spacing:0.05em;font-size:14px;width:auto;height:auto;line-height:1;color:#fff; | |||||
| 4335 | } | |||||
| 4336 | @media(max-width:767px){ | |||||
| 4337 | #banner-slider-demo-4 .slide1-content .content-area .text1 { | |||||
| 4338 | font-size:10px; | |||||
| 4339 | } | |||||
| 4340 | #banner-slider-demo-4 .slide1-content .content-area .text1 .inner1 { | |||||
| 4341 | font-size: 35px; | |||||
| 4342 | } | |||||
| 4343 | #banner-slider-demo-4 .slide1-content .content-area .text1 .inner2 { | |||||
| 4344 | top: 18px; | |||||
| 4345 | font-size: 13px; | |||||
| 4346 | } | |||||
| 4347 | #banner-slider-demo-4 .slide1-content .content-area .text1 .inner3 { | |||||
| 4348 | font-size: 10px; | |||||
| 4349 | } | |||||
| 4350 | #banner-slider-demo-4 .slide1-content .content-area .text2 { | |||||
| 4351 | font-size: 40px; | |||||
| 4352 | margin-top: 10px; | |||||
| 4353 | } | |||||
| 4354 | #banner-slider-demo-4 .slide1-content .content-area .text3 { | |||||
| 4355 | font-size: 10px; | |||||
| 4356 | margin-bottom: 15px; | |||||
| 4357 | } | |||||
| 4358 | #banner-slider-demo-4 .slide1-content .content-area .btn-default { | |||||
| 4359 | padding: 8px 10px; | |||||
| 4360 | font-size: 12px; | |||||
| 4361 | } | |||||
| 4362 | #banner-slider-demo-4 .slide2-content .content-area .text1 { | |||||
| 4363 | font-size: 40px; | |||||
| 4364 | margin-bottom: 10px; | |||||
| 4365 | } | |||||
| 4366 | #banner-slider-demo-4 .slide2-content .content-area .text2 { | |||||
| 4367 | font-size: 33px; | |||||
| 4368 | margin: 0 0 7px; | |||||
| 4369 | } | |||||
| 4370 | #banner-slider-demo-4 .slide2-content .content-area .text3 { | |||||
| 4371 | font-size: 10px; | |||||
| 4372 | margin: 0 0 13px; | |||||
| 4373 | } | |||||
| 4374 | #banner-slider-demo-4 .slide2-content .content-area .btn-default { | |||||
| 4375 | padding: 8px 10px; | |||||
| 4376 | font-size: 11px; | |||||
| 4377 | } | |||||
| 4378 | #banner-slider-demo-4 .owl-controls { | |||||
| 4379 | display:none!important; | |||||
| 4380 | } | |||||
| 4381 | } | |||||
| 4382 | @media(max-width:320px){ | |||||
| 4383 | #banner-slider-demo-4 .slide1-content .content-area .text1 .inner1 { | |||||
| 4384 | font-size: 33px; | |||||
| 4385 | } | |||||
| 4386 | #banner-slider-demo-4 .slide1-content .content-area .text2 { | |||||
| 4387 | font-size: 34px; | |||||
| 4388 | margin-top: 7px; | |||||
| 4389 | } | |||||
| 4390 | #banner-slider-demo-4 .slide1-content .content-area .text3 { | |||||
| 4391 | font-size: 9px; | |||||
| 4392 | margin-bottom: 12px; | |||||
| 4393 | } | |||||
| 4394 | #banner-slider-demo-4 .slide1-content .content-area .btn-default { | |||||
| 4395 | padding: 7px 9px; | |||||
| 4396 | font-size: 10px; | |||||
| 4397 | } | |||||
| 4398 | #banner-slider-demo-4 .slide2-content .content-area .text1 { | |||||
| 4399 | font-size: 33px; | |||||
| 4400 | margin-bottom: 10px; | |||||
| 4401 | } | |||||
| 4402 | #banner-slider-demo-4 .slide2-content .content-area .text2 { | |||||
| 4403 | font-size: 30px; | |||||
| 4404 | margin: 0 0 7px; | |||||
| 4405 | text-shadow: 3px 2px #92a9b3; | |||||
| 4406 | } | |||||
| 4407 | #banner-slider-demo-4 .slide2-content .content-area .btn-default { | |||||
| 4408 | padding: 7px 9px; | |||||
| 4409 | font-size: 10px; | |||||
| 4410 | } | |||||
| 4411 | } | |||||
| 4412 | </style>]]> | |||||
| 4413 | </content> | 1928 | </content> | |||
| 4414 | 1929 | |||||
| 4415 | <is_active> | 1930 | <is_active> | |||
| 4416 | 1 | 1931 | 1 | |||
| 4417 | </is_active> | 1932 | </is_active> | |||
| 4418 | 1933 | |||||
| 4419 | </cms_item> | 1934 | </cms_item> | |||
| 4420 | 1935 | |||||
| 4421 | <cms_item> | 1936 | <cms_item> | |||
| 4422 | 1937 | |||||
| 4423 | <title> | 1938 | <title> | |||
| 4424 | Porto - Homepage Slider 13 Old Skin | 1939 | Porto - Footer Top Custom Block | |||
| 4425 | </title> | 1940 | </title> | |||
| 4426 | 1941 | |||||
| 4427 | <identifier> | 1942 | <identifier> | |||
| 4428 | porto_homeslider_13_old | 1943 | porto_footer_top_custom_block | |||
| 4429 | </identifier> | 1944 | </identifier> | |||
| 4430 | 1945 | |||||
| 4431 | <content> | 1946 | <content> | |||
| 4432 | <![CDATA[<div class="full-screen-slider"> | 1947 | <![CDATA[<div class="porto-block"> | |||
| 4433 | <div id="banner-slider-demo-4" class="owl-carousel owl-middle-narrow owl-banner-carousel"> | 1948 | <style> | |||
| 4434 | <div class="item" style="background:#f0f0f0;background-image:linear-gradient(#e8e8e8,#f0f0f0);position:relative;"> | 1949 | .footer-top .porto-block { | |||
| 4435 | <div style="width:100%;height:100%;background:url({{media url="wysiwyg/smartwave/porto/homepage/04/slider/slide1.jpg"}}) 80% center no-repeat; background-size:cover;"></div> | 1950 | border-width: 1px 0; | |||
| 4436 | <div class="slide1-content" style="width:100%;height:100%;position:absolute;left:0;top:0;"> | 1951 | border-style: solid; | |||
| 4437 | <div class="container" style="height:100%;position:relative;"> | 1952 | border-color: #e7e7e7; | |||
| 4438 | <div class="content-area" style="position:absolute;top:37%;left:7%;text-align:center;"> | 1953 | } | |||
| 4439 | <div style="margin:0;line-height:1;"> | 1954 | .footer-top .custom-block:before { | |||
| 4440 | <img src="{{media url="wysiwyg/smartwave/porto/homepage/04/slider/quote.png"}}" alt="" class="quote" style="display:inline-block;vertical-align:middle;"/> | 1955 | margin-bottom: 0; | |||
| 4441 | <em style="display:inline-block;vertical-align:middle;line-height:1;color:#fff;font-weight:300;font-style:normal;">DO YOU NEED A NEW</em> | 1956 | border: none; | |||
| 4442 | <img src="{{media url="wysiwyg/smartwave/porto/homepage/04/slider/quote.png"}}" alt="" class="quote" style="display:inline-block;vertical-align:middle;"/> | 1957 | } | |||
| 4443 | </div> | 1958 | .footer-top .custom-block:after { | |||
| 4444 | <h2 style="font-weight:800;color:#fff;line-height:1;">eCOMMERCE?</h2> | 1959 | margin-top: 0; | |||
| 4445 | <p style="font-weight:300;color:#fff;line-height:1;">Check our options and features.</p> | 1960 | border: none; | |||
| 4446 | </div> | 1961 | } | |||
| 4447 | </div> | 1962 | .bottom-ads .porto-sicon-header + .porto-sicon-description { | |||
| 1963 | margin-top: 0.5rem; | |||||
| 1964 | } | |||||
| 1965 | .bottom-ads .left-icon .porto-sicon-left { | |||||
| 1966 | vertical-align: middle; | |||||
| 1967 | } | |||||
| 1968 | </style> | |||||
| 1969 | <div class="row bottom-ads" style="padding-top: 2rem;padding-bottom: 1rem;"> | |||||
| 1970 | <div class="col-md-4"> | |||||
| 1971 | <div class="wpb_wrapper vc_column-inner"> | |||||
| 1972 | <div class="porto-sicon-box mb-3 style_1 left-icon"> | |||||
| 1973 | <div class="porto-sicon-left"> | |||||
| 1974 | <div class="porto-just-icon-wrapper" style="text-align: center;"> | |||||
| 1975 | <div class="porto-icon advanced" style="color: #222529; background: #f4f4f4; width: 80px; height: 80px; line-height: 80px; border-radius: 40px; font-size: 35px; display: inline-block;"> | |||||
| 1976 | <i class="Simple-Line-Icons-earphones-alt"></i> | |||||
| 4448 | </div> | 1977 | </div> | |||
| 4449 | </div> | 1978 | </div> | |||
| 4450 | <div class="item" style="background:#f0f0f0;background-image:linear-gradient(#e8e8e8,#f0f0f0);position:relative;"> | |||||
| 4451 | <div style="width:100%;height:100%;background:url({{media url="wysiwyg/smartwave/porto/homepage/04/slider/slide2.jpg"}}) 20% center no-repeat; background-size:cover;"></div> | |||||
| 4452 | <div class="slide2-content" style="width:100%;height:100%;position:absolute;left:0;top:0;"> | |||||
| 4453 | <div class="container" style="height:100%;position:relative;"> | |||||
| 4454 | <div class="content-area" style="position:absolute;top:40%;right:20%;text-align:left;"> | |||||
| 4455 | <em style="display:block;line-height:1;color:#fff;font-weight:300;font-style:normal;">up to <b>70%</b> off!</em> | |||||
| 4456 | <h2 style="font-weight:600;color:#fff;line-height:1;">HUGE <b style="font-weight:800;">SALE</b></h2> | |||||
| 4457 | <p style="font-weight:600;color:#fff;line-height:1;">Fashion<span class="split">-</span>Electronics<span class="split">-</span>Gifts<span class="split">-</span>Music<span class="split">-</span>Sports</p> | |||||
| 4458 | <div style="text-align:right;"><a href="#" class="btn btn-default" style="border:0;background-color:#fefefe;color:#777;font-weight:600;">SHOP NOW</a></div> | |||||
| 4459 | </div> | 1979 | </div> | |||
| 1980 | <div class="porto-sicon-body"> | |||||
| 1981 | <div class="porto-sicon-header"> | |||||
| 1982 | <h3 class="porto-sicon-title" style="font-weight: 700; font-size: 1rem; line-height: 1.2;">CUSTOMER SUPPORT</h3> | |||||
| 1983 | <p style="font-weight: 600; font-size: 14px; line-height: 1;">Need Assistence?</p> | |||||
| 4460 | </div> | 1984 | </div> | |||
| 1985 | <div class="porto-sicon-description" style="font-size: 13px;">Lorem ipsum dolor sit amet, consectetur adipiscing elit. Duis nec vestibulum magna, et dapib.</div> | |||||
| 4461 | </div> | 1986 | </div> | |||
| 4462 | </div> | 1987 | </div> | |||
| 4463 | <div class="item" style="background:#f0f0f0;background-image:linear-gradient(#e8e8e8,#f0f0f0);position:relative;"> | |||||
| 4464 | <div style="width:100%;height:100%;background:url({{media url="wysiwyg/smartwave/porto/homepage/04/slider/slide3.jpg"}}) center center no-repeat; background-size:cover;"></div> | |||||
| 4465 | <div class="slide3-content" style="width:100%;height:100%;position:absolute;left:0;top:0;"> | |||||
| 4466 | <div class="container" style="height:100%;position:relative;"> | |||||
| 4467 | <div class="content-area" style="position:absolute;left:0;top:40%;text-align:center;width:100%;"> | |||||
| 4468 | <div style="display:inline-block;"> | |||||
| 4469 | <em style="display:block;line-height:1;margin:0;color:#fff;font-weight:300;font-style:normal;text-align:right;">It’s time to feel</em> | |||||
| 4470 | <h2 style="font-weight:600;color:#fff;line-height:1;text-align:center;">THE <b style="font-weight:800;">POWER</b></h2> | |||||
| 4471 | <div style="text-align:right;"><a href="#" class="btn btn-default" style="border:0;background-color:#fefefe;color:#777;font-weight:600;">SHOP NOW</a></div> | |||||
| 4472 | </div> | 1988 | </div> | |||
| 4473 | </div> | 1989 | </div> | |||
| 1990 | <div class="col-md-4"> | |||||
| 1991 | <div class="wpb_wrapper vc_column-inner"> | |||||
| 1992 | <div class="porto-sicon-box mb-3 style_1 left-icon"> | |||||
| 1993 | <div class="porto-sicon-left"> | |||||
| 1994 | <div class="porto-just-icon-wrapper" style="text-align: center;"> | |||||
| 1995 | <div class="porto-icon advanced" style="color: #222529; background: #f4f4f4; width: 80px; height: 80px; line-height: 80px; border-radius: 40px; font-size: 35px; display: inline-block;"> | |||||
| 1996 | <i class="Simple-Line-Icons-credit-card"></i> | |||||
| 4474 | </div> | 1997 | </div> | |||
| 4475 | </div> | 1998 | </div> | |||
| 4476 | </div> | 1999 | </div> | |||
| 2000 | <div class="porto-sicon-body"> | |||||
| 2001 | <div class="porto-sicon-header"> | |||||
| 2002 | <h3 class="porto-sicon-title" style="font-weight: 700; font-size: 1rem; line-height: 1.2;">SECURED PAYMENT</h3> | |||||
| 2003 | <p style="font-weight: 600; font-size: 14px; line-height: 1;">Safe & Fast</p> | |||||
| 4477 | </div> | 2004 | </div> | |||
| 4478 | <script type="text/javascript"> | 2005 | <div class="porto-sicon-description" style="font-size: 13px;">Lorem ipsum dolor sit amet, consectetur adipiscing elit. Duis nec vestibulum magna, et dapibus lacus.</div> | |||
| 4479 | require([ | |||||
| 4480 | 'jquery', | |||||
| 4481 | 'owl.carousel/owl.carousel.min' | |||||
| 4482 | ], function ($) { | |||||
| 4483 | $("#banner-slider-demo-4").owlCarousel({ | |||||
| 4484 | items: 1, | |||||
| 4485 | autoplay: true, | |||||
| 4486 | autoplayTimeout: 5000, | |||||
| 4487 | autoplayHoverPause: true, | |||||
| 4488 | navRewind: true, | |||||
| 4489 | dots: false, | |||||
| 4490 | animateIn: 'fadeIn', | |||||
| 4491 | animateOut: 'fadeOut', | |||||
| 4492 | loop: true, | |||||
| 4493 | nav: true, | |||||
| 4494 | navText: ["<em class='porto-icon-chevron-left'></em>","<em class='porto-icon-chevron-right'></em>"] | |||||
| 4495 | }); | |||||
| 4496 | $(".main-container").remove(); | |||||
| 4497 | }); | |||||
| 4498 | </script> | |||||
| 4499 | </div> | |||||
| 4500 | <div class="row" style="margin:0;"> | |||||
| 4501 | <div class="col-md-3 col-6" style="padding:0;"> | |||||
| 4502 | <a class="image-link" href="#"> | |||||
| 4503 | <img src="{{media url="wysiwyg/smartwave/porto/homepage/04/slider/image01.jpg"}}" alt="" /> | |||||
| 4504 | </a> | |||||
| 4505 | </div> | 2006 | </div> | |||
| 4506 | <div class="col-md-3 col-6" style="padding:0;"> | |||||
| 4507 | <a class="image-link" href="#"> | |||||
| 4508 | <img src="{{media url="wysiwyg/smartwave/porto/homepage/04/slider/image02.jpg"}}" alt="" /> | |||||
| 4509 | </a> | |||||
| 4510 | </div> | 2007 | </div> | |||
| 4511 | <div class="col-md-3 col-6" style="padding:0;"> | |||||
| 4512 | <a class="image-link" href="#"> | |||||
| 4513 | <img src="{{media url="wysiwyg/smartwave/porto/homepage/04/slider/image03.jpg"}}" alt="" /> | |||||
| 4514 | </a> | |||||
| 4515 | </div> | 2008 | </div> | |||
| 4516 | <div class="col-md-3 col-6" style="padding:0;"> | |||||
| 4517 | <a class="image-link" href="#"> | |||||
| 4518 | <img src="{{media url="wysiwyg/smartwave/porto/homepage/04/slider/image04.jpg"}}" alt="" /> | |||||
| 4519 | </a> | |||||
| 4520 | </div> | 2009 | </div> | |||
| 4521 | </div> | 2010 | <div class="col-md-4"> | |||
| 4522 | <div class="row" style="margin:0;background-color:#f9f9f9;"> | 2011 | <div class="wpb_wrapper vc_column-inner"> | |||
| 4523 | <div class="col-md-6 md-order-12" style="padding:0;"> | 2012 | <div class="porto-sicon-box mb-3 style_1 left-icon"> | |||
| 4524 | <div id="half-image-1" style="background:url({{media url="wysiwyg/smartwave/porto/homepage/04/slider/men.jpg"}}) center left no-repeat;background-size:cover;width:100%;"> | 2013 | <div class="porto-sicon-left"> | |||
| 4525 | <img src="{{media url="wysiwyg/smartwave/porto/homepage/04/slider/men.jpg"}}" style="width:100%;visibility:hidden;" alt="" /> | 2014 | <div class="porto-just-icon-wrapper" style="text-align: center;"> | |||
| 2015 | <div class="porto-icon advanced" style="color: #222529; background: #f4f4f4; width: 80px; height: 80px; line-height: 80px; border-radius: 40px; font-size: 35px; display: inline-block;"> | |||||
| 2016 | <i class="Simple-Line-Icons-action-undo"></i> | |||||
| 4526 | </div> | 2017 | </div> | |||
| 4527 | </div> | 2018 | </div> | |||
| 4528 | <div id="half-content-1" class="col-md-6" style="padding:4% 6% 1.5%;position:relative;text-align:left;"> | |||||
| 4529 | <h3 class="fullwidth-filter-title">Amazing New<br/>Collection</h3> | |||||
| 4530 | <p class="fullwidth-filter-description">Yes, this is our new collection, check it<br/>out our new arrivals.</p> | |||||
| 4531 | <div id="men_product" class="hide-addtocart hide-addtolinks no-border" style="margin-top: 25px;"> | |||||
| 4532 | {{block class="Smartwave\Filterproducts\Block\Home\LatestList" name="men_product" product_count="4" aspect_ratio="0" image_width="400" image_height="496" template="owl_list.phtml"}} | |||||
| 4533 | </div> | 2019 | </div> | |||
| 4534 | <script type="text/javascript"> | 2020 | <div class="porto-sicon-body"> | |||
| 4535 | require([ | 2021 | <div class="porto-sicon-header"> | |||
| 4536 | 'jquery', | 2022 | <h3 class="porto-sicon-title" style="font-weight: 700; font-size: 1rem; line-height: 1.2;">RETURNS</h3> | |||
| 4537 | 'owl.carousel/owl.carousel.min' | 2023 | <p style="font-weight: 600; font-size: 14px; line-height: 1;">Easy & Free</p> | |||
| 4538 | ], function ($) { | |||||
| 4539 | $("#men_product .owl-carousel").owlCarousel({ | |||||
| 4540 | loop: true, | |||||
| 4541 | margin: 10, | |||||
| 4542 | autoplay: true, | |||||
| 4543 | autoplayTimeout: 5000, | |||||
| 4544 | autoplayHoverPause: true, | |||||
| 4545 | navRewind: true, | |||||
| 4546 | nav: false, | |||||
| 4547 | dots: true, | |||||
| 4548 | responsive: { | |||||
| 4549 | 0: { | |||||
| 4550 | items:1 | |||||
| 4551 | }, | |||||
| 4552 | 640: { | |||||
| 4553 | items:2 | |||||
| 4554 | } | |||||
| 4555 | } | |||||
| 4556 | }); | |||||
| 4557 | }); | |||||
| 4558 | </script> | |||||
| 4559 | </div> | 2024 | </div> | |||
| 4560 | </div> | 2025 | <div class="porto-sicon-description" style="font-size: 13px;">Lorem ipsum dolor sit amet, consectetur adipiscing elit. Duis nec vestibulum magna, et dapib.</div> | |||
| 4561 | <div class="row" style="margin:0;background-color:#f9f9f9;"> | |||||
| 4562 | <div class="col-md-6" style="padding:0;"> | |||||
| 4563 | <div id="half-image-2" style="background:url({{media url="wysiwyg/smartwave/porto/homepage/04/slider/women.jpg"}}) center right no-repeat;background-size:cover;width:100%;"> | |||||
| 4564 | <img src="{{media url="wysiwyg/smartwave/porto/homepage/04/slider/women.jpg"}}" style="width:100%;visibility:hidden;" alt="" /> | |||||
| 4565 | </div> | 2026 | </div> | |||
| 4566 | </div> | 2027 | </div> | |||
| 4567 | <div id="half-content-2" class="col-md-6" style="padding:4% 6% 1.5%;position:relative;text-align:left;"> | |||||
| 4568 | <h3 class="fullwidth-filter-title">Amazing New<br/>Collection</h3> | |||||
| 4569 | <p class="fullwidth-filter-description">Yes, this is our new collection, check it<br/>out our new arrivals.</p> | |||||
| 4570 | <div id="women_product" class="hide-addtocart hide-addtolinks no-border" style="margin-top: 25px;"> | |||||
| 4571 | {{block class="Smartwave\Filterproducts\Block\Home\LatestList" name="women_product" product_count="4" aspect_ratio="0" image_width="400" image_height="496" template="owl_list.phtml"}} | |||||
| 4572 | </div> | 2028 | </div> | |||
| 4573 | <script type="text/javascript"> | |||||
| 4574 | require([ | |||||
| 4575 | 'jquery', | |||||
| 4576 | 'owl.carousel/owl.carousel.min' | |||||
| 4577 | ], function ($) { | |||||
| 4578 | $("#women_product .owl-carousel").owlCarousel({ | |||||
| 4579 | loop: true, | |||||
| 4580 | margin: 10, | |||||
| 4581 | autoplay: true, | |||||
| 4582 | autoplayTimeout: 5000, | |||||
| 4583 | autoplayHoverPause: true, | |||||
| 4584 | navRewind: true, | |||||
| 4585 | nav: false, | |||||
| 4586 | dots: true, | |||||
| 4587 | responsive: { | |||||
| 4588 | 0: { | |||||
| 4589 | items:1 | |||||
| 4590 | }, | |||||
| 4591 | 640: { | |||||
| 4592 | items:2 | |||||
| 4593 | } | |||||
| 4594 | } | |||||
| 4595 | }); | |||||
| 4596 | }); | |||||
| 4597 | </script> | |||||
| 4598 | </div> | 2029 | </div> | |||
| 4599 | </div> | |||||
| 4600 | <div style="text-align:left; padding: 30px;"> | |||||
| 4601 | <h3 class="fullwidth-filter-title">Amazing New<br/>Collection</h3> | |||||
| 4602 | <div id="fashion_product" class="hide-addtocart hide-addtolinks no-border" style="margin-top: 25px;"> | |||||
| 4603 | {{block class="Smartwave\Filterproducts\Block\Home\LatestList" name="latest_product" product_count="8" aspect_ratio="0" image_width="400" image_height="496" template="owl_list.phtml"}} | |||||
| 4604 | </div> | 2030 | </div> | |||
| 4605 | <script type="text/javascript"> | |||||
| 4606 | require([ | |||||
| 4607 | 'jquery', | |||||
| 4608 | 'owl.carousel/owl.carousel.min' | |||||
| 4609 | ], function ($) { | |||||
| 4610 | $("#fashion_product .owl-carousel").owlCarousel({ | |||||
| 4611 | loop: true, | |||||
| 4612 | margin: 10, | |||||
| 4613 | autoplay: true, | |||||
| 4614 | autoplayTimeout: 5000, | |||||
| 4615 | autoplayHoverPause: true, | |||||
| 4616 | navRewind: true, | |||||
| 4617 | nav: false, | |||||
| 4618 | dots: true, | |||||
| 4619 | responsive: { | |||||
| 4620 | 0: { | |||||
| 4621 | items:2 | |||||
| 4622 | }, | |||||
| 4623 | 768: { | |||||
| 4624 | items:3 | |||||
| 4625 | }, | |||||
| 4626 | 992: { | |||||
| 4627 | items:4 | |||||
| 4628 | }, | |||||
| 4629 | 1200: { | |||||
| 4630 | items:5 | |||||
| 4631 | } | |||||
| 4632 | } | |||||
| 4633 | }); | |||||
| 4634 | }); | |||||
| 4635 | </script> | |||||
| 4636 | </div> | 2031 | </div> | |||
| 4637 | <script type="text/javascript"> | 2032 | ]]> | |||
| 4638 | require([ | |||||
| 4639 | 'jquery' | |||||
| 4640 | ], function ($) { | |||||
| 4641 | $("#half-image-1").css("min-height",$("#half-content-1").outerHeight()+"px"); | |||||
| 4642 | $("#half-image-2").css("min-height",$("#half-content-2").outerHeight()+"px"); | |||||
| 4643 | setTimeout(function(){ | |||||
| 4644 | $("#half-image-1").css("min-height",$("#half-content-1").outerHeight()+"px"); | |||||
| 4645 | $("#half-image-2").css("min-height",$("#half-content-2").outerHeight()+"px"); | |||||
| 4646 | }, 5000); | |||||
| 4647 | $(window).resize(function(){ | |||||
| 4648 | setTimeout(function(){ | |||||
| 4649 | $("#half-image-1").css("min-height",$("#half-content-1").outerHeight()+"px"); | |||||
| 4650 | $("#half-image-2").css("min-height",$("#half-content-2").outerHeight()+"px"); | |||||
| 4651 | }, 500); | |||||
| 4652 | }); | |||||
| 4653 | }); | |||||
| 4654 | </script> | |||||
| 4655 | <style type="text/css"> | |||||
| 4656 | .product-item-photo { | |||||
| 4657 | border-radius: 0; | |||||
| 4658 | border: 0; | |||||
| 4659 | } | |||||
| 4660 | </style>]]> | |||||
| 4661 | </content> | 2033 | </content> | |||
| 4662 | 2034 | |||||
| 4663 | <is_active> | 2035 | <is_active> | |||
| 4664 | 1 | 2036 | 1 | |||
| 4665 | </is_active> | 2037 | </is_active> | |||
| 4666 | 2038 | |||||
| 4667 | </cms_item> | 2039 | </cms_item> | |||
| 4668 | 2040 | |||||
| 4669 | <cms_item> | 2041 | <cms_item> | |||
| 4670 | 2042 | |||||
| 4671 | <title> | 2043 | <title> | |||
| 4672 | Porto - Homepage Slider 14 | 2044 | Banner Category Demo 10 | |||
| 4673 | </title> | 2045 | </title> | |||
| 4674 | 2046 | |||||
| 4675 | <identifier> | 2047 | <identifier> | |||
| 4676 | porto_homeslider_14 | 2048 | banner_category_demo10 | |||
| 4677 | </identifier> | 2049 | </identifier> | |||
| 4678 | 2050 | |||||
| 4679 | <content> | 2051 | <content> | |||
| 4680 | <![CDATA[<div class="container"> | 2052 | <![CDATA[<div class="porto-block"> | |||
| 4681 | <div id="banner-slider-demo-8" class="owl-carousel owl-middle-narrow owl-banner-carousel"> | 2053 | <style> | |||
| 4682 | <div class="item" style="background:#f0f0f0;background-image:linear-gradient(#e8e8e8,#f0f0f0);position:relative;"> | 2054 | @media (min-width: 1440px) { | |||
| 4683 | <img src="{{media url="wysiwyg/smartwave/porto/homepage/08/slider/slide01n.jpg"}}" alt="" /> | 2055 | .home-mid-banner { | |||
| 2056 | margin-top: 40px !important; | |||||
| 2057 | } | |||||
| 2058 | } | |||||
| 2059 | .porto-ibanner-layer { | |||||
| 2060 | position: absolute; | |||||
| 2061 | } | |||||
| 2062 | .coupon-sale-text { | |||||
| 2063 | transform: none; | |||||
| 2064 | } | |||||
| 2065 | .coupon-sale-text b { | |||||
| 2066 | display: inline-block; | |||||
| 2067 | position: relative; | |||||
| 2068 | color: #fff; | |||||
| 2069 | margin-right: 1em; | |||||
| 2070 | padding: 0; | |||||
| 2071 | font-size: inherit; | |||||
| 2072 | } | |||||
| 2073 | .coupon-sale-text b:before { | |||||
| 2074 | content: ''; | |||||
| 2075 | position: absolute; | |||||
| 2076 | left: -.5em; | |||||
| 2077 | top: -.1em; | |||||
| 2078 | right: -.5em; | |||||
| 2079 | bottom: -.1em; | |||||
| 2080 | background: #222529; | |||||
| 2081 | z-index: -1; | |||||
| 2082 | transform: rotate( | |||||
| 2083 | -1.5deg | |||||
| 2084 | ) skew( | |||||
| 2085 | 1.5deg | |||||
| 2086 | ); | |||||
| 2087 | } | |||||
| 2088 | .porto-ibanner-layer .btn-flat.btn-xl { | |||||
| 2089 | font-size: 1.125em; | |||||
| 2090 | } | |||||
| 2091 | </style> | |||||
| 2092 | <div class="no-padding porto-inner-container"> | |||||
| 2093 | <div class="container"> | |||||
| 2094 | <div class="row"> | |||||
| 2095 | <div class="col-md-12"> | |||||
| 2096 | <div class="wpb_wrapper vc_column-inner"> | |||||
| 2097 | <div class="porto-ibanner home-mid-banner mb-0" style="background: #f4f4f4; min-height: 200px; margin-top: 20px;"> | |||||
| 2098 | <img src="{{media url="wysiwyg/smartwave/porto/category/banner/shop10_home_banner.jpg"}}" | |||||
| 2099 | <div class="porto-ibanner-desc no-padding d-flex"> | |||||
| 2100 | <div class="porto-ibanner-layer text-right" style="width: 64%; left: 50%; top: 50%; transform: translate(-50%, -50%);"> | |||||
| 2101 | <h4 style="font-size: 1.375em; line-height: 1;" class="vc_custom_heading mb-0 custom-font4 align-right heading-secondary">Sunglasses, Bags, Dresses and much more...</h4> | |||||
| 2102 | <h3 style="font-size: 1.85em; line-height: 1.5; letter-spacing: -0.02em;" class="vc_custom_heading coupon-sale-text my-2 align-right"><b>BIG SALE</b> ALL NEW FASHION BRANDS ITEMS UP TO 70% OFF</h3> | |||||
| 2103 | <div class="btn-container mb-0 text-right"> | |||||
| 2104 | <button class="btn btn-flat btn-xl btn-light">SHOP NOW <i style="padding-left: 7px;" class="fas fa-chevron-right"></i></button> | |||||
| 4684 | </div> | 2105 | </div> | |||
| 4685 | <div class="item" style="background:#f0f0f0;background-image:linear-gradient(#e8e8e8,#f0f0f0);position:relative;"> | |||||
| 4686 | <img src="{{media url="wysiwyg/smartwave/porto/homepage/08/slider/slide02n.jpg"}}" alt="" /> | |||||
| 4687 | </div> | 2106 | </div> | |||
| 4688 | </div> | 2107 | </div> | |||
| 4689 | <script type="text/javascript"> | |||||
| 4690 | require([ | |||||
| 4691 | 'jquery', | |||||
| 4692 | 'owl.carousel/owl.carousel.min' | |||||
| 4693 | ], function ($) { | |||||
| 4694 | var owl_8 = $("#banner-slider-demo-8").owlCarousel({ | |||||
| 4695 | items: 1, | |||||
| 4696 | autoplay: true, | |||||
| 4697 | autoplayTimeout: 5000, | |||||
| 4698 | autoplayHoverPause: true, | |||||
| 4699 | dots: false, | |||||
| 4700 | navRewind: true, | |||||
| 4701 | animateIn: 'fadeIn', | |||||
| 4702 | animateOut: 'fadeOut', | |||||
| 4703 | loop: true, | |||||
| 4704 | nav: true, | |||||
| 4705 | navText: ["<em class='porto-icon-chevron-left'></em>","<em class='porto-icon-chevron-right'></em>"] | |||||
| 4706 | }); | |||||
| 4707 | }); | |||||
| 4708 | </script> | |||||
| 4709 | </div> | |||||
| 4710 | <div class="homepage-bar"> | |||||
| 4711 | <div class="container"> | |||||
| 4712 | <div class="row"> | |||||
| 4713 | <div class="col-lg-4" style="text-align:left;"> | |||||
| 4714 | <i class="porto-icon-shipping" style="font-size:35px;"></i><div class="text-area"><h3>FREE SHIPPING & RETURN</h3><p>Free shipping on all orders over $99.</p></div> | |||||
| 4715 | </div> | 2108 | </div> | |||
| 4716 | <div class="col-lg-4" style="text-align:center;"> | |||||
| 4717 | <i class="porto-icon-us-dollar" style="font-size:37px;"></i><div class="text-area"><h3>MONEY BACK GUARANTEE</h3><p>100% money back guarantee.</p></div> | |||||
| 4718 | </div> | 2109 | </div> | |||
| 4719 | <div class="col-lg-4" style="text-align:center;"> | |||||
| 4720 | <i class="porto-icon-support" style="font-size:37px;"></i><div class="text-area"><h3>ONLINE SUPPORT 24/7</h3><p>Lorem ipsum dolor sit amet.</p></div> | |||||
| 4721 | </div> | 2110 | </div> | |||
| 4722 | </div> | 2111 | </div> | |||
| 4723 | </div> | 2112 | </div> | |||
| 4724 | </div> ]]> | 2113 | </div> | |||
| 2114 | </div> | |||||
| 2115 | ]]> | |||||
| 4725 | </content> | 2116 | </content> | |||
| 4726 | 2117 | |||||
| 4727 | <is_active> | 2118 | <is_active> | |||
| 4728 | 1 | 2119 | 1 | |||
| 4729 | </is_active> | 2120 | </is_active> | |||
| 4730 | 2121 | |||||
| 4731 | </cms_item> | 2122 | </cms_item> | |||
| 4732 | 2123 | |||||
| 4733 | <cms_item> | 2124 | <cms_item> | |||
| 4734 | 2125 | |||||
| 4735 | <title> | 2126 | <title> | |||
| 4736 | Porto - Homepage Slider 14 Old Skin | 2127 | Footer Middle Groups 2 | |||
| 4737 | </title> | 2128 | </title> | |||
| 4738 | 2129 | |||||
| 4739 | <identifier> | 2130 | <identifier> | |||
| 4740 | porto_homeslider_14_old | 2131 | footer_middle_groups2 | |||
| 4741 | </identifier> | 2132 | </identifier> | |||
| 4742 | 2133 | |||||
| 4743 | <content> | 2134 | <content> | |||
| 4744 | <![CDATA[<div class="container"> | 2135 | <![CDATA[<div class="widget widget-block"> | |||
| 4745 | <div id="banner-slider-demo-8" class="owl-carousel owl-middle-narrow owl-banner-carousel"> | 2136 | <div class="block"> | |||
| 4746 | <div class="item" style="background:#f0f0f0;background-image:linear-gradient(#e8e8e8,#f0f0f0);position:relative;"> | 2137 | <div class="porto-block"> | |||
| 4747 | <img src="{{media url="wysiwyg/smartwave/porto/homepage/08/slider/slide1.jpg"}}" alt="" /> | 2138 | <div class="row"> | |||
| 4748 | <div class="slide1-content" style="width:100%;height:100%;position:absolute;left:0;top:0;"> | 2139 | <div class="col-md-6"> | |||
| 4749 | <div class="container" style="height:100%;position:relative;"> | 2140 | <div class="wpb_wrapper vc_column-inner"> | |||
| 4750 | <div class="content-area" style="position:absolute;top:37%;width:100%;text-align:center;"> | 2141 | <h4 style="font-size: 15px; line-height: 1.375;" class="vc_custom_heading mb-2 align-left text-uppercase">Subscribe Newsletter</h4> | |||
| 4751 | <h2 style="font-weight:800;color:#fff;line-height:1;">eCOMMERCE?</h2> | 2142 | <p class="vc_custom_heading mb-3 align-left">Get all the latest information on Events, Sales and Offers. Sign up for newsletter today.</p> | |||
| 4752 | <p style="font-weight:300;color:#fff;line-height:1;"><img src="{{media url="wysiwyg/smartwave/porto/homepage/03/slider/quote.png"}}" alt="" class="quote" style="display:inline-block;vertical-align:middle;"/> Check our options and features. <img src="{{media url="wysiwyg/smartwave/porto/homepage/03/slider/quote.png"}}" alt="" class="quote" style="display:inline-block;vertical-align:middle;"/></p> | |||||
| 4753 | </div> | 2143 | </div> | |||
| 4754 | </div> | 2144 | </div> | |||
| 2145 | <div class="pb-3 vc_column_container col-md-6 d-flex align-items-center justify-content-end"> | |||||
| 2146 | <div class="wpb_wrapper vc_column-inner flex-1"> | |||||
| 2147 | » {{block class="Magento\Newsletter\Block\Subscribe" name="home.newsletter" template="subscribe_form_footer.phtml"}} | |||||
| 4755 | </div> | 2148 | </div> | |||
| 4756 | </div> | 2149 | </div> | |||
| 4757 | <div class="item" style="background:#f0f0f0;background-image:linear-gradient(#e8e8e8,#f0f0f0);position:relative;"> | |||||
| 4758 | <img src="{{media url="wysiwyg/smartwave/porto/homepage/08/slider/slide2.jpg"}}" alt="" /> | |||||
| 4759 | <div class="slide2-content" style="width:100%;height:100%;position:absolute;left:0;top:0;"> | |||||
| 4760 | <div class="container" style="height:100%;position:relative;"> | |||||
| 4761 | <div class="content-area" style="position:absolute;top:27%;right:23%;text-align:left;"> | |||||
| 4762 | <em style="display:block;line-height:1;color:#fff;font-weight:300;font-style:normal;">up to <b>70%</b> off!</em> | |||||
| 4763 | <h2 style="font-weight:600;color:#fff;line-height:1;">HUGE <b style="font-weight:800;">SALE</b></h2> | |||||
| 4764 | <p style="font-weight:600;color:#fff;line-height:1;">Fashion<span class="split">-</span>Electronics<span class="split">-</span>Gifts<span class="split">-</span>Music<span class="split">-</span>Sports</p> | |||||
| 4765 | <div style="text-align:right;"><a href="#" class="btn btn-default" style="border:0;background-color:#fefefe;color:#777;font-weight:600;">SHOP NOW</a></div> | |||||
| 4766 | </div> | 2150 | </div> | |||
| 2151 | <div class="row"> | |||||
| 2152 | <div class="col-md-12"> | |||||
| 2153 | <div class="wpb_wrapper vc_column-inner"> | |||||
| 2154 | <div class="porto-separator mt-3"><hr class="separator-line align_center solid" style="background-color: #e7e7e7; margin-bottom: 35px;" /></div> | |||||
| 4767 | </div> | 2155 | </div> | |||
| 4768 | </div> | 2156 | </div> | |||
| 4769 | </div> | 2157 | </div> | |||
| 4770 | <div class="item" style="background:#f0f0f0;background-image:linear-gradient(#e8e8e8,#f0f0f0);position:relative;"> | 2158 | <div class="row"> | |||
| 4771 | <img src="{{media url="wysiwyg/smartwave/porto/homepage/08/slider/slide3.jpg"}}" alt="" /> | 2159 | <div class="col-md-5"> | |||
| 4772 | <div class="slide3-content" style="width:100%;height:100%;position:absolute;left:0;top:0;"> | 2160 | <div class="wpb_wrapper vc_column-inner"> | |||
| 4773 | <div class="container" style="height:100%;position:relative;"> | 2161 | <h4 style="font-size: 15px; margin-bottom: 10px;" class="vc_custom_heading align-left text-uppercase">Customer Service</h4> | |||
| 4774 | <div class="content-area" style="position:absolute;left:17%;top:32%;"> | 2162 | <div class="vc_row wpb_row vc_inner row"> | |||
| 4775 | <div style="display:inline-block;"> | 2163 | <div class="col-md-6"> | |||
| 4776 | <em style="display:block;line-height:1;margin:0;color:#fff;font-weight:300;font-style:normal;text-align:left;">It’s time to feel</em> | 2164 | <div class="wpb_wrapper vc_column-inner"> | |||
| 4777 | <h2 style="font-weight:600;color:#fff;line-height:1;text-align:center;">THE <b style="font-weight:800;">POWER</b></h2> | 2165 | <div class="wpb_text_column wpb_content_element mb-4"> | |||
| 4778 | <div style="text-align:right;"><a href="#" class="btn btn-default" style="border:0;background-color:#fefefe;color:#777;font-weight:600;">SHOP NOW</a></div> | 2166 | <div class="wpb_wrapper"> | |||
| 2167 | <ul> | |||||
| 2168 | <li><a title="About us" href="#">About us</a></li> | |||||
| 2169 | <li><a title="Contact Us" href="#">Contact us</a></li> | |||||
| 2170 | <li><a title="My Account" href="#">My Account</a></li> | |||||
| 2171 | </ul> | |||||
| 4779 | </div> | 2172 | </div> | |||
| 4780 | </div> | 2173 | </div> | |||
| 4781 | </div> | 2174 | </div> | |||
| 4782 | </div> | 2175 | </div> | |||
| 2176 | <div class="col-md-6"> | |||||
| 2177 | <div class="wpb_wrapper vc_column-inner"> | |||||
| 2178 | <div class="wpb_text_column wpb_content_element mb-4"> | |||||
| 2179 | <div class="wpb_wrapper"> | |||||
| 2180 | <ul> | |||||
| 2181 | <li><a title="Order history" href="#">Order history</a></li> | |||||
| 2182 | <li><a title="Contact us" href="#">Advanced search</a></li> | |||||
| 2183 | <li><a title="Login" href="#">Login</a></li> | |||||
| 2184 | </ul> | |||||
| 4783 | </div> | 2185 | </div> | |||
| 4784 | </div> | 2186 | </div> | |||
| 4785 | <script type="text/javascript"> | 2187 | </div> | |||
| 4786 | require([ | 2188 | </div> | |||
| 4787 | 'jquery', | 2189 | </div> | |||
| 4788 | 'owl.carousel/owl.carousel.min' | 2190 | </div> | |||
| 4789 | ], function ($) { | 2191 | </div> | |||
| 4790 | var owl_8 = $("#banner-slider-demo-8").owlCarousel({ | 2192 | <div class="col-md-7"> | |||
| 4791 | items: 1, | 2193 | <div class="wpb_wrapper vc_column-inner"> | |||
| 4792 | autoplay: true, | 2194 | <h4 style="font-size: 15px; margin-bottom: 10px;" class="vc_custom_heading align-left text-uppercase">About Us</h4> | |||
| 4793 | autoplayTimeout: 5000, | 2195 | <div class="row"> | |||
| 4794 | autoplayHoverPause: true, | 2196 | <div class="col-md-6"> | |||
| 4795 | dots: false, | 2197 | <div class="wpb_wrapper vc_column-inner"> | |||
| 4796 | navRewind: true, | 2198 | <div class="wpb_text_column wpb_content_element mb-4"> | |||
| 4797 | animateIn: 'fadeIn', | 2199 | <div class="wpb_wrapper"> | |||
| 4798 | animateOut: 'fadeOut', | 2200 | <ul> | |||
| 4799 | loop: true, | 2201 | <li><a href="#">Super Fast Wordpress Theme</a></li> | |||
| 4800 | nav: true, | 2202 | <li><a href="#">1st Fully working Ajax Theme</a></li> | |||
| 4801 | navText: ["<em class='porto-icon-chevron-left'></em>","<em class='porto-icon-chevron-right'></em>"] | 2203 | <li><a href="#">36 Unique Shop Layouts</a></li> | |||
| 4802 | }); | 2204 | </ul> | |||
| 4803 | }); | 2205 | </div> | |||
| 4804 | </script> | 2206 | </div> | |||
| 4805 | </div>]]> | 2207 | </div> | |||
| 2208 | </div> | |||||
| 2209 | <div class="col-md-6"> | |||||
| 2210 | <div class="wpb_wrapper vc_column-inner"> | |||||
| 2211 | <div class="wpb_text_column wpb_content_element mb-4"> | |||||
| 2212 | <div class="wpb_wrapper"> | |||||
| 2213 | <ul> | |||||
| 2214 | <li><a href="#">Powerful Admin Panel</a></li> | |||||
| 2215 | <li><a href="#">Mobile & Retina Optimized</a></li> | |||||
| 2216 | </ul> | |||||
| 2217 | </div> | |||||
| 2218 | </div> | |||||
| 2219 | </div> | |||||
| 2220 | </div> | |||||
| 2221 | </div> | |||||
| 2222 | </div> | |||||
| 2223 | </div> | |||||
| 2224 | </div> | |||||
| 2225 | </div> | |||||
| 2226 | </div> | |||||
| 2227 | </div> | |||||
| 2228 | ]]> | |||||
| 4806 | </content> | 2229 | </content> | |||
| 4807 | 2230 | |||||
| 4808 | <is_active> | 2231 | <is_active> | |||
| 4809 | 1 | 2232 | 1 | |||
| 4810 | </is_active> | 2233 | </is_active> | |||
| 4811 | 2234 | |||||
| 4812 | </cms_item> | 2235 | </cms_item> | |||
| 4813 | 2236 | |||||
| 4814 | <cms_item> | 2237 | <cms_item> | |||
| 4815 | 2238 | |||||
| 4816 | <title> | 2239 | <title> | |||
| 4817 | Porto - Homepage Slider 15 | 2240 | Porto Footer Bottom Custom Block 10 | |||
| 4818 | </title> | 2241 | </title> | |||
| 4819 | 2242 | |||||
| 4820 | <identifier> | 2243 | <identifier> | |||
| 4821 | porto_homeslider_15 | 2244 | porto_footer_bottom_custom_block_10 | |||
| 4822 | </identifier> | 2245 | </identifier> | |||
| 4823 | 2246 | |||||
| 4824 | <content> | 2247 | <content> | |||
| 4825 | <![CDATA[<div id="parallax_01" style="background:url({{media url="wysiwyg/smartwave/porto/homepage/13/slider/parallax_01n.jpg"}}) 50% 0 no-repeat fixed; color: #fff; height: 100vh;width: 100%; padding: 0; position: relative;"> | 2248 | <![CDATA[<img class="bottom-payment-icons" src="{{media url="wysiwyg/smartwave/porto/footer/shop10_payment.png"}}" alt="" /> | |||
| 4826 | <div class="container"> | |||||
| 4827 | <div class="parallax-content-13" style="text-align: right; position: absolute; top: 37%;left:22%;"> | |||||
| 4828 | <span class="border"><img src="{{media url="wysiwyg/smartwave/porto/homepage/13/slider/border-text1.png"}}"/></span> | |||||
| 4829 | <div style="position:relative;z-index:2"> | |||||
| 4830 | <h2>FASHION SALE</h2> | |||||
| 4831 | <p>50% Off</p> | |||||
| 4832 | <a href="#" class="btn btn-default">Get the offer</a> | |||||
| 4833 | </div> | |||||
| 4834 | </div> | |||||
| 4835 | </div> | |||||
| 4836 | </div> | |||||
| 4837 | <div id="parallax_02" style="background:url({{media url="wysiwyg/smartwave/porto/homepage/13/slider/parallax_02n.jpg"}}) 50% 0 no-repeat fixed; color: #fff; width: 100%;"> | |||||
| 4838 | <div class="parallax-content-13"> | |||||
| 4839 | <div class="container" style="text-align: right;"> | |||||
| 4840 | <div class="text-content" style="display: inline-block;text-align:left;"> | |||||
| 4841 | <span style="color:#161616;line-height:1;font-weight:300;margin:0;text-align:left;">Fashion Dresses</span> | |||||
| 4842 | <h2 style="color: #161616; vertical-align: top;">Fashion Clothes <a href="#" class="btn btn-default">SHOP NOW</a></h2> | |||||
| 4843 | </div> | |||||
| 4844 | <div style="text-align: left;"> | |||||
| 4845 | <div id="featured_products_1" class="owl-side-narrow" style="margin: 0 -10px;"> | |||||
| 4846 | {{block class="Smartwave\Filterproducts\Block\Home\FeaturedList" name="featured_product" product_count="10" aspect_ratio="1" image_width="272" image_height="337" product_type="1" template="owl_list.phtml"}} | |||||
| 4847 | </div> | |||||
| 4848 | <script type="text/javascript"> | |||||
| 4849 | require([ | |||||
| 4850 | 'jquery', | |||||
| 4851 | 'owl.carousel/owl.carousel.min' | |||||
| 4852 | ], function ($) { | |||||
| 4853 | $("#featured_products_1 .owl-carousel").owlCarousel({ | |||||
| 4854 | autoplay: true, | |||||
| 4855 | autoplayTimeout: 5000, | |||||
| 4856 | autoplayHoverPause: true, | |||||
| 4857 | loop: true, | |||||
| 4858 | navRewind: true, | |||||
| 4859 | margin: 0, | |||||
| 4860 | nav: true, | |||||
| 4861 | dots: false, | |||||
| 4862 | navText: ["<em class='porto-icon-left-open-big'></em>","<em class='porto-icon-right-open-big'></em>"], | |||||
| 4863 | responsive: { | |||||
| 4864 | 0: { | |||||
| 4865 | items:2 | |||||
| 4866 | }, | |||||
| 4867 | 768: { | |||||
| 4868 | items:3 | |||||
| 4869 | }, | |||||
| 4870 | 992: { | |||||
| 4871 | items:4 | |||||
| 4872 | }, | |||||
| 4873 | 1200: { | |||||
| 4874 | items:5 | |||||
| 4875 | } | |||||
| 4876 | } | |||||
| 4877 | }); | |||||
| 4878 | }); | |||||
| 4879 | </script> | |||||
| 4880 | </div> | |||||
| 4881 | </div> | |||||
| 4882 | </div> | |||||
| 4883 | </div> | |||||
| 4884 | <div id="parallax_03" style="background:url({{media url="wysiwyg/smartwave/porto/homepage/13/slider/parallax_03n.jpg"}}) 50% 0 no-repeat fixed; color: #fff; width: 100%;"> | |||||
| 4885 | <div class="parallax-content-13"> | |||||
| 4886 | <div class="container" style="text-align: left;"> | |||||
| 4887 | <div class="text-content" style="display: inline-block;"> | |||||
| 4888 | <span style="color: #161616; line-height: 1;font-weight:300;margin:0;">NEW ARRIVALS</span> | |||||
| 4889 | <h2 style="color: #161616; vertical-align: top;">Fashion Sunglasses <a href="#" class="btn btn-default">SHOP NOW</a></p> | |||||
| 4890 | </div> | |||||
| 4891 | <div style="text-align: left;"> | |||||
| 4892 | <div id="featured_products_2" class="owl-side-narrow" style="margin: 0 -10px;"> | |||||
| 4893 | {{block class="Smartwave\Filterproducts\Block\Home\FeaturedList" name="featured_product" product_count="10" aspect_ratio="1" image_width="272" image_height="337" product_type="1" template="owl_list.phtml"}} | |||||
| 4894 | </div> | |||||
| 4895 | <script type="text/javascript"> | |||||
| 4896 | require([ | |||||
| 4897 | 'jquery', | |||||
| 4898 | 'owl.carousel/owl.carousel.min' | |||||
| 4899 | ], function ($) { | |||||
| 4900 | $("#featured_products_2 .owl-carousel").owlCarousel({ | |||||
| 4901 | autoplay: true, | |||||
| 4902 | autoplayTimeout: 5000, | |||||
| 4903 | autoplayHoverPause: true, | |||||
| 4904 | loop: true, | |||||
| 4905 | navRewind: true, | |||||
| 4906 | margin: 0, | |||||
| 4907 | nav: true, | |||||
| 4908 | dots: false, | |||||
| 4909 | navText: ["<em class='porto-icon-left-open-big'></em>","<em class='porto-icon-right-open-big'></em>"], | |||||
| 4910 | responsive: { | |||||
| 4911 | 0: { | |||||
| 4912 | items:2 | |||||
| 4913 | }, | |||||
| 4914 | 768: { | |||||
| 4915 | items:3 | |||||
| 4916 | }, | |||||
| 4917 | 992: { | |||||
| 4918 | items:4 | |||||
| 4919 | }, | |||||
| 4920 | 1200: { | |||||
| 4921 | items:5 | |||||
| 4922 | } | |||||
| 4923 | } | |||||
| 4924 | }); | |||||
| 4925 | }); | |||||
| 4926 | </script> | |||||
| 4927 | </div> | |||||
| 4928 | </div> | |||||
| 4929 | </div> | |||||
| 4930 | </div> | |||||
| 4931 | <div id="parallax_04" style="background:url({{media url="wysiwyg/smartwave/porto/homepage/13/slider/parallax_04n.jpg"}}) 50% 0 no-repeat fixed; color: #fff; height: 100vh;margin: 0; padding: 0;position: relative;"> | |||||
| 4932 | <div class="container"> | |||||
| 4933 | <div class="parallax-content-13" style="text-align: right; position: absolute; top: 37%;right:22%;"> | |||||
| 4934 | <span class="border"><img src="{{media url="wysiwyg/smartwave/porto/homepage/13/slider/border-text2.png"}}"/></span> | |||||
| 4935 | <div style="position:relative;z-index:3;"> | |||||
| 4936 | <h3>Up to 70% OFF</h3> | |||||
| 4937 | <h2>Connect with</h2> | |||||
| 4938 | <p>the best tech!</p> | |||||
| 4939 | <a href="#" class="btn btn-default">Get the offer</a> | |||||
| 4940 | </div> | |||||
| 4941 | </div> | |||||
| 4942 | </div> | |||||
| 4943 | </div> | |||||
| 4944 | <style> | 2249 | <style> | |||
| 4945 | .column.main,.columns .column.main { | 2250 | | |||
| 4946 | padding:0; | 2251 | .bottom-payment-icons { | |||
| 4947 | min-height: auto; | 2252 | display:block; | |||
| 4948 | } | 2253 | float: right; | |||
| 4949 | .page-main { | 2254 | | |||
| 4950 | padding-top: 0; | 2255 | | |||
| 4951 | padding-bottom: 0; | |||||
| 4952 | } | |||||
| 4953 | .columns .column.main p {margin:0;} | |||||
| 4954 | #parallax_01 .parallax-content-13 { | |||||
| 4955 | font-family: 'Oswald'; | |||||
| 4956 | font-size:63px; | |||||
| 4957 | letter-spacing: 0.01em; | |||||
| 4958 | } | |||||
| 4959 | #parallax_01 .parallax-content-13 .border { | |||||
| 4960 | position: absolute; | |||||
| 4961 | height: 290px; | |||||
| 4962 | width: 178px; | |||||
| 4963 | top: -25.2%; | |||||
| 4964 | z-index: 1; | |||||
| 4965 | left: 65.23%; | |||||
| 4966 | } | |||||
| 4967 | #parallax_01 .parallax-content-13 h2 { | |||||
| 4968 | color:#161616; | |||||
| 4969 | line-height:1; | |||||
| 4970 | font-weight: 600; | |||||
| 4971 | margin-right: 62px; | |||||
| 4972 | margin-bottom: 17px; | |||||
| 4973 | margin-top:15px; | |||||
| 4974 | } | |||||
| 4975 | #parallax_01 .parallax-content-13 p{ | |||||
| 4976 | font-size:80px; | |||||
| 4977 | font-weight: 300; | |||||
| 4978 | color:#161616; | |||||
| 4979 | line-height:1; | |||||
| 4980 | margin-right: 62px; | |||||
| 4981 | } | |||||
| 4982 | #parallax_01 .parallax-content-13 a { | |||||
| 4983 | font-size:18px; | |||||
| 4984 | color:#fff; | |||||
| 4985 | padding: 22px 35px; | |||||
| 4986 | letter-spacing: 0.025em; | |||||
| 4987 | text-transform:uppercase; | |||||
| 4988 | margin-top: 22px; | |||||
| 4989 | } | |||||
| 4990 | #parallax_02, #parallax_03 { | |||||
| 4991 | padding: 144px 0; | |||||
| 4992 | } | |||||
| 4993 | #parallax_02 .parallax-content-13 .text-content,#parallax_03 .parallax-content-13 .text-content { | |||||
| 4994 | font-family: 'Oswald'; | |||||
| 4995 | font-weight:300; | |||||
| 4996 | letter-spacing:0.075em; | |||||
| 4997 | text-transform:uppercase; | |||||
| 4998 | margin-bottom: 130px; | |||||
| 4999 | } | |||||
| 5000 | #parallax_02 .parallax-content-13 .text-content span, #parallax_03 .parallax-content-13 .text-content span { | |||||
| 5001 | font-size: 26px; | |||||
| 5002 | letter-spacing:0.075em; | |||||
| 5003 | } | |||||
| 5004 | #parallax_02 .parallax-content-13 .text-content h2,#parallax_03 .parallax-content-13 .text-content h2 { | |||||
| 5005 | font-size: 44px; | |||||
| 5006 | font-weight:400; | |||||
| 5007 | letter-spacing:0.075em; | |||||
| 5008 | } | |||||
| 5009 | #parallax_02 .parallax-content-13 .text-content a,#parallax_03 .parallax-content-13 .text-content a { | |||||
| 5010 | font-size: 15px; | |||||
| 5011 | font-weight:600; | |||||
| 5012 | padding: 13px 35px; | |||||
| 5013 | text-transform:uppercase; | |||||
| 5014 | color: #fff; | |||||
| 5015 | letter-spacing:0.075em; | |||||
| 5016 | margin-top:-15px; | |||||
| 5017 | margin-left: 20px; | |||||
| 5018 | } | |||||
| 5019 | #parallax_04 .parallax-content-13 { | |||||
| 5020 | font-family: 'Oswald'; | |||||
| 5021 | letter-spacing: 0.01em; | |||||
| 5022 | } | |||||
| 5023 | #parallax_04 .parallax-content-13 .border { | |||||
| 5024 | position: absolute; | |||||
| 5025 | height: 290px; | |||||
| 5026 | width: 178px; | |||||
| 5027 | top: -33.2%; | |||||
| 5028 | z-index: 1; | |||||
| 5029 | left: 67.75%; | |||||
| 5030 | } | |||||
| 5031 | #parallax_04 .parallax-content-13 h3 { | |||||
| 5032 | font-size:24px; | |||||
| 5033 | letter-spacing:0.01em; | |||||
| 5034 | font-weight:300; | |||||
| 5035 | text-align:left; | |||||
| 5036 | color:#161616; | |||||
| 5037 | text-transform:uppercase; | |||||
| 5038 | margin:0; | |||||
| 5039 | } | |||||
| 5040 | #parallax_04 .parallax-content-13 h2 { | |||||
| 5041 | color:#161616; | |||||
| 5042 | line-height:1; | |||||
| 5043 | font-weight: 400; | |||||
| 5044 | margin-right: 80px; | |||||
| 5045 | margin-bottom: 10px; | |||||
| 5046 | margin-top:5px; | |||||
| 5047 | font-size:86px; | |||||
| 5048 | text-transform:uppercase; | |||||
| 5049 | } | |||||
| 5050 | #parallax_04 .parallax-content-13 p{ | |||||
| 5051 | font-size:49px; | |||||
| 5052 | font-weight: 400; | |||||
| 5053 | color:#161616; | |||||
| 5054 | line-height:1; | |||||
| 5055 | margin-right: 80px; | |||||
| 5056 | text-transform:uppercase; | |||||
| 5057 | } | |||||
| 5058 | #parallax_04 .parallax-content-13 a.btn.btn-default { | |||||
| 5059 | font-size:18px; | |||||
| 5060 | color:#fff; | |||||
| 5061 | padding: 22px 35px; | |||||
| 5062 | letter-spacing: 0.025em; | |||||
| 5063 | text-transform:uppercase; | |||||
| 5064 | margin-top: 22px; | |||||
| 5065 | position:relative; | |||||
| 5066 | z-index:5; | |||||
| 5067 | } | |||||
| 5068 | @media (max-width: 767px) { | |||||
| 5069 | #parallax_01 .parallax-content-13 { | |||||
| 5070 | left: 13% !important; | |||||
| 5071 | } | |||||
| 5072 | #parallax_01 .parallax-content-13 .border { | |||||
| 5073 | height: 195px; | |||||
| 5074 | width: 95px; | |||||
| 5075 | top: -25.2%; | |||||
| 5076 | z-index: 2; | |||||
| 5077 | left: 59.23%; | |||||
| 5078 | } | |||||
| 5079 | #parallax_01 .parallax-content-13 h2 { | |||||
| 5080 | margin-right: 30px; | |||||
| 5081 | margin-bottom: 10px; | |||||
| 5082 | margin-top: 10px; | |||||
| 5083 | font-size:35px; | |||||
| 5084 | } | |||||
| 5085 | #parallax_01 .parallax-content-13 p{ | |||||
| 5086 | font-size: 45px; | |||||
| 5087 | margin-right: 30px; | |||||
| 5088 | } | |||||
| 5089 | #parallax_01 .parallax-content-13 a { | |||||
| 5090 | font-size: 13px; | |||||
| 5091 | padding: 12px 20px; | |||||
| 5092 | margin-top: 10px; | |||||
| 5093 | } | |||||
| 5094 | #parallax_02,#parallax_03 { | |||||
| 5095 | padding: 50px 0; | |||||
| 5096 | } | |||||
| 5097 | #parallax_02 .parallax-content-13 .text-content,#parallax_03 .parallax-content-13 .text-content { | |||||
| 5098 | margin-bottom: 25px; | |||||
| 5099 | } | |||||
| 5100 | #parallax_02 .parallax-content-13 .text-content span,#parallax_03 .parallax-content-13 .text-content span { | |||||
| 5101 | font-size: 20px; | |||||
| 5102 | } | |||||
| 5103 | #parallax_02 .parallax-content-13 .text-content h2,#parallax_03 .parallax-content-13 .text-content h2 { | |||||
| 5104 | font-size: 30px; | |||||
| 5105 | } | |||||
| 5106 | #parallax_02 .parallax-content-13 .text-content a,#parallax_03 .parallax-content-13 .text-content a { | |||||
| 5107 | font-size: 13px; | |||||
| 5108 | padding: 8px 22px; | |||||
| 5109 | } | |||||
| 5110 | #parallax_04 .parallax-content-13 { | |||||
| 5111 | right:15%!important; | |||||
| 5112 | } | |||||
| 5113 | #parallax_04 .parallax-content-13 .border { | |||||
| 5114 | height: 145px; | |||||
| 5115 | width: 68px; | |||||
| 5116 | top: -33.2%; | |||||
| 5117 | left: 69%; | |||||
| 5118 | } | |||||
| 5119 | #parallax_04 .parallax-content-13 h3 { | |||||
| 5120 | font-size: 10px; | |||||
| 5121 | line-height: 1; | |||||
| 5122 | } | |||||
| 5123 | #parallax_04 .parallax-content-13 h2 { | |||||
| 5124 | margin-right: 25px; | |||||
| 5125 | margin-bottom: 5px; | |||||
| 5126 | margin-top: 5px; | |||||
| 5127 | font-size: 35px; | |||||
| 5128 | } | |||||
| 5129 | #parallax_04 .parallax-content-13 p { | |||||
| 5130 | font-size: 17px; | |||||
| 5131 | margin-right: 25px; | |||||
| 5132 | } | |||||
| 5133 | #parallax_04 .parallax-content-13 a.btn.btn-default { | |||||
| 5134 | font-size: 10px; | |||||
| 5135 | padding: 9px 12px; | |||||
| 5136 | margin-top: 0px; | |||||
| 5137 | } | |||||
| 5138 | } | |||||
| 5139 | @media (max-width: 480px) { | |||||
| 5140 | #parallax_02 .parallax-content-13 .text-content a, #parallax_03 .parallax-content-13 .text-content a{ | |||||
| 5141 | margin-top: 15px; | |||||
| 5142 | margin-left: 0; | |||||
| 5143 | margin-right:30px; | |||||
| 5144 | } | |||||
| 5145 | } | |||||
| 5146 | </style>]]> | 2256 | </style>]]> | |||
| 5147 | </content> | 2257 | </content> | |||
| 5148 | 2258 | |||||
| 5149 | <is_active> | 2259 | <is_active> | |||
| 5150 | 1 | 2260 | 1 | |||
| 5151 | </is_active> | 2261 | </is_active> | |||
| 5152 | 2262 | |||||
| 5153 | </cms_item> | 2263 | </cms_item> | |||
| 5154 | 2264 | |||||
| 5155 | <cms_item> | 2265 | <cms_item> | |||
| 5156 | 2266 | |||||
| 5157 | <title> | 2267 | <title> | |||
| 5158 | Porto - Homepage Slider 15 Old Skin | 2268 | Porto - Custom Block for Header 10 | |||
| 5159 | </title> | 2269 | </title> | |||
| 5160 | 2270 | |||||
| 5161 | <identifier> | 2271 | <identifier> | |||
| 5162 | porto_homeslider_15_old | 2272 | porto_custom_block_for_header_10 | |||
| 5163 | </identifier> | 2273 | </identifier> | |||
| 5164 | 2274 | |||||
| 5165 | <content> | 2275 | <content> | |||
| 5166 | <![CDATA[<style type="text/css"> | 2276 | <![CDATA[<div class="side-bottom"> | |||
| 5167 | .page-main, .footer-middle { display: none; } | 2277 | <div class="header-contact"> | |||
| 5168 | .product-item-photo { padding: 0; border: 0; border-radius: 0; } | 2278 | <h6 class="mb-0" style="font-size: 11px; color: #777; line-height: 1;">CALL US NOW</h6> | |||
| 5169 | #parallax_02 .product-item-name > a, #parallax_02 .product.name a > a, #parallax_02 .price-box .price, #parallax_02 .product-item .rating-summary .rating-result > span:before { color: #333 !important; } | 2279 | +123 456 7890 | |||
| 5170 | #parallax_03 .product-item-name > a, #parallax_03 .product.name a > a, #parallax_03 .price-box .price, #parallax_03 .product-item .rating-summary .rating-result > span:before { color: #fff !important; } | |||||
| 5171 | </style> | |||||
| 5172 | <div id="parallax_01" style="background:url({{media url="wysiwyg/smartwave/porto/homepage/13/slider/parallax_01.jpg"}}) 50% 0 no-repeat fixed; color: #fff; height: 100vh;width: 100%; padding: 0; position: relative;"> | |||||
| 5173 | <div class="parallax-content-13" style="width: 100%; text-align: center; position: absolute; top: 37%;"> | |||||
| 5174 | <div style="margin:0;line-height:1;"> | |||||
| 5175 | <img src="{{media url="wysiwyg/smartwave/porto/homepage/13/slider/quote.png"}}" alt="" class="quote" style="display:inline-block;vertical-align:middle;"/> | |||||
| 5176 | <em style="display:inline-block;vertical-align:middle;line-height:1;color:#fff;font-weight:300;font-style:normal;">DO YOU NEED A NEW</em> | |||||
| 5177 | <img src="{{media url="wysiwyg/smartwave/porto/homepage/13/slider/quote.png"}}" alt="" class="quote" style="display:inline-block;vertical-align:middle;"/> | |||||
| 5178 | </div> | 2280 | </div> | |||
| 5179 | <h2 style="font-weight:800;color:#fff;line-height:1;">eCOMMERCE?</h2> | 2281 | <div class="share-links"> | |||
| 5180 | <p style="font-weight:300;color:#fff;line-height:1;">Check our options and features.</p> | 2282 | <a target="_blank" rel="nofollow" class="share-facebook" href="#" title="Facebook"></a> | |||
| 2283 | <a target="_blank" rel="nofollow" class="share-twitter" href="#" title="Twitter"></a> | |||||
| 2284 | <a target="_blank" rel="nofollow" class="share-instagram" href="#" title="Instagram"></a> | |||||
| 5181 | </div> | 2285 | </div> | |||
| 5182 | </div> | 2286 | </div> | |||
| 5183 | <div id="parallax_02" style="background:url({{media url="wysiwyg/smartwave/porto/homepage/13/slider/parallax_02.jpg"}}) 50% 0 no-repeat fixed; color: #fff; width: 100%;"> | 2287 | ]]> | |||
| 5184 | <div class="parallax-content-13"> | |||||
| 5185 | <div class="container" style="text-align: right;"> | |||||
| 5186 | <div class="text-content" style="display: inline-block;"> | |||||
| 5187 | <em style="font-style: normal; text-align: right; display: block; color: #333;font-weight:600;">NEW ARRIVALS</em> | |||||
| 5188 | <h2 style="color: #333; line-height: 1;font-weight:800;margin:0;">Fashion Dresses</h2> | |||||
| 5189 | <p><span style="color: #333; vertical-align: top;">Up to <b style="font-weight:800;">70% OFF</b> in the new collection.</span> <a href="#" class="btn btn-default" style="background-color: #333; vertical-align: top; font-weight: 600; color: #fff;">SHOP NOW</a></p> | |||||
| 5190 | </div> | |||||
| 5191 | <div style="text-align: left;"> | |||||
| 5192 | <p style="color: #333; font-size: 15px;margin:0;font-weight:600;margin-bottom:15px;">FEATURED PRODUCTS</p> | |||||
| 5193 | <div id="featured_products_1" class="hide-addtocart hide-addtolinks"> | |||||
| 5194 | {{block class="Smartwave\Filterproducts\Block\Home\FeaturedList" name="featured_product" product_count="10" aspect_ratio="1" image_width="272" image_height="337" template="owl_list.phtml"}} | |||||
| 5195 | </div> | |||||
| 5196 | <script type="text/javascript"> | |||||
| 5197 | require([ | |||||
| 5198 | 'jquery', | |||||
| 5199 | 'owl.carousel/owl.carousel.min' | |||||
| 5200 | ], function ($) { | |||||
| 5201 | $("#featured_products_1 .owl-carousel").owlCarousel({ | |||||
| 5202 | autoplay: true, | |||||
| 5203 | autoplayTimeout: 5000, | |||||
| 5204 | autoplayHoverPause: true, | |||||
| 5205 | loop: true, | |||||
| 5206 | navRewind: true, | |||||
| 5207 | margin: 10, | |||||
| 5208 | nav: false, | |||||
| 5209 | dots: true, | |||||
| 5210 | responsive: { | |||||
| 5211 | 0: { | |||||
| 5212 | items:2 | |||||
| 5213 | }, | |||||
| 5214 | 768: { | |||||
| 5215 | items:3 | |||||
| 5216 | }, | |||||
| 5217 | 992: { | |||||
| 5218 | items:4 | |||||
| 5219 | }, | |||||
| 5220 | 1200: { | |||||
| 5221 | items:5 | |||||
| 5222 | } | |||||
| 5223 | } | |||||
| 5224 | }); | |||||
| 5225 | }); | |||||
| 5226 | </script> | |||||
| 5227 | </div> | |||||
| 5228 | </div> | |||||
| 5229 | </div> | |||||
| 5230 | </div> | |||||
| 5231 | <div id="parallax_03" style="background:url({{media url="wysiwyg/smartwave/porto/homepage/13/slider/parallax_03.jpg"}}) 50% 0 no-repeat fixed; color: #fff; width: 100%;"> | |||||
| 5232 | <div class="parallax-content-13"> | |||||
| 5233 | <div class="container" style="text-align: left;"> | |||||
| 5234 | <div class="text-content" style="display: inline-block;"> | |||||
| 5235 | <em style="font-style: normal; text-align: left; display: block; color: #fff;font-weight:600;">NEW ARRIVALS</em> | |||||
| 5236 | <h2 style="color: #fff; line-height: 1;font-weight:800;margin:0;">Fashion Sunglasses</h2> | |||||
| 5237 | <p><span style="color: #fff; vertical-align: top;">Up to <b style="font-weight:800;">70% OFF</b> in the new collection.</span> <a href="#" class="btn btn-default" style="background-color: #fff; color: #333; vertical-align: top; font-weight: 600;">SHOP NOW</a></p> | |||||
| 5238 | </div> | |||||
| 5239 | <div style="text-align: left;"> | |||||
| 5240 | <p style="color: #fff; font-size: 15px;margin:0;font-weight:600;text-align: right; margin-bottom: 15px;">FEATURED PRODUCTS</p> | |||||
| 5241 | <div id="featured_products_2" class="hide-addtocart hide-addtolinks"> | |||||
| 5242 | {{block class="Smartwave\Filterproducts\Block\Home\FeaturedList" name="featured_product" product_count="10" aspect_ratio="1" image_width="272" image_height="337" template="owl_list.phtml"}} | |||||
| 5243 | </div> | |||||
| 5244 | <script type="text/javascript"> | |||||
| 5245 | require([ | |||||
| 5246 | 'jquery', | |||||
| 5247 | 'owl.carousel/owl.carousel.min' | |||||
| 5248 | ], function ($) { | |||||
| 5249 | $("#featured_products_2 .owl-carousel").owlCarousel({ | |||||
| 5250 | autoplay: true, | |||||
| 5251 | autoplayTimeout: 5000, | |||||
| 5252 | autoplayHoverPause: true, | |||||
| 5253 | loop: true, | |||||
| 5254 | navRewind: true, | |||||
| 5255 | margin: 10, | |||||
| 5256 | nav: false, | |||||
| 5257 | dots: true, | |||||
| 5258 | responsive: { | |||||
| 5259 | 0: { | |||||
| 5260 | items:2 | |||||
| 5261 | }, | |||||
| 5262 | 768: { | |||||
| 5263 | items:3 | |||||
| 5264 | }, | |||||
| 5265 | 992: { | |||||
| 5266 | items:4 | |||||
| 5267 | }, | |||||
| 5268 | 1200: { | |||||
| 5269 | items:5 | |||||
| 5270 | } | |||||
| 5271 | } | |||||
| 5272 | }); | |||||
| 5273 | }); | |||||
| 5274 | </script> | |||||
| 5275 | </div> | |||||
| 5276 | </div> | |||||
| 5277 | </div> | |||||
| 5278 | </div> | |||||
| 5279 | <div id="parallax_04" style="background:url({{media url="wysiwyg/smartwave/porto/homepage/13/slider/parallax_04.jpg"}}) 50% 0 no-repeat fixed; color: #fff; height: 100vh;margin: 0; padding: 0;"> | |||||
| 5280 | <div style="width: 100%; height: 100%; position: relative;"> | |||||
| 5281 | <div class="parallax-content-13" style="width: 100%; text-align: center; position: absolute; top: 37%;"> | |||||
| 5282 | <div style="margin:0;line-height:1;"> | |||||
| 5283 | <img src="{{media url="wysiwyg/smartwave/porto/homepage/13/slider/quote_black.png"}}" alt="" class="quote" style="display:inline-block;vertical-align:middle;"/> | |||||
| 5284 | <em style="display:inline-block;vertical-align:middle;line-height:1;color:#333;font-weight:300;font-style:normal;">LET THE MUSIC PLAY</em> | |||||
| 5285 | <img src="{{media url="wysiwyg/smartwave/porto/homepage/13/slider/quote_black.png"}}" alt="" class="quote" style="display:inline-block;vertical-align:middle;"/> | |||||
| 5286 | </div> | |||||
| 5287 | <h2 style="font-weight:800;color:#333;line-height:1;">Connect with the best tech!</h2> | |||||
| 5288 | <p style="font-weight:300;color:#333;line-height:1;">Up to 70% OFF in the new collection.</p> | |||||
| 5289 | <a href="#" class="btn btn-default" style="background-color: #333; color: #fff; border-radius: 0; border: 0;">SHOP NOW</a> | |||||
| 5290 | </div> | |||||
| 5291 | </div> | |||||
| 5292 | </div>]]> | |||||
| 5293 | </content> | 2288 | </content> | |||
| 5294 | 2289 | |||||
| 5295 | <is_active> | 2290 | <is_active> | |||
| 5296 | 1 | 2291 | 1 | |||
| 5297 | </is_active> | 2292 | </is_active> | |||
| 5298 | 2293 | |||||
| 5299 | </cms_item> | 2294 | </cms_item> | |||
| 5300 | 2295 | |||||
| 5301 | <cms_item> | 2296 | <cms_item> | |||
| 5302 | 2297 | |||||
| 5303 | <title> | 2298 | <title> | |||
| 5304 | Porto - Homepage Slider 16 | 2299 | Banner Category Demo 11 | |||
| 5305 | </title> | 2300 | </title> | |||
| 5306 | 2301 | |||||
| 5307 | <identifier> | 2302 | <identifier> | |||
| 5308 | porto_homeslider_16 | 2303 | banner_category_demo11 | |||
| 5309 | </identifier> | 2304 | </identifier> | |||
| 5310 | 2305 | |||||
| 5311 | <content> | 2306 | <content> | |||
| 5312 | <![CDATA[<style type="text/css"> | 2307 | <![CDATA[<div class="porto-block"> | |||
| 5313 | #banner-slider-demo-16 .text-content h2{font-family:'Oswald';font-size:64px;line-height:85px;letter-spacing:0.01em;color:#292525;font-weight:400;margin:0;} | 2308 | <div style='padding-top: 4rem;padding-bottom: 4rem;background: #222529 url({{media url="wysiwyg/smartwave/porto/category/banner/shop11_shop_banner.jpg"}}) center no-repeat; background-size: cover;' class="row no-padding"> | |||
| 5314 | #banner-slider-demo-16 .text-content h2 b {position:relative;display:inline-block;padding:0;color:#fff;font-weight:400;border-bottom:85px solid #292525;border-right:15px solid transparent;height:0px;margin:0 -14px;padding-left:14px;padding-right:14px;} | 2309 | <div class="col-md-8 offset-lg-3 col-lg-6 offset-md-2"> | |||
| 5315 | #banner-slider-demo-16 .text-content h2 b:before {content:'';position:absolute;top:0;left:0;right:0;background-color:#292525;height:100%;} | 2310 | <div class="wpb_wrapper vc_column-inner"> | |||
| 5316 | #banner-slider-demo-16 .text-content p {font-family:'Oswald';font-size:25px;font-weight:300;line-height:48px;letter-spacing:-0.025em;color:#292525;} | 2311 | <div class="row justify-content-center align-items-center"> | |||
| 5317 | #banner-slider-demo-16 .text-content a {font-family:'Oswald';font-size:18px;color: #292525;font-weight: 600;display:inline-block;margin-top:20px;} | 2312 | <div class="col-auto p-4 mx-2 col-md-6"> | |||
| 5318 | @media (max-width: 991px){ | 2313 | <div class="wpb_wrapper vc_column-inner"> | |||
| 5319 | #banner-slider-demo-16 .slide1-content, #banner-slider-demo-16 .slide2-content { | 2314 | <h2 style="font-size: 2.5rem; line-height: 1;" class="vc_custom_heading custom-font4 mb-1 align-left heading-light">New Season Sale</h2> | |||
| 5320 | padding-left: 0; | 2315 | <h3 style="font-size: 5.5rem; line-height: 1;" class="vc_custom_heading mb-0 align-left heading-light">40% OFF</h3> | |||
| 5321 | } | |||||
| 5322 | } | |||||
| 5323 | @media(max-width:767px){ | |||||
| 5324 | #banner-slider-demo-16 .text-content h2 {font-size:40px;line-height:65px;} | |||||
| 5325 | #banner-slider-demo-16 .text-content h2 b {border-bottom-width:65px;} | |||||
| 5326 | #banner-slider-demo-16 .text-content p {font-size: 16px;line-height:35px;} | |||||
| 5327 | #banner-slider-demo-16 .text-content a{font-size:12px;margin-top:10px;} | |||||
| 5328 | } | |||||
| 5329 | </style> | |||||
| 5330 | <div class="full-screen-slider"> | |||||
| 5331 | <div id="banner-slider-demo-16" class="owl-carousel owl-bottom-narrow owl-banner-carousel"> | |||||
| 5332 | <div class="item" style="background:#f0f0f0;background-image:linear-gradient(#e8e8e8,#f0f0f0);position:relative;"> | |||||
| 5333 | <div style="width:100%;height:100%;width:100vw;height:100vh;background:url({{media url="wysiwyg/smartwave/porto/homepage/16/slider/01n.jpg"}}) 80% center no-repeat; background-size:cover;"></div> | |||||
| 5334 | <div class="slide1-content" style="width:100%;position:absolute;left:10%;top:33%;text-align:left;"> | |||||
| 5335 | <div class="text-content" style="display: inline-block;"> | |||||
| 5336 | <h2>FASHION<br><b>SUNGLASSES</b></h2> | |||||
| 5337 | <p>Up to <b style="font-weight:800;">70% OFF</b> in the new collection.</p> | |||||
| 5338 | <a href="#">SHOP NOW <i class="porto-icon-chevron-right"></i></a> | |||||
| 5339 | </div> | 2316 | </div> | |||
| 5340 | </div> | 2317 | </div> | |||
| 2318 | <div class="col-auto px-4 col-md-6" style="border-left: 4px solid #fff;"> | |||||
| 2319 | <div class="wpb_wrapper vc_column-inner"> | |||||
| 2320 | <div class="btn-container mb-0 mx-2 d-inline-block"> | |||||
| 2321 | <button class="btn btn-modern btn-lg btn-light">SHOP NOW <i style="padding-left: 7px;" class="fas fa-long-arrow-alt-right"></i></button> | |||||
| 5341 | </div> | 2322 | </div> | |||
| 5342 | <div class="item" style="background:#f0f0f0;background-image:linear-gradient(#e8e8e8,#f0f0f0);position:relative;"> | |||||
| 5343 | <div style="width:100%;height:100%;width:100vw;height:100vh;background:url({{media url="wysiwyg/smartwave/porto/homepage/16/slider/02n.jpg"}}) 20% center no-repeat; background-size:cover;"></div> | |||||
| 5344 | <div class="slide2-content" style="width:100%;position:absolute;right:10%;top:33%;text-align:right;"> | |||||
| 5345 | <div class="text-content" style="display: inline-block;text-align:left;"> | |||||
| 5346 | <h2>EXPLORE<br><b>OUR DRESSES</b></h2> | |||||
| 5347 | <p>Up to <b style="font-weight:800;">70% OFF</b> in the new collection.</p> | |||||
| 5348 | <a href="#">SHOP NOW <i class="porto-icon-chevron-right"></i></a> | |||||
| 5349 | </div> | 2323 | </div> | |||
| 5350 | </div> | 2324 | </div> | |||
| 5351 | </div> | 2325 | </div> | |||
| 5352 | </div> | 2326 | </div> | |||
| 5353 | <script type="text/javascript"> | 2327 | </div> | |||
| 5354 | require([ | 2328 | </div> | |||
| 5355 | 'jquery', | 2329 | </div> | |||
| 5356 | 'owl.carousel/owl.carousel.min' | 2330 | ]]> | |||
| 5357 | ], function ($) { | |||||
| 5358 | var owl_16 = $("#banner-slider-demo-16").owlCarousel({ | |||||
| 5359 | items: 1, | |||||
| 5360 | autoplay: true, | |||||
| 5361 | autoplayTimeout: 5000, | |||||
| 5362 | autoplayHoverPause: true, | |||||
| 5363 | dots: false, | |||||
| 5364 | navRewind: true, | |||||
| 5365 | animateIn: 'fadeIn', | |||||
| 5366 | animateOut: 'fadeOut', | |||||
| 5367 | loop: true, | |||||
| 5368 | nav: true, | |||||
| 5369 | navText: ["<em class='porto-icon-chevron-left'></em>","<em class='porto-icon-chevron-right'></em>"] | |||||
| 5370 | }); | |||||
| 5371 | }); | |||||
| 5372 | </script> | |||||
| 5373 | </div>]]> | |||||
| 5374 | </content> | 2331 | </content> | |||
| 5375 | 2332 | |||||
| 5376 | <is_active> | 2333 | <is_active> | |||
| 5377 | 1 | 2334 | 1 | |||
| 5378 | </is_active> | 2335 | </is_active> | |||
| 5379 | 2336 | |||||
| 5380 | </cms_item> | 2337 | </cms_item> | |||
| 5381 | 2338 | |||||
| 5382 | <cms_item> | 2339 | <cms_item> | |||
| 5383 | 2340 | |||||
| 5384 | <title> | 2341 | <title> | |||
| 5385 | Porto - Homepage Slider 16 Old Skin | 2342 | Porto Footer Bottom Custom Block 11 | |||
| 5386 | </title> | 2343 | </title> | |||
| 5387 | 2344 | |||||
| 5388 | <identifier> | 2345 | <identifier> | |||
| 5389 | porto_homeslider_16_old | 2346 | porto_footer_bottom_custom_block_11 | |||
| 5390 | </identifier> | 2347 | </identifier> | |||
| 5391 | 2348 | |||||
| 5392 | <content> | 2349 | <content> | |||
| 5393 | <![CDATA[<div class="full-screen-slider"> | 2350 | <![CDATA[<div class="widget follow-us"> | |||
| 5394 | <div id="banner-slider-demo-16" class="owl-carousel owl-bottom-narrow owl-banner-carousel"> | 2351 | <div class="share-links disable-br"> | |||
| 5395 | <div class="item" style="background:#f0f0f0;background-image:linear-gradient(#e8e8e8,#f0f0f0);position:relative;"> | 2352 | <a href="#" target="_blank" title="Facebook" class="share-facebook">Facebook</a> | |||
| 5396 | <div style="width:100%;height:100%;width:100vw;height:100vh;background:url({{media url="wysiwyg/smartwave/porto/homepage/16/slider/01.jpg"}}) 80% center no-repeat; background-size:cover;"></div> | 2353 | <a href="#" target="_blank" title="Twitter" class="share-twitter">Twitter</a> | |||
| 5397 | <div class="slide1-content" style="width:100%;position:absolute;left:0;top:40%;text-align:center;"> | 2354 | <a href="#" target="_blank" title="Linkedin" class="share-linkedin">Linkedin</a> | |||
| 5398 | <div class="text-content" style="display: inline-block;"> | |||||
| 5399 | <em style="font-style: normal; text-align: right; display: block; color: #fff;font-weight:600;">NEW ARRIVALS</em> | |||||
| 5400 | <h2 style="color: #fff; line-height: 1;font-weight:800;margin:0;">Fashion Sunglasses</h2> | |||||
| 5401 | <p><span style="color: #fff; vertical-align: top;">Up to <b style="font-weight:800;">70% OFF</b> in the new collection.</span> <a href="#" class="btn btn-default" style="background-color: #fff; color: #333; vertical-align: top; font-weight: 600;float:right;">SHOP NOW</a></p> | |||||
| 5402 | </div> | |||||
| 5403 | </div> | |||||
| 5404 | </div> | |||||
| 5405 | <div class="item" style="background:#f0f0f0;background-image:linear-gradient(#e8e8e8,#f0f0f0);position:relative;"> | |||||
| 5406 | <div style="width:100%;height:100%;width:100vw;height:100vh;background:url({{media url="wysiwyg/smartwave/porto/homepage/16/slider/02.jpg"}}) 20% center no-repeat; background-size:cover;"></div> | |||||
| 5407 | <div class="slide2-content" style="width:100%;position:absolute;left:0;top:40%;text-align:center;"> | |||||
| 5408 | <div class="text-content" style="display: inline-block;"> | |||||
| 5409 | <em style="font-style: normal; text-align: right; display: block; color: #fff;font-weight:600;">NEW COLLECTION</em> | |||||
| 5410 | <h2 style="color: #fff; line-height: 1;font-weight:800;margin:0;">Women Dresses</h2> | |||||
| 5411 | <p><span style="color: #fff; vertical-align: top;">Up to <b style="font-weight:800;">70% OFF</b> in the new collection.</span> <a href="#" class="btn btn-default" style="background-color: #fff; color: #333; vertical-align: top; font-weight: 600;float:right;">SHOP NOW</a></p> | |||||
| 5412 | </div> | |||||
| 5413 | </div> | 2355 | </div> | |||
| 5414 | </div> | 2356 | | |||
| 5415 | </div> | 2357 | ]]> | |||
| 5416 | <script type="text/javascript"> | |||||
| 5417 | require([ | |||||
| 5418 | 'jquery', | |||||
| 5419 | 'owl.carousel/owl.carousel.min' | |||||
| 5420 | ], function ($) { | |||||
| 5421 | var owl_16 = $("#banner-slider-demo-16").owlCarousel({ | |||||
| 5422 | items: 1, | |||||
| 5423 | autoplay: true, | |||||
| 5424 | autoplayTimeout: 5000, | |||||
| 5425 | autoplayHoverPause: true, | |||||
| 5426 | dots: true, | |||||
| 5427 | navRewind: true, | |||||
| 5428 | animateIn: 'fadeIn', | |||||
| 5429 | animateOut: 'fadeOut', | |||||
| 5430 | loop: true, | |||||
| 5431 | nav: false, | |||||
| 5432 | navText: ["<em class='porto-icon-chevron-left'></em>","<em class='porto-icon-chevron-right'></em>"] | |||||
| 5433 | }); | |||||
| 5434 | }); | |||||
| 5435 | </script> | |||||
| 5436 | </div>]]> | |||||
| 5437 | </content> | 2358 | </content> | |||
| 5438 | 2359 | |||||
| 5439 | <is_active> | 2360 | <is_active> | |||
| 5440 | 1 | 2361 | 1 | |||
| 5441 | </is_active> | 2362 | </is_active> | |||
| 5442 | 2363 | |||||
| 5443 | </cms_item> | 2364 | </cms_item> | |||
| 5444 | 2365 | |||||
| 5445 | <cms_item> | 2366 | <cms_item> | |||
| 5446 | 2367 | |||||
| 5447 | <title> | 2368 | <title> | |||
| 5448 | Porto - Homepage Slider 17 | 2369 | Footer Middle Groups 3 | |||
| 5449 | </title> | 2370 | </title> | |||
| 5450 | 2371 | |||||
| 5451 | <identifier> | 2372 | <identifier> | |||
| 5452 | porto_homeslider_17 | 2373 | footer_middle_groups3 | |||
| 5453 | </identifier> | 2374 | </identifier> | |||
| 5454 | 2375 | |||||
| 5455 | <content> | 2376 | <content> | |||
| 5456 | <![CDATA[<div id="banner-slider-demo-11" class="owl-carousel owl-banner-carousel owl-middle-narrow"> | 2377 | <![CDATA[<div class="widget widget-block"> | |||
| 5457 | <div class="item" style="background:url({{media url="wysiwyg/smartwave/porto/homepage/11/slider/slide01.jpg"}}) repeat;background-position:center;"> | 2378 | <div class="row"> | |||
| 5458 | <div class="container" style="position:relative"> | 2379 | <div class="col-md-5 col-lg-3" style="margin-bottom: 20px;"> | |||
| 5459 | <img src="{{media url="wysiwyg/smartwave/porto/homepage/11/slider/img_transparent.png"}}" alt=""> | 2380 | <div class="wpb_wrapper vc_column-inner"> | |||
| 2381 | <h3 style="margin-top: 0px; margin-bottom: 25px;" class="widget-title">CONTACT INFO</h3> | |||||
| 2382 | <div class="porto-sicon-box style_1 default-icon" style="border-bottom: 1px solid #2c2f33;"> | |||||
| 2383 | <div class="porto-sicon-default"> | |||||
| 2384 | <div class="porto-just-icon-wrapper" style="text-align: center;"> | |||||
| 2385 | <div class="porto-icon none" style="color: #ffffff; font-size: 26px; display: inline-block;"><i class="Simple-Line-Icons-direction"></i></div> | |||||
| 5460 | </div> | 2386 | </div> | |||
| 5461 | </div> | 2387 | </div> | |||
| 5462 | <div class="item" style="background:url({{media url="wysiwyg/smartwave/porto/homepage/11/slider/slide02.jpg"}}) center center no-repeat;background-size:cover;"> | 2388 | <div class="porto-sicon-header"> | |||
| 5463 | <div class="container" style="position:relative"> | 2389 | <h3 class="porto-sicon-title" style="font-weight: 600; font-size: 13px; line-height: 20px; color: #ffffff;">ADDRESS</h3> | |||
| 5464 | <img src="{{media url="wysiwyg/smartwave/porto/homepage/11/slider/img_transparent.png"}}" alt=""> | 2390 | <p style="font-size: 13px; line-height: 20px; color: #a8a8a8;">123 Street Name, City, England</p> | |||
| 5465 | <div class="slide-2" style="position: absolute; bottom: 24%; width:100%;left:0;"> | |||||
| 5466 | <div class="container" style="text-align: center;padding:0;"> | |||||
| 5467 | <div class="text-content" style="display: inline-block; margin-left: 6%;"> | |||||
| 5468 | <em>mega special</em> | |||||
| 5469 | <h2>cosmetics sale</h2> | |||||
| 5470 | <p><span><b style="color:#dd3d60;font-weight:300;">70%</b> off</span></p> | |||||
| 5471 | <a href="#" class="btn btn-default">SHOP NOW</a> | |||||
| 5472 | </div> | 2391 | </div> | |||
| 5473 | </div> | 2392 | </div> | |||
| 2393 | <div class="porto-sicon-box style_1 default-icon" style="border-bottom: 1px solid #2c2f33;"> | |||||
| 2394 | <div class="porto-sicon-default"> | |||||
| 2395 | <div class="porto-just-icon-wrapper" style="text-align: center;"> | |||||
| 2396 | <div class="porto-icon none" style="color: #ffffff; font-size: 26px; display: inline-block;"><i class="Simple-Line-Icons-phone"></i></div> | |||||
| 5474 | </div> | 2397 | </div> | |||
| 5475 | </div> | 2398 | </div> | |||
| 2399 | <div class="porto-sicon-header"> | |||||
| 2400 | <h3 class="porto-sicon-title" style="font-weight: 600; font-size: 13px; line-height: 20px; color: #ffffff;">PHONE</h3> | |||||
| 2401 | <p style="font-size: 13px; line-height: 20px; color: #a8a8a8;">Toll Free (123) 456-7890</p> | |||||
| 5476 | </div> | 2402 | </div> | |||
| 5477 | </div> | |||||
| 5478 | <script type="text/javascript"> | |||||
| 5479 | require([ | |||||
| 5480 | 'jquery', | |||||
| 5481 | 'owl.carousel/owl.carousel.min' | |||||
| 5482 | ], function ($) { | |||||
| 5483 | $("#banner-slider-demo-11").owlCarousel({ | |||||
| 5484 | items: 1, | |||||
| 5485 | autoplay: true, | |||||
| 5486 | autoplayTimeout: 5000, | |||||
| 5487 | autoplayHoverPause: true, | |||||
| 5488 | dots: false, | |||||
| 5489 | nav: true, | |||||
| 5490 | navRewind: true, | |||||
| 5491 | animateIn: 'fadeIn', | |||||
| 5492 | animateOut: 'fadeOut', | |||||
| 5493 | loop: true, | |||||
| 5494 | navText: ["<em class='porto-icon-chevron-left'></em>","<em class='porto-icon-chevron-right'></em>"] | |||||
| 5495 | }); | |||||
| 5496 | }); | |||||
| 5497 | </script> | |||||
| 5498 | <div class="container"> | |||||
| 5499 | {{block class="Smartwave\Filterproducts\Block\Home\FeaturedList" name="featured_product" product_count="8" column_count="4" aspect_ratio="0" image_width="250" image_height="250" product_type="2" template="grid.phtml"}} | |||||
| 5500 | </div> | |||||
| 5501 | <div class="our-brands" style="border-bottom: #eceae8 solid 1px;border-top: #eceae8 solid 1px;padding: 45px 0 45px;"> | |||||
| 5502 | <div class="container"> | |||||
| 5503 | <div class="owl-side-narrow"> | |||||
| 5504 | <div id="brands-slider-demo-11" class="brands-slider"> | |||||
| 5505 | <div class="owl-carousel"> | |||||
| 5506 | <div class="item" style="padding:10px 0;text-align:center;"><img style="display:inline;" src="{{media url="wysiwyg/smartwave/porto/brands/11/brand1n.png"}}" alt="" /></div> | |||||
| 5507 | <div class="item" style="padding:10px 0;text-align:center;"><img style="display:inline;" src="{{media url="wysiwyg/smartwave/porto/brands/11/brand2n.png"}}" alt="" /></div> | |||||
| 5508 | <div class="item" style="padding:10px 0;text-align:center;"><img style="display:inline;" src="{{media url="wysiwyg/smartwave/porto/brands/11/brand3n.png"}}" alt="" /></div> | |||||
| 5509 | <div class="item" style="padding:10px 0;text-align:center;"><img style="display:inline;" src="{{media url="wysiwyg/smartwave/porto/brands/11/brand4n.png"}}" alt="" /></div> | |||||
| 5510 | <div class="item" style="padding:10px 0;text-align:center;"><img style="display:inline;" src="{{media url="wysiwyg/smartwave/porto/brands/11/brand5n.png"}}" alt="" /></div> | |||||
| 5511 | <div class="item" style="padding:10px 0;text-align:center;"><img style="display:inline;" src="{{media url="wysiwyg/smartwave/porto/brands/11/brand6n.png"}}" alt="" /></div> | |||||
| 5512 | <div class="item" style="padding:10px 0;text-align:center;"><img style="display:inline;" src="{{media url="wysiwyg/smartwave/porto/brands/11/brand2n.png"}}" alt="" /></div> | |||||
| 5513 | <div class="item" style="padding:10px 0;text-align:center;"><img style="display:inline;" src="{{media url="wysiwyg/smartwave/porto/brands/11/brand3n.png"}}" alt="" /></div> | |||||
| 5514 | <div class="item" style="padding:10px 0;text-align:center;"><img style="display:inline;" src="{{media url="wysiwyg/smartwave/porto/brands/11/brand4n.png"}}" alt="" /></div> | |||||
| 5515 | <div class="item" style="padding:10px 0;text-align:center;"><img style="display:inline;" src="{{media url="wysiwyg/smartwave/porto/brands/11/brand5n.png"}}" alt="" /></div> | |||||
| 5516 | </div> | 2403 | </div> | |||
| 5517 | <script type="text/javascript"> | 2404 | <div class="porto-sicon-box style_1 default-icon"> | |||
| 5518 | require([ | 2405 | <div class="porto-sicon-default"> | |||
| 5519 | 'jquery', | 2406 | <div class="porto-just-icon-wrapper" style="text-align: center;"> | |||
| 5520 | 'owl.carousel/owl.carousel.min' | 2407 | <div class="porto-icon none" style="color: #ffffff; font-size: 26px; display: inline-block;"><i class="Simple-Line-Icons-envelope"></i></div> | |||
| 5521 | ], function ($) { | |||||
| 5522 | $("#brands-slider-demo-11 .owl-carousel").owlCarousel({ | |||||
| 5523 | autoplay: true, | |||||
| 5524 | autoplayTimeout: 5000, | |||||
| 5525 | autoplayHoverPause: true, | |||||
| 5526 | margin: 20, | |||||
| 5527 | nav: true, | |||||
| 5528 | navText: ["<em class='porto-icon-left-open-huge'></em>","<em class='porto-icon-right-open-huge'></em>"], | |||||
| 5529 | dots: false, | |||||
| 5530 | loop: true, | |||||
| 5531 | responsive: { | |||||
| 5532 | 0: { | |||||
| 5533 | items:2 | |||||
| 5534 | }, | |||||
| 5535 | 640: { | |||||
| 5536 | items:3 | |||||
| 5537 | }, | |||||
| 5538 | 768: { | |||||
| 5539 | items:4 | |||||
| 5540 | }, | |||||
| 5541 | 992: { | |||||
| 5542 | items:5 | |||||
| 5543 | }, | |||||
| 5544 | 1200: { | |||||
| 5545 | items:5 | |||||
| 5546 | } | |||||
| 5547 | } | |||||
| 5548 | }); | |||||
| 5549 | }); | |||||
| 5550 | </script> | |||||
| 5551 | </div> | 2408 | </div> | |||
| 5552 | </div> | 2409 | </div> | |||
| 2410 | <div class="porto-sicon-header"> | |||||
| 2411 | <h3 class="porto-sicon-title" style="font-weight: 600; font-size: 13px; line-height: 20px; color: #ffffff;">EMAIL</h3> | |||||
| 2412 | <p style="font-size: 13px; line-height: 20px; color: #a8a8a8;">mail@example.com</p> | |||||
| 5553 | </div> | 2413 | </div> | |||
| 5554 | | 2414 | </div> | |||
| 5555 | <style> | 2415 | </div> | |||
| 5556 | #banner-slider-demo-11 .slide-2 .text-content em { | 2416 | </div> | |||
| 5557 | font-family:'Oswald';font-size:40px;font-style: normal;display: block;color:#301b24;font-weight:300;letter-spacing:0.1em;text-transform:uppercase; | 2417 | <div class="col-md-7 offset-lg-1 col-lg-8"> | |||
| 5558 | } | 2418 | <div class="wpb_wrapper vc_column-inner"> | |||
| 5559 | #banner-slider-demo-11 .slide-2 .text-content h2{ | 2419 | <div class="row"> | |||
| 5560 | font-family:'Oswald';font-size:79px;color: #301b24;line-height:1;font-weight:700;margin:0;letter-spacing:0.035em;text-transform:uppercase; | 2420 | <div class="col-sm-5 col-md-5 col-lg-3"> | |||
| 5561 | } | 2421 | <div class="wpb_wrapper vc_column-inner"> | |||
| 5562 | #banner-slider-demo-11 .slide-2 .text-content p span{ | 2422 | <h3 style="margin-bottom: 20px;" class="widget-title">ACCOUNT</h3> | |||
| 5563 | font-size:60px;color:#39332d;vertical-align: top; font-weight:300;text-transform:uppercase; | 2423 | <div class="wpb_text_column wpb_content_element"> | |||
| 5564 | } | 2424 | <div class="wpb_wrapper"> | |||
| 5565 | #banner-slider-demo-11 .slide-2 .text-content a { | 2425 | <ul> | |||
| 5566 | background-color: #301b24;font-family:'Oswald';font-size:13px; color: #fff; vertical-align: top;font-weight:400;letter-spacing:0.075em;padding:13px 28px;margin-top:30px; | 2426 | <li><i class="fa fa-caret-right"></i> <a title="About us" href="#">About us</a></li> | |||
| 5567 | } | 2427 | <li><i class="fa fa-caret-right"></i> <a title="Contact Us" href="#">Contact us</a></li> | |||
| 5568 | @media (max-width:767px){ | 2428 | <li><i class="fa fa-caret-right"></i> <a title="My Account" href="#">My Account</a></li> | |||
| 5569 | #banner-slider-demo-11 .slide-2 .text-content em {font-size:12px;} | 2429 | <li><i class="fa fa-caret-right"></i> <a title="Order History" href="#">Order History</a></li> | |||
| 5570 | #banner-slider-demo-11 .slide-2 .text-content h2{font-size:22px;} | 2430 | <li><i class="fa fa-caret-right"></i> <a title="Advanced Search" href="#">Advanced Search</a></li> | |||
| 5571 | #banner-slider-demo-11 .slide-2 .text-content p span {font-size:14px;} | 2431 | </ul> | |||
| 5572 | #banner-slider-demo-11 .slide-2 .text-content a { | 2432 | </div> | |||
| 5573 | font-size: 9px; | 2433 | </div> | |||
| 5574 | padding: 6px 10px; | 2434 | </div> | |||
| 5575 | margin-top: 5px; | 2435 | </div> | |||
| 5576 | } | 2436 | <div class="col-sm-7 col-md-7 col-lg-4"> | |||
| 5577 | } | 2437 | <div class="wpb_wrapper vc_column-inner"> | |||
| 5578 | </style>]]> | 2438 | <h3 style="margin-bottom: 20px;" class="widget-title">MAIN FEATURES</h3> | |||
| 2439 | <div class="wpb_text_column wpb_content_element"> | |||||
| 2440 | <div class="wpb_wrapper"> | |||||
| 2441 | <ul> | |||||
| 2442 | <li><i class="fa fa-caret-right"></i> <a title="Super Fast Wordpress Theme" href="#">Super Fast Magento Theme</a></li> | |||||
| 2443 | <li><i class="fa fa-caret-right"></i> <a title="1st Fully Working Ajax Theme" href="#">1st Fully Working Ajax Theme</a></li> | |||||
| 2444 | <li><i class="fa fa-caret-right"></i> <a title="16 Unique Shop Layouts" href="#">36 Unique Shop Layouts</a></li> | |||||
| 2445 | <li><i class="fa fa-caret-right"></i> <a title="Powerful Admin Panel" href="#">Powerful Admin Panel</a></li> | |||||
| 2446 | <li><i class="fa fa-caret-right"></i> <a title="Mobile & Retina Optimized" href="#">Mobile & Retina Optimized</a></li> | |||||
| 2447 | </ul> | |||||
| 2448 | </div> | |||||
| 2449 | </div> | |||||
| 2450 | </div> | |||||
| 2451 | </div> | |||||
| 2452 | <div class="col-md-12 col-lg-5"> | |||||
| 2453 | <div class="wpb_wrapper vc_column-inner"> | |||||
| 2454 | <h3 style="margin-bottom: 20px;" class="widget-title">NEWSLETTER</h3> | |||||
| 2455 | <div class="wpb_text_column wpb_content_element pull-left"> | |||||
| 2456 | <div class="wpb_wrapper"> | |||||
| 2457 | <p style="margin-bottom: 1.5rem; line-height: 25px;"> | |||||
| 2458 | Get all the latest information on Events,<br /> | |||||
| 2459 | Sales and Offers. Sign up for newsletter today. | |||||
| 2460 | </p> | |||||
| 2461 | {{block class="Magento\Newsletter\Block\Subscribe" name="home.newsletter" template="subscribe_form_footer.phtml"}} | |||||
| 2462 | </div> | |||||
| 2463 | </div> | |||||
| 2464 | </div> | |||||
| 2465 | </div> | |||||
| 2466 | </div> | |||||
| 2467 | </div> | |||||
| 2468 | </div> | |||||
| 2469 | </div> | |||||
| 2470 | </div>]]> | |||||
| 5579 | </content> | 2471 | </content> | |||
| 5580 | 2472 | |||||
| 5581 | <is_active> | 2473 | <is_active> | |||
| 5582 | 1 | 2474 | 1 | |||
| 5583 | </is_active> | 2475 | </is_active> | |||
| 5584 | 2476 | |||||
| 5585 | </cms_item> | 2477 | </cms_item> | |||
| 5586 | 2478 | |||||
| 5587 | <cms_item> | 2479 | <cms_item> | |||
| 5588 | 2480 | |||||
| 5589 | <title> | 2481 | <title> | |||
| 5590 | Porto - Homepage Slider 17 Old Skin | 2482 | Banner Category Demo 12 | |||
| 5591 | </title> | 2483 | </title> | |||
| 5592 | 2484 | |||||
| 5593 | <identifier> | 2485 | <identifier> | |||
| 5594 | porto_homeslider_17_old | 2486 | banner_category_demo12 | |||
| 5595 | </identifier> | 2487 | </identifier> | |||
| 5596 | 2488 | |||||
| 5597 | <content> | 2489 | <content> | |||
| 5598 | <![CDATA[<div id="banner-slider-demo-11" class="owl-carousel owl-banner-carousel owl-middle-narrow"> | 2490 | <![CDATA[<div class="porto-block"> | |||
| 5599 | <div class="item" style="background:url({{media url="wysiwyg/smartwave/porto/homepage/11/slider/slide01_bg.png"}}) repeat;"> | 2491 | <style> | |||
| 5600 | <div class="container" style="position:relative"> | 2492 | .container .container { | |||
| 5601 | <img src="{{media url="wysiwyg/smartwave/porto/homepage/11/slider/slide01_img.png"}}" alt=""> | 2493 | width: 100%; | |||
| 5602 | <div class="slide-1" style="position: absolute; bottom: 27%; width:100%;"> | 2494 | padding-left: 0; | |||
| 5603 | <div class="container" style="text-align: left;"> | 2495 | padding-right: 0; | |||
| 5604 | <div class="text-content" style="display: inline-block; margin-left: 6%;"> | 2496 | } | |||
| 5605 | <em style="font-style: normal; text-align: left; display: block; color: #2c3232;font-weight:600;">PROFESSIONAL</em> | 2497 | .col-auto > .vc_column-inner { | |||
| 5606 | <h2 style="color: #2c3232; line-height: 1;font-weight:800;margin:0;">COSMETICS</h2> | 2498 | display: inline-block; | |||
| 5607 | <p><span style="color: #2c3232; vertical-align: top; font-weight: 300;">Up to <b style="font-weight:800;">70% OFF</b> in the new collection.</span></p> | 2499 | width: auto; | |||
| 5608 | <a href="#" class="btn btn-default" style="background-color: #b74173; color: #fff; vertical-align: top; font-weight: 600;">SHOP NOW</a> | 2500 | } | |||
| 2501 | .shop-banner .btn-modern.btn-lg { | |||||
| 2502 | font-size: 0.84375em; | |||||
| 2503 | padding: 1.5em 4.75em; | |||||
| 2504 | } | |||||
| 2505 | .porto-ibanner-layer { | |||||
| 2506 | position: absolute; | |||||
| 2507 | z-index: 10; | |||||
| 2508 | } | |||||
| 2509 | .coupon-sale-text { | |||||
| 2510 | padding: .2em .4em; | |||||
| 2511 | position: relative; | |||||
| 2512 | transform: rotate( | |||||
| 2513 | -1.5deg | |||||
| 2514 | ); | |||||
| 2515 | letter-spacing: 0; | |||||
| 2516 | } | |||||
| 2517 | .coupon-sale-text { | |||||
| 2518 | padding: .2em .4em; | |||||
| 2519 | position: relative; | |||||
| 2520 | transform: rotate( | |||||
| 2521 | -1.5deg | |||||
| 2522 | ); | |||||
| 2523 | } | |||||
| 2524 | .coupon-sale-text i { | |||||
| 2525 | font-style: normal; | |||||
| 2526 | position: absolute; | |||||
| 2527 | left: -2.25em; | |||||
| 2528 | top: 50%; | |||||
| 2529 | transform: translateY(-50%) rotate( | |||||
| 2530 | -90deg | |||||
| 2531 | ); | |||||
| 2532 | font-size: .4em; | |||||
| 2533 | opacity: .6; | |||||
| 2534 | letter-spacing: 0; | |||||
| 2535 | } | |||||
| 2536 | .coupon-sale-text.heading-light i, .coupon-sale-text.heading-light sub { | |||||
| 2537 | color: #222529; | |||||
| 2538 | } | |||||
| 2539 | .coupon-sale-text sub { | |||||
| 2540 | position: absolute; | |||||
| 2541 | left: 100%; | |||||
| 2542 | margin-left: .25rem; | |||||
| 2543 | bottom: .3em; | |||||
| 2544 | font-size: 70%; | |||||
| 2545 | line-height: 1; | |||||
| 2546 | } | |||||
| 2547 | </style> | |||||
| 2548 | <div class="row shop-banner mb-0"> | |||||
| 2549 | <div class="col-md-12"> | |||||
| 2550 | <div class="wpb_wrapper vc_column-inner"> | |||||
| 2551 | <div class="porto-ibanner mb-0" | |||||
| 2552 | style="background: rgb(244, 244, 244) url({{media url="wysiwyg/smartwave/porto/category/banner/shop12_shop_banner.jpg"}}) no-repeat center; background-attachment: fixed; min-height: 300px; position: relative; overflow: hidden;"> | |||||
| 2553 | <div class="porto-ibanner-desc no-padding d-flex"> | |||||
| 2554 | <div class="container" | |||||
| 2555 | <div class="porto-ibanner-container"> | |||||
| 2556 | <div class="porto-ibanner-layer" style="width: 100%; left: 50%; top: 50%; transform: translate(-50%, -50%);"> | |||||
| 2557 | <div class="row align-items-center justify-content-center mx-0"> | |||||
| 2558 | <div class="porto-wrap-container container"> | |||||
| 2559 | <div class="row"> | |||||
| 2560 | <div class="mb-4 mb-md-0 col-md-5"> | |||||
| 2561 | <div class="wpb_wrapper vc_column-inner"> | |||||
| 2562 | <h3 style="font-size: 2.375em; line-height: 1.2; text-align: center;" class="vc_custom_heading mb-0 text-md-right text-uppercase"> | |||||
| 2563 | Top Fashion<br /> | |||||
| 2564 | Deals | |||||
| 2565 | </h3> | |||||
| 5609 | </div> | 2566 | </div> | |||
| 5610 | </div> | 2567 | </div> | |||
| 2568 | <div class="mb-4 mb-md-0 col-md-3"> | |||||
| 2569 | <div class="wpb_wrapper vc_column-inner"> | |||||
| 2570 | <div class="btn-container mb-0 text-center"><button class="btn btn-modern btn-lg btn-dark">View Sale</button></div> | |||||
| 5611 | </div> | 2571 | </div> | |||
| 5612 | </div> | 2572 | </div> | |||
| 2573 | <div class="col-auto col-md-4"> | |||||
| 2574 | <div class="wpb_wrapper vc_column-inner"> | |||||
| 2575 | <div style="font-size: 1.2em; line-height: 1.8; text-align: center; font-weight: 700;" class="vc_custom_heading coupon-sale-text background-color-dark mb-2 text-md-left heading-light">Exclusive COUPON</div> | |||||
| 2576 | <div style="font-size: 1.75em; line-height: 1; text-align: center; font-weight: 700;" class="vc_custom_heading coupon-sale-text background-color-secondary d-inline-block heading-light"> | |||||
| 2577 | <i>UP TO</i>$100<sub>OFF</sub> | |||||
| 5613 | </div> | 2578 | </div> | |||
| 5614 | <div class="item" style="background:url({{media url="wysiwyg/smartwave/porto/homepage/11/slider/slide02_bg.png"}}) center center no-repeat;background-size:cover;"> | |||||
| 5615 | <div class="container" style="position:relative"> | |||||
| 5616 | <img src="{{media url="wysiwyg/smartwave/porto/homepage/11/slider/slide02_img.png"}}" alt=""> | |||||
| 5617 | <div class="slide-2" style="position: absolute; bottom: 27%; width:100%;"> | |||||
| 5618 | <div class="container" style="text-align: center;"> | |||||
| 5619 | <div class="text-content" style="display: inline-block; margin-left: 6%;"> | |||||
| 5620 | <em style="font-style: normal; display: block; color: #2c3232;font-weight:600;">CHECK OUT THE NEW</em> | |||||
| 5621 | <h2 style="color: #2c3232; line-height: 1;font-weight:800;margin:0;">GLOSS FOR LIPS</h2> | |||||
| 5622 | <p><span style="color: #2c3232; vertical-align: top; font-weight: 300;">Starting at $9.99</span></p> | |||||
| 5623 | <a href="#" class="btn btn-default" style="background-color: #b74173; color: #fff; vertical-align: top; font-weight: 600;">SHOP NOW</a> | |||||
| 5624 | </div> | 2579 | </div> | |||
| 5625 | </div> | 2580 | </div> | |||
| 5626 | </div> | 2581 | </div> | |||
| 5627 | </div> | 2582 | </div> | |||
| 5628 | </div> | 2583 | </div> | |||
| 5629 | </div> | |||||
| 5630 | <script type="text/javascript"> | |||||
| 5631 | require([ | |||||
| 5632 | 'jquery', | |||||
| 5633 | 'owl.carousel/owl.carousel.min' | |||||
| 5634 | ], function ($) { | |||||
| 5635 | $("#banner-slider-demo-11").owlCarousel({ | |||||
| 5636 | items: 1, | |||||
| 5637 | autoplay: true, | |||||
| 5638 | autoplayTimeout: 5000, | |||||
| 5639 | autoplayHoverPause: true, | |||||
| 5640 | dots: false, | |||||
| 5641 | nav: true, | |||||
| 5642 | navRewind: true, | |||||
| 5643 | animateIn: 'fadeIn', | |||||
| 5644 | animateOut: 'fadeOut', | |||||
| 5645 | loop: true, | |||||
| 5646 | navText: ["<em class='porto-icon-chevron-left'></em>","<em class='porto-icon-chevron-right'></em>"] | |||||
| 5647 | }); | |||||
| 5648 | }); | |||||
| 5649 | </script> | |||||
| 5650 | <div class="container"> | |||||
| 5651 | {{block class="Smartwave\Filterproducts\Block\Home\FeaturedList" name="featured_product" product_count="8" column_count="4" aspect_ratio="0" image_width="250" image_height="250" template="flex_grid.phtml"}} | |||||
| 5652 | </div> | |||||
| 5653 | <div style="background-color:#efefef"> | |||||
| 5654 | <div class="container"> | |||||
| 5655 | <div id="brands-slider-demo-11" class="owl-no-narrow flex-owl-slider"> | |||||
| 5656 | <div class="owl-carousel"> | |||||
| 5657 | <div class="item" style="padding-top:10px;text-align:center;"><img src="{{media url="wysiwyg/smartwave/porto/homepage/brand_logos/brand1.png"}}" alt="" style="display: inline-block;"/></div> | |||||
| 5658 | <div class="item" style="padding-top:10px;text-align:center;"><img src="{{media url="wysiwyg/smartwave/porto/homepage/brand_logos/brand2.png"}}" alt="" style="display: inline-block;"/></div> | |||||
| 5659 | <div class="item" style="padding-top:10px;text-align:center;"><img src="{{media url="wysiwyg/smartwave/porto/homepage/brand_logos/brand3.png"}}" alt="" style="display: inline-block;"/></div> | |||||
| 5660 | <div class="item" style="padding-top:10px;text-align:center;"><img src="{{media url="wysiwyg/smartwave/porto/homepage/brand_logos/brand4.png"}}" alt="" style="display: inline-block;"/></div> | |||||
| 5661 | </div> | 2584 | </div> | |||
| 5662 | </div> | 2585 | </div> | |||
| 5663 | <script type="text/javascript"> | |||||
| 5664 | require([ | |||||
| 5665 | 'jquery', | |||||
| 5666 | 'owl.carousel/owl.carousel.min' | |||||
| 5667 | ], function ($) { | |||||
| 5668 | $("#brands-slider-demo-11 .owl-carousel").owlCarousel({ | |||||
| 5669 | autoplay: false, | |||||
| 5670 | autoplayTimeout: 5000, | |||||
| 5671 | autoplayHoverPause: true, | |||||
| 5672 | margin: 0, | |||||
| 5673 | nav: false, | |||||
| 5674 | dots: false, | |||||
| 5675 | loop: false, | |||||
| 5676 | responsive: { | |||||
| 5677 | 0: { | |||||
| 5678 | items:2 | |||||
| 5679 | }, | |||||
| 5680 | 640: { | |||||
| 5681 | items:2 | |||||
| 5682 | }, | |||||
| 5683 | 768: { | |||||
| 5684 | items:2 | |||||
| 5685 | }, | |||||
| 5686 | 992: { | |||||
| 5687 | items:3 | |||||
| 5688 | }, | |||||
| 5689 | 1200: { | |||||
| 5690 | items:4 | |||||
| 5691 | } | |||||
| 5692 | } | |||||
| 5693 | }); | |||||
| 5694 | }); | |||||
| 5695 | </script> | |||||
| 5696 | </div> | 2586 | </div> | |||
| 5697 | </div>]]> | 2587 | </div> | |||
| 2588 | </div> | |||||
| 2589 | </div> | |||||
| 2590 | </div> | |||||
| 2591 | </div> | |||||
| 2592 | </div> | |||||
| 2593 | ]]> | |||||
| 5698 | </content> | 2594 | </content> | |||
| 5699 | 2595 | |||||
| 5700 | <is_active> | 2596 | <is_active> | |||
| 5701 | 1 | 2597 | 1 | |||
| 5702 | </is_active> | 2598 | </is_active> | |||
| 5703 | 2599 | |||||
| 5704 | </cms_item> | 2600 | </cms_item> | |||
| 5705 | 2601 | |||||
| 5706 | <cms_item> | 2602 | <cms_item> | |||
| 5707 | 2603 | |||||
| 5708 | <title> | 2604 | <title> | |||
| 5709 | Porto - Homepage Slider 18 | 2605 | Banner Category Demo 13 | |||
| 5710 | </title> | 2606 | </title> | |||
| 5711 | 2607 | |||||
| 5712 | <identifier> | 2608 | <identifier> | |||
| 5713 | porto_homeslider_18 | 2609 | banner_category_demo13 | |||
| 5714 | </identifier> | 2610 | </identifier> | |||
| 5715 | 2611 | |||||
| 5716 | <content> | 2612 | <content> | |||
| 5717 | <![CDATA[<div style="background:url({{media url="wysiwyg/smartwave/porto/homepage/06/slider/banner-img-new.jpg"}}) 73% 0 no-repeat; color: #3d3734; background-size: cover;"> | 2613 | <![CDATA[<div class="porto-block"> | |||
| 5718 | <div class="banner-content-6"> | 2614 | <style> | |||
| 5719 | <div class="container" style="text-align: left;"> | 2615 | .ls-80 { | |||
| 5720 | <div class="row" style="padding-left:5%"> | 2616 | letter-spacing: 0.08em; | |||
| 5721 | <div class="col-md-8"> | |||||
| 5722 | <div class="text-content" style="display: inline-block;text-align:center;"> | |||||
| 5723 | <em style="color:#39332d;display:block;font-weight:300;">NEW ARRIVALS</em> | |||||
| 5724 | <h2 style="font-family:'Oswald';line-height:1;font-weight:700;margin:0;color:#333333">FASHION</h2> | |||||
| 5725 | <p><span style="vertical-align:top;font-weight:500;color:#515151;">30<b style="font-weight:800;">%</b><strong>OFF</strong></span></p> | |||||
| 5726 | <p><a href="#" class="btn btn-default" style="vertical-align: top; font-weight: 400;border:#515151 solid 2px;background-color:transparent;color:#515151;">New arrivals</a> <a href="#" class="btn btn-default" style="vertical-align: top; font-weight: 400;background-color:#6a737f;color:#fff;">SHOP NOW</a></p> | |||||
| 5727 | </div> | |||||
| 5728 | <div class="owl-middle-outer-narrow" style="text-align: left;"> | |||||
| 5729 | <p class="filter-title-type-2"><span style="width:215px">SELECTED PRODUCTS</span></p> | |||||
| 5730 | <div id="featured_products" class = "hide-addtocart hide-addtolinks"> | |||||
| 5731 | {{block class="Smartwave\Filterproducts\Block\Home\LatestList" name="latest_product" product_count="8" aspect_ratio="0" image_width="250" image_height="250" product_type="1" template="owl_list.phtml"}} | |||||
| 5732 | </div> | |||||
| 5733 | <script type="text/javascript"> | |||||
| 5734 | require([ | |||||
| 5735 | 'jquery', | |||||
| 5736 | 'owl.carousel/owl.carousel.min' | |||||
| 5737 | ], function ($) { | |||||
| 5738 | $("#featured_products .owl-carousel").owlCarousel({ | |||||
| 5739 | autoplay: true, | |||||
| 5740 | autoplayTimeout: 5000, | |||||
| 5741 | autoplayHoverPause: true, | |||||
| 5742 | margin: 0, | |||||
| 5743 | nav: true, | |||||
| 5744 | navText: ["<em class='porto-icon-angle-left'></em>","<em class='porto-icon-angle-right'></em>"], | |||||
| 5745 | dots: false, | |||||
| 5746 | navRewind: true, | |||||
| 5747 | animateIn: 'fadeIn', | |||||
| 5748 | animateOut: 'fadeOut', | |||||
| 5749 | loop: true, | |||||
| 5750 | responsive: { | |||||
| 5751 | 0: { | |||||
| 5752 | items:2 | |||||
| 5753 | }, | |||||
| 5754 | 320: { | |||||
| 5755 | items:2 | |||||
| 5756 | }, | |||||
| 5757 | 480: { | |||||
| 5758 | items:2 | |||||
| 5759 | }, | |||||
| 5760 | 768: { | |||||
| 5761 | items:2 | |||||
| 5762 | }, | |||||
| 5763 | 992: { | |||||
| 5764 | items:3 | |||||
| 5765 | }, | |||||
| 5766 | 1200: { | |||||
| 5767 | items:3 | |||||
| 5768 | } | 2617 | } | |||
| 2618 | body .shop-banner strong { | |||||
| 2619 | font-size: 1.8em; | |||||
| 2620 | vertical-align: text-top; | |||||
| 2621 | font-weight: 700; | |||||
| 2622 | line-height: 1; | |||||
| 5769 | } | 2623 | } | |||
| 5770 | }); | 2624 | .shop-banner .btn-modern { | |||
| 5771 | }); | 2625 | padding: 1.05em 2.95em; | |||
| 5772 | </script> | 2626 | font-size: 0.9875rem; | |||
| 2627 | } | |||||
| 2628 | .align-text-top { | |||||
| 2629 | vertical-align: text-top!important; | |||||
| 2630 | } | |||||
| 2631 | @media (max-width: 575px) { | |||||
| 2632 | body .shop-banner { | |||||
| 2633 | font-size: 80%; | |||||
| 2634 | } | |||||
| 2635 | } | |||||
| 2636 | </style> | |||||
| 2637 | <div class="shop-banner" | |||||
| 2638 | style="padding-top: 3.95rem; | |||||
| 2639 | padding-bottom: 3.95rem; | |||||
| 2640 | background-color: #ee3d43; | |||||
| 2641 | background-position: center; | |||||
| 2642 | background-repeat: no-repeat; | |||||
| 2643 | background-size: cover; | |||||
| 2644 | background-image: url('{{media url="wysiwyg/smartwave/porto/category/banner/shop13_shop_banner.jpg"}}');"> | |||||
| 2645 | <div class="porto-wrap-container container"> | |||||
| 2646 | <div class="row"> | |||||
| 2647 | <div class="vc_column_container col-md-10 offset-xl-1 offset-lg-1 offset-md-1 offset-1"> | |||||
| 2648 | <div class="wpb_wrapper vc_column-inner"> | |||||
| 2649 | <h5 style="font-size: 1.3735em; color: rgba(255, 255, 255, 0.7); line-height: 1.4; font-weight: 500;" class="vc_custom_heading mb-2 ls-80 align-left text-uppercase">OVER 200 PRODUCTS WITH DISCOUNTS</h5> | |||||
| 2650 | <h2 style="font-size: 4.7143em; color: #ffffff; line-height: 1; font-weight: 700;" class="vc_custom_heading mb-3 m-l-n-xs align-left text-uppercase">Great Deals</h2> | |||||
| 2651 | <h3 style="font-size: 1.2em; color: #ffffff; line-height: 1; margin-right: 2.19rem;" class="vc_custom_heading d-inline-block align-left text-uppercase">starting at $<strong>299</strong>99</h3> | |||||
| 2652 | <div class="btn-container align-text-top mb-0 d-inline-block"><button class="btn btn-modern btn-lg btn-dark">get Yours!</button></div> | |||||
| 5773 | </div> | 2653 | </div> | |||
| 5774 | </div> | 2654 | </div> | |||
| 5775 | </div> | 2655 | </div> | |||
| 5776 | </div> | 2656 | </div> | |||
| 5777 | </div> | 2657 | </div> | |||
| 5778 | </div> | |||||
| 5779 | <div class="masonry-grid" id="masonry_grid_18"> | |||||
| 5780 | <div class="grid-sizer"></div> | |||||
| 5781 | <div class="masonry-grid-item w2"><a href="javascript:void(0)"><img src="{{media url="wysiwyg/smartwave/porto/homepage/06/slider/grid_item_01n.jpg"}}" alt="" /></a></div> | |||||
| 5782 | <div class="masonry-grid-item"><a href="javascript:void(0)"><img src="{{media url="wysiwyg/smartwave/porto/homepage/06/slider/grid_item_02n.jpg"}}" alt="" /></a></div> | |||||
| 5783 | <div class="masonry-grid-item"><a href="javascript:void(0)"><img src="{{media url="wysiwyg/smartwave/porto/homepage/06/slider/grid_item_03n.jpg"}}" alt="" /></a></div> | |||||
| 5784 | <div class="masonry-grid-item w3"><a href="javascript:void(0)"><img src="{{media url="wysiwyg/smartwave/porto/homepage/06/slider/grid_item_04n.jpg"}}" alt="" /></a></div> | |||||
| 5785 | <div class="masonry-grid-item w4"><a href="javascript:void(0)"><img src="{{media url="wysiwyg/smartwave/porto/homepage/06/slider/grid_item_05n.jpg"}}" alt="" /></a></div> | |||||
| 5786 | <div class="masonry-grid-item"><a href="javascript:void(0)"><img src="{{media url="wysiwyg/smartwave/porto/homepage/06/slider/grid_item_06n.jpg"}}" alt="" /></a></div> | |||||
| 5787 | <div class="masonry-grid-item"><a href="javascript:void(0)"><img src="{{media url="wysiwyg/smartwave/porto/homepage/06/slider/grid_item_07n.jpg"}}" alt="" /></a></div> | |||||
| 5788 | <div class="masonry-grid-item w2"><a href="javascript:void(0)"><img src="{{media url="wysiwyg/smartwave/porto/homepage/06/slider/grid_item_08n.jpg"}}" alt="" /></a></div> | |||||
| 5789 | <div class="masonry-grid-item"><a href="javascript:void(0)"><img src="{{media url="wysiwyg/smartwave/porto/homepage/06/slider/grid_item_09n.jpg"}}" alt="" /></a></div> | |||||
| 5790 | <div class="masonry-grid-item"><a href="javascript:void(0)"><img src="{{media url="wysiwyg/smartwave/porto/homepage/06/slider/grid_item_10n.jpg"}}" alt="" /></a></div> | |||||
| 5791 | <div class="masonry-grid-item"><a href="javascript:void(0)"><img src="{{media url="wysiwyg/smartwave/porto/homepage/06/slider/grid_item_11n.jpg"}}" alt="" /></a></div> | |||||
| 5792 | </div> | 2658 | </div> | |||
| 5793 | <script type="text/javascript"> | |||||
| 5794 | require([ | |||||
| 5795 | 'jquery', | |||||
| 5796 | 'imagesloaded', | |||||
| 5797 | 'packery' | |||||
| 5798 | ], function ($, imagesLoaded, Packery) { | |||||
| 5799 | $.bridget( 'packery', Packery ); | |||||
| 5800 | var $container = $('#masonry_grid_18').imagesLoaded(function(){ | |||||
| 5801 | $container.packery({ | |||||
| 5802 | itemSelector: ".masonry-grid-item", | |||||
| 5803 | columnWidth: ".grid-sizer", | |||||
| 5804 | percentPosition: true | |||||
| 5805 | }); | |||||
| 5806 | }); | |||||
| 5807 | }); | |||||
| 5808 | </script> | |||||
| 5809 | <style type="text/css"> | |||||
| 5810 | .banner-content-6 .text-content{padding-left:100px;} | |||||
| 5811 | .banner-content-6 .text-content em {font-size:25px;letter-spacing:0.155em;font-style:normal;margin:0;} | |||||
| 5812 | .banner-content-6 .text-content h2 {font-size:110px;padding: 4px 0;} | |||||
| 5813 | .banner-content-6 .text-content p span {font-size:47px;letter-spacing:0.035em;display:inline-block;line-height:45px;margin-bottom:30px;} | |||||
| 5814 | .banner-content-6 .text-content p b {font-size:33px;display:inline-block;vertical-align:middle;} | |||||
| 5815 | .banner-content-6 .text-content p a {margin-bottom:130px;font-family:'Oswald';font-size:14px;letter-spacing:0.075em;text-transform:uppercase;border:#6a737f solid 2px;box-shadow:none;margin-right:15px;} | |||||
| 5816 | .masonry-grid{margin: 3px;position:relative;} | |||||
| 5817 | .grid-sizer, .masonry-grid-item{width:25%;padding:3px} | |||||
| 5818 | .masonry-grid-item a{display:block;position:relative;} | |||||
| 5819 | .masonry-grid-item a:before{width:100%;height:100%;display:block;content:"";position:absolute;visibility:hidden;opacity:0;filter:alpha(opacity=0);background-color:#000;transition:0.3s all;} | |||||
| 5820 | .masonry-grid-item a:hover:before{visibility:visible;opacity:0.2;filter:alpha(opacity=20);} | |||||
| 5821 | .masonry-grid-item.w2{width:50%;} | |||||
| 5822 | .masonry-grid-item.w3{width:75%;} | |||||
| 5823 | .masonry-grid-item.w4{width:100%;} | |||||
| 5824 | .masonry-grid img{width:100%;display: block;} | |||||
| 5825 | .owl-middle-outer-narrow .owl-controls .owl-buttons div{color:#3d3734} | |||||
| 5826 | @media(max-width:767px){ | |||||
| 5827 | .banner-content-6 .text-content{padding-left:0;} | |||||
| 5828 | .banner-content-6 .text-content em {font-size:17px;} | |||||
| 5829 | .banner-content-6 .text-content h2 {font-size:80px;} | |||||
| 5830 | .banner-content-6 .text-content p span {font-size:30px;} | |||||
| 5831 | .banner-content-6 .text-content p b {font-size:20px;} | |||||
| 5832 | .banner-content-6 .text-content p a:first-child {margin-bottom:10px;} | |||||
| 5833 | .masonry-grid-item{width:50%} | |||||
| 5834 | .masonry-grid-item.w2,.masonry-grid-item.w3{width:100%} | |||||
| 5835 | } | |||||
| 5836 | @media(max-width:480px){ | |||||
| 5837 | .masonry-grid-item{width:100%} | |||||
| 5838 | } | |||||
| 5839 | @media(min-width:768px){ | |||||
| 5840 | .page-header.type5 { | |||||
| 5841 | background: transparent; | |||||
| 5842 | position: absolute; | |||||
| 5843 | width: 100%; | |||||
| 5844 | top: 0; | |||||
| 5845 | left: 0; | |||||
| 5846 | } | |||||
| 5847 | } | |||||
| 5848 | </style> | |||||
| 5849 | ]]> | 2659 | ]]> | |||
| 5850 | </content> | 2660 | </content> | |||
| 5851 | 2661 | |||||
| 5852 | <is_active> | 2662 | <is_active> | |||
| 5853 | 1 | 2663 | 1 | |||
| 5854 | </is_active> | 2664 | </is_active> | |||
| 5855 | 2665 | |||||
| 5856 | </cms_item> | 2666 | </cms_item> | |||
| 5857 | 2667 | |||||
| 5858 | <cms_item> | 2668 | <cms_item> | |||
| 5859 | 2669 | |||||
| 5860 | <title> | 2670 | <title> | |||
| 5861 | Porto - Homepage Slider 18 Old Skin | 2671 | Porto - Custom Block for Header 3 | |||
| 5862 | </title> | 2672 | </title> | |||
| 5863 | 2673 | |||||
| 5864 | <identifier> | 2674 | <identifier> | |||
| 5865 | porto_homeslider_18_old | 2675 | porto_custom_block_for_header_3 | |||
| 5866 | </identifier> | 2676 | </identifier> | |||
| 5867 | 2677 | |||||
| 5868 | <content> | 2678 | <content> | |||
| 5869 | <![CDATA[<div style="background:url({{media url="wysiwyg/smartwave/porto/homepage/06/slider/banner-img.jpg"}}) 73% 0 no-repeat; color: #3d3734; background-size: cover;"> | 2679 | <![CDATA[<div class="custom-html mx-4 px-xl-2 d-none d-lg-block"> | |||
| 5870 | <div class="banner-content-6"> | 2680 | <div class="porto-sicon-box text-left style_1 default-icon m-0"> | |||
| 5871 | <div class="container" style="text-align: left;"> | 2681 | <div class="porto-sicon-default"> | |||
| 5872 | <div class="row" style="padding-left:5%"> | 2682 | <div class="porto-just-icon-wrapper" style="text-align: center;"> | |||
| 5873 | <div class="col-md-8"> | 2683 | <div class="porto-sicon-img" style="display: inline-block; font-size: 30px;"> | |||
| 5874 | <div class="text-content" style="display: inline-block | 2684 | <img class="img-icon d-block" alt="" src="{{media url="wysiwyg/smartwave/porto/homepage/04/shop4_header_phone.png"}}" width="30" /> | |||
| 5875 | <em style="font-style: normal; display: block;font-weight:600;">NEW ARRIVALS</em> | |||||
| 5876 | <h2 style="line-height: 1;font-weight:800;margin:0;color:#3d3734">FASHION</h2> | |||||
| 5877 | <p><span style="vertical-align: top;font-weight:300;">UP TO <b style="font-weight:800;">70% OFF</b> IN THE NEW COLLECTION</span></p> | |||||
| 5878 | <p><a href="#" class="btn btn-default" style="vertical-align: top; font-weight: 400;">SHOP NOW</a></p> | |||||
| 5879 | </div> | |||||
| 5880 | <div class="owl-middle-outer-narrow" style="text-align: left;"> | |||||
| 5881 | <p class="filter-title-type-2"><span style="width:215px">SELECTED <b>PRODUCTS</b></span><span class="title-line"> </span></p> | |||||
| 5882 | <div id="featured_products" class = "hide-addtocart hide-addtolinks"> | |||||
| 5883 | {{block class="Smartwave\Filterproducts\Block\Home\LatestList" name="latest_product" product_count="8" aspect_ratio="0" image_width="250" image_height="250" template="owl_list.phtml"}} | |||||
| 5884 | </div> | |||||
| 5885 | <script type="text/javascript"> | |||||
| 5886 | require([ | |||||
| 5887 | 'jquery', | |||||
| 5888 | 'owl.carousel/owl.carousel.min' | |||||
| 5889 | ], function ($) { | |||||
| 5890 | $("#featured_products .owl-carousel").owlCarousel({ | |||||
| 5891 | autoplay: true, | |||||
| 5892 | autoplayTimeout: 5000, | |||||
| 5893 | autoplayHoverPause: true, | |||||
| 5894 | margin: 10, | |||||
| 5895 | nav: true, | |||||
| 5896 | navText: ["<em class='porto-icon-left-open-huge'></em>","<em class='porto-icon-right-open-huge'></em>"], | |||||
| 5897 | dots: false, | |||||
| 5898 | navRewind: true, | |||||
| 5899 | animateIn: 'fadeIn', | |||||
| 5900 | animateOut: 'fadeOut', | |||||
| 5901 | loop: true, | |||||
| 5902 | responsive: { | |||||
| 5903 | 0: { | |||||
| 5904 | items:1 | |||||
| 5905 | }, | |||||
| 5906 | 320: { | |||||
| 5907 | items:1 | |||||
| 5908 | }, | |||||
| 5909 | 480: { | |||||
| 5910 | items:2 | |||||
| 5911 | }, | |||||
| 5912 | 768: { | |||||
| 5913 | items:2 | |||||
| 5914 | }, | |||||
| 5915 | 992: { | |||||
| 5916 | items:3 | |||||
| 5917 | }, | |||||
| 5918 | 1200: { | |||||
| 5919 | items:3 | |||||
| 5920 | } | |||||
| 5921 | } | |||||
| 5922 | }); | |||||
| 5923 | }); | |||||
| 5924 | </script> | |||||
| 5925 | </div> | 2685 | </div> | |||
| 5926 | </div> | 2686 | </div> | |||
| 5927 | </div> | 2687 | </div> | |||
| 2688 | <div class="porto-sicon-header"> | |||||
| 2689 | <h3 class="porto-sicon-title" style="font-weight:600;font-size:11px;line-height:11px;color:#777;">CALL US NOW</h3> | |||||
| 2690 | <p style="font-weight:700;font-size:18px;line-height:18px;color:#222529;">+123 5678 890</p> | |||||
| 5928 | </div> | 2691 | </div> | |||
| 5929 | </div> | 2692 | </div> | |||
| 5930 | </div> | 2693 | </div> | |||
| 5931 | 2694 | <style> | ||||
| 5932 | <div class="masonry-grid" id="masonry_grid_18"> | 2695 | .page-header .porto-sicon-box .porto-sicon-img { | |||
| 5933 | <div class="grid-sizer"></div> | 2696 | margin-right: 8px; | |||
| 5934 | <div class="masonry-grid-item w2"><a href="javascript:void(0)"><img src="{{media url="wysiwyg/smartwave/porto/homepage/06/slider/grid_item_01.jpg"}}" alt="" /></a></div> | 2697 | | |||
| 5935 | <div class="masonry-grid-item"><a href="javascript:void(0)"><img src="{{media url="wysiwyg/smartwave/porto/homepage/06/slider/grid_item_02.jpg"}}" alt="" /></a></div> | |||||
| 5936 | <div class="masonry-grid-item"><a href="javascript:void(0)"><img src="{{media url="wysiwyg/smartwave/porto/homepage/06/slider/grid_item_03.jpg"}}" alt="" /></a></div> | |||||
| 5937 | <div class="masonry-grid-item w3"><a href="javascript:void(0)"><img src="{{media url="wysiwyg/smartwave/porto/homepage/06/slider/grid_item_04.jpg"}}" alt="" /></a></div> | |||||
| 5938 | <div class="masonry-grid-item w4"><a href="javascript:void(0)"><img src="{{media url="wysiwyg/smartwave/porto/homepage/06/slider/grid_item_05.jpg"}}" alt="" /></a></div> | |||||
| 5939 | <div class="masonry-grid-item"><a href="javascript:void(0)"><img src="{{media url="wysiwyg/smartwave/porto/homepage/06/slider/grid_item_06.jpg"}}" alt="" /></a></div> | |||||
| 5940 | <div class="masonry-grid-item"><a href="javascript:void(0)"><img src="{{media url="wysiwyg/smartwave/porto/homepage/06/slider/grid_item_07.jpg"}}" alt="" /></a></div> | |||||
| 5941 | <div class="masonry-grid-item w2"><a href="javascript:void(0)"><img src="{{media url="wysiwyg/smartwave/porto/homepage/06/slider/grid_item_08.jpg"}}" alt="" /></a></div> | |||||
| 5942 | <div class="masonry-grid-item"><a href="javascript:void(0)"><img src="{{media url="wysiwyg/smartwave/porto/homepage/06/slider/grid_item_09.jpg"}}" alt="" /></a></div> | |||||
| 5943 | <div class="masonry-grid-item"><a href="javascript:void(0)"><img src="{{media url="wysiwyg/smartwave/porto/homepage/06/slider/grid_item_10.jpg"}}" alt="" /></a></div> | |||||
| 5944 | <div class="masonry-grid-item"><a href="javascript:void(0)"><img src="{{media url="wysiwyg/smartwave/porto/homepage/06/slider/grid_item_11.jpg"}}" alt="" /></a></div> | |||||
| 5945 | </div> | |||||
| 5946 | <script type="text/javascript"> | |||||
| 5947 | require([ | |||||
| 5948 | 'jquery', | |||||
| 5949 | 'imagesloaded', | |||||
| 5950 | 'packery' | |||||
| 5951 | ], function ($, imagesLoaded, Packery) { | |||||
| 5952 | $.bridget( 'packery', Packery ); | |||||
| 5953 | var $container = $('#masonry_grid_18').imagesLoaded(function(){ | |||||
| 5954 | $container.packery({ | |||||
| 5955 | itemSelector: ".masonry-grid-item", | |||||
| 5956 | columnWidth: ".grid-sizer", | |||||
| 5957 | percentPosition: true | |||||
| 5958 | }); | |||||
| 5959 | }); | |||||
| 5960 | }); | |||||
| 5961 | </script> | |||||
| 5962 | <style type="text/css"> | |||||
| 5963 | .masonry-grid{margin: 3px;position:relative;} | |||||
| 5964 | .grid-sizer, .masonry-grid-item{width:25%;padding:3px} | |||||
| 5965 | .masonry-grid-item a{display:block;position:relative;} | |||||
| 5966 | .masonry-grid-item a:before{width:100%;height:100%;display:block;content:"";position:absolute;visibility:hidden;opacity:0;filter:alpha(opacity=0);background-color:#000;transition:0.3s all;} | |||||
| 5967 | .masonry-grid-item a:hover:before{visibility:visible;opacity:0.2;filter:alpha(opacity=20);} | |||||
| 5968 | .masonry-grid-item.w2{width:50%;} | |||||
| 5969 | .masonry-grid-item.w3{width:75%;} | |||||
| 5970 | .masonry-grid-item.w4{width:100%;} | |||||
| 5971 | .masonry-grid img{width:100%;} | |||||
| 5972 | .owl-middle-outer-narrow .owl-controls .owl-buttons div{color:#3d3734} | |||||
| 5973 | @media(max-width:767px){ | |||||
| 5974 | .masonry-grid-item{width:50%} | |||||
| 5975 | .masonry-grid-item.w2,.masonry-grid-item.w3{width:100%} | |||||
| 5976 | } | |||||
| 5977 | @media(max-width:480px){ | |||||
| 5978 | .masonry-grid-item{width:100%} | |||||
| 5979 | } | |||||
| 5980 | @media(min-width:768px){ | |||||
| 5981 | .page-header.type5 { | |||||
| 5982 | background: transparent; | |||||
| 5983 | position: absolute; | |||||
| 5984 | width: 100%; | |||||
| 5985 | top: 0; | |||||
| 5986 | left: 0; | |||||
| 5987 | } | |||||
| 5988 | } | |||||
| 5989 | </style>]]> | 2698 | </style>]]> | |||
| 5990 | </content> | 2699 | </content> | |||
| 5991 | 2700 | |||||
| 5992 | <is_active> | 2701 | <is_active> | |||
| 5993 | 1 | 2702 | 1 | |||
| 5994 | </is_active> | 2703 | </is_active> | |||
| 5995 | 2704 | |||||
| 5996 | </cms_item> | 2705 | </cms_item> | |||
| 5997 | 2706 | |||||
| 5998 | <cms_item> | 2707 | <cms_item> | |||
| 5999 | 2708 | |||||
| 6000 | <title> | 2709 | <title> | |||
| 6001 | Porto - Homepage Slider 19 | 2710 | Porto - Custom Notice Block 4 | |||
| 6002 | </title> | 2711 | </title> | |||
| 6003 | 2712 | |||||
| 6004 | <identifier> | 2713 | <identifier> | |||
| 6005 | porto_homeslider_19 | 2714 | porto_custom_notice4 | |||
| 6006 | </identifier> | 2715 | </identifier> | |||
| 6007 | 2716 | |||||
| 6008 | <content> | 2717 | <content> | |||
| 6009 | <![CDATA[<div class="full-screen-slider"> | 2718 | <![CDATA[<div class="text-center position-relative p-t-sm p-b-sm" style="padding-top: 10px;padding-bottom: 10px;"><div class="container">Get Up to <b>40% OFF</b> New-Season Styles<a href="#" class="ml-2">Men</a><a href="#" class="mx-2">Women</a> <small>* Limited time only.</small></div></div> | |||
| 6010 | <div id="banner-slider-demo-19" class="owl-carousel owl-bottom-narrow owl-banner-carousel"> | 2719 | <style> | |||
| 6011 | <div class="item"> | 2720 | .porto-block-html-top { | |||
| 6012 | <div style="width:100%;height:100%;background:url({{media url="wysiwyg/smartwave/porto/homepage/19/slider/slide1n.jpg"}}) center center no-repeat; background-size:cover;"></div> | 2721 | font-family: Poppins; | |||
| 6013 | <div class="slide-content" style="position: absolute; z-index: 5; left: 20.7%; top: 25%; text-align: center;"> | 2722 | font-weight: 500; | |||
| 6014 | <p class="content-top" style="color: #575757;">It’s the best time of the year!</p> | 2723 | line-height: 1.4; | |||
| 6015 | <h3 style="color:#575757;">HAPPY HOLIDAYS</h3> | 2724 | letter-spacing: .025em; | |||
| 6016 | <h2 style="color: #000;">GET UP TO<br/>70% OFF</h2> | 2725 | overflow: hidden; | |||
| 6017 | <a class="btn-line" href="#">SHOP NOW</a> | 2726 | | |||
| 6018 | </div> | 2727 | .porto-block-html-top a { | |||
| 6019 | </div> | 2728 | text-transform: uppercase; | |||
| 6020 | <div class="item"> | 2729 | display: inline-block; | |||
| 6021 | <div style="width:100%;height:100%;background:url({{media url="wysiwyg/smartwave/porto/homepage/19/slider/slide2n.jpg"}}) center center no-repeat; background-size:cover;"></div> | 2730 | padding: | |||
| 6022 | <div class="slide-content" style="position: absolute; z-index: 5; right: 20.7%; left:auto; top: 35%; text-align: left;"> | 2731 | font-size: .625rem; | |||
| 6023 | <p style="color: #575757;">It’s the best time of the year!</p> | 2732 | font-weight: 700; | |||
| 6024 | <h3 style="color:#575757;">BRAND NEW PROMO</h3> | 2733 | background: #d01f25; | |||
| 6025 | <h2 style="color: #000;">WOMAN`S SUMMER HAT</h2> | 2734 | color: #fff; | |||
| 6026 | <a class="btn-line" href="#">SHOP NOW</a> | 2735 | text-decoration: none; | |||
| 6027 | </div> | 2736 | | |||
| 6028 | </div> | 2737 | .porto-block-html-top small { | |||
| 6029 | </div> | 2738 | font-size: .8461em; | |||
| 6030 | <script type="text/javascript"> | |||||
| 6031 | require([ | |||||
| 6032 | 'jquery', | |||||
| 6033 | 'owl.carousel/owl.carousel.min' | |||||
| 6034 | ], function ($) { | |||||
| 6035 | var owl_3 = $("#banner-slider-demo-19").owlCarousel({ | |||||
| 6036 | items: 1, | |||||
| 6037 | autoplay: true, | |||||
| 6038 | autoplayTimeout: 5000, | |||||
| 6039 | autoplayHoverPause: true, | |||||
| 6040 | dots: true, | |||||
| 6041 | navRewind: true, | |||||
| 6042 | animateIn: 'fadeIn', | |||||
| 6043 | animateOut: 'fadeOut', | |||||
| 6044 | loop: true, | |||||
| 6045 | nav: false, | |||||
| 6046 | navText: ["<em class='porto-icon-chevron-left'></em>","<em class='porto-icon-chevron-right'></em>"] | |||||
| 6047 | }); | |||||
| 6048 | }); | |||||
| 6049 | </script> | |||||
| 6050 | </div> | |||||
| 6051 | <style type="text/css"> | |||||
| 6052 | #banner-slider-demo-19 .slide-content { | |||||
| 6053 | font-family:'Oswald'; | |||||
| 6054 | width:auto; | |||||
| 6055 | display:inline-block; | |||||
| 6056 | text-align:center; | |||||
| 6057 | } | |||||
| 6058 | #banner-slider-demo-19 .slide-content p { | |||||
| 6059 | font-family:'Georgia'; | |||||
| 6060 | font-size:16px; | |||||
| 6061 | margin-bottom:0; | |||||
| 6062 | line-height:24px; | |||||
| 6063 | padding-bottom:4px; | |||||
| 6064 | } | |||||
| 6065 | #banner-slider-demo-19 .slide-content h3 { | |||||
| 6066 | font-size:32px; | |||||
| 6067 | letter-spacing:0.1em; | |||||
| 6068 | font-weight:400; | |||||
| 6069 | line-height:44px; | |||||
| 6070 | padding:3px 0; | |||||
| 6071 | margin:0; | |||||
| 6072 | } | |||||
| 6073 | #banner-slider-demo-19 .slide-content h2 { | |||||
| 6074 | font-size:53px; | |||||
| 6075 | letter-spacing:0.1em; | |||||
| 6076 | font-weight: | |||||
| 6077 | line-height:60px; | |||||
| 6078 | margin-bottom:30px; | |||||
| 6079 | margin-top:0; | |||||
| 6080 | } | |||||
| 6081 | #banner-slider-demo-19 .slide-content.content1 h2 { | |||||
| 6082 | font-size:72px; | |||||
| 6083 | line-height:87px; | |||||
| 6084 | } | |||||
| 6085 | #banner-slider-demo-19 .slide-content a.btn-line { | |||||
| 6086 | font-size: 14px; | |||||
| 6087 | height: 49px; | |||||
| 6088 | padding: 0 36px; | |||||
| 6089 | line-height: 46px; | |||||
| 6090 | border-radius: 0; | |||||
| 6091 | letter-spacing: 0.1em; | |||||
| 6092 | font-weight: 400; | 2739 | font-weight: 400; | |||
| 6093 | transition: all 0.3s; | 2740 | opacity: .5; | |||
| 6094 | } | 2741 | | |||
| 6095 | @media(max-width:991px){ | |||||
| 6096 | #banner-slider-demo-19 .slide-content { | |||||
| 6097 | right: 10% !important; | |||||
| 6098 | } | |||||
| 6099 | #banner-slider-demo-19 .slide-content.content1 { | |||||
| 6100 | left:10% !important; | |||||
| 6101 | right: auto !important; | |||||
| 6102 | } | |||||
| 6103 | #banner-slider-demo-19 .slide-content p {font-size:12px;padding:0;} | |||||
| 6104 | #banner-slider-demo-19 .slide-content h3 { | |||||
| 6105 | font-size:23px; | |||||
| 6106 | line-height:30px; | |||||
| 6107 | padding:3px 0; | |||||
| 6108 | } | |||||
| 6109 | #banner-slider-demo-19 .slide-content h2 { | |||||
| 6110 | font-size:35px; | |||||
| 6111 | line-height:40px; | |||||
| 6112 | margin-bottom:30px; | |||||
| 6113 | } | |||||
| 6114 | #banner-slider-demo-19 .slide-content.content1 h2 { | |||||
| 6115 | font-size:50px; | |||||
| 6116 | line-height:60px; | |||||
| 6117 | } | |||||
| 6118 | } | |||||
| 6119 | @media(max-width:767px){ | |||||
| 6120 | #banner-slider-demo-19 .slide-content { | |||||
| 6121 | right: 0 !important; | |||||
| 6122 | left: 5% !important; | |||||
| 6123 | } | |||||
| 6124 | } | |||||
| 6125 | #banner-slider-demo-19 .owl-controls { | |||||
| 6126 | text-align: left; | |||||
| 6127 | padding-left: 10%; | |||||
| 6128 | bottom: 8%; | |||||
| 6129 | } | |||||
| 6130 | #banner-slider-demo-19 .owl-dots .owl-dot span { | |||||
| 6131 | width: 12px; | |||||
| 6132 | height: 12px; | |||||
| 6133 | border-width: 2px; | |||||
| 6134 | } | |||||
| 6135 | </style>]]> | 2742 | </style>]]> | |||
| 6136 | </content> | 2743 | </content> | |||
| 6137 | 2744 | |||||
| 6138 | <is_active> | 2745 | <is_active> | |||
| 6139 | 1 | 2746 | 1 | |||
| 6140 | </is_active> | 2747 | </is_active> | |||
| 6141 | 2748 | |||||
| 6142 | </cms_item> | 2749 | </cms_item> | |||
| 6143 | 2750 | |||||
| 6144 | <cms_item> | 2751 | <cms_item> | |||
| 6145 | 2752 | |||||
| 6146 | <title> | 2753 | <title> | |||
| 6147 | Porto - Homepage Slider 19 Old Skin | 2754 | Banner Category Demo 14 | |||
| 6148 | </title> | 2755 | </title> | |||
| 6149 | 2756 | |||||
| 6150 | <identifier> | 2757 | <identifier> | |||
| 6151 | porto_homeslider_19_old | 2758 | banner_category_demo14 | |||
| 6152 | </identifier> | 2759 | </identifier> | |||
| 6153 | 2760 | |||||
| 6154 | <content> | 2761 | <content> | |||
| 6155 | <![CDATA[<div class="full-screen-slider"> | 2762 | <![CDATA[<style> | |||
| 6156 | <div id="banner-slider-demo-19" class="owl-carousel owl-bottom-narrow owl-banner-carousel"> | 2763 | .coupon-sale-text { | |||
| 6157 | <div class="item"> | 2764 | transform: rotate(-2deg); | |||
| 6158 | <div style="width:100%;height:100%;background:url({{media url="wysiwyg/smartwave/porto/homepage/19/slider/slide1.jpg"}}) 80% center no-repeat; background-size:cover;"></div> | 2765 | letter-spacing: -0.02em; | |||
| 6159 | <div class="slide-content" style="position: absolute; z-index: 5; left: 10.5%; top: 35%; text-align: left;"> | 2766 | font-weight: 700; | |||
| 6160 | <h2 style="color: #000;">WINTER SALE<br/>70% OFF</h2> | 2767 | display: inline-block; | |||
| 6161 | <p style="color: #000;">Shop new styles added to sale online.</p> | 2768 | padding: 4px 8px; | |||
| 6162 | <a class="btn-line" href="#">SHOP NOW</a> | 2769 | position: relative; | |||
| 2770 | } | |||||
| 2771 | .coupon-sale-text i { | |||||
| 2772 | font-style: normal; | |||||
| 2773 | position: absolute; | |||||
| 2774 | left: -2.25em; | |||||
| 2775 | top: 50%; | |||||
| 2776 | transform: translateY(-50%) rotate(-90deg); | |||||
| 2777 | font-size: 0.4em; | |||||
| 2778 | opacity: 0.6; | |||||
| 2779 | letter-spacing: 0; | |||||
| 2780 | } | |||||
| 2781 | .coupon-sale-text b { | |||||
| 2782 | color: #fff; | |||||
| 2783 | padding: 0; | |||||
| 2784 | font-size: inherit; | |||||
| 2785 | } | |||||
| 2786 | .coupon-sale-text sub { | |||||
| 2787 | position: absolute; | |||||
| 2788 | left: 100%; | |||||
| 2789 | margin-left: 0.25rem; | |||||
| 2790 | font-size: 0.625em; | |||||
| 2791 | line-height: 1; | |||||
| 2792 | bottom: 0.25em; | |||||
| 2793 | } | |||||
| 2794 | </style> | |||||
| 2795 | | |||||
| 2796 | <div style="padding-top: 6.25rem; padding-bottom: 6.25rem; background-color: #f4f4f4; background: url('{{media url="wysiwyg/smartwave/porto/category/banner/shop14_shop_banner.png"}}') no-repeat center;"> | |||||
| 2797 | <div class="container"> | |||||
| 2798 | <div class="row align-items-center"> | |||||
| 2799 | <div class="mb-4 mb-md-0 col-md-5 offset-lg-1 col-lg-4"> | |||||
| 2800 | <div class="wpb_wrapper vc_column-inner"> | |||||
| 2801 | <h2 style="font-size: 2.25rem; line-height: 1.2;" class="vc_custom_heading d-inline-block mb-0 align-right text-uppercase"> | |||||
| 2802 | Top electronic<br /> | |||||
| 2803 | Deals | |||||
| 2804 | </h2> | |||||
| 2805 | </div> | |||||
| 2806 | </div> | |||||
| 2807 | <div class="mb-4 mb-md-0 col-md-3"> | |||||
| 2808 | <div class="wpb_wrapper vc_column-inner"> | |||||
| 2809 | <div class="vc_btn3-container mb-0 vc_btn3-inline"><button class="vc_btn3 vc_btn3-shape-default btn btn-modern btn-lg btn-primary">View Sale</button></div> | |||||
| 2810 | </div> | |||||
| 2811 | </div> | |||||
| 2812 | <div class="ml-lg-n-4 col-md-4"> | |||||
| 2813 | <div class="wpb_wrapper vc_column-inner"> | |||||
| 2814 | <div style="font-size: 1.125rem; line-height: 1.8;" class="vc_custom_heading coupon-sale-text background-color-dark d-inline-block mb-2 align-left heading-light">Exclusive COUPON</div> | |||||
| 2815 | <div class="vc_row wpb_row vc_inner row"> | |||||
| 2816 | <div class="vc_column_container col-md-12"> | |||||
| 2817 | <div class="wpb_wrapper vc_column-inner"> | |||||
| 2818 | <div style="font-size: 1.625rem; line-height: 1;" class="vc_custom_heading coupon-sale-text background-color-secondary d-inline-block align-left heading-dark"><i>UP TO</i><b>$100</b><sub>OFF</sub></div> | |||||
| 2819 | </div> | |||||
| 6163 | </div> | 2820 | </div> | |||
| 6164 | </div> | 2821 | </div> | |||
| 6165 | <div class="item"> | |||||
| 6166 | <div style="width:100%;height:100%;background:url({{media url="wysiwyg/smartwave/porto/homepage/19/slider/slide2.jpg"}}) 80% center no-repeat; background-size:cover;"></div> | |||||
| 6167 | <div class="slide-content" style="position: absolute; z-index: 5; left: 10.5%; top: 35%; text-align: left;"> | |||||
| 6168 | <h2 style="color: #000;">NEW SUMMER<br/>COLLECTION</h2> | |||||
| 6169 | <p style="color: #000;">New styles added to summer collection.</p> | |||||
| 6170 | <a class="btn-line" href="#">SHOP NOW</a> | |||||
| 6171 | </div> | 2822 | </div> | |||
| 6172 | </div> | 2823 | </div> | |||
| 6173 | <div class="item"> | |||||
| 6174 | <div style="width:100%;height:100%;background:url({{media url="wysiwyg/smartwave/porto/homepage/19/slider/slide3.jpg"}}) 80% center no-repeat; background-size:cover;"></div> | |||||
| 6175 | <div class="slide-content" style="position: absolute; z-index: 5; left: 10.5%; top: 35%; text-align: left;"> | |||||
| 6176 | <h2 style="color: #000;">CONVERSE<br/>30% OFF</h2> | |||||
| 6177 | <p style="color: #000;">Outlet converse 30% off for you.</p> | |||||
| 6178 | <a class="btn-line" href="#">SHOP NOW</a> | |||||
| 6179 | </div> | 2824 | </div> | |||
| 6180 | </div> | 2825 | </div> | |||
| 6181 | </div> | 2826 | </div> | |||
| 6182 | <script type="text/javascript"> | |||||
| 6183 | require([ | |||||
| 6184 | 'jquery', | |||||
| 6185 | 'owl.carousel/owl.carousel.min' | |||||
| 6186 | ], function ($) { | |||||
| 6187 | var owl_3 = $("#banner-slider-demo-19").owlCarousel({ | |||||
| 6188 | items: 1, | |||||
| 6189 | autoplay: true, | |||||
| 6190 | autoplayTimeout: 5000, | |||||
| 6191 | autoplayHoverPause: true, | |||||
| 6192 | dots: true, | |||||
| 6193 | navRewind: true, | |||||
| 6194 | animateIn: 'fadeIn', | |||||
| 6195 | animateOut: 'fadeOut', | |||||
| 6196 | loop: true, | |||||
| 6197 | nav: false, | |||||
| 6198 | navText: ["<em class='porto-icon-chevron-left'></em>","<em class='porto-icon-chevron-right'></em>"] | |||||
| 6199 | }); | |||||
| 6200 | }); | |||||
| 6201 | </script> | |||||
| 6202 | </div> | 2827 | </div> | |||
| 6203 | <style type="text/css"> | 2828 | ]]> | |||
| 6204 | #banner-slider-demo-19 .owl-controls { | |||||
| 6205 | text-align: left; | |||||
| 6206 | padding-left: 10%; | |||||
| 6207 | bottom: 8%; | |||||
| 6208 | } | |||||
| 6209 | #banner-slider-demo-19 .owl-dots .owl-dot span { | |||||
| 6210 | width: 12px; | |||||
| 6211 | height: 12px; | |||||
| 6212 | border-width: 2px; | |||||
| 6213 | } | |||||
| 6214 | </style>]]> | |||||
| 6215 | </content> | 2829 | </content> | |||
| 6216 | 2830 | |||||
| 6217 | <is_active> | 2831 | <is_active> | |||
| 6218 | 1 | 2832 | 1 | |||
| 6219 | </is_active> | 2833 | </is_active> | |||
| 6220 | 2834 | |||||
| 6221 | </cms_item> | 2835 | </cms_item> | |||
| 6222 | 2836 | |||||
| 6223 | <cms_item> | 2837 | <cms_item> | |||
| 6224 | 2838 | |||||
| 6225 | <title> | 2839 | <title> | |||
| 6226 | Porto - Homepage Slider 20 | 2840 | Porto - Custom Notice Block 5 | |||
| 6227 | </title> | 2841 | </title> | |||
| 6228 | 2842 | |||||
| 6229 | <identifier> | 2843 | <identifier> | |||
| 6230 | porto_homeslider_20 | 2844 | porto_custom_notice5 | |||
| 6231 | </identifier> | 2845 | </identifier> | |||
| 6232 | 2846 | |||||
| 6233 | <content> | 2847 | <content> | |||
| 6234 | <![CDATA[<div class="full-screen-slider"> | 2848 | <![CDATA[<div class="text-center position-relative py-3"> | |||
| 6235 | <div id="banner-slider-demo-20" class="owl-carousel owl-banner-carousel" data-slider-id="1"> | 2849 | <div class="container">Get Up to <b>40% OFF</b> New-Season Styles <small>* Limited time only.</small></div> | |||
| 6236 | <div class="item" style="background:url({{media url="wysiwyg/smartwave/porto/homepage/20/slider/01n.jpg"}}) center center / cover no-repeat; position: relative;"> | |||||
| 6237 | <div class="content" style="left:20%;top:30%;width:auto;"> | |||||
| 6238 | <p>do it now. run on air</p> | |||||
| 6239 | <h2 style="color: #fff;">Running shoes</h2> | |||||
| 6240 | <a href="#">SEE MORE</a> | |||||
| 6241 | </div> | |||||
| 6242 | <ul class="scene" style="width:100%;height:100%:"> | |||||
| 6243 | <li class="layer" data-depth="0.05"> | |||||
| 6244 | <img src="{{media url="wysiwyg/smartwave/porto/homepage/20/slider/white-shoes.png"}}" alt="" /> | |||||
| 6245 | </li> | |||||
| 6246 | <li class="layer" data-depth="0.06"> | |||||
| 6247 | <img src="{{media url="wysiwyg/smartwave/porto/homepage/20/slider/blurflake1.png"}}" style="position:absolute;top:31%;left:46.5%" alt="" /> | |||||
| 6248 | </li> | |||||
| 6249 | <li class="layer" data-depth="0.07"> | |||||
| 6250 | <img src="{{media url="wysiwyg/smartwave/porto/homepage/20/slider/blurflake2.png"}}" class="animation-spin" style="position:absolute;top:25%;left:66%" alt="" /> | |||||
| 6251 | </li> | |||||
| 6252 | <li class="layer" data-depth="0.10"> | |||||
| 6253 | <img src="{{media url="wysiwyg/smartwave/porto/homepage/20/slider/blurflake3.png"}}" class="animation-wave" style="position:absolute;top:50%;left:80%" alt="" /> | |||||
| 6254 | </li> | |||||
| 6255 | <li class="layer" data-depth="0.15"> | |||||
| 6256 | <img src="{{media url="wysiwyg/smartwave/porto/homepage/20/slider/blurflake4.png"}}" style="position:absolute;top:70%;left:55%" alt="" /> | |||||
| 6257 | </li> | |||||
| 6258 | </ul> | |||||
| 6259 | </div> | |||||
| 6260 | <div class="item" style="background:url({{media url="wysiwyg/smartwave/porto/homepage/20/slider/02n.jpg"}}) center center / cover no-repeat; position: relative;"> | |||||
| 6261 | <ul class="scene" style="width:100%;height:100%:"> | |||||
| 6262 | <li class="layer" data-depth="0.05"> | |||||
| 6263 | <img src="{{media url="wysiwyg/smartwave/porto/homepage/20/slider/ball2.png"}}" alt="" /> | |||||
| 6264 | </li> | |||||
| 6265 | <li class="layer" data-depth="0.06"> | |||||
| 6266 | <img src="{{media url="wysiwyg/smartwave/porto/homepage/20/slider/blurflake1.png"}}" style="position:absolute;top:42%;left:35%" alt="" /> | |||||
| 6267 | </li> | |||||
| 6268 | <li class="layer" data-depth="0.07"> | |||||
| 6269 | <img src="{{media url="wysiwyg/smartwave/porto/homepage/20/slider/blurflake2.png"}}" class="animation-spin" style="position:absolute;top:20%;left:50%" alt="" /> | |||||
| 6270 | </li> | |||||
| 6271 | <li class="layer" data-depth="0.10"> | |||||
| 6272 | <img src="{{media url="wysiwyg/smartwave/porto/homepage/20/slider/blurflake3.png"}}" class="animation-wave" style="position:absolute;top:50%;left:80%" alt="" /> | |||||
| 6273 | </li> | |||||
| 6274 | <li class="layer" data-depth="0.15"> | |||||
| 6275 | <img src="{{media url="wysiwyg/smartwave/porto/homepage/20/slider/blurflake4.png"}}" style="position:absolute;top:70%;left:55%" alt="" /> | |||||
| 6276 | </li> | |||||
| 6277 | </ul> | |||||
| 6278 | <div class="content" style="left:20%;top:30%;width:auto;"> | |||||
| 6279 | <p>Quality skins</p> | |||||
| 6280 | <h2 style="color: #fff;">super soccer</h2> | |||||
| 6281 | <a href="#">SEE MORE</a> | |||||
| 6282 | </div> | |||||
| 6283 | </div> | |||||
| 6284 | </div> | |||||
| 6285 | <div class="owl-thumbs" data-slider-id="1"> | |||||
| 6286 | <button class="owl-thumb-item"><img src="{{media url="wysiwyg/smartwave/porto/homepage/20/slider/01n_thumb.jpg"}}"/></button> | |||||
| 6287 | <button class="owl-thumb-item"><img src="{{media url="wysiwyg/smartwave/porto/homepage/20/slider/02n_thumb.jpg"}}"/></button> | |||||
| 6288 | </div> | |||||
| 6289 | <script type="text/javascript"> | |||||
| 6290 | require([ | |||||
| 6291 | 'jquery', | |||||
| 6292 | 'owlcarousel', | |||||
| 6293 | 'owlcarousel_thumbs' | |||||
| 6294 | ], function ($) { | |||||
| 6295 | var owl_20 = $("#banner-slider-demo-20").owlCarousel({ | |||||
| 6296 | items: 1, | |||||
| 6297 | autoplay: true, | |||||
| 6298 | autoplayTimeout: 5000, | |||||
| 6299 | autoplayHoverPause: true, | |||||
| 6300 | dots: false, | |||||
| 6301 | navRewind: true, | |||||
| 6302 | animateIn: 'fadeIn', | |||||
| 6303 | animateOut: 'fadeOut', | |||||
| 6304 | thumbs: true, | |||||
| 6305 | thumbImage: false, | |||||
| 6306 | thumbsPrerendered: true, | |||||
| 6307 | thumbContainerClass: 'owl-thumbs', | |||||
| 6308 | thumbItemClass: 'owl-thumb-item', | |||||
| 6309 | loop: true, | |||||
| 6310 | nav: false, | |||||
| 6311 | navText: ["<em class='porto-icon-chevron-left'></em>","<em class='porto-icon-chevron-right'></em>"] | |||||
| 6312 | }); | |||||
| 6313 | }); | |||||
| 6314 | require([ | |||||
| 6315 | 'jquery', | |||||
| 6316 | 'parallax' | |||||
| 6317 | ], function ($) { | |||||
| 6318 | $(document).ready(function(){ | |||||
| 6319 | $('.scene').parallax(); | |||||
| 6320 | }); | |||||
| 6321 | }); | |||||
| 6322 | </script> | |||||
| 6323 | </div> | 2850 | </div> | |||
| 6324 | <style> | 2851 | <style> | |||
| 6325 | .full-screen-slider #banner-slider-demo-20 .item > div.content > h2 { | 2852 | .porto-block-html-top { | |||
| 6326 | font-size: 60px; | |||||
| 6327 | font-family: 'Oswald'; | |||||
| 6328 | line-height: 80px; | |||||
| 6329 | letter-spacing: 0.025em; | |||||
| 6330 | font-weight: 400; | |||||
| 6331 | text-transform: uppercase; | |||||
| 6332 | margin:0 0 18px; | |||||
| 6333 | } | |||||
| 6334 | .full-screen-slider #banner-slider-demo-20 .item > div.content > p { | |||||
| 6335 | font-family: Poppins; | 2853 | font-family: Poppins; | |||
| 6336 | font-size: 25.5px; | |||||
| 6337 | font-weight: 500; | 2854 | font-weight: 500; | |||
| 6338 | letter-spacing: 0.18em; | 2855 | font-size: .9286em; | |||
| 6339 | margin: 0; | 2856 | line-height: 1.3; | |||
| 6340 | text-transform: uppercase; | 2857 | letter-spacing: .025em; | |||
| 6341 | color:#fff; | 2858 | overflow: hidden; | |||
| 6342 | padding-bottom: 5px; | 2859 | | |||
| 6343 | } | 2860 | .porto-block-html-top a { | |||
| 6344 | .full-screen-slider #banner-slider-demo-20 .item > div.content > a { | |||||
| 6345 | box-shadow: none; | |||||
| 6346 | font-family: 'Oswald'; | |||||
| 6347 | font-size: 12px; | |||||
| 6348 | text-transform: uppercase; | 2861 | text-transform: uppercase; | |||
| 6349 | letter-spacing: 0.2em; | 2862 | display: inline-block; | |||
| 2863 | padding: .4rem .5rem; | |||||
| 2864 | font-size: .625rem; | |||||
| 6350 | font-weight: 700; | 2865 | font-weight: 700; | |||
| 6351 | padding: 21px 82px; | 2866 | background: #151719; | |||
| 6352 | } | 2867 | color: #fff; | |||
| 6353 | #banner-slider-demo-20+.owl-thumbs { | 2868 | text-decoration: none; | |||
| 6354 | position: absolute; | 2869 | } | |||
| 6355 | right: 50px; | 2870 | .porto-block-html-top small { | |||
| 6356 | bottom: 50px; | 2871 | font-size: .8461em; | |||
| 6357 | width: 24%; | 2872 | font-weight: 400; | |||
| 6358 | z-index: 2; | 2873 | opacity: .5; | |||
| 6359 | } | |||||
| 6360 | .full-screen-slider { | |||||
| 6361 | width: 100%; | |||||
| 6362 | } | 2874 | } | |||
| 6363 | @media (max-width: 991px) { | |||||
| 6364 | .full-screen-slider #banner-slider-demo-20 .item > div.content > h2 { | |||||
| 6365 | font-size: 45px; | |||||
| 6366 | line-height: 65px; | |||||
| 6367 | } | |||||
| 6368 | .full-screen-slider #banner-slider-demo-20 .item > div.content > p { | |||||
| 6369 | font-size: 14px; | |||||
| 6370 | font-weight: 500; | |||||
| 6371 | } | |||||
| 6372 | .full-screen-slider #banner-slider-demo-20 .item > div.content > a { | |||||
| 6373 | padding: 18px 62px; | |||||
| 6374 | } | |||||
| 6375 | } | |||||
| 6376 | </style>]]> | 2875 | </style>]]> | |||
| 6377 | </content> | 2876 | </content> | |||
| 6378 | 2877 | |||||
| 6379 | <is_active> | 2878 | <is_active> | |||
| 6380 | 1 | 2879 | 1 | |||
| 6381 | </is_active> | 2880 | </is_active> | |||
| 6382 | 2881 | |||||
| 6383 | </cms_item> | 2882 | </cms_item> | |||
| 6384 | 2883 | |||||
| 6385 | <cms_item> | 2884 | <cms_item> | |||
| 6386 | 2885 | |||||
| 6387 | <title> | 2886 | <title> | |||
| 6388 | Porto - Homepage Slider 20 Old Skin | 2887 | Banner Category Demo 15 | |||
| 6389 | </title> | 2888 | </title> | |||
| 6390 | 2889 | |||||
| 6391 | <identifier> | 2890 | <identifier> | |||
| 6392 | porto_homeslider_20_old | 2891 | banner_category_demo15 | |||
| 6393 | </identifier> | 2892 | </identifier> | |||
| 6394 | 2893 | |||||
| 6395 | <content> | 2894 | <content> | |||
| 6396 | <![CDATA[<div class="full-screen-slider"> | 2895 | <![CDATA[<style> | |||
| 6397 | <div id="banner-slider-demo-20" class="owl-carousel owl-banner-carousel" data-slider-id="1"> | 2896 | .category-banner .text-sale small { | |||
| 6398 | <div class="item" style="background:url({{media url="wysiwyg/smartwave/porto/homepage/20/slider/01.jpg"}}) center center / cover no-repeat; position: relative;"> | 2897 | display: inline-block; | |||
| 6399 | <div class="content" style="left:20%;top:30%;width:auto;"> | 2898 | font-size: 27%; | |||
| 6400 | <h2 style="color: #fff;">Running<br>shoes</h2> | 2899 | word-break: break-all; | |||
| 6401 | <a href="#">SEE MORE</a> | 2900 | width: 1em; | |||
| 6402 | </div> | 2901 | text-align: center; | |||
| 6403 | <ul class="scene" style="width:100%;height:100%:"> | 2902 | font-weight: inherit; | |||
| 6404 | <li class="layer" data-depth="0.05"> | 2903 | white-space: normal; | |||
| 6405 | <img src="{{media url="wysiwyg/smartwave/porto/homepage/20/slider/green_shoes.png"}}" alt="" /> | 2904 | } | |||
| 6406 | </li> | 2905 | .m-l-n-sm { | |||
| 6407 | <li class="layer" data-depth="0.06"> | 2906 | margin-left: -10px!important; | |||
| 6408 | <img src="{{media url="wysiwyg/smartwave/porto/homepage/20/slider/blurflake1.png"}}" style="position:absolute;top:40%;left:35%" alt="" /> | 2907 | } | |||
| 6409 | </li> | 2908 | </style> | |||
| 6410 | <li class="layer" data-depth="0.07"> | 2909 | <div class="porto-block"> | |||
| 6411 | <img src="{{media url="wysiwyg/smartwave/porto/homepage/20/slider/blurflake2.png"}}" class="animation-spin" style="position:absolute;top:20%;left:50%" alt="" /> | 2910 | <div class="container"> | |||
| 6412 | </li> | 2911 | < | |||
| 6413 | <li class="layer" data-depth="0.10"> | 2912 | class="row porto-ibanner-layer position-static category-banner no-padding" | |||
| 6414 | <img src="{{media url="wysiwyg/smartwave/porto/homepage/20/slider/blurflake3.png"}}" class="animation-wave" style="position:absolute;top:50%;left:80%" alt="" /> | 2913 | style=" | |||
| 6415 | </li> | 2914 | margin-top: 20px; | |||
| 6416 | <li class="layer" data-depth="0.15"> | 2915 | padding-top: 2.375rem; | |||
| 6417 | <img src="{{media url="wysiwyg/smartwave/porto/homepage/20/slider/blurflake4.png"}}" style="position:absolute;top:70%;left:55%" alt="" /> | 2916 | padding-bottom: 2.375rem; | |||
| 6418 | </li> | 2917 | padding-left: 13%; | |||
| 6419 | </ul> | 2918 | background-color: #fa9f83; | |||
| 6420 | </div> | 2919 | background-position: center top; | |||
| 6421 | <div class="item" style="background:url({{media url="wysiwyg/smartwave/porto/homepage/20/slider/02.jpg"}}) center center / cover no-repeat; position: relative;"> | 2920 | background-repeat: no-repeat; | |||
| 6422 | <ul class="scene" style="width:100%;height:100%:"> | 2921 | background-size: cover; | |||
| 6423 | <li class="layer" data-depth="0.05"> | 2922 | background-image: url('{{media url="wysiwyg/smartwave/porto/category/banner/shop15_home_banner4.jpg"}}'); | |||
| 6424 | <img src="{{media url="wysiwyg/smartwave/porto/homepage/20/slider/watch.png"}}" alt="" /> | 2923 | "> | |||
| 6425 | </li> | 2924 | <div class="vc_column_container col-md-12 col-12"> | |||
| 6426 | </ul> | 2925 | <div class="wpb_wrapper vc_column-inner"> | |||
| 6427 | <div class="content" style="left:20%;top:30%;width:auto;"> | 2926 | <h3 style="font-size: 1.75em; color: rgba(255, 255, 255, 0.7); line-height: 1; font-weight: 400;" class="vc_custom_heading mb-2 pb-1 custom-font4 pt-2 align-left">Outlet Selected Items</h3> | |||
| 6428 | <h2 style="color: #fff;">Running smart<br>watch</h2> | 2927 | <h3 style="font-size: 2.625em; line-height: 1;" class="vc_custom_heading mb-0 align-left text-uppercase heading-light">big sale up to</h3> | |||
| 6429 | <a href="#">SEE MORE</a> | 2928 | <h4 style="font-size: 9em; line-height: 0.95;" class="vc_custom_heading text-sale m-l-n-sm mb-0 align-left heading-light">80%<small>OFF</small></h4> | |||
| 6430 | </div> | |||||
| 6431 | </div> | |||||
| 6432 | <div class="item" style="background:url({{media url="wysiwyg/smartwave/porto/homepage/20/slider/03.jpg"}}) center center / cover no-repeat; position: relative;"> | |||||
| 6433 | <ul class="scene" style="width:100%;height:100%:"> | |||||
| 6434 | <li class="layer" data-depth="0.05"> | |||||
| 6435 | <img src="{{media url="wysiwyg/smartwave/porto/homepage/20/slider/ball.png"}}" alt="" /> | |||||
| 6436 | </li> | |||||
| 6437 | </ul> | |||||
| 6438 | <div class="content" style="left:20%;top:30%;width:auto;"> | |||||
| 6439 | <h2 style="color: #fff;">Football<br>accessories</h2> | |||||
| 6440 | <a href="#">SEE MORE</a> | |||||
| 6441 | </div> | 2929 | </div> | |||
| 6442 | </div> | 2930 | </div> | |||
| 6443 | </div> | 2931 | </div> | |||
| 6444 | <div class="owl-thumbs" data-slider-id="1"> | |||||
| 6445 | <button class="owl-thumb-item"><img src="{{media url="wysiwyg/smartwave/porto/homepage/20/slider/01_thumb.jpg"}}"/></button> | |||||
| 6446 | <button class="owl-thumb-item"><img src="{{media url="wysiwyg/smartwave/porto/homepage/20/slider/02_thumb.jpg"}}"/></button> | |||||
| 6447 | <button class="owl-thumb-item"><img src="{{media url="wysiwyg/smartwave/porto/homepage/20/slider/03_thumb.jpg"}}"/></button> | |||||
| 6448 | </div> | 2932 | </div> | |||
| 6449 | <script type="text/javascript"> | 2933 | </div> | |||
| 6450 | require([ | 2934 | ]]> | |||
| 6451 | 'jquery', | |||||
| 6452 | 'owl.carousel/owl.carousel' | |||||
| 6453 | ], function ($) { | |||||
| 6454 | var owl_20 = $("#banner-slider-demo-20").owlCarousel({ | |||||
| 6455 | items: 1, | |||||
| 6456 | autoplay: true, | |||||
| 6457 | autoplayTimeout: 5000, | |||||
| 6458 | autoplayHoverPause: true, | |||||
| 6459 | dots: false, | |||||
| 6460 | navRewind: true, | |||||
| 6461 | animateIn: 'fadeIn', | |||||
| 6462 | animateOut: 'fadeOut', | |||||
| 6463 | thumbs: true, | |||||
| 6464 | thumbImage: false, | |||||
| 6465 | thumbsPrerendered: true, | |||||
| 6466 | thumbContainerClass: 'owl-thumbs', | |||||
| 6467 | thumbItemClass: 'owl-thumb-item', | |||||
| 6468 | loop: true, | |||||
| 6469 | nav: false, | |||||
| 6470 | navText: ["<em class='porto-icon-chevron-left'></em>","<em class='porto-icon-chevron-right'></em>"] | |||||
| 6471 | }); | |||||
| 6472 | }); | |||||
| 6473 | require([ | |||||
| 6474 | 'jquery', | |||||
| 6475 | 'js/jquery.parallax.min' | |||||
| 6476 | ], function ($) { | |||||
| 6477 | $(document).ready(function(){ | |||||
| 6478 | $('.scene').parallax(); | |||||
| 6479 | }); | |||||
| 6480 | }); | |||||
| 6481 | </script> | |||||
| 6482 | </div>]]> | |||||
| 6483 | </content> | 2935 | </content> | |||
| 6484 | 2936 | |||||
| 6485 | <is_active> | 2937 | <is_active> | |||
| 6486 | 1 | 2938 | 1 | |||
| 6487 | </is_active> | 2939 | </is_active> | |||
| 6488 | 2940 | |||||
| 6489 | </cms_item> | 2941 | </cms_item> | |||
| 6490 | 2942 | |||||
| 6491 | <cms_item> | 2943 | <cms_item> | |||
| 6492 | 2944 | |||||
| 6493 | <title> | 2945 | <title> | |||
| 6494 | Porto - Homepage Slider 21 | 2946 | Footer Middle Groups 4 | |||
| 6495 | </title> | 2947 | </title> | |||
| 6496 | 2948 | |||||
| 6497 | <identifier> | 2949 | <identifier> | |||
| 6498 | porto_homeslider_21 | 2950 | footer_middle_groups4 | |||
| 6499 | </identifier> | 2951 | </identifier> | |||
| 6500 | 2952 | |||||
| 6501 | <content> | 2953 | <content> | |||
| 6502 | <![CDATA[<div style="padding:30px 0 15px;"> | 2954 | <![CDATA[< | |||
| 6503 | <div class="container"> | 2955 | .footer-middle > .container { | |||
| 6504 | <div class="slider-with-side" style="margin: 0 -15px;"> | 2956 | padding-bottom: 10px; | |||
| 6505 | <div class="slider-area" style="padding:0 15px;"> | 2957 | } | |||
| 6506 | <div id="banner-slider-demo-21" class="owl-carousel owl-bottom-narrow owl-banner-carousel"> | 2958 | .footer-middle .widget_media_image { | |||
| 6507 | <div class="item"> | 2959 | margin-bottom: 20px; | |||
| 6508 | <img src="{{media url="wysiwyg/smartwave/porto/homepage/21/slider/slide1.jpg"}}" width="770" height="449" alt="" /> | 2960 | } | |||
| 6509 | <div class="content content-slide-1"> | 2961 | .footer-middle .widget,.footer .widget + .widget { | |||
| 6510 | <div class="text-area"> | 2962 | margin-top: 0; | |||
| 6511 | <h2 style="color:#151515;">Chairs</h2> | 2963 | } | |||
| 6512 | <p style="color:#151515;">Custom Designs<br>you can afford</p> | 2964 | .footer-middle .contact-info { | |||
| 6513 | <a href="#" class="btn btn-default">View the collection</a> | 2965 | margin-bottom: 10px; | |||
| 6514 | </div> | 2966 | } | |||
| 6515 | </div> | 2967 | .footer-middle .contact-details { | |||
| 6516 | </div> | 2968 | display: flex; | |||
| 6517 | <div class="item"> | 2969 | flex-wrap: wrap; | |||
| 6518 | <img src="{{media url="wysiwyg/smartwave/porto/homepage/21/slider/slide2.jpg"}}" width="770" height="449" alt="" /> | 2970 | } | |||
| 6519 | <div class="content content-slide-2" style="position:absolute;z-index:1;top:29%;width:50%;right:0%;left:auto;text-align:left;"> | 2971 | .footer-middle .contact-details li { | |||
| 6520 | <span style="color: #010204;">up to <b style="font-size:26px;font-family:'Oswald';">40%</b> off</span> | 2972 | flex: 0 0 50%; | |||
| 6521 | <h2 style="color: #010204;">NEW ARRIVALS</h2> | 2973 | max-width: 50%; | |||
| 6522 | <p style="color:#585b5f;font-weight:300;">Starting at $9</p> | 2974 | padding-right: 1em; | |||
| 6523 | <a href="#" class="btn btn-default" style="background-color:#010204;color:#fff;font-family:'Oswald';font-size:14px;letter-spacing:0.025em;font-weight:400;">shop now</a> | 2975 | } | |||
| 6524 | </div> | 2976 | .footer .contact-info .contact-details strong { | |||
| 6525 | </div> | 2977 | text-transform: uppercase; | |||
| 6526 | </div> | 2978 | } | |||
| 6527 | <script type="text/javascript"> | 2979 | .footer-middle .small-list.products-grid .product-items { | |||
| 6528 | require([ | 2980 | font-size: 1em; | |||
| 6529 | 'jquery', | 2981 | } | |||
| 6530 | 'owl.carousel/owl.carousel.min' | 2982 | .footer-middle .small-list.products-grid .product-items .product-item { | |||
| 6531 | ], function ($) { | 2983 | padding: 10px 0; | |||
| 6532 | $("#banner-slider-demo-21").owlCarousel({ | 2984 | } | |||
| 6533 | items: 1, | 2985 | .footer-middle .small-list.products-grid .product-items .product-item-details a, | |||
| 6534 | autoplay: true, | 2986 | .footer-middle .small-list.products-grid .product-items .price, | |||
| 6535 | autoplayTimeout: 5000, | 2987 | .footer-middle .small-list.products-grid .product-items .product-item-details .old-price{ | |||
| 6536 | autoplayHoverPause: true, | 2988 | color: #fff; | |||
| 6537 | dots: true, | 2989 | } | |||
| 6538 | nav: false, | 2990 | .footer-middle .product-item .rating-summary .rating-result:before { | |||
| 6539 | navRewind: true, | 2991 | color: #6a6a6d; | |||
| 6540 | animateIn: 'fadeIn', | 2992 | } | |||
| 6541 | animateOut: 'fadeOut', | 2993 | .footer .footer-middle .col-lg-12 .col-lg-12:before { | |||
| 6542 | loop: true | 2994 | content: ''; | |||
| 6543 | }); | 2995 | display: block; | |||
| 6544 | }); | 2996 | position: static; | |||
| 6545 | </script> | 2997 | margin: 10px 0 40px; | |||
| 2998 | border-top: 1px solid #36393d; | |||||
| 2999 | } | |||||
| 3000 | </style> | |||||
| 3001 | <div class="row"> | |||||
| 3002 | <div class="col-lg-5"> | |||||
| 3003 | <div class="widget widget_media_image"> | |||||
| 3004 | <h3 class="widget-title">About Us</h3> | |||||
| 3005 | <a href="#"><img class="image" src="{{media url="logo/default/logo_ecomwhite.png"}}" alt="" width="202" height="80" /></a> | |||||
| 6546 | </div> | 3006 | </div> | |||
| 6547 | <div class="side-area" style="padding:0 15px;"> | 3007 | <div class="widget_text widget widget_custom_html"> | |||
| 6548 | <div class="form-find-area theme-border-color"> | 3008 | <div class="textwidget custom-html-widget"> | |||
| 6549 | <h3 class="form-title">Find a product</h3> | 3009 | <p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Duis nec vestibulum magna, et dapibus lacus. <a href="#" class="text-color-light font-weight-bold" style="text-decoration: underline;">read more...</a></p> | |||
| 6550 | <form action="#" class="form-find"> | |||||
| 6551 | <select> | |||||
| 6552 | <option value="">By Category</option> | |||||
| 6553 | </select> | |||||
| 6554 | <select> | |||||
| 6555 | <option value="">By Brand</option> | |||||
| 6556 | </select> | |||||
| 6557 | </form> | |||||
| 6558 | </div> | 3010 | </div> | |||
| 6559 | <div class="banner"> | |||||
| 6560 | <img src="{{media url="wysiwyg/smartwave/porto/homepage/21/slider/banner-code.jpg"}}" /> | |||||
| 6561 | </div> | 3011 | </div> | |||
| 3012 | <div class="widget contact-info"> | |||||
| 3013 | <h3 class="widget-title">Contact Info</h3> | |||||
| 3014 | <div class="contact-info"> | |||||
| 3015 | <ul class="contact-details"> | |||||
| 3016 | <li><i class="far fa-dot-circle"></i> <strong>Address:</strong> <span>1234 Street Name, City, Country</span></li> | |||||
| 3017 | <li><i class="fab fa-whatsapp"></i> <strong>Phone:</strong> <span>Toll Free (123) 456-7890</span></li> | |||||
| 3018 | <li> | |||||
| 3019 | <i class="far fa-envelope"></i> <strong>Email:</strong> <span><a href="mailto:mail@example.com">mail@example.com</a></span> | |||||
| 3020 | </li> | |||||
| 3021 | <li><i class="far fa-clock"></i> <strong>Working Days/Hours:</strong> <span>Mon - Sun / 9:00 AM - 8:00 PM</span></li> | |||||
| 3022 | </ul> | |||||
| 6562 | </div> | 3023 | </div> | |||
| 6563 | </div> | 3024 | </div> | |||
| 3025 | <div class="widget follow-us"> | |||||
| 3026 | <div class="share-links"> | |||||
| 3027 | <a href="#" rel="nofollow" target="_blank" title="Facebook" class="share-facebook">Facebook</a> | |||||
| 3028 | <a href="#" rel="nofollow" target="_blank" title="Twitter" class="share-twitter">Twitter</a> | |||||
| 3029 | <a href="#" rel="nofollow" target="_blank" title="Instagram" class="share-instagram">Instagram</a> | |||||
| 6564 | </div> | 3030 | </div> | |||
| 6565 | </div> | |||||
| 6566 | <div style="padding-top: 20px;"> | |||||
| 6567 | <div class="container"> | |||||
| 6568 | <div class="row"> | |||||
| 6569 | <div class="list-category"> | |||||
| 6570 | <h2 class="filterproduct-title"><span class="content"><strong>Feature Categories</strong></span></h2> | |||||
| 6571 | <div class="group"><div class="row"> | |||||
| 6572 | <div class="col-md-4"> | |||||
| 6573 | <div class="content"> | |||||
| 6574 | <img src="{{media url="wysiwyg/smartwave/porto/homepage/21/slider/banner1.jpg"}}" alt="fashion"/> | |||||
| 6575 | <a href="#"><h3>Fashion</h3></a> | |||||
| 6576 | </div> | 3031 | </div> | |||
| 6577 | </div> | 3032 | </div> | |||
| 6578 | <div class="col-md-5"> | 3033 | <div class="col-lg-3"> | |||
| 6579 | <div class="content"> | 3034 | <div class="widget widget_products"> | |||
| 6580 | <img src="{{media url="wysiwyg/smartwave/porto/homepage/21/slider/banner2.jpg"}}" alt="fashion"/> | 3035 | <h3 class="widget-title">Featured Products</h3> | |||
| 6581 | <a href="#"><h3>Furniture</h3></a> | 3036 | {{block class="Smartwave\Filterproducts\Block\Home\FeaturedList" name="featured_product" product_count="3" aspect_ratio="0" image_width="90" image_height="90" template="small_list.phtml"}} | |||
| 6582 | </div> | 3037 | </div> | |||
| 6583 | </div> | 3038 | </div> | |||
| 6584 | <div class="col-md-3"> | 3039 | <div class="col-lg-4"> | |||
| 6585 | <div class="content"> | 3040 | <div class="widget twitter-tweets"> | |||
| 6586 | <img src="{{media url="wysiwyg/smartwave/porto/homepage/21/slider/banner3.jpg"}}" alt="fashion"/> | 3041 | <h3 class="widget-title">Twitter Feeds</h3> | |||
| 6587 | <a href="#"><h3>Decore</h3></a> | 3042 | <div class="tweets-box"> | |||
| 3043 | <a class="twitter-timeline" href="//twitter.com/twitterdev" data-widget-id="362597660089274368" data-screen-name="eternalfriend38" data-theme="dark" height="200">Tweets by @eternalfriend38</a> | |||||
| 3044 | <script>window.twttr=(function(d,s,id){var js,fjs=d.getElementsByTagName(s)[0],t=window.twttr||{};if(d.getElementById(id))return;js=d.createElement(s);js.id=id;js.src="//platform.twitter.com/widgets.js";fjs.parentNode.insertBefore(js,fjs);t._e=[];t.ready=function(f){t._e.push(f);};return t;}(document,"script","twitter-wjs"));</script> | |||||
| 6588 | </div> | 3045 | </div> | |||
| 6589 | </div> | 3046 | </div> | |||
| 6590 | </div> | 3047 | </div> | |||
| 3048 | <div class="col-lg-12"> | |||||
| 3049 | <div class="widget_text widget widget_custom_html"> | |||||
| 3050 | <div class="textwidget custom-html-widget"> | |||||
| 3051 | <div class="row"> | |||||
| 3052 | <div class="col-lg-5 mb-4 mb-lg-0"> | |||||
| 3053 | <div class="row"> | |||||
| 3054 | <div class="col-sm-6"> | |||||
| 3055 | <h4 class="widget-title">CUSTOMER SERVICE</h4> | |||||
| 3056 | <ul> | |||||
| 3057 | <li><a title="About us" href="#">About us</a></li> | |||||
| 3058 | <li><a title="Contact Us" href="#">Contact us</a></li> | |||||
| 3059 | <li><a title="My Account" href="#">My Account</a></li> | |||||
| 3060 | </ul> | |||||
| 6591 | </div> | 3061 | </div> | |||
| 6592 | <div class="group"><div class="row"> | 3062 | <div class="col-sm-6"> | |||
| 6593 | <div class="col-md-4"> | 3063 | <h4 class="widget-title d-none d-sm-block"> </h4> | |||
| 6594 | <div class="content"> | 3064 | <ul> | |||
| 6595 | <img src="{{media url="wysiwyg/smartwave/porto/homepage/21/slider/banner4.jpg"}}" alt="fashion"/> | 3065 | <li><a title="Order history" href="#">Order history</a></li> | |||
| 6596 | <a href="#"><h3>Fashion</h3></a> | 3066 | <li><a title="Contact us" href="#">Advanced search</a></li> | |||
| 3067 | <li><a title="Login" href="#">Login</a></li> | |||||
| 3068 | </ul> | |||||
| 6597 | </div> | 3069 | </div> | |||
| 6598 | </div> | 3070 | </div> | |||
| 6599 | <div class="col-md-3"> | |||||
| 6600 | <div class="content"> | |||||
| 6601 | <img src="{{media url="wysiwyg/smartwave/porto/homepage/21/slider/banner5.jpg"}}" alt="fashion"/> | |||||
| 6602 | <a href="#"><h3>Furniture</h3></a> | |||||
| 6603 | </div> | 3071 | </div> | |||
| 3072 | <div class="col-lg-7"> | |||||
| 3073 | <div class="row"> | |||||
| 3074 | <div class="col-sm-6"> | |||||
| 3075 | <h4 class="widget-title">Main Features</h4> | |||||
| 3076 | <ul> | |||||
| 3077 | <li><a href="#">Super Fast Wordpress Theme</a></li> | |||||
| 3078 | <li><a href="#">1st Fully working Ajax Theme</a></li> | |||||
| 3079 | <li><a href="#">36 Unique Shop Layouts</a></li> | |||||
| 3080 | </ul> | |||||
| 6604 | </div> | 3081 | </div> | |||
| 6605 | <div class="col-md-5"> | 3082 | <div class="col-sm-6"> | |||
| 6606 | <div class="content"> | 3083 | <h4 class="widget-title d-none d-sm-block"> </h4> | |||
| 6607 | <img src="{{media url="wysiwyg/smartwave/porto/homepage/21/slider/banner6.jpg"}}" alt="fashion"/> | 3084 | <ul> | |||
| 6608 | <a href="#"><h3>Decore</h3></a> | 3085 | <li><a href="#">Powerful Admin Panel</a></li> | |||
| 3086 | <li><a href="#">Mobile & Retina Optimized</a></li> | |||||
| 3087 | </ul> | |||||
| 6609 | </div> | 3088 | </div> | |||
| 6610 | </div> | 3089 | </div> | |||
| 6611 | </div> | 3090 | </div> | |||
| 6612 | </div> | 3091 | </div> | |||
| 6613 | </div> | 3092 | </div> | |||
| 6614 | </div> | 3093 | </div> | |||
| 6615 | </div> | 3094 | </div> | |||
| 6616 | </div> | 3095 | </div> | |||
| 6617 | <style> | |||||
| 6618 | .slider-with-side .slider-area { | |||||
| 6619 | width: 65.84%; | |||||
| 6620 | } | |||||
| 6621 | .slider-with-side .side-area { | |||||
| 6622 | width: 34.16%; | |||||
| 6623 | } | |||||
| 6624 | #banner-slider-demo-21 .content { | |||||
| 6625 | position:absolute;width:100%;height:100%;left:0;top:0; | |||||
| 6626 | } | |||||
| 6627 | #banner-slider-demo-21 .content .text-area{ | |||||
| 6628 | left:20%;bottom:26%;position:absolute;text-align:left;text-transform:uppercase; | |||||
| 6629 | } | |||||
| 6630 | #banner-slider-demo-21 .content-slide-1 h2{ | |||||
| 6631 | font-size: 52px; | |||||
| 6632 | font-weight: 600; | |||||
| 6633 | font-family: 'Oswald'; | |||||
| 6634 | display: block; | |||||
| 6635 | padding: 0; | |||||
| 6636 | margin: 0; | |||||
| 6637 | } | |||||
| 6638 | #banner-slider-demo-21 .content-slide-1 p { | |||||
| 6639 | font-weight: 400; | |||||
| 6640 | font-family: 'Oswald'; | |||||
| 6641 | text-transform:uppercase; | |||||
| 6642 | font-size:22px; | |||||
| 6643 | line-height: 35px; | |||||
| 6644 | display:block; | |||||
| 6645 | padding: 5px 0 34px; | |||||
| 6646 | } | |||||
| 6647 | #banner-slider-demo-21 .content-slide-1 a { | |||||
| 6648 | background-color:#151515; | |||||
| 6649 | font-family: 'Oswald'; | |||||
| 6650 | color: #fff; | |||||
| 6651 | font-size: 15px; | |||||
| 6652 | line-height: 35px; | |||||
| 6653 | text-transform: uppercase; | |||||
| 6654 | padding: 5.5px 27px; | |||||
| 6655 | } | |||||
| 6656 | ||||||
| 6657 | #banner-slider-demo-21 .content-slide-2 h2 { | |||||
| 6658 | font-size: 44px; | |||||
| 6659 | font-weight: 900; | |||||
| 6660 | letter-spacing: -0.025em; | |||||
| 6661 | text-transform: uppercase; | |||||
| 6662 | line-height: 38px; | |||||
| 6663 | margin-bottom: 10px; | |||||
| 6664 | margin-top: 0; | |||||
| 6665 | } | |||||
| 6666 | #banner-slider-demo-21 .content-slide-2 span { | |||||
| 6667 | font-size:18px; | |||||
| 6668 | line-height:38px; | |||||
| 6669 | font-weight: 700; | |||||
| 6670 | text-transform:uppercase; | |||||
| 6671 | } | |||||
| 6672 | #banner-slider-demo-21 .content-slide-2 p { | |||||
| 6673 | font-size:14px; | |||||
| 6674 | font-weight:300; | |||||
| 6675 | margin-bottom:10px; | |||||
| 6676 | } | |||||
| 6677 | #banner-slider-demo-21 .content-slide-2 .btn-default { | |||||
| 6678 | font-size: 14px; | |||||
| 6679 | line-height: 25px; | |||||
| 6680 | letter-spacing: 0.025em; | |||||
| 6681 | padding: 10px 34px; | |||||
| 6682 | border-radius:3px; | |||||
| 6683 | background-color: #010204; | |||||
| 6684 | color: #fff; | |||||
| 6685 | font-family: 'Oswald'; | |||||
| 6686 | text-transform: uppercase; | |||||
| 6687 | margin-top: 28px; | |||||
| 6688 | } | |||||
| 6689 | @media(max-width: 1199px){ | |||||
| 6690 | #banner-slider-demo-21 .content .text-area { | |||||
| 6691 | bottom: 29% !important; | |||||
| 6692 | } | |||||
| 6693 | #banner-slider-demo-21 .content-slide-2 { | |||||
| 6694 | top: 20% !important; | |||||
| 6695 | width: 60% !important; | |||||
| 6696 | } | |||||
| 6697 | } | |||||
| 6698 | @media(max-width:991px){ | |||||
| 6699 | .slider-with-side .slider-area { | |||||
| 6700 | width: 100%; | |||||
| 6701 | margin-bottom: 30px; | |||||
| 6702 | } | |||||
| 6703 | .slider-with-side .side-area img, .slider-with-side .slider-area img { | |||||
| 6704 | width: 100%; | |||||
| 6705 | } | |||||
| 6706 | .slider-with-side .side-area { | |||||
| 6707 | width: 100%; | |||||
| 6708 | } | |||||
| 6709 | } | |||||
| 6710 | @media(max-width:767px){ | |||||
| 6711 | #banner-slider-demo-21 .content-slide-1 h2{ | |||||
| 6712 | font-size: 30px; | |||||
| 6713 | } | |||||
| 6714 | #banner-slider-demo-21 .content-slide-1 p { | |||||
| 6715 | font-size: 13px; | |||||
| 6716 | line-height: 21px; | |||||
| 6717 | padding: 0px 0 20px; | |||||
| 6718 | } | |||||
| 6719 | #banner-slider-demo-21 .content-slide-1 a { | |||||
| 6720 | font-size: 11px; | |||||
| 6721 | line-height: 30px; | |||||
| 6722 | padding: 2px 16px; | |||||
| 6723 | } | |||||
| 6724 | #banner-slider-demo-21 .content-slide-2 { | |||||
| 6725 | top: 29% !important; | |||||
| 6726 | width: 55% !important; | |||||
| 6727 | } | |||||
| 6728 | #banner-slider-demo-21 .content-slide-2 h2 { | |||||
| 6729 | font-size: 27px; | |||||
| 6730 | line-height: 30px; | |||||
| 6731 | margin-bottom: 5px; | |||||
| 6732 | } | |||||
| 6733 | #banner-slider-demo-21 .content-slide-2 span { | |||||
| 6734 | font-size:14px; | |||||
| 6735 | line-height:25px; | |||||
| 6736 | } | |||||
| 6737 | #banner-slider-demo-21 .content-slide-2 span b {font-size: 18px !important;} | |||||
| 6738 | #banner-slider-demo-21 .content-slide-2 p { | |||||
| 6739 | font-size:11px; | |||||
| 6740 | margin-bottom:8px; | |||||
| 6741 | } | |||||
| 6742 | #banner-slider-demo-21 .content-slide-2 .btn-default { | |||||
| 6743 | font-size: 11px !important; | |||||
| 6744 | line-height: 25px; | |||||
| 6745 | padding: 1px 15px; | |||||
| 6746 | margin-top: 8px; | |||||
| 6747 | } | |||||
| 6748 | } | |||||
| 6749 | </style> | |||||
| 6750 | ||||||
| 6751 | ]]> | 3096 | ]]> | |||
| 6752 | </content> | 3097 | </content> | |||
| 6753 | 3098 | |||||
| 6754 | <is_active> | 3099 | <is_active> | |||
| 6755 | 1 | 3100 | 1 | |||
| 6756 | </is_active> | 3101 | </is_active> | |||
| 6757 | 3102 | |||||
| 6758 | </cms_item> | 3103 | </cms_item> | |||
| 6759 | 3104 | |||||
| 6760 | <cms_item> | 3105 | <cms_item> | |||
| 6761 | 3106 | |||||
| 6762 | <title> | 3107 | <title> | |||
| 6763 | Porto - Custom Block for Header | 3108 | Porto - Custom Block for Header 7 | |||
| 6764 | </title> | 3109 | </title> | |||
| 6765 | 3110 | |||||
| 6766 | <identifier> | 3111 | <identifier> | |||
| 6767 | porto_custom_block_for_header | 3112 | porto_custom_block_for_header_7 | |||
| 6768 | </identifier> | 3113 | </identifier> | |||
| 6769 | 3114 | |||||
| 6770 | <content> | 3115 | <content> | |||
| 6771 | <![CDATA[<em class="porto-icon-phone" style="margin-right: 5px;"></em><span>(+404) 158 14 25 78</span><span class="split"></span><a href="#">CONTACT US</a>]]> | 3116 | <![CDATA[<ul class="top-custom-links"> | |||
| 3117 | <li class="menu-item"><a href="{{store url="categories.html"}}">Shop</a></li> | |||||
| 3118 | <li class="menu-item"><a href="{{store url="blog"}}">Blog</a></li> | |||||
| 3119 | <li class="menu-item"><a href="{{store url="about-porto2"}}">About Us</a></li> | |||||
| 3120 | <li class="menu-item"><a href="{{store url="wishlist"}}">Wishlist</a></li> | |||||
| 3121 | </ul> | |||||
| 3122 | ]]> | |||||
| 6772 | </content> | 3123 | </content> | |||
| 6773 | 3124 | |||||
| 6774 | <is_active> | 3125 | <is_active> | |||
| 6775 | 1 | 3126 | 1 | |||
| 6776 | </is_active> | 3127 | </is_active> | |||
| 6777 | 3128 | |||||
| 6778 | </cms_item> | 3129 | </cms_item> | |||
| 6779 | 3130 | |||||
| 6780 | <cms_item> | 3131 | <cms_item> | |||
| 6781 | 3132 | |||||
| 6782 | <title> | 3133 | <title> | |||
| 6783 | Porto - Custom Block for Header Home 5 | 3134 | Footer Middle Groups 5 | |||
| 6784 | </title> | 3135 | </title> | |||
| 6785 | 3136 | |||||
| 6786 | <identifier> | 3137 | <identifier> | |||
| 6787 | porto_custom_block_for_header_home5 | 3138 | footer_middle_groups5 | |||
| 6788 | </identifier> | 3139 | </identifier> | |||
| 6789 | 3140 | |||||
| 6790 | <content> | 3141 | <content> | |||
| 6791 | <![CDATA[<span style="margin-top:4px;color:#787d7f;display:block;">CALL US NOW<br><b style="color:#606669;font-size:18px;font-weight:600;display:block;line-height:27px;">+123 5678 890</b></span> ]]> | 3142 | <![CDATA[<style> | |||
| 3143 | .footer-middle > .container { | |||||
| 3144 | padding-bottom: 10px; | |||||
| 3145 | } | |||||
| 3146 | .footer-middle .widget_media_image { | |||||
| 3147 | margin-bottom: 20px; | |||||
| 3148 | } | |||||
| 3149 | .footer-middle .widget,.footer .widget + .widget { | |||||
| 3150 | margin-top: 0; | |||||
| 3151 | } | |||||
| 3152 | .footer-middle .contact-info { | |||||
| 3153 | margin-bottom: 10px; | |||||
| 3154 | } | |||||
| 3155 | .footer-middle .contact-details { | |||||
| 3156 | display: flex; | |||||
| 3157 | flex-wrap: wrap; | |||||
| 3158 | } | |||||
| 3159 | .footer-middle .contact-details li { | |||||
| 3160 | flex: 0 0 50%; | |||||
| 3161 | max-width: 50%; | |||||
| 3162 | padding-right: 1em; | |||||
| 3163 | } | |||||
| 3164 | .footer .contact-info .contact-details strong { | |||||
| 3165 | text-transform: uppercase; | |||||
| 3166 | } | |||||
| 3167 | .footer-middle .small-list.products-grid .product-items { | |||||
| 3168 | font-size: 1em; | |||||
| 3169 | } | |||||
| 3170 | .footer-middle .small-list.products-grid .product-items .product-item { | |||||
| 3171 | padding: 10px 0; | |||||
| 3172 | } | |||||
| 3173 | .footer .footer-middle .col-lg-12 .col-lg-12:before { | |||||
| 3174 | content: ''; | |||||
| 3175 | display: block; | |||||
| 3176 | position: static; | |||||
| 3177 | margin: 10px 0 40px; | |||||
| 3178 | border-top: 1px solid #cecdca; | |||||
| 3179 | } | |||||
| 3180 | </style> | |||||
| 3181 | <div class="row"> | |||||
| 3182 | <div class="col-lg-5"> | |||||
| 3183 | <div class="widget widget_media_image"> | |||||
| 3184 | <h3 class="widget-title">About Us</h3> | |||||
| 3185 | <a href="#"><img class="image" src="{{media url="logo/default/logo_ecomblack_lg.png"}}" alt="" width="202" height="80" /></a> | |||||
| 3186 | </div> | |||||
| 3187 | <div class="widget_text widget widget_custom_html"> | |||||
| 3188 | <div class="textwidget custom-html-widget"> | |||||
| 3189 | <p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Duis nec vestibulum magna, et dapibus lacus. <a href="#" class="text-color-dark font-weight-bold" style="text-decoration: underline;">read more...</a></p> | |||||
| 3190 | </div> | |||||
| 3191 | </div> | |||||
| 3192 | <div class="widget contact-info"> | |||||
| 3193 | <h3 class="widget-title">Contact Info</h3> | |||||
| 3194 | <div class="contact-info"> | |||||
| 3195 | <ul class="contact-details"> | |||||
| 3196 | <li><i class="far fa-dot-circle"></i> <strong>Address:</strong> <span>1234 Street Name, City, Country</span></li> | |||||
| 3197 | <li><i class="fab fa-whatsapp"></i> <strong>Phone:</strong> <span>Toll Free (123) 456-7890</span></li> | |||||
| 3198 | <li> | |||||
| 3199 | <i class="far fa-envelope"></i> <strong>Email:</strong> <span><a href="mailto:mail@example.com">mail@example.com</a></span> | |||||
| 3200 | </li> | |||||
| 3201 | <li><i class="far fa-clock"></i> <strong>Working Days/Hours:</strong> <span>Mon - Sun / 9:00 AM - 8:00 PM</span></li> | |||||
| 3202 | </ul> | |||||
| 3203 | </div> | |||||
| 3204 | </div> | |||||
| 3205 | <div class="widget follow-us"> | |||||
| 3206 | <div class="share-links"> | |||||
| 3207 | <a href="#" rel="nofollow" target="_blank" title="Facebook" class="share-facebook">Facebook</a> | |||||
| 3208 | <a href="#" rel="nofollow" target="_blank" title="Twitter" class="share-twitter">Twitter</a> | |||||
| 3209 | <a href="#" rel="nofollow" target="_blank" title="Instagram" class="share-instagram">Instagram</a> | |||||
| 3210 | </div> | |||||
| 3211 | </div> | |||||
| 3212 | </div> | |||||
| 3213 | <div class="col-lg-3"> | |||||
| 3214 | <div class="widget widget_products"> | |||||
| 3215 | <h3 class="widget-title">Featured Products</h3> | |||||
| 3216 | {{block class="Smartwave\Filterproducts\Block\Home\FeaturedList" name="featured_product" product_count="3" aspect_ratio="0" image_width="90" image_height="90" template="small_list.phtml"}} | |||||
| 3217 | </div> | |||||
| 3218 | </div> | |||||
| 3219 | <div class="col-lg-4"> | |||||
| 3220 | <div class="widget twitter-tweets"> | |||||
| 3221 | <h3 class="widget-title">Twitter Feeds</h3> | |||||
| 3222 | <div class="tweets-box"> | |||||
| 3223 | <a class="twitter-timeline" href="//twitter.com/twitterdev" data-widget-id="362597660089274368" data-screen-name="eternalfriend38" data-theme="dark" height="200">Tweets by @eternalfriend38</a> | |||||
| 3224 | <script>window.twttr=(function(d,s,id){var js,fjs=d.getElementsByTagName(s)[0],t=window.twttr||{};if(d.getElementById(id))return;js=d.createElement(s);js.id=id;js.src="//platform.twitter.com/widgets.js";fjs.parentNode.insertBefore(js,fjs);t._e=[];t.ready=function(f){t._e.push(f);};return t;}(document,"script","twitter-wjs"));</script> | |||||
| 3225 | </div> | |||||
| 3226 | </div> | |||||
| 3227 | </div> | |||||
| 3228 | <div class="col-lg-12"> | |||||
| 3229 | <div class="widget_text widget widget_custom_html"> | |||||
| 3230 | <div class="textwidget custom-html-widget"> | |||||
| 3231 | <div class="row"> | |||||
| 3232 | <div class="col-lg-5 mb-4 mb-lg-0"> | |||||
| 3233 | <div class="row"> | |||||
| 3234 | <div class="col-sm-6"> | |||||
| 3235 | <h4 class="widget-title">CUSTOMER SERVICE</h4> | |||||
| 3236 | <ul> | |||||
| 3237 | <li><a title="About us" href="#">About us</a></li> | |||||
| 3238 | <li><a title="Contact Us" href="#">Contact us</a></li> | |||||
| 3239 | <li><a title="My Account" href="#">My Account</a></li> | |||||
| 3240 | </ul> | |||||
| 3241 | </div> | |||||
| 3242 | <div class="col-sm-6"> | |||||
| 3243 | <h4 class="widget-title d-none d-sm-block"> </h4> | |||||
| 3244 | <ul> | |||||
| 3245 | <li><a title="Order history" href="#">Order history</a></li> | |||||
| 3246 | <li><a title="Contact us" href="#">Advanced search</a></li> | |||||
| 3247 | <li><a title="Login" href="#">Login</a></li> | |||||
| 3248 | </ul> | |||||
| 3249 | </div> | |||||
| 3250 | </div> | |||||
| 3251 | </div> | |||||
| 3252 | <div class="col-lg-7"> | |||||
| 3253 | <div class="row"> | |||||
| 3254 | <div class="col-sm-6"> | |||||
| 3255 | <h4 class="widget-title">Main Features</h4> | |||||
| 3256 | <ul> | |||||
| 3257 | <li><a href="#">Super Fast Wordpress Theme</a></li> | |||||
| 3258 | <li><a href="#">1st Fully working Ajax Theme</a></li> | |||||
| 3259 | <li><a href="#">36 Unique Shop Layouts</a></li> | |||||
| 3260 | </ul> | |||||
| 3261 | </div> | |||||
| 3262 | <div class="col-sm-6"> | |||||
| 3263 | <h4 class="widget-title d-none d-sm-block"> </h4> | |||||
| 3264 | <ul> | |||||
| 3265 | <li><a href="#">Powerful Admin Panel</a></li> | |||||
| 3266 | <li><a href="#">Mobile & Retina Optimized</a></li> | |||||
| 3267 | </ul> | |||||
| 3268 | </div> | |||||
| 3269 | </div> | |||||
| 3270 | </div> | |||||
| 3271 | </div> | |||||
| 3272 | </div> | |||||
| 3273 | </div> | |||||
| 3274 | </div> | |||||
| 3275 | </div> | |||||
| 3276 | ]]> | |||||
| 6792 | </content> | 3277 | </content> | |||
| 6793 | 3278 | |||||
| 6794 | <is_active> | 3279 | <is_active> | |||
| 6795 | 1 | 3280 | 1 | |||
| 6796 | </is_active> | 3281 | </is_active> | |||
| 6797 | 3282 | |||||
| 6798 | </cms_item> | 3283 | </cms_item> | |||
| 6799 | 3284 | |||||
| 6800 | <cms_item> | 3285 | <cms_item> | |||
| 6801 | 3286 | |||||
| 6802 | <title> | 3287 | <title> | |||
| 6803 | Porto - Custom Block for Header Home 4 | 3288 | Banner Category Demo 16 | |||
| 6804 | </title> | 3289 | </title> | |||
| 6805 | 3290 | |||||
| 6806 | <identifier> | 3291 | <identifier> | |||
| 6807 | porto_custom_block_for_header_home4 | 3292 | banner_category_demo16 | |||
| 6808 | </identifier> | 3293 | </identifier> | |||
| 6809 | 3294 | |||||
| 6810 | <content> | 3295 | <content> | |||
| 6811 | <![CDATA[<i class="porto-icon-phone-1" style="margin-right: 11px;font-size:30px;color:#40aee5;"></i><span style="margin-top:-2px;">CALL US NOW<br><b style="color:#fff;font-size:18px;font-weight:600;display:block;line-height:27px;">+123 5678 890</b></span> ]]> | 3296 | <![CDATA[<div class="porto-block"> | |||
| 3297 | <style> | |||||
| 3298 | .porto-ibanner-layer { | |||||
| 3299 | position: absolute; | |||||
| 3300 | z-index: 10; | |||||
| 3301 | } | |||||
| 3302 | .category-banner .text-sale { | |||||
| 3303 | white-space: nowrap; | |||||
| 3304 | } | |||||
| 3305 | .category-banner .text-sale small { | |||||
| 3306 | display: inline-block !important; | |||||
| 3307 | font-size: 27% !important; | |||||
| 3308 | word-break: break-all; | |||||
| 3309 | width: 1em; | |||||
| 3310 | text-align: center; | |||||
| 3311 | font-weight: inherit; | |||||
| 3312 | white-space: normal; | |||||
| 3313 | } | |||||
| 3314 | @media (max-width: 767px) { | |||||
| 3315 | .category-banner .porto-ibanner-layer { | |||||
| 3316 | font-size: 10px; | |||||
| 3317 | } | |||||
| 3318 | } | |||||
| 3319 | @media (max-width: 575px) { | |||||
| 3320 | .category-banner .porto-ibanner-layer { | |||||
| 3321 | font-size: 8px; | |||||
| 3322 | } | |||||
| 3323 | } | |||||
| 3324 | @media (max-width: 480px) { | |||||
| 3325 | .category-banner .porto-ibanner-layer { | |||||
| 3326 | font-size: 6px; | |||||
| 3327 | } | |||||
| 3328 | } | |||||
| 3329 | </style> | |||||
| 3330 | <div class="row category-banner no-padding"> | |||||
| 3331 | <div class="vc_column_container col-md-12"> | |||||
| 3332 | <div class="wpb_wrapper vc_column-inner"> | |||||
| 3333 | <div class="porto-ibanner mb-0" style="min-height: 300px;background-color: #0088cc;"> | |||||
| 3334 | <img src="{{media url="wysiwyg/smartwave/porto/category/banner/shop16_shop_banner.jpg"}}" /> | |||||
| 3335 | <div class="porto-ibanner-desc no-padding d-flex"> | |||||
| 3336 | <div class="container"> | |||||
| 3337 | <div class="porto-ibanner-container"> | |||||
| 3338 | <div class="porto-ibanner-layer" style="left: 0%; top: 50%; transform: translateY(-50%);padding-top: 0.5em;"> | |||||
| 3339 | <h4 style="font-size: 2.375em; line-height: 1; font-weight: 400;" class="vc_custom_heading mb-1 custom-font4 align-left heading-light">Summer Trends</h4> | |||||
| 3340 | <h3 style="font-size: 8.75em; line-height: 1; letter-spacing: 0.02em;" class="vc_custom_heading mb-0 m-l-n-xs align-left text-uppercase heading-light">sale</h3> | |||||
| 3341 | </div> | |||||
| 3342 | <div class="porto-ibanner-layer" style="right: 0%; top: 50%; transform: translateY(-50%);padding-top: 0.5em"> | |||||
| 3343 | <h4 style="font-size: 1.25em; line-height: 1; font-weight: 300; letter-spacing: 0.18em;" class="vc_custom_heading mb-0 align-left text-uppercase heading-light">prices up to</h4> | |||||
| 3344 | <h3 style="font-size: 9.4425em; line-height: 1; letter-spacing: 0.02em;" class="vc_custom_heading mb-0 text-sale m-l-n-sm align-left text-uppercase heading-light">80%<small>OFF</small></h3> | |||||
| 3345 | </div> | |||||
| 3346 | </div> | |||||
| 3347 | </div> | |||||
| 3348 | </div> | |||||
| 3349 | </div> | |||||
| 3350 | </div> | |||||
| 3351 | </div> | |||||
| 3352 | </div> | |||||
| 3353 | </div> | |||||
| 3354 | ]]> | |||||
| 6812 | </content> | 3355 | </content> | |||
| 6813 | 3356 | |||||
| 6814 | <is_active> | 3357 | <is_active> | |||
| 6815 | 1 | 3358 | 1 | |||
| 6816 | </is_active> | 3359 | </is_active> | |||
| 6817 | 3360 | |||||
| 6818 | </cms_item> | 3361 | </cms_item> | |||
| 6819 | 3362 | |||||
| 6820 | <cms_item> | 3363 | <cms_item> | |||
| 6821 | 3364 | |||||
| 6822 | <title> | 3365 | <title> | |||
| 6823 | Porto - Custom Block for Header Home 13 | 3366 | Banner Category Demo 17 | |||
| 6824 | </title> | 3367 | </title> | |||
| 6825 | 3368 | |||||
| 6826 | <identifier> | 3369 | <identifier> | |||
| 6827 | porto_custom_block_for_header_home13 | 3370 | banner_category_demo17 | |||
| 6828 | </identifier> | 3371 | </identifier> | |||
| 6829 | 3372 | |||||
| 6830 | <content> | 3373 | <content> | |||
| 6831 | <![CDATA[<span style="color:#fff;line-height:33px;">+000 1584 2578</span>]]> | 3374 | <![CDATA[<style> | |||
| 3375 | .porto-ibanner-layer { | |||||
| 3376 | position: absolute; | |||||
| 3377 | z-index: 10; | |||||
| 3378 | } | |||||
| 3379 | .coupon-sale-text { | |||||
| 3380 | position: relative; | |||||
| 3381 | padding-left: .265em; | |||||
| 3382 | transform: none; | |||||
| 3383 | letter-spacing: 0; | |||||
| 3384 | } | |||||
| 3385 | .coupon-sale-text i { | |||||
| 3386 | font-style: normal; | |||||
| 3387 | font-size: .265em; | |||||
| 3388 | font-weight: 500; | |||||
| 3389 | transform: translateY(-50%) rotate( | |||||
| 3390 | -90deg | |||||
| 3391 | ); | |||||
| 3392 | position: absolute; | |||||
| 3393 | top: 50%; | |||||
| 3394 | left: -1em; | |||||
| 3395 | } | |||||
| 3396 | html .btn-flat.btn-xl { | |||||
| 3397 | font-size: 1.125em!important; | |||||
| 3398 | } | |||||
| 3399 | </style> | |||||
| 3400 | <div class="container"> | |||||
| 3401 | <div class="row"> | |||||
| 3402 | <div class="col-md-12"> | |||||
| 3403 | <div class="wpb_wrapper vc_column-inner"> | |||||
| 3404 | <div class="porto-ibanner mb-0" style="background: #c0bec0; min-height: 200px;"> | |||||
| 3405 | <img src="{{media url="wysiwyg/smartwave/porto/category/banner/shop17_shop_banner.jpg"}}" /> | |||||
| 3406 | <div class="porto-ibanner-desc no-padding d-flex"> | |||||
| 3407 | <div class="porto-ibanner-layer" style="left: 6%; top: 50%; transform: translateY(-50%);"> | |||||
| 3408 | <h3 style="font-size: 2.5625em; line-height: 1;" class="vc_custom_heading mb-1 custom-font4 align-left">New Hot Cosmetics</h3> | |||||
| 3409 | <h3 style="font-size: 5.75em; line-height: 1;" class="vc_custom_heading coupon-sale-text mb-1 align-left"><i>UP TO</i>50% OFF</h3> | |||||
| 3410 | <div class="btn-container mb-0 d-inline-block"> | |||||
| 3411 | <button class="btn btn-flat btn-xl btn-light">SHOP NOW <i style="padding-left: 7px;" class="fas fa-long-arrow-alt-right"></i></button> | |||||
| 3412 | </div> | |||||
| 3413 | </div> | |||||
| 3414 | </div> | |||||
| 3415 | </div> | |||||
| 3416 | </div> | |||||
| 3417 | </div> | |||||
| 3418 | </div> | |||||
| 3419 | </div> | |||||
| 3420 | ]]> | |||||
| 6832 | </content> | 3421 | </content> | |||
| 6833 | 3422 | |||||
| 6834 | <is_active> | 3423 | <is_active> | |||
| 6835 | 1 | 3424 | 1 | |||
| 6836 | </is_active> | 3425 | </is_active> | |||
| 6837 | 3426 | |||||
| 6838 | </cms_item> | 3427 | </cms_item> | |||
| 6839 | 3428 | |||||
| 6840 | <cms_item> | 3429 | <cms_item> | |||
| 6841 | 3430 | |||||
| 6842 | <title> | 3431 | <title> | |||
| 6843 | Porto - Custom Block for Header Home 15 | 3432 | Footer Middle Main Features 3 | |||
| 6844 | </title> | 3433 | </title> | |||
| 6845 | 3434 | |||||
| 6846 | <identifier> | 3435 | <identifier> | |||
| 6847 | porto_custom_block_for_header_home15 | 3436 | footer_middle_main_features3 | |||
| 6848 | </identifier> | 3437 | </identifier> | |||
| 6849 | 3438 | |||||
| 6850 | <content> | 3439 | <content> | |||
| 6851 | <![CDATA[<span style="color:#161616;line-height:33px;"><i class="porto-icon-phone"></i> 123.457.9012</span>]]> | 3440 | <![CDATA[<div class="widget_text widget widget_custom_html"> | |||
| 3441 | <h3 class="widget-title">Features</h3> | |||||
| 3442 | <div class="textwidget custom-html-widget"> | |||||
| 3443 | <ul> | |||||
| 3444 | <li><a href="#">Super Fast Magento Theme</a></li> | |||||
| 3445 | <li><a href="#">1st Fully working Ajax Theme</a></li> | |||||
| 3446 | <li><a href="#">36 Unique Shop Layouts</a></li> | |||||
| 3447 | <li><a href="#">Powerful Admin Panel</a></li> | |||||
| 3448 | <li><a href="#">Mobile & Retina Optimized</a></li> | |||||
| 3449 | </ul> | |||||
| 3450 | </div> | |||||
| 3451 | </div> | |||||
| 3452 | ]]> | |||||
| 6852 | </content> | 3453 | </content> | |||
| 6853 | 3454 | |||||
| 6854 | <is_active> | 3455 | <is_active> | |||
| 6855 | 1 | 3456 | 1 | |||
| 6856 | </is_active> | 3457 | </is_active> | |||
| 6857 | 3458 | |||||
| 6858 | </cms_item> | 3459 | </cms_item> | |||
| 6859 | 3460 | |||||
| 6860 | <cms_item> | 3461 | <cms_item> | |||
| 6861 | 3462 | |||||
| 6862 | <title> | 3463 | <title> | |||
| 6863 | Porto - Custom Block for Header Home 16 | 3464 | Footer Middle About Us 4 | |||
| 6864 | </title> | 3465 | </title> | |||
| 6865 | 3466 | |||||
| 6866 | <identifier> | 3467 | <identifier> | |||
| 6867 | porto_custom_block_for_header_home16 | 3468 | footer_middle_about_us_4 | |||
| 6868 | </identifier> | 3469 | </identifier> | |||
| 6869 | 3470 | |||||
| 6870 | <content> | 3471 | <content> | |||
| 6871 | <![CDATA[<div style="margin-bottom:25px;"> | 3472 | <![CDATA[<div class="widget widget_text"> | |||
| 6872 | <div class="social-icons"> | 3473 | <h3 class="widget-title">About</h3> | |||
| 6873 | <a href="https://www.facebook.com/" title="Facebook" target="_blank"><i class="porto-icon-facebook"></i></a> | 3474 | <div class="textwidget"> | |||
| 6874 | <a href="https://twitter.com/" title="Twitter" target="_blank"><i class="porto-icon-twitter"></i></a> | 3475 | <ul> | |||
| 6875 | <a href="https://linkedin.com/" title="Linkedin" target="_blank"><i class="porto-icon-linkedin-squared"></i></a> | 3476 | <li><a title="About us" href="#">About Porto</a></li> | |||
| 3477 | <li><a href="#">Our Guarantees</a></li> | |||||
| 3478 | <li><a href="#">Terms And Conditions</a></li> | |||||
| 3479 | <li><a href="#">Privacy policy</a></li> | |||||
| 3480 | <li><a href="#">Return Policy</a></li> | |||||
| 3481 | <li><a href="#">Intellectual Property Claims</a></li> | |||||
| 3482 | <li><a href="#">Site Map</a></li> | |||||
| 3483 | </ul> | |||||
| 6876 | </div> | 3484 | </div> | |||
| 6877 | <i class="porto-icon-phone"></i><span>123 456 77890</span> | |||||
| 6878 | </div> | 3485 | </div> | |||
| 6879 | <address style="line-height:1.4;margin-top:25px;">©Copyright 2020 by PORTO.</address>]]> | 3486 | ]]> | |||
| 6880 | </content> | 3487 | </content> | |||
| 6881 | 3488 | |||||
| 6882 | <is_active> | 3489 | <is_active> | |||
| 6883 | 1 | 3490 | 1 | |||
| 6884 | </is_active> | 3491 | </is_active> | |||
| 6885 | 3492 | |||||
| 6886 | </cms_item> | 3493 | </cms_item> | |||
| 6887 | 3494 | |||||
| 6888 | <cms_item> | 3495 | <cms_item> | |||
| 6889 | 3496 | |||||
| 6890 | <title> | 3497 | <title> | |||
| 6891 | Porto - Footer Links | 3498 | Footer Middle My Account 2 | |||
| 6892 | </title> | 3499 | </title> | |||
| 6893 | 3500 | |||||
| 6894 | <identifier> | 3501 | <identifier> | |||
| 6895 | porto_footer_links | 3502 | footer_middle_my_account_2 | |||
| 6896 | </identifier> | 3503 | </identifier> | |||
| 6897 | 3504 | |||||
| 6898 | <content> | 3505 | <content> | |||
| 6899 | <![CDATA[<div class="block"> | 3506 | <![CDATA[<div class="widget_text widget widget_custom_html"> | |||
| 6900 | <div class="block-title"><strong>My Account</strong></div> | 3507 | <h3 class="widget-title"> | |||
| 6901 | <div class="block-content"> | 3508 | <div class="textwidget custom-html-widget"> | |||
| 6902 | <ul class="links"> | 3509 | <ul> | |||
| 6903 | <li><em class="porto-icon-right-dir theme-color"></em><a href="{{store url="about-porto"}}" title="About us">About us</a></li> | 3510 | <li><a href="#">My Account</a></li> | |||
| 6904 | <li><em class="porto-icon-right-dir theme-color"></em><a href="{{store url="contact"}}" title="Contact us">Contact us</a></li> | 3511 | <li><a href="#">Track Your Order</a></li> | |||
| 6905 | <li><em class="porto-icon-right-dir theme-color"></em><a href="{{store url="customer/account"}}" title="My account">My account</a></li> | 3512 | <li><a href="#">Payment Methods</a></li> | |||
| 6906 | <li><em class="porto-icon-right-dir theme-color"></em><a href="{{store url="sales/order/history"}}" title="Orders history">Orders history</a></li> | 3513 | <li><a href="#">Shipping Guide</a></li> | |||
| 6907 | <li><em class="porto-icon-right-dir theme-color"></em><a href="{{store url="catalogsearch/advanced"}}" title="Advanced search">Advanced search</a></li> | 3514 | <li><a href="#">FAQs</a></li> | |||
| 3515 | <li><a href="#">Product Support</a></li> | |||||
| 3516 | <li><a href="#">Privacy</a></li> | |||||
| 6908 | </ul> | 3517 | </ul> | |||
| 6909 | </div> | 3518 | </div> | |||
| 6910 | </div>]]> | 3519 | </div> | |||
| 3520 | ]]> | |||||
| 6911 | </content> | 3521 | </content> | |||
| 6912 | 3522 | |||||
| 6913 | <is_active> | 3523 | <is_active> | |||
| 6914 | 1 | 3524 | 1 | |||
| 6915 | </is_active> | 3525 | </is_active> | |||
| 6916 | 3526 | |||||
| 6917 | </cms_item> | 3527 | </cms_item> | |||
| 6918 | 3528 | |||||
| 6919 | <cms_item> | 3529 | <cms_item> | |||
| 6920 | 3530 | |||||
| 6921 | <title> | 3531 | <title> | |||
| 6922 | Porto - Footer Contact Information | 3532 | Footer Middle About Us 3 | |||
| 6923 | </title> | 3533 | </title> | |||
| 6924 | 3534 | |||||
| 6925 | <identifier> | 3535 | <identifier> | |||
| 6926 | porto_footer_contact_information | 3536 | footer_middle_about_us_3 | |||
| 6927 | </identifier> | 3537 | </identifier> | |||
| 6928 | 3538 | |||||
| 6929 | <content> | 3539 | <content> | |||
| 6930 | <![CDATA[<div class="block"> | 3540 | <![CDATA[<style> | |||
| 6931 | <div class="block-title"><strong>Contact Information</strong></div> | 3541 | .footer-middle .col-lg-5 { | |||
| 6932 | <div class="block-content"> | 3542 | display: flex; | |||
| 6933 | <ul class="contact-info"> | 3543 | flex-wrap: wrap; | |||
| 6934 | <li><em class="porto-icon-location"></em><p><b>Address:</b><br/>123 Street Name, City, England</p></li> | 3544 | } | |||
| 6935 | <li><em class="porto-icon-phone"></em><p><b>Phone:</b><br/>(123) 456-7890</p></li> | 3545 | .footer-middle .col-lg-5 .widget { | |||
| 6936 | <li><em class="porto-icon-mail"></em><p><b>Email:</b><br/><a href="mailto:mail@example.com">mail@example.com</a></p></li> | 3546 | margin-top: 0; | |||
| 6937 | <li><em class="porto-icon-clock"></em><p><b>Working Days/Hours:</b><br/>Mon - Sun / 9:00AM - 8:00PM</p></li> | 3547 | margin-bottom: 25px; | |||
| 6938 | </ul> | 3548 | } | |||
| 3549 | .footer-middle .col-lg-5 .widget.follow-us { | |||||
| 3550 | margin-top: 1rem; | |||||
| 3551 | } | |||||
| 3552 | .footer-middle .col-lg-5 h4 { | |||||
| 3553 | font-size: 1.375rem; | |||||
| 3554 | margin-right: 20px; | |||||
| 3555 | padding-right: 30px; | |||||
| 3556 | border-right: 1px solid #e7e7e7; | |||||
| 3557 | } | |||||
| 3558 | .footer .follow-us .share-links a { | |||||
| 3559 | width: 30px; | |||||
| 3560 | height: 30px; | |||||
| 3561 | border-radius: 0; | |||||
| 3562 | border: none; | |||||
| 3563 | box-shadow: none; | |||||
| 3564 | font-size: 1.125rem; | |||||
| 3565 | } | |||||
| 3566 | .footer .follow-us .share-links a:not(:hover) { | |||||
| 3567 | background: none; | |||||
| 3568 | color: #222529; | |||||
| 3569 | } | |||||
| 3570 | </style> | |||||
| 3571 | <div class="widget_text widget widget_custom_html"> | |||||
| 3572 | <div class="textwidget custom-html-widget"> | |||||
| 3573 | <a href="#"><img class="mb-3 d-block" src='{{media url="logo/default/logo_ecomblack_lg.png"}}' alt="" width="111" height="44" /></a> | |||||
| 3574 | <p class="my-0"> | |||||
| 3575 | Lorem ipsum dolor sit amet, consectetur adipiscing elit.<br /> | |||||
| 3576 | Praesent pulvinar feugiat quam, vitae aliquam. | |||||
| 3577 | </p> | |||||
| 6939 | </div> | 3578 | </div> | |||
| 6940 | </div>]]> | 3579 | </div> | |||
| 3580 | <div class="widget_text widget widget_custom_html"> | |||||
| 3581 | <div class="textwidget custom-html-widget"> | |||||
| 3582 | <h6 class="text-uppercase mb-0">Questions</h6> | |||||
| 3583 | <h4 class="mb-0 pt-1">1-888-123-456</h4> | |||||
| 3584 | </div> | |||||
| 3585 | </div> | |||||
| 3586 | <div class="widget follow-us"> | |||||
| 3587 | <div class="share-links"> | |||||
| 3588 | <a href="#" rel="nofollow" target="_blank" title="Facebook" class="share-facebook">Facebook</a> | |||||
| 3589 | <a href="#" rel="nofollow" target="_blank" title="Twitter" class="share-twitter">Twitter</a> | |||||
| 3590 | <a href="#" rel="nofollow" target="_blank" title="Instagram" class="share-instagram">Instagram</a> | |||||
| 3591 | </div> | |||||
| 3592 | </div> | |||||
| 3593 | ]]> | |||||
| 6941 | </content> | 3594 | </content> | |||
| 6942 | 3595 | |||||
| 6943 | <is_active> | 3596 | <is_active> | |||
| 6944 | 1 | 3597 | 1 | |||
| 6945 | </is_active> | 3598 | </is_active> | |||
| 6946 | 3599 | |||||
| 6947 | </cms_item> | 3600 | </cms_item> | |||
| 6948 | 3601 | |||||
| 6949 | <cms_item> | 3602 | <cms_item> | |||
| 6950 | 3603 | |||||
| 6951 | <title> | 3604 | <title> | |||
| 6952 | Porto - Footer Contact Information New | 3605 | Footer Top Block 2 | |||
| 6953 | </title> | 3606 | </title> | |||
| 6954 | 3607 | |||||
| 6955 | <identifier> | 3608 | <identifier> | |||
| 6956 | porto_footer_contact_information_new | 3609 | footer_top_block2 | |||
| 6957 | </identifier> | 3610 | </identifier> | |||
| 6958 | 3611 | |||||
| 6959 | <content> | 3612 | <content> | |||
| 6960 | <![CDATA[<div class="block"> | 3613 | <![CDATA[<style> | |||
| 6961 | <div class="block-content"> | 3614 | .footer-top > .container {max-width: 100%;padding:0;} | |||
| 6962 | <ul class="contact-info"> | 3615 | .photo-instagrams .col-xl-2 { | |||
| 6963 | <li><i class="porto-icon-location"> </i><p><b>Address:</b><br/>123 Street Name, City, England</p></li> | 3616 | max-width: 11.1111%; | |||
| 6964 | <li><i class="porto-icon-phone"> </i><p><b>Phone:</b><br/>(123) 456-7890</p></li> | 3617 | flex: 0 0 11.1111%; | |||
| 6965 | <li><i class="porto-icon-mail"> </i><p><b>Email:</b><br/><a href="mailto:mail@example.com">mail@example.com</a></p></li> | 3618 | padding-top: 0 !important; | |||
| 6966 | <li><i class="porto-icon-clock"> </i><p><b>Working Days/Hours:</b><br/>Mon - Sun / 9:00AM - 8:00PM</p></li> | 3619 | padding-bottom: 0 !important; | |||
| 6967 | </ul> | 3620 | } | |||
| 3621 | @media(max-width: 767px){ | |||||
| 3622 | .photo-instagrams .col-xl-2 { | |||||
| 3623 | max-width: 33.33%; | |||||
| 3624 | flex: 0 0 33.33%; | |||||
| 3625 | } | |||||
| 3626 | } | |||||
| 3627 | @media(max-width: 575px){ | |||||
| 3628 | .photo-instagrams .col-xl-2 { | |||||
| 3629 | max-width: 50%; | |||||
| 3630 | flex: 0 0 50%; | |||||
| 3631 | } | |||||
| 3632 | } | |||||
| 3633 | </style> | |||||
| 3634 | <div class="widget widget-block"> | |||||
| 3635 | <div class="porto-block"> | |||||
| 3636 | <div class="row section section-parallax mt-0 mb-0 section-no-borders" style="padding-bottom: 10px;"> | |||||
| 3637 | <div class="col-md-12"> | |||||
| 3638 | <div class="wpb_wrapper vc_column-inner"> | |||||
| 3639 | <h2 style="font-size: 1.375rem; line-height: 1; text-align: center; letter-spacing: -0.02em;" class="vc_custom_heading mb-1">From Our Instagram</h2> | |||||
| 3640 | <h5 style="font-size: 0.8125rem; color: rgba(119, 119, 119, 0.7); line-height: 1.4; text-align: center; font-weight: 400; letter-spacing: 0.005em;" class="vc_custom_heading mb-4 pb-lg-2">@portoecommerce</h5> | |||||
| 3641 | {{block class="Smartwave\Porto\Block\Template" name="instagram" padding_item="10px" template="Smartwave_SocialFeed::instagramphotos.phtml"}} | |||||
| 6968 | </div> | 3642 | </div> | |||
| 6969 | </div>]]> | 3643 | </div> | |||
| 3644 | </div> | |||||
| 3645 | </div> | |||||
| 3646 | </div> | |||||
| 3647 | ]]> | |||||
| 6970 | </content> | 3648 | </content> | |||
| 6971 | 3649 | |||||
| 6972 | <is_active> | 3650 | <is_active> | |||
| 6973 | 1 | 3651 | 1 | |||
| 6974 | </is_active> | 3652 | </is_active> | |||
| 6975 | 3653 | |||||
| 6976 | </cms_item> | 3654 | </cms_item> | |||
| 6977 | 3655 | |||||
| 6978 | <cms_item> | 3656 | <cms_item> | |||
| 6979 | 3657 | |||||
| 6980 | <title> | 3658 | <title> | |||
| 6981 | Porto - Footer - Newsletter | 3659 | Footer Top Block 3 | |||
| 6982 | </title> | 3660 | </title> | |||
| 6983 | 3661 | |||||
| 6984 | <identifier> | 3662 | <identifier> | |||
| 6985 | porto_footer_newsletter | 3663 | footer_top_block3 | |||
| 6986 | </identifier> | 3664 | </identifier> | |||
| 6987 | 3665 | |||||
| 6988 | <content> | 3666 | <content> | |||
| 6989 | <![CDATA[<div class="block"> | 3667 | <![CDATA[<style> | |||
| 6990 | <div class="block-title"><strong><span>Newsletter</span></strong></div> | 3668 | .text-md { | |||
| 6991 | <div class="block-content"> | 3669 | font-size: 1rem!important; | |||
| 6992 | <p style="margin-bottom:22px;">Get all the latest information on Events, | 3670 | } | |||
| 3671 | </style> | |||||
| 3672 | <div class="widget widget_text"> | |||||
| 3673 | <div class="textwidget"> | |||||
| 3674 | <div class="d-md-flex align-items-center"> | |||||
| 3675 | <div class="mr-md-5 my-3"> | |||||
| 3676 | <h4 class="widget-title text-md mb-0 text-color-light" style="text-transform: uppercase;">Subscribe newsletter</h4> | |||||
| 3677 | <p class="mb-0">Get all the latest information on Events, Sales and Offers. | |||||
| 3678 | </div> | |||||
| 3679 | <div class="d-flex my-3"> | |||||
| 6993 | {{block class="Magento\Newsletter\Block\Subscribe" name="home.newsletter" template="subscribe_form_footer.phtml"}} | 3680 | {{block class="Magento\Newsletter\Block\Subscribe" name="home.newsletter" template="subscribe_form_footer.phtml"}} | |||
| 6994 | </div> | 3681 | </div> | |||
| 6995 | </div> | 3682 | </div> | |||
| 3683 | </div> | |||||
| 3684 | </div> | |||||
| 3685 | <div class="widget follow-us"> | |||||
| 3686 | <div class="share-links"> | |||||
| 3687 | <a href="#" target="_blank" title="Facebook" class="share-facebook">Facebook</a> | |||||
| 3688 | <a href="#" target="_blank" title="Twitter" class="share-twitter">Twitter</a> | |||||
| 3689 | <a href="#" target="_blank" title="Instagram" class="share-instagram">Instagram</a> | |||||
| 3690 | </div> | |||||
| 3691 | </div> ]]> | |||||
| 6996 | </content> | 3692 | </content> | |||
| 6997 | 3693 | |||||
| 6998 | <is_active> | 3694 | <is_active> | |||
| 6999 | 1 | 3695 | 1 | |||
| 7000 | </is_active> | 3696 | </is_active> | |||
| 7001 | 3697 | |||||
| 7002 | </cms_item> | 3698 | </cms_item> | |||
| 7003 | 3699 | |||||
| 7004 | <cms_item> | 3700 | <cms_item> | |||
| 7005 | 3701 | |||||
| 7006 | <title> | 3702 | <title> | |||
| 7007 | Porto - Footer Features | 3703 | Footer Middle About Us 5 | |||
| 7008 | </title> | 3704 | </title> | |||
| 7009 | 3705 | |||||
| 7010 | <identifier> | 3706 | <identifier> | |||
| 7011 | porto_footer_features | 3707 | footer_middle_about_us_5 | |||
| 7012 | </identifier> | 3708 | </identifier> | |||
| 7013 | 3709 | |||||
| 7014 | <content> | 3710 | <content> | |||
| 7015 | <![CDATA[<div class="block"> | 3711 | <![CDATA[<div class="widget widget_text"> | |||
| 7016 | <div class="block-title"><strong>Main Features</strong></div> | 3712 | <div class="textwidget"> | |||
| 7017 | <div class="block-content"> | 3713 | <p class="mb-4"> | |||
| 7018 | <ul class="features"> | 3714 | <a href="/"><img src="{{media url="logo/default/logo_ecomwhite_lg.png"}}" alt="" width="111" height="44" style="display:block;" /></a> | |||
| 7019 | <li><em class="porto-icon-ok theme-color"></em><a href="#">Super Fast Magento Theme</a></li> | 3715 | </p> | |||
| 7020 | <li><em class="porto-icon-ok theme-color"></em><a href="#">1st Fully working Ajax Theme</a></li> | 3716 | <p class="mb-4">Lorem ipsum dolor sit amet, consectetur adipis.</p> | |||
| 7021 | <li><em class="porto-icon-ok theme-color"></em><a href="#">20 Unique Homepage Layouts</a></li> | 3717 | <h6 class="text-uppercase mb-0">questions?</h6> | |||
| 7022 | <li><em class="porto-icon-ok theme-color"></em><a href="#">Powerful Admin Panel</a></li> | 3718 | <h4 class="text-xl">1-888-123-456</h4> | |||
| 7023 | <li><em class="porto-icon-ok theme-color"></em><a href="#">Mobile & Retina Optimized</a></li> | |||||
| 7024 | </ul> | |||||
| 7025 | </div> | 3719 | </div> | |||
| 7026 | </div>]]> | 3720 | </div> | |||
| 3721 | ]]> | |||||
| 7027 | </content> | 3722 | </content> | |||
| 7028 | 3723 | |||||
| 7029 | <is_active> | 3724 | <is_active> | |||
| 7030 | 1 | 3725 | 1 | |||
| 7031 | </is_active> | 3726 | </is_active> | |||
| 7032 | 3727 | |||||
| 7033 | </cms_item> | 3728 | </cms_item> | |||
| 7034 | 3729 | |||||
| 7035 | <cms_item> | 3730 | <cms_item> | |||
| 7036 | 3731 | |||||
| 7037 | <title> | 3732 | <title> | |||
| 7038 | Porto - Custom Block for Footer Bottom Area | 3733 | Footer Middle My Account 3 | |||
| 7039 | </title> | 3734 | </title> | |||
| 7040 | 3735 | |||||
| 7041 | <identifier> | 3736 | <identifier> | |||
| 7042 | porto_footer_bottom_custom_block | 3737 | footer_middle_my_account_3 | |||
| 7043 | </identifier> | 3738 | </identifier> | |||
| 7044 | 3739 | |||||
| 7045 | <content> | 3740 | <content> | |||
| 7046 | <![CDATA[<ul class="social-icons"> | 3741 | <![CDATA[<div class="widget_text widget widget_custom_html"> | |||
| 7047 | <li><a class="facebook-link" href="#"><em class="porto-icon-facebook"></em></a></li> | 3742 | <h3 class="widget-title">Account</h3> | |||
| 7048 | <li><a class="twitter-link" href="#"><em class="porto-icon-twitter"></em></a></li> | 3743 | <div class="textwidget custom-html-widget"> | |||
| 7049 | <li><a class="linkedin-link" href="#"><em class="porto-icon-linkedin-squared"></em></a></li> | 3744 | <div class="row"> | |||
| 7050 | | 3745 | <div class="col-md-6"> | |||
| 7051 | <img src="{{media url="wysiwyg/smartwave/porto/footer/payments.png"}}" alt="" />]]> | 3746 | <ul class="links"> | |||
| 3747 | <li><a title="About us" href="about-us/">About us</a></li> | |||||
| 3748 | <li><a title="Contact Us" href="contact-us/">Contact us</a></li> | |||||
| 3749 | <li><a title="My Account" href="my-account/">My Account</a></li> | |||||
| 3750 | <li><a href="#">Payment Methods</a></li> | |||||
| 3751 | </ul> | |||||
| 3752 | </div> | |||||
| 3753 | <div class="col-md-6"> | |||||
| 3754 | <ul class="links"> | |||||
| 3755 | <li><a title="Order history" href="my-account/orders/">Order history</a></li> | |||||
| 3756 | <li><a title="Search" href="#">Advanced search</a></li> | |||||
| 3757 | <li><a title="Login" href="my-account/">Login</a></li> | |||||
| 3758 | </ul> | |||||
| 3759 | </div> | |||||
| 3760 | </div> | |||||
| 3761 | </div> | |||||
| 3762 | </div> | |||||
| 3763 | ]]> | |||||
| 7052 | </content> | 3764 | </content> | |||
| 7053 | 3765 | |||||
| 7054 | <is_active> | 3766 | <is_active> | |||
| 7055 | 1 | 3767 | 1 | |||
| 7056 | </is_active> | 3768 | </is_active> | |||
| 7057 | 3769 | |||||
| 7058 | </cms_item> | 3770 | </cms_item> | |||
| 7059 | 3771 | |||||
| 7060 | <cms_item> | 3772 | <cms_item> | |||
| 7061 | 3773 | |||||
| 7062 | <title> | 3774 | <title> | |||
| 7063 | Porto - Custom Block for Footer Bottom Area(for Home 1) | 3775 | Footer Middle About Us 6 | |||
| 7064 | </title> | 3776 | </title> | |||
| 7065 | 3777 | |||||
| 7066 | <identifier> | 3778 | <identifier> | |||
| 7067 | porto_footer_bottom_custom_block_1_1 | 3779 | footer_middle_about_us_6 | |||
| 7068 | </identifier> | 3780 | </identifier> | |||
| 7069 | 3781 | |||||
| 7070 | <content> | 3782 | <content> | |||
| 7071 | <![CDATA[<img src="{{media url="wysiwyg/smartwave/porto/homepage/03/content/payment-icon.png"}}" alt="" />]]> | 3783 | <![CDATA[<div class="widget_text widget widget_custom_html"> | |||
| 3784 | <h3 class="widget-title">About</h3> | |||||
| 3785 | <div class="textwidget custom-html-widget"> | |||||
| 3786 | <div class="row"> | |||||
| 3787 | <div class="col-md-6"> | |||||
| 3788 | <ul class="links"> | |||||
| 3789 | <li><a href="#">About Porto</a></li> | |||||
| 3790 | <li><a href="#">Our Guarantees</a></li> | |||||
| 3791 | <li><a href="#">Terms And Conditions</a></li> | |||||
| 3792 | <li><a href="#">Privacy Policy</a></li> | |||||
| 3793 | </ul> | |||||
| 3794 | </div> | |||||
| 3795 | <div class="col-md-6"> | |||||
| 3796 | <ul class="links"> | |||||
| 3797 | <li><a href="#">Return Policy</a></li> | |||||
| 3798 | <li><a href="#">Intellectual Property Claims</a></li> | |||||
| 3799 | <li><a href="#">Site Map</a></li> | |||||
| 3800 | </ul> | |||||
| 3801 | </div> | |||||
| 3802 | </div> | |||||
| 3803 | </div> | |||||
| 3804 | </div> | |||||
| 3805 | ]]> | |||||
| 7072 | </content> | 3806 | </content> | |||
| 7073 | 3807 | |||||
| 7074 | <is_active> | 3808 | <is_active> | |||
| 7075 | 1 | 3809 | 1 | |||
| 7076 | </is_active> | 3810 | </is_active> | |||
| 7077 | 3811 | |||||
| 7078 | </cms_item> | 3812 | </cms_item> | |||
| 7079 | 3813 | |||||
| 7080 | <cms_item> | 3814 | <cms_item> | |||
| 7081 | 3815 | |||||
| 7082 | <title> | 3816 | <title> | |||
| 7083 | Porto - Custom Block(Right) for Footer Bottom Area(for Home 1) | 3817 | Footer Middle Main Features 4 | |||
| 7084 | </title> | 3818 | </title> | |||
| 7085 | 3819 | |||||
| 7086 | <identifier> | 3820 | <identifier> | |||
| 7087 | porto_footer_bottom_custom_block_2_1 | 3821 | footer_middle_main_features4 | |||
| 7088 | </identifier> | 3822 | </identifier> | |||
| 7089 | 3823 | |||||
| 7090 | <content> | 3824 | <content> | |||
| 7091 | <![CDATA[<img src="{{media url="wysiwyg/smartwave/porto/footer/payments.png"}}" alt="" />]]> | 3825 | <![CDATA[<div class="widget_text widget widget_custom_html"> | |||
| 3826 | <h3 class="widget-title">Features</h3> | |||||
| 3827 | <div class="textwidget custom-html-widget"> | |||||
| 3828 | <ul class="links"> | |||||
| 3829 | <li><a href="#">Powerful Admin Panel</a></li> | |||||
| 3830 | <li><a href="#">Mobile & Retina Optimized</a></li> | |||||
| 3831 | <li><a href="#">Super Fast WordPress Theme</a></li> | |||||
| 3832 | </ul> | |||||
| 3833 | </div> | |||||
| 3834 | </div> | |||||
| 3835 | ]]> | |||||
| 7092 | </content> | 3836 | </content> | |||
| 7093 | 3837 | |||||
| 7094 | <is_active> | 3838 | <is_active> | |||
| 7095 | 1 | 3839 | 1 | |||
| 7096 | </is_active> | 3840 | </is_active> | |||
| 7097 | 3841 | |||||
| 7098 | </cms_item> | 3842 | </cms_item> | |||
| 7099 | 3843 | |||||
| 7100 | <cms_item> | 3844 | <cms_item> | |||
| 7101 | 3845 | |||||
| 7102 | <title> | 3846 | <title> | |||
| 7103 | Porto - Footer Top Custom Block | 3847 | Banner Category Demo 18 | |||
| 7104 | </title> | 3848 | </title> | |||
| 7105 | 3849 | |||||
| 7106 | <identifier> | 3850 | <identifier> | |||
| 7107 | porto_footer_top_custom_block | 3851 | banner_category_demo18 | |||
| 7108 | </identifier> | 3852 | </identifier> | |||
| 7109 | 3853 | |||||
| 7110 | <content> | 3854 | <content> | |||
| 7111 | <![CDATA[<div class="homepage-bar" style="background-color: #08c;color: #fff;padding: 10px 0;border: 0;"> | 3855 | <![CDATA[<div class="porto-block"> | |||
| 3856 | <style> | |||||
| 3857 | .porto-ibanner-layer { | |||||
| 3858 | position: absolute; | |||||
| 3859 | z-index: 10; | |||||
| 3860 | } | |||||
| 3861 | .porto-ibanner .btn-modern.btn-md { | |||||
| 3862 | font-size: .75em; | |||||
| 3863 | padding: 1.3em 3.25em; | |||||
| 3864 | } | |||||
| 3865 | .ls-200>.btn { | |||||
| 3866 | letter-spacing: .2em; | |||||
| 3867 | } | |||||
| 3868 | </style> | |||||
| 7112 | <div class="container"> | 3869 | <div class="container"> | |||
| 7113 | <div class="row | 3870 | <div class="row m-t-md"> | |||
| 7114 | <div class="col- | 3871 | <div class="col-md-12 col-lg-6"> | |||
| 7115 | <i class="porto-icon-truck" style="font-size:36px;color: #fff;"></i><div class="text-area"><h3 style="color: #fff;">FREE SHIPPING & RETURN</h3><p>Free shipping on all orders over $99.</p></div> | 3872 | <div class="wpb_wrapper vc_column-inner"> | |||
| 3873 | <div class="porto-ibanner mb-3 mb-lg-0" style="background: #ffffff; min-height: 150px;"> | |||||
| 3874 | <img src="{{media url="wysiwyg/smartwave/porto/homepage/18/shop18_home_banner1.jpg"}}" /> | |||||
| 3875 | <div class="porto-ibanner-desc no-padding d-flex"> | |||||
| 3876 | <div class="porto-ibanner-layer" style="left: 6%; top: 50%; transform: translateY(-50%);"> | |||||
| 3877 | <h4 style="font-size: 2.0625em; line-height: 1; font-weight: 200; letter-spacing: 0.075em;" class="vc_custom_heading mb-0 align-left">Summer Sale</h4> | |||||
| 3878 | <h5 style="font-size: 3.0625em; line-height: 1;" class="vc_custom_heading mb-0 align-left">20% OFF</h5> | |||||
| 7116 | </div> | 3879 | </div> | |||
| 7117 | <div class="col-lg-4" style="border-color: #149ce0;"> | 3880 | <div class="porto-ibanner-layer" style="right: 6%; top: 50%; transform: translateY(-50%);"> | |||
| 7118 | <i class="porto-icon-dollar" style="color: #fff;"></i><div class="text-area"><h3 style="color: #fff;">MONEY BACK GUARANTEE</h3><p>100% money back guarantee.</p></div> | 3881 | <div class="btn-container ls-200 d-inline-block"><button class="btn btn-modern btn-md btn-dark">SHOP NOW</button></div> | |||
| 7119 | </div> | 3882 | </div> | |||
| 7120 | <div class="col-lg-4" style="border-color: #149ce0;"> | |||||
| 7121 | <i class="porto-icon-lifebuoy" style="font-size:32px;color: #fff;"></i><div class="text-area"><h3 style="color: #fff;">ONLINE SUPPORT 24/7</h3><p>Lorem ipsum dolor sit amet.</p></div> | |||||
| 7122 | </div> | 3883 | </div> | |||
| 7123 | </div> | 3884 | </div> | |||
| 7124 | </div> | 3885 | </div> | |||
| 7125 | </div>]]> | 3886 | </div> | |||
| 3887 | <div class="col-md-12 col-lg-6"> | |||||
| 3888 | <div class="wpb_wrapper vc_column-inner"> | |||||
| 3889 | <div class="porto-ibanner mb-0" style="background: #222529; min-height: 150px;"> | |||||
| 3890 | <img src="{{media url="wysiwyg/smartwave/porto/homepage/18/shop18_home_banner2.jpg"}}" /> | |||||
| 3891 | <div class="porto-ibanner-desc no-padding d-flex"> | |||||
| 3892 | <div class="porto-ibanner-layer" style="left: 6%; top: 50%; transform: translateY(-50%);"> | |||||
| 3893 | <h4 style="font-size: 2.0625em; line-height: 1; font-weight: 200; letter-spacing: 0.075em;" class="vc_custom_heading mb-0 align-left heading-light">Flash Sale</h4> | |||||
| 3894 | <h5 style="font-size: 3.0625em; line-height: 1;" class="vc_custom_heading mb-0 align-left heading-light">30% OFF</h5> | |||||
| 3895 | </div> | |||||
| 3896 | <div class="porto-ibanner-layer" style="right: 6%; top: 50%; transform: translateY(-50%);"> | |||||
| 3897 | <div class="btn-container ls-200 d-inline-block"><button class="btn btn-modern btn-md btn-light">SHOP NOW</button></div> | |||||
| 3898 | </div> | |||||
| 3899 | </div> | |||||
| 3900 | </div> | |||||
| 3901 | </div> | |||||
| 3902 | </div> | |||||
| 3903 | </div> | |||||
| 3904 | </div> | |||||
| 3905 | </div> | |||||
| 3906 | ]]> | |||||
| 7126 | </content> | 3907 | </content> | |||
| 7127 | 3908 | |||||
| 7128 | <is_active> | 3909 | <is_active> | |||
| 7129 | 1 | 3910 | 1 | |||
| 7130 | </is_active> | 3911 | </is_active> | |||
| 7131 | 3912 | |||||
| 7132 | </cms_item> | 3913 | </cms_item> | |||
| 7133 | 3914 | |||||
| 7134 | <cms_item> | 3915 | <cms_item> | |||
| 7135 | 3916 | |||||
| 7136 | <title> | 3917 | <title> | |||
| 7137 | Porto - Footer Top - for Demo 5 | 3918 | Porto - Custom Notice Block 6 | |||
| 7138 | </title> | 3919 | </title> | |||
| 7139 | 3920 | |||||
| 7140 | <identifier> | 3921 | <identifier> | |||
| 7141 | porto_footer_top_1_for_5 | 3922 | porto_custom_notice6 | |||
| 7142 | </identifier> | 3923 | </identifier> | |||
| 7143 | 3924 | |||||
| 7144 | <content> | 3925 | <content> | |||
| 7145 | <![CDATA[<div class="footer-top-inner"> | 3926 | <![CDATA[<div class="porto-block"> | |||
| 7146 | <div class="row | 3927 | <style> | |||
| 7147 | <div class="col-md-5"> | 3928 | .top-bar {color:#777;} | |||
| 7148 | <div class="block" style="margin-bottom: 15px;"> | 3929 | .top-bar * { | |||
| 7149 | <div class="block-title"><strong><span>BE THE FIRST TO KNOW</span></strong></div> | 3930 | letter-spacing: -0.02em; | |||
| 7150 | <div class="block-content"> | 3931 | } | |||
| 7151 | <p>Get all the latest information on Events, Sales and Offers.<br>Sign up for newsletter today.</p> | 3932 | .top-bar b { | |||
| 3933 | color: #222529; | |||||
| 3934 | } | |||||
| 3935 | .top-bar .d-inline-block { | |||||
| 3936 | vertical-align: middle; | |||||
| 3937 | } | |||||
| 3938 | .coupon-sale-text { | |||||
| 3939 | position: relative; | |||||
| 3940 | padding-left: 0.265em; | |||||
| 3941 | transform: none; | |||||
| 3942 | } | |||||
| 3943 | .coupon-sale-text b { | |||||
| 3944 | display: block; | |||||
| 3945 | padding: 8px 10px; | |||||
| 3946 | transform: rotate(-1.5deg); | |||||
| 3947 | background-color: #222529; | |||||
| 3948 | color: #fff !important; | |||||
| 3949 | font-size: inherit; | |||||
| 3950 | } | |||||
| 3951 | </style> | |||||
| 3952 | <div class="top-bar" style="padding-top: 12px; padding-bottom: 4px; background-color: #f4f4f4;"> | |||||
| 3953 | <div class="porto-wrap-container container"> | |||||
| 3954 | <div class="row align-items-center"> | |||||
| 3955 | <div class="col-md-12 col-lg-7"> | |||||
| 3956 | <div class="wpb_wrapper vc_column-inner d-flex align-items-center flex-wrap"> | |||||
| 3957 | <h5 style="font-size: 1.125rem; line-height: 1;" class="vc_custom_heading coupon-sale-text mb-2 d-inline-block mr-3 align-left heading-light"><b>10% OFF</b></h5> | |||||
| 3958 | <div class="porto-u-heading mb-2 d-inline-block" style="text-align: left;"> | |||||
| 3959 | <div class="porto-u-main-heading"> | |||||
| 3960 | <h4 style="font-weight: 500; color: #777777; font-size: 18px; line-height: 1;margin:0;padding: 0;">Use <b>PORTO10</b> Coupon Code</h4> | |||||
| 7152 | </div> | 3961 | </div> | |||
| 3962 | <div class="porto-u-sub-heading" style="font-weight: 500; font-size: 11px; line-height: 17px;">* Minimal Purchase Price</div> | |||||
| 7153 | </div> | 3963 | </div> | |||
| 7154 | </div> | 3964 | </div> | |||
| 7155 | <div class="col-md-7"> | 3965 | </div> | |||
| 7156 | <div class="block-content" style="width:100%;float:right;margin:38px 0px;"> | 3966 | <div class="col-md-12 col-lg-5"> | |||
| 7157 | {{block class="Magento\Newsletter\Block\Subscribe" name="home.newsletter" template="subscribe_form_footer.phtml"}} | 3967 | <div class="wpb_wrapper vc_column-inner"> | |||
| 7158 | <div class="social-icons"> | 3968 | <div class="porto-u-heading mb-2 text-left text-lg-right" style="text-align: right;"> | |||
| 7159 | <a href="https://www.facebook.com/" title="Facebook" target="_blank"><i class="porto-icon-facebook"></i></a> | 3969 | <div class="porto-u-main-heading"><h4 style="font-size: 1.125rem; line-height: 1.2; letter-spacing: 0.01em;margin: 0;padding: 0;">FREE NEXT DAY DELIVERY*</h4></div> | |||
| 7160 | <a href="https://twitter.com/" title="Twitter" target="_blank"><i class="porto-icon-twitter"></i></a> | 3970 | <div class="porto-u-sub-heading" style="font-weight: 500; font-size: 11px; line-height: 1.2;">* On Business Days - On Orders Over $25</div> | |||
| 7161 | <a href="https://linkedin.com/" title="Linkedin" target="_blank"><i class="porto-icon-linkedin-squared"></i></a> | |||||
| 7162 | </div> | 3971 | </div> | |||
| 7163 | </div> | 3972 | </div> | |||
| 7164 | </div> | 3973 | </div> | |||
| 7165 | </div> | 3974 | </div> | |||
| 7166 | </div>]]> | 3975 | </div> | |||
| 3976 | </div> | |||||
| 3977 | </div> | |||||
| 3978 | ]]> | |||||
| 7167 | </content> | 3979 | </content> | |||
| 7168 | 3980 | |||||
| 7169 | <is_active> | 3981 | <is_active> | |||
| 7170 | 1 | 3982 | 1 | |||
| 7171 | </is_active> | 3983 | </is_active> | |||
| 7172 | 3984 | |||||
| 7173 | </cms_item> | 3985 | </cms_item> | |||
| 7174 | 3986 | |||||
| 7175 | <cms_item> | 3987 | <cms_item> | |||
| 7176 | 3988 | |||||
| 7177 | <title> | 3989 | <title> | |||
| 7178 | Porto - Footer Middle - 1st Column for Demo 5 | 3990 | Porto - Custom Notice Block 7 | |||
| 7179 | </title> | 3991 | </title> | |||
| 7180 | 3992 | |||||
| 7181 | <identifier> | 3993 | <identifier> | |||
| 7182 | porto_footer_middle_1_for_5 | 3994 | porto_custom_notice7 | |||
| 7183 | </identifier> | 3995 | </identifier> | |||
| 7184 | 3996 | |||||
| 7185 | <content> | 3997 | <content> | |||
| 7186 | <![CDATA[<div class="block"> | 3998 | <![CDATA[<div class="py-3"> | |||
| 7187 | <div class="block-title"><strong><span>Contact Information</span></strong></div> | 3999 | <h5 class="container text-center mb-0 text-color-light font-weight-medium">Get 10% extra OFF on Porto Summer Sale - Use <strong>PORTOSUMMER</strong> coupon - <a href="#" class="font-weight-bold text-color-light">Shop Now!</a></h5> | |||
| 7188 | <div class="block-content"> | |||||
| 7189 | <ul class="contact-info" style="padding-top: 7px;"> | |||||
| 7190 | <li><p><b style="color: #fff;text-transform:uppercase;">Address</b><br/>123 Street Name, City, England</p></li> | |||||
| 7191 | <li><p><b style="color: #fff;text-transform:uppercase;">Phone</b><br/>(123) 456-7890</p></li> | |||||
| 7192 | <li><p><b style="color: #fff;text-transform:uppercase;">Email</b><br/><a href="mailto:mail@example.com">mail@example.com</a></p></li> | |||||
| 7193 | </ul> | |||||
| 7194 | </div> | |||||
| 7195 | </div>]]> | 4000 | </div>]]> | |||
| 7196 | </content> | 4001 | </content> | |||
| 7197 | 4002 | |||||
| 7198 | <is_active> | 4003 | <is_active> | |||
| 7199 | 1 | 4004 | 1 | |||
| 7200 | </is_active> | 4005 | </is_active> | |||
| 7201 | 4006 | |||||
| 7202 | </cms_item> | 4007 | </cms_item> | |||
| 7203 | 4008 | |||||
| 7204 | <cms_item> | 4009 | <cms_item> | |||
| 7205 | 4010 | |||||
| 7206 | <title> | 4011 | <title> | |||
| 7207 | Porto - Footer Middle - 2st Column for Demo 5 | 4012 | Banner Category Demo 19 | |||
| 7208 | </title> | 4013 | </title> | |||
| 7209 | 4014 | |||||
| 7210 | <identifier> | 4015 | <identifier> | |||
| 7211 | porto_footer_middle_2_for_5 | 4016 | banner_category_demo19 | |||
| 7212 | </identifier> | 4017 | </identifier> | |||
| 7213 | 4018 | |||||
| 7214 | <content> | 4019 | <content> | |||
| 7215 | <![CDATA[<div class="row"> | 4020 | <![CDATA[<div class="porto-block"> | |||
| 4021 | <style> | |||||
| 4022 | .shop-banner .container { | |||||
| 4023 | max-width: 1180px; | |||||
| 4024 | padding: 0; | |||||
| 4025 | } | |||||
| 4026 | .porto-ibanner-layer { | |||||
| 4027 | position: absolute; | |||||
| 4028 | } | |||||
| 4029 | .col-auto { | |||||
| 4030 | flex: 0 0 auto; | |||||
| 4031 | max-width: none; | |||||
| 4032 | } | |||||
| 4033 | .col-auto > .vc_column-inner { | |||||
| 4034 | display: inline-block; | |||||
| 4035 | width: auto; | |||||
| 4036 | } | |||||
| 4037 | .banner-container .container, | |||||
| 4038 | body.wide .container .container { | |||||
| 4039 | max-width: 1180px; | |||||
| 4040 | } | |||||
| 4041 | .coupon-sale-text { | |||||
| 4042 | padding: 0.175em 0.3em; | |||||
| 4043 | position: relative; | |||||
| 4044 | transform: rotate(-1.5deg); | |||||
| 4045 | white-space: nowrap; | |||||
| 4046 | letter-spacing: 0; | |||||
| 4047 | } | |||||
| 4048 | .coupon-sale-text i { | |||||
| 4049 | font-style: normal; | |||||
| 4050 | position: absolute; | |||||
| 4051 | left: -2.25em; | |||||
| 4052 | top: 50%; | |||||
| 4053 | transform: translateY(-50%) rotate(-90deg); | |||||
| 4054 | font-size: 0.4em; | |||||
| 4055 | opacity: 0.6; | |||||
| 4056 | letter-spacing: 0; | |||||
| 4057 | } | |||||
| 4058 | .coupon-sale-text sub { | |||||
| 4059 | position: absolute; | |||||
| 4060 | left: 100%; | |||||
| 4061 | margin-left: 0.25rem; | |||||
| 4062 | bottom: 0.3em; | |||||
| 4063 | font-size: 70%; | |||||
| 4064 | line-height: 1; | |||||
| 4065 | } | |||||
| 4066 | .coupon-sale-text.heading-light i, | |||||
| 4067 | .coupon-sale-text.heading-light sub { | |||||
| 4068 | color: #222529; | |||||
| 4069 | } | |||||
| 4070 | </style> | |||||
| 4071 | <div class="container-banner"> | |||||
| 4072 | <div class="row shop-banner mb-0"> | |||||
| 7216 | <div class="col-md-12"> | 4073 | <div class="col-md-12"> | |||
| 7217 | <div class="block-right"> | 4074 | <div class="wpb_wrapper vc_column-inner"> | |||
| 7218 | <div class="row"> | 4075 | <div class="porto-ibanner mb-0" style="background: #f4f4f4; min-height: 250px;"> | |||
| 7219 | <div class="col-lg-5"> | 4076 | <img src='{{media url="wysiwyg/smartwave/porto/category/banner/shop19_shop_banner.jpg"}}' /> | |||
| 7220 | <div class="block"> | 4077 | <div class="porto-ibanner-desc no-padding d-flex"> | |||
| 7221 | <div class="block-title"><strong><span>MY ACCOUNT</span></strong></div> | 4078 | <div class="porto-ibanner-layer" style="width: 100%; left: 50%; top: 50%; transform: translate(-50%, -50%);"> | |||
| 7222 | <div class="block-content"> | 4079 | <div class="vc_row wpb_row vc_inner row align-items-center justify-content-center justify-content-md-start mx-0"> | |||
| 4080 | <div class="container"> | |||||
| 7223 | <div class="row"> | 4081 | <div class="row"> | |||
| 7224 | <div class=" | 4082 | <div class="mb-4 mb-md-0 col-md-4 col-xl-5"> | |||
| 7225 | <ul class="links"> | 4083 | <div class="wpb_wrapper vc_column-inner"> | |||
| 7226 | <li><a href="{{store url="about-porto-4"}}" title="About us">About us</a></li> | 4084 | <h3 style="font-size: 1.975em; line-height: 1.2; text-align: center;" class="vc_custom_heading mb-0 text-md-right text-uppercase"> | |||
| 7227 | <li><a href="{{store url="contact"}}" title="Contact Us">Contact us</a></li> | 4085 | Top Electronic<br /> | |||
| 7228 | <li><a href="{{store url="customer/account"}}" title="My Account">My Account</a></li> | 4086 | Deals | |||
| 7229 | </ul> | 4087 | </h3> | |||
| 7230 | </div> | 4088 | </div> | |||
| 7231 | <div class="col-md-6"> | |||||
| 7232 | <ul class="links"> | |||||
| 7233 | <li><a href="{{store url="sales/order/history"}}" title="Order history">Order history</a></li> | |||||
| 7234 | <li><a href="{{store url="catalogsearch/advanced"}}" title="Contact us">Advanced search</a></li> | |||||
| 7235 | <li><a href="{{store url="customer/login"}}" title="Login">Login</a></li> | |||||
| 7236 | </ul> | |||||
| 7237 | </div> | 4089 | </div> | |||
| 4090 | <div class="mb-4 mb-md-0 col-md-4 col-xl-2"> | |||||
| 4091 | <div class="wpb_wrapper vc_column-inner"> | |||||
| 4092 | <div class="btn-container mb-0 text-center"><button class="btn btn-modern btn-lg btn-dark">View Sale</button></div> | |||||
| 7238 | </div> | 4093 | </div> | |||
| 7239 | </div> | 4094 | </div> | |||
| 7240 | </div> | 4095 | <div class="col-auto col-md-4"> | |||
| 7241 | </div> | 4096 | <div class="wpb_wrapper vc_column-inner"> | |||
| 7242 | <div class="col-lg-7"> | 4097 | <div style="font-size: 1em; line-height: 1.8; text-align: center; font-weight: 700;" class="vc_custom_heading coupon-sale-text background-color-dark mb-2 text-md-left heading-light">Exclusive COUPON</div> | |||
| 7243 | <div class="block"> | 4098 | <div style="font-size: 1.4em; line-height: 1; text-align: center; font-weight: 700;" class="vc_custom_heading coupon-sale-text background-color-secondary d-inline-block heading-light"> | |||
| 7244 | <div class="block-title"><strong><span>Main Features</span></strong></div> | 4099 | <i>UP TO</i>$100<sub>OFF</sub> | |||
| 7245 | <div class="block-content"> | |||||
| 7246 | <div class="row"> | |||||
| 7247 | <div class="col-md-6"> | |||||
| 7248 | <ul class="features"> | |||||
| 7249 | <li><a href="#">Super Fast Magento Theme</a></li> | |||||
| 7250 | <li><a href="#">1st Fully working Ajax Theme</a></li> | |||||
| 7251 | <li><a href="#">20 Unique Homepage Layouts</a></li> | |||||
| 7252 | </ul> | |||||
| 7253 | </div> | |||||
| 7254 | <div class="col-md-6"> | |||||
| 7255 | <ul class="features"> | |||||
| 7256 | <li><a href="#">Powerful Admin Panel</a></li> | |||||
| 7257 | <li><a href="#">Mobile & Retina Optimized</a></li> | |||||
| 7258 | </ul> | |||||
| 7259 | </div> | 4100 | </div> | |||
| 7260 | </div> | 4101 | </div> | |||
| 7261 | </div> | 4102 | </div> | |||
| 7262 | </div> | 4103 | </div> | |||
| 7263 | </div> | 4104 | </div> | |||
| 7264 | </div> | 4105 | </div> | |||
| 7265 | </div> | 4106 | </div> | |||
| 7266 | </div> | 4107 | </div> | |||
| 7267 | </div> | |||||
| 7268 | <div class="row"> | |||||
| 7269 | <div class="col-md-12"> | |||||
| 7270 | <div class="block-bottom"> | |||||
| 7271 | <div class="row"> | |||||
| 7272 | <div class="col-md-5"> | |||||
| 7273 | <address style="float:left;font-size:13px;">Porto eCommerce. © 2020. All Rights Reserved</address> | |||||
| 7274 | </div> | |||||
| 7275 | <div class="col-md-7"> | |||||
| 7276 | <div class="working" style="float:left;"> | |||||
| 7277 | <span>Working Days/Hours<br><b>Mon - Sun / 9:00AM - 8:00PM</b></span> | |||||
| 7278 | </div> | 4108 | </div> | |||
| 7279 | <div class="custom-block" style="float:right;"><img src="{{media url="wysiwyg/smartwave/porto/footer/payment-icon.png"}}" style="max-width: 100%;" alt="" /></div> | |||||
| 7280 | </div> | 4109 | </div> | |||
| 7281 | </div> | 4110 | </div> | |||
| 7282 | </div> | 4111 | </div> | |||
| 7283 | </div> | 4112 | </div> | |||
| 4113 | </div> | |||||
| 4114 | ]]> | |||||
| 4115 | </content> | |||||
| 4116 | ||||||
| 4117 | <is_active> | |||||
| 4118 | 1 | |||||
| 4119 | </is_active> | |||||
| 4120 | ||||||
| 4121 | </cms_item> | |||||
| 4122 | ||||||
| 4123 | <cms_item> | |||||
| 4124 | ||||||
| 4125 | <title> | |||||
| 4126 | Porto - Custom Block For Header Top | |||||
| 4127 | </title> | |||||
| 4128 | ||||||
| 4129 | <identifier> | |||||
| 4130 | porto_custom_block_for_header_top | |||||
| 4131 | </identifier> | |||||
| 4132 | ||||||
| 4133 | <content> | |||||
| 4134 | <![CDATA[<span class="gap">|</span> | |||||
| 4135 | <div class="share-links"> | |||||
| 4136 | <a target="_blank" rel="nofollow" class="share-facebook" href="#" title="Facebook"></a> | |||||
| 4137 | <a target="_blank" rel="nofollow" class="share-twitter" href="#" title="Twitter"></a> | |||||
| 4138 | <a target="_blank" rel="nofollow" class="share-instagram" href="#" title="Instagram"></a> | |||||
| 7284 | </div>]]> | 4139 | </div>]]> | |||
| 7285 | </content> | 4140 | </content> | |||
| 7286 | 4141 | |||||
| 7287 | <is_active> | 4142 | <is_active> | |||
| 7288 | 1 | 4143 | 1 | |||
| 7289 | </is_active> | 4144 | </is_active> | |||
| 7290 | 4145 | |||||
| 7291 | </cms_item> | 4146 | </cms_item> | |||
| 7292 | 4147 | |||||
| 7293 | <cms_item> | 4148 | <cms_item> | |||
| 7294 | 4149 | |||||
| 7295 | <title> | 4150 | <title> | |||
| 7296 | Porto - Footer Middle - 1st Column for Demo 4 | 4151 | Porto - Custom Block For Header Top 4 | |||
| 7297 | </title> | 4152 | </title> | |||
| 7298 | 4153 | |||||
| 7299 | <identifier> | 4154 | <identifier> | |||
| 7300 | porto_footer_middle_1_for_4 | 4155 | porto_custom_block_for_header_top4 | |||
| 7301 | </identifier> | 4156 | </identifier> | |||
| 7302 | 4157 | |||||
| 7303 | <content> | 4158 | <content> | |||
| 7304 | <![CDATA[<div class="block"> | 4159 | <![CDATA[<div class="custom-top-html"> | |||
| 7305 | <div class="block-title"><strong><span>Contact Information</span></strong></div> | 4160 | <style> | |||
| 7306 | <div class="block-content"> | 4161 | .main-panel-top .top-custom-links { | |||
| 7307 | <ul class="contact-info" style="padding-top: 7px;"> | 4162 | margin-top: 0; | |||
| 7308 | <li><p><b style="color: #fff;text-transform:uppercase;">Address</b><br/>123 Street Name, City, England</p></li> | 4163 | margin-bottom: 0; | |||
| 7309 | <li><p><b style="color: #fff;text-transform:uppercase;">Phone</b><br/>(123) 456-7890</p></li> | 4164 | font-size: 1em; | |||
| 7310 | <li><p><b style="color: #fff;text-transform:uppercase;">Email</b><br/><a href="mailto:mail@example.com">mail@example.com</a></p></li> | 4165 | list-style: none; | |||
| 7311 | <li><p><b style="color: #fff;text-transform:uppercase;">Working Days/Hours</b><br/>Mon - Sun / 9:00AM - 8:00PM</p></li> | 4166 | display: flex; | |||
| 4167 | align-items: center; | |||||
| 4168 | padding: 0; | |||||
| 4169 | } | |||||
| 4170 | .main-panel-top .top-custom-links li.menu-item>a { | |||||
| 4171 | padding-top: 5px; | |||||
| 4172 | padding-bottom: 5px; | |||||
| 4173 | padding-left: 14px; | |||||
| 4174 | padding-right: 14px; | |||||
| 4175 | color: inherit; | |||||
| 4176 | letter-spacing: .025em; | |||||
| 4177 | } | |||||
| 4178 | </style> | |||||
| 4179 | <ul class="top-custom-links"> | |||||
| 4180 | <li class="menu-item"><a href="{{store url="about-us"}}">About Us</a></li> | |||||
| 4181 | <li class="menu-item"><a href="{{store url="contact"}}">Contact Us</a></li> | |||||
| 4182 | <li class="menu-item"><a href="{{store url="customer/account/login/"}}">Log In</a></li> | |||||
| 7312 | </ul> | 4183 | </ul> | |||
| 7313 | <div class="social-icons" style="float:left;margin-top: 15px;"> | |||||
| 7314 | <a href="https://www.facebook.com/" title="Facebook" target="_blank"><i class="porto-icon-facebook"></i></a> | |||||
| 7315 | <a href="https://twitter.com/" title="Twitter" target="_blank"><i class="porto-icon-twitter"></i></a> | |||||
| 7316 | <a href="https://linkedin.com/" title="Linkedin" target="_blank"><i class="porto-icon-linkedin-squared"></i></a> | |||||
| 7317 | </div> | |||||
| 7318 | </div> | |||||
| 7319 | </div>]]> | 4184 | </div>]]> | |||
| 7320 | </content> | 4185 | </content> | |||
| 7321 | 4186 | |||||
| 7322 | <is_active> | 4187 | <is_active> | |||
| 7323 | 1 | 4188 | 1 | |||
| 7324 | </is_active> | 4189 | </is_active> | |||
| 7325 | 4190 | |||||
| 7326 | </cms_item> | 4191 | </cms_item> | |||
| 7327 | 4192 | |||||
| 7328 | <cms_item> | 4193 | <cms_item> | |||
| 7329 | 4194 | |||||
| 7330 | <title> | 4195 | <title> | |||
| 7331 | Porto - Footer Middle - 2st Column for Demo 4 | 4196 | Porto - Custom Notice Block 8 | |||
| 7332 | </title> | 4197 | </title> | |||
| 7333 | 4198 | |||||
| 7334 | <identifier> | 4199 | <identifier> | |||
| 7335 | porto_footer_middle_2_for_4 | 4200 | porto_custom_notice8 | |||
| 7336 | </identifier> | 4201 | </identifier> | |||
| 7337 | 4202 | |||||
| 7338 | <content> | 4203 | <content> | |||
| 7339 | <![CDATA[<div class="row"> | 4204 | <![CDATA[<div class="porto-block"> | |||
| 7340 | <div class="col-md-6"> | 4205 | <style> | |||
| 7341 | <div class="block" style="margin-bottom: 20px;"> | 4206 | .porto-block-html-top .porto-sicon-default .porto-icon { | |||
| 7342 | <div class="block-title"><strong><span>BE THE FIRST TO KNOW</span></strong></div> | 4207 | margin-right: .5rem; | |||
| 7343 | <div class="block-content"> | 4208 | } | |||
| 7344 | <p>Get all the latest information on Events, Sales and Offers.<br>Sign up for newsletter today.</p> | 4209 | .porto-sicon-box .porto-just-icon-wrapper { | |||
| 7345 | </div> | 4210 | line-height: 1em; | |||
| 7346 | </div> | 4211 | } | |||
| 7347 | </div> | 4212 | </style> | |||
| 7348 | <div class="col-md-6"> | 4213 | <div class="row no-padding" style="background-color: #333333;"> | |||
| 7349 | <div class="block-content" style="margin-top: 33px;margin-bottom: 37px;width:100%;float:right;"> | |||||
| 7350 | {{block class="Magento\Newsletter\Block\Subscribe" name="home.newsletter" template="subscribe_form_footer.phtml"}} | |||||
| 7351 | </div> | |||||
| 7352 | </div> | |||||
| 7353 | </div> | |||||
| 7354 | <div class="row"> | |||||
| 7355 | <div class="col-md-12"> | 4214 | <div class="col-md-12"> | |||
| 7356 | <div class="block-bottom"> | 4215 | <div class="wpb_wrapper vc_column-inner"> | |||
| 7357 | <div class="row"> | 4216 | <div class="notice-carousel porto-carousel owl-carousel mb-0"> | |||
| 7358 | <div class="col-md-5"> | 4217 | <div class="porto-sicon-box mb-0 style_1 default-icon d-flex justify-content-center" style="padding: 12px 10px;"> | |||
| 7359 | <div class="block"> | 4218 | <div class="porto-sicon-default"> | |||
| 7360 | <div class="block-title"><strong><span>MY ACCOUNT</span></strong></div> | 4219 | <div class="porto-just-icon-wrapper" style="text-align: center;"> | |||
| 7361 | <div class="block-content"> | 4220 | <div class="porto-icon none" style="color: #ffffff; font-size: 24px; display: inline-block;"><i class="porto-icon-shipping"></i></div> | |||
| 7362 | <div class="row"> | |||||
| 7363 | <div class="col-md-6"> | |||||
| 7364 | <ul class="links"> | |||||
| 7365 | <li><a href="{{store url="about-porto-4"}}" title="About us">About us</a></li> | |||||
| 7366 | <li><a href="{{store url="contact"}}" title="Contact Us">Contact us</a></li> | |||||
| 7367 | <li><a href="{{store url="customer/account"}}" title="My Account">My Account</a></li> | |||||
| 7368 | </ul> | |||||
| 7369 | </div> | |||||
| 7370 | <div class="col-md-6"> | |||||
| 7371 | <ul class="links"> | |||||
| 7372 | <li><a href="{{store url="sales/order/history"}}" title="Order history">Order history</a></li> | |||||
| 7373 | <li><a href="{{store url="catalogsearch/advanced"}}" title="Contact us">Advanced search</a></li> | |||||
| 7374 | <li><a href="{{store url="customer/login"}}" title="Login">Login</a></li> | |||||
| 7375 | </ul> | |||||
| 7376 | </div> | 4221 | </div> | |||
| 7377 | </div> | 4222 | </div> | |||
| 4223 | <div class="porto-sicon-header"><h3 class="porto-sicon-title" style="font-weight: 600; font-size: 14px; color: #ffffff;">Free Shipping on Orders Over $99</h3></div> | |||||
| 7378 | </div> | 4224 | </div> | |||
| 4225 | <div class="porto-sicon-box mb-0 background-color-dark style_1 default-icon d-flex justify-content-center" style="padding: 12px 10px;"> | |||||
| 4226 | <div class="porto-sicon-default"> | |||||
| 4227 | <div id="porto-icon-1442749442605b3b1cade53" class="porto-just-icon-wrapper" style="text-align: center;"> | |||||
| 4228 | <div class="porto-icon none" style="color: #ffffff; font-size: 24px; display: inline-block;"><i class="porto-icon-money"></i></div> | |||||
| 7379 | </div> | 4229 | </div> | |||
| 7380 | </div> | 4230 | </div> | |||
| 7381 | <div class="col-md-7"> | 4231 | <div class="porto-sicon-header"><h3 class="porto-sicon-title" style="font-weight: 600; font-size: 14px; color: #ffffff;">Up to 40% OFF on Selected Items</h3></div> | |||
| 7382 | <div class="block"> | |||||
| 7383 | <div class="block-title"><strong><span>Main Features</span></strong></div> | |||||
| 7384 | <div class="block-content"> | |||||
| 7385 | <div class="row"> | |||||
| 7386 | <div class="col-md-6"> | |||||
| 7387 | <ul class="features"> | |||||
| 7388 | <li><a href="#">Super Fast Magento Theme</a></li> | |||||
| 7389 | <li><a href="#">1st Fully working Ajax Theme</a></li> | |||||
| 7390 | <li><a href="#">20 Unique Homepage Layouts</a></li> | |||||
| 7391 | </ul> | |||||
| 7392 | </div> | |||||
| 7393 | <div class="col-md-6"> | |||||
| 7394 | <ul class="features"> | |||||
| 7395 | <li><a href="#">Powerful Admin Panel</a></li> | |||||
| 7396 | <li><a href="#">Mobile & Retina Optimized</a></li> | |||||
| 7397 | </ul> | |||||
| 7398 | </div> | 4232 | </div> | |||
| 4233 | <div class="porto-sicon-box mb-0 style_1 default-icon d-flex justify-content-center" style="padding: 12px 10px;"> | |||||
| 4234 | <div class="porto-sicon-default"> | |||||
| 4235 | <div id="porto-icon-1702764150605b3b1cadfd1" class="porto-just-icon-wrapper" style="text-align: center;"> | |||||
| 4236 | <div class="porto-icon none" style="color: #ffffff; font-size: 24px; display: inline-block;"><i class="porto-icon-secure-payment"></i></div> | |||||
| 7399 | </div> | 4237 | </div> | |||
| 7400 | </div> | 4238 | </div> | |||
| 4239 | <div class="porto-sicon-header"><h3 class="porto-sicon-title" style="font-weight: 600; font-size: 14px; color: #ffffff;">100% Secure Payment</h3></div> | |||||
| 7401 | </div> | 4240 | </div> | |||
| 7402 | </div> | 4241 | </div> | |||
| 4242 | <script type="text/javascript"> | |||||
| 4243 | require(["jquery", "owl.carousel/owl.carousel.min"], function ($) { | |||||
| 4244 | $(".notice-carousel.owl-carousel").owlCarousel({ | |||||
| 4245 | autoplay: false, | |||||
| 4246 | autoplayTimeout: 5000, | |||||
| 4247 | autoplayHoverPause: true, | |||||
| 4248 | loop: false, | |||||
| 4249 | navRewind: true, | |||||
| 4250 | lazyLoad: true, | |||||
| 4251 | margin: 0, | |||||
| 4252 | nav: false, | |||||
| 4253 | dots: false, | |||||
| 4254 | responsive: { | |||||
| 4255 | 0: { | |||||
| 4256 | items: 1, | |||||
| 4257 | }, | |||||
| 4258 | 640: { | |||||
| 4259 | items: 1, | |||||
| 4260 | }, | |||||
| 4261 | 768: { | |||||
| 4262 | items: 2, | |||||
| 4263 | }, | |||||
| 4264 | 992: { | |||||
| 4265 | items: 2, | |||||
| 4266 | }, | |||||
| 4267 | 1200: { | |||||
| 4268 | items: 3, | |||||
| 4269 | }, | |||||
| 4270 | }, | |||||
| 4271 | }); | |||||
| 4272 | }); | |||||
| 4273 | </script> | |||||
| 7403 | </div> | 4274 | </div> | |||
| 7404 | </div> | 4275 | </div> | |||
| 7405 | </div> | 4276 | </div> | |||
| 7406 | </div>]]> | 4277 | </div> | |||
| 4278 | ]]> | |||||
| 7407 | </content> | 4279 | </content> | |||
| 7408 | 4280 | |||||
| 7409 | <is_active> | 4281 | <is_active> | |||
| 7410 | 1 | 4282 | 1 | |||
| 7411 | </is_active> | 4283 | </is_active> | |||
| 7412 | 4284 | |||||
| 7413 | </cms_item> | 4285 | </cms_item> | |||
| 7414 | 4286 | |||||
| 7415 | <cms_item> | 4287 | <cms_item> | |||
| 7416 | 4288 | |||||
| 7417 | <title> | 4289 | <title> | |||
| 7418 | Porto - Footer Bottom Custom Block Demo 4 | 4290 | | |||
| 7419 | </title> | 4291 | </title> | |||
| 7420 | 4292 | |||||
| 7421 | <identifier> | 4293 | <identifier> | |||
| 7422 | porto_footer_bottom_custom_block_demo4 | 4294 | footer_top_block4 | |||
| 7423 | </identifier> | 4295 | </identifier> | |||
| 7424 | 4296 | |||||
| 7425 | <content> | 4297 | <content> | |||
| 7426 | <![CDATA[<img src="{{media url="wysiwyg/smartwave/porto/footer/payment-icon.png"}}" alt="" />]]> | 4298 | <![CDATA[<style> | |||
| 4299 | .footer-top > .container { | |||||
| 4300 | max-width: none; | |||||
| 4301 | padding-left: 20px; | |||||
| 4302 | padding-right: 20px; | |||||
| 4303 | } | |||||
| 4304 | .photo-instagrams { | |||||
| 4305 | margin-top: -10px; | |||||
| 4306 | padding-bottom: 10px; | |||||
| 4307 | } | |||||
| 4308 | .photo-instagrams .col-xl-2 { | |||||
| 4309 | max-width: 11.1111%; | |||||
| 4310 | flex: 0 0 11.1111%; | |||||
| 4311 | } | |||||
| 4312 | .photo-instagrams .item .content { | |||||
| 4313 | font-size: 1.5rem; | |||||
| 4314 | background: none; | |||||
| 4315 | opacity: 1; | |||||
| 4316 | visibility: visible; | |||||
| 4317 | } | |||||
| 4318 | .photo-instagrams .item .content i { | |||||
| 4319 | bottom: 1.25rem; | |||||
| 4320 | right: 1.25rem; | |||||
| 4321 | top: auto; | |||||
| 4322 | left: auto; | |||||
| 4323 | } | |||||
| 4324 | @media (max-width: 767px) { | |||||
| 4325 | .photo-instagrams .col-xl-2 { | |||||
| 4326 | max-width: 33.33%; | |||||
| 4327 | flex: 0 0 33.33%; | |||||
| 4328 | } | |||||
| 4329 | } | |||||
| 4330 | @media (max-width: 575px) { | |||||
| 4331 | .photo-instagrams .col-xl-2 { | |||||
| 4332 | max-width: 50%; | |||||
| 4333 | flex: 0 0 50%; | |||||
| 4334 | } | |||||
| 4335 | } | |||||
| 4336 | </style> | |||||
| 4337 | <div class="widget widget-block w-100 text-center"> | |||||
| 4338 | <div class="block mb-0"> | |||||
| 4339 | <div class="porto-block"> | |||||
| 4340 | <div class="vc_row wpb_row row"> | |||||
| 4341 | <div class="vc_column_container col-md-12"> | |||||
| 4342 | <div class="wpb_wrapper vc_column-inner"> | |||||
| 4343 | <h2 style="font-size: 1.125rem; line-height: 1.2; text-align: center; letter-spacing: -0.01em;" class="vc_custom_heading mb-1 text-uppercase">from our instagram</h2> | |||||
| 4344 | <h6 style="font-size: 0.8125rem; color: #777777; line-height: 1.2; text-align: center; font-weight: 400; letter-spacing: 0.005em;" class="vc_custom_heading mb-4">@portoecommerce</h6> | |||||
| 4345 | {{block class="Smartwave\Porto\Block\Template" name="instagram" padding_item="10px" template="Smartwave_SocialFeed::instagramphotos.phtml"}} | |||||
| 4346 | </div> | |||||
| 4347 | </div> | |||||
| 4348 | </div> | |||||
| 4349 | </div> | |||||
| 4350 | </div> | |||||
| 4351 | </div> | |||||
| 4352 | ]]> | |||||
| 7427 | </content> | 4353 | </content> | |||
| 7428 | 4354 | |||||
| 7429 | <is_active> | 4355 | <is_active> | |||
| 7430 | 1 | 4356 | 1 | |||
| 7431 | </is_active> | 4357 | </is_active> | |||
| 7432 | 4358 | |||||
| 7433 | </cms_item> | 4359 | </cms_item> | |||
| 7434 | 4360 | |||||
| 7435 | <cms_item> | 4361 | <cms_item> | |||
| 7436 | 4362 | |||||
| 7437 | <title> | 4363 | <title> | |||
| 7438 | Porto - Footer Bottom Block Demo8 | 4364 | Footer Custom Link | |||
| 7439 | </title> | 4365 | </title> | |||
| 7440 | 4366 | |||||
| 7441 | <identifier> | 4367 | <identifier> | |||
| 7442 | porto_footer_bottom_custom_block_demo8 | 4368 | footer_custom_link | |||
| 7443 | </identifier> | 4369 | </identifier> | |||
| 7444 | 4370 | |||||
| 7445 | <content> | 4371 | <content> | |||
| 7446 | <![CDATA[<div class="block-bottom"> | 4372 | <![CDATA[<div class="widget widget_nav_menu"> | |||
| 7447 | <div class="custom-block" style="float:left;margin-right:86px;"><img src="{{media url="wysiwyg/smartwave/porto/footer/payment-icon.png"}}" style="max-width: 100%;" alt="" /></div> | 4373 | <style> | |||
| 7448 | <div class="social-icons" style="float:right;"> | 4374 | .footer-middle .menu { | |||
| 7449 | <a href="https://www.facebook.com/" title="Facebook" target="_blank"><i class="porto-icon-facebook" aria-hidden="true"></i></a> | 4375 | font-size: 1em; | |||
| 7450 | <a href="https://twitter.com/" title="Twitter" target="_blank"><i class="porto-icon-twitter" aria-hidden="true"></i></a> | 4376 | display: flex; | |||
| 7451 | <a href="https://linkedin.com/" title="Linkedin" target="_blank"><i class="porto-icon-linkedin-squared" aria-hidden="true"></i></a> | 4377 | flex-wrap: wrap; | |||
| 4378 | border-bottom: none; | |||||
| 4379 | margin-top: 0; | |||||
| 4380 | } | |||||
| 4381 | .footer-middle .widget > div > ul li { | |||||
| 4382 | border: none; | |||||
| 4383 | padding: 0; | |||||
| 4384 | margin-right: 1.5rem; | |||||
| 4385 | line-height: 1.7; | |||||
| 4386 | } | |||||
| 4387 | </style> | |||||
| 4388 | <div class="menu-footer-bottom-links-container"> | |||||
| 4389 | <ul class="menu"> | |||||
| 4390 | <li class="menu-item"><a href="#">About Us</a></li> | |||||
| 4391 | <li class="menu-item"><a href="#">Blog</a></li> | |||||
| 4392 | <li class="menu-item"><a href="#">Order Tracking</a></li> | |||||
| 4393 | <li class="menu-item"><a href="#">Contact Us</a></li> | |||||
| 4394 | </ul> | |||||
| 7452 | </div> | 4395 | </div> | |||
| 7453 | </div>]]> | 4396 | </div> | |||
| 4397 | ]]> | |||||
| 7454 | </content> | 4398 | </content> | |||
| 7455 | 4399 | |||||
| 7456 | <is_active> | 4400 | <is_active> | |||
| 7457 | 1 | 4401 | 1 | |||
| 7458 | </is_active> | 4402 | </is_active> | |||
| 7459 | 4403 | |||||
| 7460 | </cms_item> | 4404 | </cms_item> | |||
| 7461 | 4405 | |||||
| 7462 | <cms_item> | 4406 | <cms_item> | |||
| 7463 | 4407 | |||||
| 7464 | <title> | 4408 | <title> | |||
| 7465 | Porto - Footer Top Custom Block for Home13 | 4409 | Footer Middle Contact Info 2 | |||
| 7466 | </title> | 4410 | </title> | |||
| 7467 | 4411 | |||||
| 7468 | <identifier> | 4412 | <identifier> | |||
| 7469 | porto_footer_top_custom_block_home13 | 4413 | footer_middle_contact_info2 | |||
| 7470 | </identifier> | 4414 | </identifier> | |||
| 7471 | 4415 | |||||
| 7472 | <content> | 4416 | <content> | |||
| 7473 | <![CDATA[<div class="homepage-bar" style="background-color: transparent;color: #fff;padding: 10px 0;border: 0;"> | 4417 | <![CDATA[<style> | |||
| 7474 | <div class="container"> | 4418 | .footer .widget + .widget { | |||
| 7475 | <div class="row"> | 4419 | margin-top: 0; | |||
| 7476 | <div class="col-lg-4"> | 4420 | } | |||
| 7477 | <em class="porto-icon-truck" style="font-size:36px;color: #fff;"></em><div class="text-area"><h3 style="color: #fff;">FREE SHIPPING & RETURN</h3><p>Free shipping on all orders over $99.</p></div> | 4421 | .footer h1, #footer h2, .footer h3, .footer h4, .footer h5, .footer h6, .footer .widget-title, .footer .widgettitle, .footer h1 a,.footer h2 a, .footer h3 a, .footer h4 a, .footer h5 a, .footer h6 a, .footer .widget-title a, .footer .widgettitle a, .footer .widget.twitter-tweets .fa-twitter { | |||
| 7478 | </div> | 4422 | color: #fff; | |||
| 7479 | <div class="col-lg-4" style="border-color: #149ce0;"> | 4423 | } | |||
| 7480 | <em class="porto-icon-dollar" style="color: #fff;"></em><div class="text-area"><h3 style="color: #fff;">MONEY BACK GUARANTEE</h3><p>100% money back guarantee.</p></div> | 4424 | .footer-middle>.container>.row>div { | |||
| 7481 | </div> | 4425 | display: flex; | |||
| 7482 | <div class="col-lg-4" style="border-color: #149ce0;"> | 4426 | align-items: flex-end; | |||
| 7483 | <em class="porto-icon-lifebuoy" style="font-size:32px;color: #fff;"></em><div class="text-area"><h3 style="color: #fff;">ONLINE SUPPORT 24/7</h3><p>Lorem ipsum dolor sit amet.</p></div> | 4427 | } | |||
| 7484 | </div> | 4428 | .footer .follow-us .share-links a:not(:hover) { | |||
| 4429 | background: none; | |||||
| 4430 | color: #fff; | |||||
| 4431 | } | |||||
| 4432 | .footer .follow-us .share-links a { | |||||
| 4433 | width: 30px; | |||||
| 4434 | height: 30px; | |||||
| 4435 | font-size: 1.125rem; | |||||
| 4436 | border: none; | |||||
| 4437 | } | |||||
| 4438 | .footer-middle .widget:not(:last-child) { | |||||
| 4439 | margin-right: 1.5rem; | |||||
| 4440 | } | |||||
| 4441 | @media (min-width: 992px) { | |||||
| 4442 | .footer-middle>.container>.row>div:last-child { | |||||
| 4443 | justify-content: flex-end; | |||||
| 4444 | } | |||||
| 4445 | } | |||||
| 4446 | </style> | |||||
| 4447 | <div class="widget_text widget widget_custom_html"> | |||||
| 4448 | <div class="textwidget custom-html-widget"> | |||||
| 4449 | <h6 class="text-uppercase mb-1">questions?</h6> | |||||
| 4450 | <h4 class="text-xl mb-1">1-888-123-456</h4> | |||||
| 7485 | </div> | 4451 | </div> | |||
| 4452 | </div> | |||||
| 4453 | <div class="widget follow-us"> | |||||
| 4454 | <div class="share-links"> | |||||
| 4455 | <a href="#" rel="nofollow" target="_blank" title="Facebook" class="share-facebook">Facebook</a> | |||||
| 4456 | <a href="#" rel="nofollow" target="_blank" title="Twitter" class="share-twitter">Twitter</a> | |||||
| 4457 | <a href="#" rel="nofollow" target="_blank" title="Instagram" class="share-instagram">Instagram</a> | |||||
| 7486 | </div> | 4458 | </div> | |||
| 7487 | </div> | 4459 | </div> | |||
| 7488 | <style type="text/css"> | 4460 | ]]> | |||
| 7489 | .footer-top > .container { | |||||
| 7490 | width: 100%; | |||||
| 7491 | } | |||||
| 7492 | .footer-top > .container > .row > .col-lg-12 { | |||||
| 7493 | padding: 0; | |||||
| 7494 | } | |||||
| 7495 | </style>]]> | |||||
| 7496 | </content> | 4461 | </content> | |||
| 7497 | 4462 | |||||
| 7498 | <is_active> | 4463 | <is_active> | |||
| 7499 | 1 | 4464 | 1 | |||
| 7500 | </is_active> | 4465 | </is_active> | |||
| 7501 | 4466 | |||||
| 7502 | </cms_item> | 4467 | </cms_item> | |||
| 7503 | 4468 | |||||
| 7504 | <cms_item> | 4469 | <cms_item> | |||
| 7505 | 4470 | |||||
| 7506 | <title> | 4471 | <title> | |||
| 7507 | Porto - Footer Top Custom Block for Home13 New | 4472 | Banner Category Demo 20 | |||
| 7508 | </title> | 4473 | </title> | |||
| 7509 | 4474 | |||||
| 7510 | <identifier> | 4475 | <identifier> | |||
| 7511 | porto_footer_top_custom_block_home13_new | 4476 | banner_category_demo20 | |||
| 7512 | </identifier> | 4477 | </identifier> | |||
| 7513 | 4478 | |||||
| 7514 | <content> | 4479 | <content> | |||
| 7515 | <![CDATA[<div class="container"> | 4480 | <![CDATA[<div class="porto-block"> | |||
| 7516 | <div class="homepage-bar" style="margin:0;"> | 4481 | <style> | |||
| 7517 | <div class="row"> | 4482 | sup { | |||
| 7518 | <div class="col-lg-4" style="text-align:left;"> | 4483 | font-size: 54%; | |||
| 7519 | <i class="porto-icon-shipping" style="font-size:35px;"></i><div class="text-area"><h3>FREE SHIPPING & RETURN</h3><p>Free shipping on all orders over $99.</p></div> | 4484 | } | |||
| 7520 | </div> | 4485 | .porto-ibanner-layer { | |||
| 7521 | <div class="col-lg-4" style="text-align:center;"> | 4486 | position: absolute; | |||
| 7522 | <i class="porto-icon-us-dollar" style="font-size:37px;"></i><div class="text-area"><h3>MONEY BACK GUARANTEE</h3><p>100% money back guarantee.</p></div> | 4487 | } | |||
| 7523 | </div> | 4488 | .off-text small { | |||
| 7524 | <div class="col-lg-4" style="text-align:center;"> | 4489 | display: inline-block!important; | |||
| 7525 | <i class="porto-icon-support" style="font-size:37px;"></i><div class="text-area"><h3>ONLINE SUPPORT 24/7</h3><p>Lorem ipsum dolor sit amet.</p></div> | 4490 | font-size: 39%!important; | |||
| 7526 | </div> | 4491 | font-weight: inherit; | |||
| 7527 | </div> | 4492 | transform: rotate( | |||
| 7528 | </div> | 4493 | -90deg | |||
| 4494 | ) translateY(-35%); | |||||
| 4495 | } | |||||
| 4496 | html .heading-dark, html .lnk-dark, html .text-color-dark { | |||||
| 4497 | color: #282828; | |||||
| 4498 | } | |||||
| 4499 | </style> | |||||
| 4500 | <div class="container"> | |||||
| 4501 | <div class="vc_row wpb_row row"> | |||||
| 4502 | <div class="vc_column_container col-md-12"> | |||||
| 4503 | <div class="wpb_wrapper vc_column-inner"> | |||||
| 4504 | <div id="interactive-banner-wrap-5091" class="porto-ibanner mb-0" style="background: #efefef; min-height: 250px;"> | |||||
| 4505 | <img src="{{media url="wysiwyg/smartwave/porto/category/banner/shop20_shop_banner.jpg"}}"/> | |||||
| 4506 | <div class="porto-ibanner-desc no-padding d-flex"> | |||||
| 4507 | <div class="porto-ibanner-layer" style="left: 25%; top: 50%; transform: translateY(-50%);"> | |||||
| 4508 | <h3 style="font-size: 2.375em; color: #777777; line-height: 1; font-weight: 500; letter-spacing: -0.035em;" class="vc_custom_heading mb-1 align-left">Save Big Sale</h3> | |||||
| 4509 | <h4 style="font-size: 5.75em; line-height: 1; letter-spacing: 0.03em;margin-left: -0.06em;" class="vc_custom_heading off-text d-flex align-items-center mb-2 align-left heading-dark">50%<small>OFF</small></h4> | |||||
| 4510 | <h5 style="font-size: 1em; line-height: 1; letter-spacing: -0.02em;padding-top: 0.275em;" class="vc_custom_heading pull-left mr-2 align-left heading-dark">STARTING AT</h5> | |||||
| 4511 | <h5 style="font-size: 2.1em; line-height: 1; letter-spacing: -0.02em;" class="vc_custom_heading mb-2 align-left heading-primary"><sup>$</sup>199<sup>99</sup></h5> | |||||
| 4512 | <div class="vc_custom_heading mb-0 d-inline-block align-left heading heading-border heading-bottom-border" style="border-bottom-color: #777777;"> | |||||
| 4513 | <h6 style="font-size: 0.8em; color: #777777; line-height: 0.8; font-weight: 700; letter-spacing: 0.01em;" class="heading-tag"><a href="#">SHOP NOW</a></h6> | |||||
| 7529 | </div> | 4514 | </div> | |||
| 7530 | <div class="footer-top-inner"> | |||||
| 7531 | <div class="row"> | |||||
| 7532 | <div class="col-md-5"> | |||||
| 7533 | <div class="block" style="margin-bottom: 0;"> | |||||
| 7534 | <div class="block-title"><strong><span>BE THE FIRST TO KNOW</span></strong></div> | |||||
| 7535 | <div class="block-content"> | |||||
| 7536 | <p>Get all the latest information on Events, Sales and Offers.<br>Sign up for newsletter today.</p> | |||||
| 7537 | </div> | 4515 | </div> | |||
| 7538 | </div> | 4516 | </div> | |||
| 7539 | </div> | 4517 | </div> | |||
| 7540 | <div class="col-md-7"> | |||||
| 7541 | <div class="block-content" style="width:100%;float:right;margin:48px 0px 28px;"> | |||||
| 7542 | {{block class="Magento\Newsletter\Block\Subscribe" name="home.newsletter" template="subscribe_form_footer.phtml"}} | |||||
| 7543 | <div class="social-icons"> | |||||
| 7544 | <a href="https://www.facebook.com/" title="Facebook" target="_blank"><i class="porto-icon-facebook"></i></a> | |||||
| 7545 | <a href="https://twitter.com/" title="Twitter" target="_blank"><i class="porto-icon-twitter"></i></a> | |||||
| 7546 | <a href="https://linkedin.com/" title="Linkedin" target="_blank"><i class="porto-icon-linkedin-squared"></i></a> | |||||
| 7547 | </div> | 4518 | </div> | |||
| 7548 | </div> | 4519 | </div> | |||
| 7549 | </div> | 4520 | </div> | |||
| 7550 | </div> | 4521 | </div> | |||
| 7551 | </div>]]> | 4522 | </div> | |||
| 4523 | ]]> | |||||
| 7552 | </content> | 4524 | </content> | |||
| 7553 | 4525 | |||||
| 7554 | <is_active> | 4526 | <is_active> | |||
| 7555 | 1 | 4527 | 1 | |||
| 7556 | </is_active> | 4528 | </is_active> | |||
| 7557 | 4529 | |||||
| 7558 | </cms_item> | 4530 | </cms_item> | |||
| 7559 | 4531 | |||||
| 7560 | <cms_item> | 4532 | <cms_item> | |||
| 7561 | 4533 | |||||
| 7562 | <title> | 4534 | <title> | |||
| 7563 | Porto - Footer Top - for Demo 10 | 4535 | Porto - Footer Logo | |||
| 7564 | </title> | 4536 | </title> | |||
| 7565 | 4537 | |||||
| 7566 | <identifier> | 4538 | <identifier> | |||
| 7567 | porto_footer_top_1_for_10 | 4539 | porto_footer_logo | |||
| 7568 | </identifier> | 4540 | </identifier> | |||
| 7569 | 4541 | |||||
| 7570 | <content> | 4542 | <content> | |||
| 7571 | <![CDATA[<div class="footer-top-inner"> | 4543 | <![CDATA[<div class="widget widget_media_image"> | |||
| 7572 | <div class="row"> | 4544 | <a href=""><img class="image" src="{{media url="logo/default/logo_ecomwhite_lg.png"}}" alt="" width="202" height="80" /></a> | |||
| 7573 | <div class="col-md-5"> | |||||
| 7574 | <div class="block" style="margin-bottom: 15px;"> | |||||
| 7575 | <div class="block-title"><strong><span>BE THE FIRST TO KNOW</span></strong></div> | |||||
| 7576 | <div class="block-content"> | |||||
| 7577 | <p>Get all the latest information on Events, Sales and Offers.<br>Sign up for newsletter today.</p> | |||||
| 7578 | </div> | |||||
| 7579 | </div> | |||||
| 7580 | </div> | |||||
| 7581 | <div class="col-md-7"> | |||||
| 7582 | <div class="block-content" style="width:100%;float:right;margin:38px 0px;"> | |||||
| 7583 | {{block class="Magento\Newsletter\Block\Subscribe" name="home.newsletter" template="subscribe_form_footer.phtml"}} | |||||
| 7584 | </div> | |||||
| 7585 | </div> | |||||
| 7586 | </div> | |||||
| 7587 | </div>]]> | 4545 | </div>]]> | |||
| 7588 | </content> | 4546 | </content> | |||
| 7589 | 4547 | |||||
| 7590 | <is_active> | 4548 | <is_active> | |||
| 7591 | 1 | 4549 | 1 | |||
| 7592 | </is_active> | 4550 | </is_active> | |||
| 7593 | 4551 | |||||
| 7594 | </cms_item> | 4552 | </cms_item> | |||
| 7595 | 4553 | |||||
| 7596 | <cms_item> | 4554 | <cms_item> | |||
| 7597 | 4555 | |||||
| 7598 | <title> | 4556 | <title> | |||
| 7599 | Porto - Custom Block for Category Page Side bar | 4557 | Footer Top Block 5 | |||
| 7600 | </title> | 4558 | </title> | |||
| 7601 | 4559 | |||||
| 7602 | <identifier> | 4560 | <identifier> | |||
| 7603 | porto_category_side_custom_block | 4561 | footer_top_block5 | |||
| 7604 | </identifier> | 4562 | </identifier> | |||
| 7605 | 4563 | |||||
| 7606 | <content> | 4564 | <content> | |||
| 7607 | <![CDATA[<h2 class="sidebar-title">Featured</h2> | 4565 | <![CDATA[<div class="widget widget-block w-100"> | |||
| 7608 | <div class="sidebar-filterproducts custom-block" style="padding-bottom: 20px;"> | 4566 | <div class="block-w"> | |||
| 7609 | <div id="featured_product" class="owl-top-narrow"> | 4567 | <div class="porto-block"> | |||
| 7610 | {{block class="Smartwave\Filterproducts\Block\Home\FeaturedList" name="featured_product" product_count="9" aspect_ratio="1" image_width="150" template="side_list.phtml"}} | 4568 | <div class="row"> | |||
| 4569 | <div class="col-md-6 col-lg-3 d-flex align-items-center"> | |||||
| 4570 | <div class="wpb_wrapper vc_column-inner"> | |||||
| 4571 | <h4 style="font-size: 18px; color: #ffffff;line-height: inherit;" class="vc_custom_heading mb-4 mb-lg-0 align-left">Sign Up to Newsletter</h4> | |||||
| 7611 | </div> | 4572 | </div> | |||
| 7612 | <script type="text/javascript"> | 4573 | </div> | |||
| 7613 | require([ | 4574 | <div class="col-md-6 col-lg-4 d-flex align-items-center"> | |||
| 7614 | 'jquery', | 4575 | <div class="wpb_wrapper vc_column-inner"> | |||
| 7615 | 'owl.carousel/owl.carousel.min' | 4576 | <h4 style="font-size: 13px; color: #ffffff; line-height: 20px; font-weight: 400;" class="vc_custom_heading mb-0 align-left">Get all the latest information on Events, Sales and Offers.</h4> | |||
| 7616 | ], function ($) { | 4577 | <h2 style="font-size: 16px; color: #ffffff; line-height: 20px; font-weight: 700;" class="vc_custom_heading mb-4 mb-lg-0 align-left">Receive $10 coupon for first shopping.</h2> | |||
| 7617 | $("#featured_product .owl-carousel").owlCarousel({ | 4578 | </div> | |||
| 7618 | loop: false, | 4579 | </div> | |||
| 7619 | items: 1, | 4580 | <div class="col-md-12 col-lg-5 d-flex align-items-center"> | |||
| 7620 | nav: true, | 4581 | <div class="wpb_wrapper vc_column-inner w-100"> | |||
| 7621 | navText: ["<em class='porto-icon-left-open-huge'></em>","<em class='porto-icon-right-open-huge'></em>"], | 4582 | {{block class="Magento\Newsletter\Block\Subscribe" name="home.newsletter" template="subscribe_form.phtml"}} | |||
| 7622 | dots: false | 4583 | <style> | |||
| 7623 | }); | 4584 | .single-subscribe .newsletter .control { | |||
| 7624 | }); | 4585 | justify-content: center; | |||
| 7625 | </script> | 4586 | } | |||
| 7626 | | 4587 | .footer .newsletter input { | |||
| 7627 | <h2 style="font-weight:600;font-size:16px;color:#000;line-height:1;margin-bottom:15px;">Custom HTML Block</h2> | 4588 | height: 48px; | |||
| 7628 | <h5 style="font-family:Arial;font-weight:400;font-size:11px;color:#878787;line-height:1;margin-bottom:13px;">This is a custom sub-title.</h5> | 4589 | padding-left: 25px; | |||
| 7629 | <p style="font-weight:400;font-size:14px;color:#666;line-height:1.42;">Lorem ipsum dolor sit amet, consectetur adipiscing elit. Cras non placerat mi. Etiam non tellus </p> | 4590 | padding-right: 12px; | |||
| 7630 | <div class="space" style="margin-bottom: 45px;"></div>]]> | 4591 | border-radius: 2rem 0 0 2rem; | |||
| 4592 | font-size: 1em; | |||||
| 4593 | color: #777; | |||||
| 4594 | border: none; | |||||
| 4595 | margin: 0; | |||||
| 4596 | } | |||||
| 4597 | .footer .newsletter .action.subscribe { | |||||
| 4598 | display: table-cell; | |||||
| 4599 | vertical-align: top; | |||||
| 4600 | height: 48px; | |||||
| 4601 | padding-left: 25px; | |||||
| 4602 | padding-right: 30px; | |||||
| 4603 | text-transform: uppercase; | |||||
| 4604 | font-size: 12px; | |||||
| 4605 | font-weight: 600;; | |||||
| 4606 | border-radius: 0 2rem 2rem 0; | |||||
| 4607 | background: #333; | |||||
| 4608 | margin-right: 35px; | |||||
| 4609 | } | |||||
| 4610 | </style> | |||||
| 4611 | </div> | |||||
| 4612 | </div> | |||||
| 4613 | </div> | |||||
| 4614 | </div> | |||||
| 4615 | </div> | |||||
| 4616 | </div>]]> | |||||
| 7631 | </content> | 4617 | </content> | |||
| 7632 | 4618 | |||||
| 7633 | <is_active> | 4619 | <is_active> | |||
| 7634 | 1 | 4620 | 1 | |||
| 7635 | </is_active> | 4621 | </is_active> | |||
| 7636 | 4622 | |||||
| 7637 | </cms_item> | 4623 | </cms_item> | |||
| 7638 | 4624 | |||||
| 7639 | <cms_item> | 4625 | <cms_item> | |||
| 7640 | 4626 | |||||
| 7641 | <title> | 4627 | <title> | |||
| 7642 | Porto - Custom Block for Product Page Side bar | 4628 | Footer Middle Contact Info 3 | |||
| 7643 | </title> | 4629 | </title> | |||
| 7644 | 4630 | |||||
| 7645 | <identifier> | 4631 | <identifier> | |||
| 7646 | porto_product_side_custom_block | 4632 | footer_middle_contact_info3 | |||
| 7647 | </identifier> | 4633 | </identifier> | |||
| 7648 | 4634 | |||||
| 7649 | <content> | 4635 | <content> | |||
| 7650 | <![CDATA[<div class="custom-block custom-block-1"> | 4636 | <![CDATA[<div class="widget widget_media_image"> | |||
| 7651 | <div> | 4637 | <a href="#"><img class="image" src="{{media url="logo/default/logo_ecomblack_lg.png"}}" alt="" width="202" height="80" /></a> | |||
| 7652 | <em class="porto-icon-truck"></em> | |||||
| 7653 | <h3>FREE SHIPPING</h3> | |||||
| 7654 | <p>Free shipping on all orders over $99.</p> | |||||
| 7655 | </div> | |||||
| 7656 | <div> | |||||
| 7657 | <em class="porto-icon-dollar"></em> | |||||
| 7658 | <h3>MONEY BACK GUARANTEE</h3> | |||||
| 7659 | <p>100% money back guarantee.</p> | |||||
| 7660 | </div> | |||||
| 7661 | <div> | |||||
| 7662 | <em class="porto-icon-lifebuoy"></em> | |||||
| 7663 | <h3>ONLINE SUPPORT 24/7</h3> | |||||
| 7664 | <p>Lorem ipsum dolor sit amet.</p> | |||||
| 7665 | </div> | |||||
| 7666 | </div> | 4638 | </div> | |||
| 7667 | | 4639 | <div class="widget contact-info"> | |||
| 7668 | <div id="custom-owl-slider-product" class="owl-carousel"> | 4640 | <div class="contact-info contact-info-block"> | |||
| 7669 | <img class="owl-lazy" data-src="{{media url="wysiwyg/smartwave/porto/product/ad1.jpg"}}" alt="" /> | 4641 | <ul class="contact-details"> | |||
| 7670 | <img class="owl-lazy" data-src="{{media url="wysiwyg/smartwave/porto/product/ad2.jpg"}}" alt="" /> | 4642 | <li><i class="fab fa-whatsapp"></i> <strong>Call us now:</strong> <span>+123 5678 890</span></li> | |||
| 4643 | <li> | |||||
| 4644 | <i class="far fa-envelope"></i> <strong>e-mail address:</strong> <span> | |||||
| 4645 | <a href="mailto:mail@example.com">mail@example.com</a></span> | |||||
| 4646 | </li> | |||||
| 4647 | </ul> | |||||
| 7671 | </div> | 4648 | </div> | |||
| 7672 | <script type="text/javascript"> | |||||
| 7673 | require([ | |||||
| 7674 | 'jquery', | |||||
| 7675 | 'owl.carousel/owl.carousel.min' | |||||
| 7676 | ], function ($) { | |||||
| 7677 | $('#custom-owl-slider-product.owl-carousel').owlCarousel({ | |||||
| 7678 | items:1, | |||||
| 7679 | lazyLoad:true | |||||
| 7680 | }); | |||||
| 7681 | }); | |||||
| 7682 | </script> | |||||
| 7683 | </div> | 4649 | </div> | |||
| 7684 | <h2 class="sidebar-title">Featured</h2> | 4650 | <div class="widget follow-us"> | |||
| 7685 | <div class="sidebar-filterproducts custom-block" style="padding-top:0;padding-bottom:0;margin-bottom:0;"> | 4651 | <h3 class="widget-title">Follow Us</h3> | |||
| 7686 | <div id="featured_product" class="owl-top-narrow"> | 4652 | <div class="share-links"> | |||
| 7687 | {{block class="Smartwave\Filterproducts\Block\Home\FeaturedList" name="product_detail_featured_product" product_count="9" aspect_ratio="1" image_width="150" template="Smartwave_Filterproducts::side_list.phtml"}} | 4653 | <a href="#" rel="nofollow" target="_blank" title="Facebook" class="share-facebook">Facebook</a> <a href="#" rel="nofollow" target="_blank" title="Twitter" class="share-twitter">Twitter</a> | |||
| 4654 | <a href="#" rel="nofollow" target="_blank" title="Linkedin" class="share-linkedin">Linkedin</a> | |||||
| 7688 | </div> | 4655 | </div> | |||
| 7689 | <script type="text/javascript"> | 4656 | </div> | |||
| 7690 | require([ | 4657 | <style> | |||
| 7691 | 'jquery', | 4658 | .footer .contact-details { | |||
| 7692 | 'owl.carousel/owl.carousel.min' | 4659 | display: flex; | |||
| 7693 | ], function ($) { | 4660 | flex-wrap: wrap; | |||
| 7694 | $("#featured_product .owl-carousel").owlCarousel({ | 4661 | } | |||
| 7695 | loop: false, | 4662 | .footer .contact-info li { | |||
| 7696 | items: 1, | 4663 | line-height: 1.8; | |||
| 7697 | nav: true, | 4664 | } | |||
| 7698 | navText: ["<em class='porto-icon-left-open-huge'></em>","<em class='porto-icon-right-open-huge'></em>"], | 4665 | .footer .contact-info .contact-details span, .footer .contact-info-block .contact-details a { | |||
| 7699 | dots: false | 4666 | font-size: 16px; | |||
| 7700 | }); | 4667 | color: #222529; | |||
| 7701 | }); | 4668 | font-weight: 700; | |||
| 7702 | </script> | 4669 | } | |||
| 7703 | </div>]]> | 4670 | .footer .widget + .widget { | |||
| 4671 | margin-top: 1.875rem; | |||||
| 4672 | } | |||||
| 4673 | .footer .widget.contact-info .contact-details strong, .footer .follow-us .widget-title { | |||||
| 4674 | font-weight: 600; | |||||
| 4675 | font-size: 11px; | |||||
| 4676 | line-height: 1; | |||||
| 4677 | text-transform: uppercase; | |||||
| 4678 | color: #777; | |||||
| 4679 | margin-bottom: 0; | |||||
| 4680 | } | |||||
| 4681 | .footer .follow-us .share-links a { | |||||
| 4682 | width: 30px; | |||||
| 4683 | height: 30px; | |||||
| 4684 | border-radius: 20px; | |||||
| 4685 | border: none; | |||||
| 4686 | box-shadow: none; | |||||
| 4687 | margin: 4px 0 0; | |||||
| 4688 | } | |||||
| 4689 | .footer .follow-us .share-links a:not(:hover) { | |||||
| 4690 | background: none; | |||||
| 4691 | color: #333; | |||||
| 4692 | } | |||||
| 4693 | ||||||
| 4694 | @media (min-width: 768px) { | |||||
| 4695 | .footer .contact-details li { | |||||
| 4696 | max-width: 50%; | |||||
| 4697 | flex: 0 0 50%; | |||||
| 4698 | } | |||||
| 4699 | .footer-middle .col-lg-6, .footer .contact-details { | |||||
| 4700 | display: flex; | |||||
| 4701 | flex-wrap: wrap; | |||||
| 4702 | } | |||||
| 4703 | .footer-middle .col-lg-6>.widget:first-child { | |||||
| 4704 | max-width: 100%; | |||||
| 4705 | flex: 0 0 100%; | |||||
| 4706 | } | |||||
| 4707 | .footer-middle .col-lg-6 .widget.contact-info { | |||||
| 4708 | max-width: 60%; | |||||
| 4709 | flex: 0 0 60%; | |||||
| 4710 | } | |||||
| 4711 | } | |||||
| 4712 | </style>]]> | |||||
| 7704 | </content> | 4713 | </content> | |||
| 7705 | 4714 | |||||
| 7706 | <is_active> | 4715 | <is_active> | |||
| 7707 | 1 | 4716 | 1 | |||
| 7708 | </is_active> | 4717 | </is_active> | |||
| 7709 | 4718 | |||||
| 7710 | </cms_item> | 4719 | </cms_item> | |||
| 7711 | 4720 | |||||
| 7712 | <cms_item> | 4721 | <cms_item> | |||
| 7713 | 4722 | |||||
| 7714 | <title> | 4723 | <title> | |||
| 7715 | Porto - Custom Block for Product Page Side bar New | 4724 | Footer Middle Categories | |||
| 7716 | </title> | 4725 | </title> | |||
| 7717 | 4726 | |||||
| 7718 | <identifier> | 4727 | <identifier> | |||
| 7719 | porto_product_side_custom_block_new | 4728 | footer_middle_categories | |||
| 7720 | </identifier> | 4729 | </identifier> | |||
| 7721 | 4730 | |||||
| 7722 | <content> | 4731 | <content> | |||
| 7723 | <![CDATA[<div class="custom-block custom-block-1"> | 4732 | <![CDATA[<div class="widget widget_product_categories"> | |||
| 7724 | <div> | 4733 | <h3 class="widget-title">Categories<span class="toggle"></span></h3> | |||
| 7725 | <em class="porto-icon-truck"></em> | 4734 | <ul class="product-categories"> | |||
| 7726 | <h3>FREE SHIPPING</h3> | 4735 | <li class="cat-item"><a href="#">Electronics</a></li> | |||
| 7727 | <p>Free shipping on all orders over $99.</p> | 4736 | <li class="cat-item"><a href="https#">Fashion</a></li> | |||
| 7728 | </div> | 4737 | <li class="cat-item"><a href="#">Gifts</a></li> | |||
| 7729 | <div> | 4738 | <li class="cat-item"><a href="#">Music</a></li> | |||
| 7730 | <em class="porto-icon-dollar"></em> | 4739 | <li class="cat-item"><a href="#">Trousers</a></li> | |||
| 7731 | <h3>MONEY BACK GUARANTEE</h3> | 4740 | </ul> | |||
| 7732 | <p>100% money back guarantee.</p> | |||||
| 7733 | </div> | |||||
| 7734 | <div> | |||||
| 7735 | <em class="porto-icon-lifebuoy"></em> | |||||
| 7736 | <h3>ONLINE SUPPORT 24/7</h3> | |||||
| 7737 | <p>Lorem ipsum dolor sit amet.</p> | |||||
| 7738 | </div> | |||||
| 7739 | </div> | 4741 | </div> | |||
| 7740 | <div class="custom-block"> | 4742 | ]]> | |||
| 7741 | <div id="custom-owl-slider-product" class="owl-carousel"> | |||||
| 7742 | <img class="owl-lazy" data-src="{{media url="wysiwyg/smartwave/porto/product/ad1.jpg"}}" alt="" /> | |||||
| 7743 | <img class="owl-lazy" data-src="{{media url="wysiwyg/smartwave/porto/product/ad2.jpg"}}" alt="" /> | |||||
| 7744 | </div> | |||||
| 7745 | <script type="text/javascript"> | |||||
| 7746 | require([ | |||||
| 7747 | 'jquery', | |||||
| 7748 | 'owl.carousel/owl.carousel.min' | |||||
| 7749 | ], function ($) { | |||||
| 7750 | $('#custom-owl-slider-product.owl-carousel').owlCarousel({ | |||||
| 7751 | items:1, | |||||
| 7752 | lazyLoad:true | |||||
| 7753 | }); | |||||
| 7754 | }); | |||||
| 7755 | </script> | |||||
| 7756 | </div>]]> | |||||
| 7757 | </content> | 4743 | </content> | |||
| 7758 | 4744 | |||||
| 7759 | <is_active> | 4745 | <is_active> | |||
| 7760 | 1 | 4746 | 1 | |||
| 7761 | </is_active> | 4747 | </is_active> | |||
| 7762 | 4748 | |||||
| 7763 | </cms_item> | 4749 | </cms_item> | |||
| 7764 | 4750 | |||||
| 7765 | <cms_item> | 4751 | <cms_item> | |||
| 7766 | 4752 | |||||
| 7767 | <title> | 4753 | <title> | |||
| 7768 | Porto - Custom Block for Product Page Side bar Demo8 | 4754 | Footer Middle About Us 7 | |||
| 7769 | </title> | 4755 | </title> | |||
| 7770 | 4756 | |||||
| 7771 | <identifier> | 4757 | <identifier> | |||
| 7772 | porto_product_side_custom_block_demo8 | 4758 | footer_middle_about_us_7 | |||
| 7773 | </identifier> | 4759 | </identifier> | |||
| 7774 | 4760 | |||||
| 7775 | <content> | 4761 | <content> | |||
| 7776 | <![CDATA[<div class="custom-block custom-block-1"> | 4762 | <![CDATA[<div class="widget widget_text"> | |||
| 7777 | <div> | 4763 | <h3 class="widget-title">About</h3> | |||
| 7778 | <i class="porto-icon-shipped"></i><h3>FREE<br>SHIPPING</h3> | 4764 | <div class="textwidget"> | |||
| 7779 | </div> | 4765 | <ul> | |||
| 7780 | <div> | 4766 | <li><a title="About us" href="#">About us</a></li> | |||
| 7781 | <i class="porto-icon-us-dollar"></i><h3>100% MONEY<br>BACK GUARANTEE</h3> | 4767 | <li><a title="Contact Us" href="#">Contact us</a></li> | |||
| 7782 | </div> | 4768 | <li><a title="All Collections" href="#">All Collections</a></li> | |||
| 7783 | <div> | 4769 | <li><a title="Privacy policy" href="#">Privacy policy</a></li> | |||
| 7784 | <i class="porto-icon-online-support"></i><h3>ONLINE<br>SUPPORT 24/7</h3> | 4770 | <li><a title="Terms & Conditions" href="#">Terms & Conditions</a></li> | |||
| 4771 | </ul> | |||||
| 7785 | </div> | 4772 | </div> | |||
| 7786 | </div> | 4773 | </div> | |||
| 7787 | <div class="custom-block"> | 4774 | ]]> | |||
| 7788 | <img src="{{media url="wysiwyg/smartwave/porto/product/sidebar-banner5.jpg"}}" class="img-responsive" alt="" /> | |||||
| 7789 | </div> | |||||
| 7790 | <h2 class="sidebar-title">Featured</h2> | |||||
| 7791 | <div class="sidebar-filterproducts custom-block" style="padding-top:0;padding-bottom:0;margin-bottom:0;"> | |||||
| 7792 | <div id="featured_product" class="owl-top-narrow"> | |||||
| 7793 | {{block class="Smartwave\Filterproducts\Block\Home\FeaturedList" name="product_detail_featured_product" product_count="9" aspect_ratio="1" image_width="150" template="Smartwave_Filterproducts::side_list.phtml"}} | |||||
| 7794 | </div> | |||||
| 7795 | <script type="text/javascript"> | |||||
| 7796 | require([ | |||||
| 7797 | 'jquery', | |||||
| 7798 | 'owl.carousel/owl.carousel.min' | |||||
| 7799 | ], function ($) { | |||||
| 7800 | $("#featured_product .owl-carousel").owlCarousel({ | |||||
| 7801 | loop: false, | |||||
| 7802 | items: 1, | |||||
| 7803 | nav: true, | |||||
| 7804 | navText: ["<em class='porto-icon-left-open-huge'></em>","<em class='porto-icon-right-open-huge'></em>"], | |||||
| 7805 | dots: false | |||||
| 7806 | }); | |||||
| 7807 | }); | |||||
| 7808 | </script> | |||||
| 7809 | </div>]]> | |||||
| 7810 | </content> | 4775 | </content> | |||
| 7811 | 4776 | |||||
| 7812 | <is_active> | 4777 | <is_active> | |||
| 7813 | 1 | 4778 | 1 | |||
| 7814 | </is_active> | 4779 | </is_active> | |||
| 7815 | 4780 | |||||
| 7816 | </cms_item> | 4781 | </cms_item> | |||
| 7817 | 4782 | |||||
| 7818 | <cms_item> | 4783 | <cms_item> | |||
| 7819 | 4784 | |||||
| 7820 | <title> | 4785 | <title> | |||
| 7821 | Porto - Custom Block for Product Page Side bar Demo9 | 4786 | Footer Middle Customer Care | |||
| 7822 | </title> | 4787 | </title> | |||
| 7823 | 4788 | |||||
| 7824 | <identifier> | 4789 | <identifier> | |||
| 7825 | porto_product_side_custom_block_demo9 | 4790 | footer_middle_customer_care | |||
| 7826 | </identifier> | 4791 | </identifier> | |||
| 7827 | 4792 | |||||
| 7828 | <content> | 4793 | <content> | |||
| 7829 | <![CDATA[<div class="custom-block custom-block-1"> | 4794 | <![CDATA[<div class="widget widget_text"> | |||
| 7830 | <div> | 4795 | <h3 class="widget-title">Customer Care</h3> | |||
| 7831 | <i class="porto-icon-shipped"></i><h3>FREE<br>SHIPPING</h3> | 4796 | <div class="textwidget"> | |||
| 7832 | </div> | 4797 | <ul> | |||
| 7833 | <div> | 4798 | <li><a title="My Account" href="#">My Account</a></li> | |||
| 7834 | <i class="porto-icon-us-dollar"></i><h3>100% MONEY<br>BACK GUARANTEE</h3> | 4799 | <li><a title="Wishlist" href="#">Wishlist</a></li> | |||
| 7835 | </div> | 4800 | <li><a title="Shopping Cart" href="#">Shopping Cart</a></li> | |||
| 7836 | <div> | 4801 | <li><a title="Terms & Conditions" href="#">Terms & Conditions</a></li> | |||
| 7837 | <i class="porto-icon-online-support"></i><h3>ONLINE<br>SUPPORT 24/7</h3> | 4802 | <li><a title="FAQs" href="#">FAQs</a></li> | |||
| 7838 | </div> | 4803 | </ul> | |||
| 7839 | </div> | |||||
| 7840 | <div class="custom-block"> | |||||
| 7841 | <img src="{{media url="wysiwyg/smartwave/porto/product/sidebar-banner17.jpg"}}" class="img-responsive" alt="" /> | |||||
| 7842 | </div> | |||||
| 7843 | <h2 class="sidebar-title">Featured</h2> | |||||
| 7844 | <div class="sidebar-filterproducts custom-block" style="padding-top:0;padding-bottom:0;margin-bottom:0;"> | |||||
| 7845 | <div id="featured_product" class="owl-top-narrow"> | |||||
| 7846 | {{block class="Smartwave\Filterproducts\Block\Home\FeaturedList" name="product_detail_featured_product" product_count="9" aspect_ratio="1" image_width="150" template="Smartwave_Filterproducts::side_list.phtml"}} | |||||
| 7847 | </div> | 4804 | </div> | |||
| 7848 | <script type="text/javascript"> | |||||
| 7849 | require([ | |||||
| 7850 | 'jquery', | |||||
| 7851 | 'owl.carousel/owl.carousel.min' | |||||
| 7852 | ], function ($) { | |||||
| 7853 | $("#featured_product .owl-carousel").owlCarousel({ | |||||
| 7854 | loop: false, | |||||
| 7855 | items: 1, | |||||
| 7856 | nav: true, | |||||
| 7857 | navText: ["<em class='porto-icon-left-open-huge'></em>","<em class='porto-icon-right-open-huge'></em>"], | |||||
| 7858 | dots: false | |||||
| 7859 | }); | |||||
| 7860 | }); | |||||
| 7861 | </script> | |||||
| 7862 | </div>]]> | 4805 | </div>]]> | |||
| 7863 | </content> | 4806 | </content> | |||
| 7864 | 4807 | |||||
| 7865 | <is_active> | 4808 | <is_active> | |||
| 7866 | 1 | 4809 | 1 | |||
| 7867 | </is_active> | 4810 | </is_active> | |||
| 7868 | 4811 | |||||
| 7869 | </cms_item> | 4812 | </cms_item> | |||
| 4813 | ||||||
| 7870 | 4814 | |||||
| 7871 | <cms_item> | 4815 | <cms_item> | |||
| 7872 | 4816 | |||||
| 7873 | <title> | 4817 | <title> | |||
| 7874 | Porto - Custom Block for Product Page Side bar Demo3 | 4818 | Porto Footer Bottom Custom Block 3 | |||
| 7875 | </title> | 4819 | </title> | |||
| 7876 | 4820 | |||||
| 7877 | <identifier> | 4821 | <identifier> | |||
| 7878 | porto_product_side_custom_block_demo3 | 4822 | porto_footer_bottom_custom_block_3 | |||
| 7879 | </identifier> | 4823 | </identifier> | |||
| 7880 | 4824 | |||||
| 7881 | <content> | 4825 | <content> | |||
| 7882 | <![CDATA[<div class="custom-block custom-block-1"> | 4826 | <![CDATA[<img class="bottom-payment-icons" src="{{media url="wysiwyg/smartwave/porto/footer/shop21_payment.png"}}" alt="" /> | |||
| 7883 | <div> | 4827 | <style> | |||
| 7884 | <i class="porto-icon-shipped"></i><h3>FREE<br>SHIPPING</h3> | 4828 | @media(min-width:768px) { | |||
| 7885 | </div> | 4829 | .bottom-payment-icons { | |||
| 7886 | <div> | 4830 | display:block; | |||
| 7887 | <i class="porto-icon-us-dollar"></i><h3>100% MONEY<br>BACK GUARANTEE</h3> | 4831 | float: right; | |||
| 7888 | </div> | 4832 | } | |||
| 7889 | <div> | 4833 | } | |||
| 7890 | <i class="porto-icon-online-support"></i><h3>ONLINE<br>SUPPORT 24/7</h3> | 4834 | </style>]]> | |||
| 7891 | </div> | |||||
| 7892 | </div> | |||||
| 7893 | <div class="custom-block"><img src="{{media url="wysiwyg/smartwave/porto/product/sidebar-banner15.jpg"}}" class="img-responsive" alt="" /></div> | |||||
| 7894 | <h2 class="sidebar-title">Featured</h2> | |||||
| 7895 | <div class="sidebar-filterproducts custom-block" style="padding-top:0;padding-bottom:0;margin-bottom:0;"> | |||||
| 7896 | <div id="featured_product" class="owl-top-narrow"> | |||||
| 7897 | {{block class="Smartwave\Filterproducts\Block\Home\FeaturedList" name="product_detail_featured_product" product_count="9" aspect_ratio="1" image_width="150" template="Smartwave_Filterproducts::side_list.phtml"}} | |||||
| 7898 | </div> | |||||
| 7899 | <script type="text/javascript"> | |||||
| 7900 | require([ | |||||
| 7901 | 'jquery', | |||||
| 7902 | 'owl.carousel/owl.carousel.min' | |||||
| 7903 | ], function ($) { | |||||
| 7904 | $("#featured_product .owl-carousel").owlCarousel({ | |||||
| 7905 | loop: false, | |||||
| 7906 | items: 1, | |||||
| 7907 | nav: true, | |||||
| 7908 | navText: ["<em class='porto-icon-left-open-huge'></em>","<em class='porto-icon-right-open-huge'></em>"], | |||||
| 7909 | dots: false | |||||
| 7910 | }); | |||||
| 7911 | }); | |||||
| 7912 | </script> | |||||
| 7913 | </div>]]> | |||||
| 7914 | </content> | 4835 | </content> | |||
| 7915 | 4836 | |||||
| 7916 | <is_active> | 4837 | <is_active> | |||
| 7917 | 1 | 4838 | 1 | |||
| 7918 | </is_active> | 4839 | </is_active> | |||
| 7919 | 4840 | |||||
| 7920 | </cms_item> | 4841 | </cms_item> | |||
| 7921 | 4842 | |||||
| 7922 | <cms_item> | 4843 | <cms_item> | |||
| 7923 | 4844 | |||||
| 7924 | <title> | 4845 | <title> | |||
| 7925 | Porto - Custom Menu(before) | 4846 | Banner Category Demo 21 | |||
| 7926 | </title> | 4847 | </title> | |||
| 7927 | 4848 | |||||
| 7928 | <identifier> | 4849 | <identifier> | |||
| 7929 | porto_custom_menu_before | 4850 | banner_category_demo21 | |||
| 7930 | </identifier> | 4851 | </identifier> | |||
| 7931 | 4852 | |||||
| 7932 | <content> | 4853 | <content> | |||
| 7933 | <![CDATA[<ul> | 4854 | <![CDATA[<div class="porto-block"> | |||
| 7934 | <li class="ui-menu-item level0"> | 4855 | <style> | |||
| 7935 | <a href="{{store url=''}}" class="level-top"><span>Home</span></a> | 4856 | .section { | |||
| 7936 | </li> | 4857 | background-color: #f4f4f4; | |||
| 7937 | </ul>]]> | 4858 | padding: 70px 0 20px; | |||
| 4859 | margin: 0; | |||||
| 4860 | } | |||||
| 4861 | .porto-u-heading { | |||||
| 4862 | text-align: center; | |||||
| 4863 | margin-bottom: 17px; | |||||
| 4864 | } | |||||
| 4865 | .shop-banner .porto-u-sub-heading { | |||||
| 4866 | letter-spacing: -0.05em; | |||||
| 4867 | margin-left: -3px; | |||||
| 4868 | } | |||||
| 4869 | .shop-banner .vc_column_container > .vc_column-inner { | |||||
| 4870 | width: auto; | |||||
| 4871 | } | |||||
| 4872 | </style> | |||||
| 4873 | <div | |||||
| 4874 | class="vc_row wpb_row shop-banner section" | |||||
| 4875 | style="padding-bottom: 50px; | |||||
| 4876 | background-position: center; | |||||
| 4877 | background-repeat: no-repeat; | |||||
| 4878 | background-size: cover; | |||||
| 4879 | background-image: url('{{media url="wysiwyg/smartwave/porto/category/banner/shop21_shop_banner.jpg"}}'); | |||||
| 4880 | "> | |||||
| 4881 | <div class="container"> | |||||
| 4882 | <div class="row"> | |||||
| 4883 | <div class="d-flex justify-content-md-center col-md-6"> | |||||
| 4884 | <div class="wpb_wrapper vc_column-inner"> | |||||
| 4885 | <div class="porto-u-heading"style="text-align: left;"> | |||||
| 4886 | <div class="porto-u-main-heading"><h2 style="font-weight: 400; color: #444444; margin-bottom: 8px; font-size: 20px;line-height: normal;">START THE REVOLUTION</h2></div> | |||||
| 4887 | <div class="porto-u-sub-heading" style="font-weight: 700; color: #222529; margin-bottom: 0px; font-size: 52px; line-height: 48px;">DRONE PRO 4</div> | |||||
| 4888 | </div> | |||||
| 4889 | <h3 style="font-size: 24px; color: #444444; line-height: 1; font-weight: 400;" class="vc_custom_heading align-left text-uppercase">from <b>$499</b></h3> | |||||
| 4890 | </div> | |||||
| 4891 | </div> | |||||
| 4892 | </div> | |||||
| 4893 | </div> | |||||
| 4894 | </div> | |||||
| 4895 | </div> | |||||
| 4896 | | |||||
| 7938 | </content> | 4897 | </content> | |||
| 7939 | 4898 | |||||
| 7940 | <is_active> | 4899 | <is_active> | |||
| 7941 | 1 | 4900 | 1 | |||
| 7942 | </is_active> | 4901 | </is_active> | |||
| 7943 | 4902 | |||||
| 7944 | </cms_item> | 4903 | </cms_item> | |||
| 7945 | 4904 | |||||
| 7946 | <cms_item> | 4905 | <cms_item> | |||
| 7947 | 4906 | |||||
| 7948 | <title> | 4907 | <title> | |||
| 7949 | Porto - Custom Menu(after) | 4908 | Porto - Custom Notice Block 9 | |||
| 7950 | </title> | 4909 | </title> | |||
| 7951 | 4910 | |||||
| 7952 | <identifier> | 4911 | <identifier> | |||
| 7953 | porto_custom_menu | 4912 | porto_custom_notice9 | |||
| 7954 | </identifier> | 4913 | </identifier> | |||
| 7955 | 4914 | |||||
| 7956 | <content> | 4915 | <content> | |||
| 7957 | <![CDATA[<ul> | 4916 | <![CDATA[<div class="custom-html"> | |||
| 7958 | <li class="ui-menu-item level0"> | 4917 | <i class="porto-icon-shipping mr-2" style="font-size: 2em; vertical-align: middle;"></i><b>FREE SHIPPING</b> on orders of $80 or more! Code: <b>PORTOMAGIC</b> | Restrictions Apply. | |||
| 7959 | <a href="#" class="level-top"><span>Features</span></a> | 4918 | <a href="#" class="text-color-dark" style="text-decoration: underline;"><i>See All Offers</i></a> | |||
| 7960 | </li> | 4919 | </div> | |||
| 7961 | </ul>]]> | 4920 | <style> | |||
| 4921 | .porto-block-html-top { | |||||
| 4922 | display: flex; | |||||
| 4923 | align-items: center; | |||||
| 4924 | justify-content: center; | |||||
| 4925 | min-height: 54px; | |||||
| 4926 | background-color: #f5f6f8; | |||||
| 4927 | color:#222529; | |||||
| 4928 | font-size: 13px; | |||||
| 4929 | font-weight:600; | |||||
| 4930 | } | |||||
| 4931 | .porto-block-html-top > div { | |||||
| 4932 | background: none !important; | |||||
| 4933 | } | |||||
| 4934 | </style>]]> | |||||
| 7962 | </content> | 4935 | </content> | |||
| 7963 | 4936 | |||||
| 7964 | <is_active> | 4937 | <is_active> | |||
| 7965 | 1 | 4938 | 1 | |||
| 7966 | </is_active> | 4939 | </is_active> | |||
| 7967 | 4940 | |||||
| 7968 | </cms_item> | 4941 | </cms_item> | |||
| 7969 | 4942 | |||||
| 7970 | <cms_item> | 4943 | <cms_item> | |||
| 7971 | 4944 | |||||
| 7972 | <title> | 4945 | <title> | |||
| 7973 | Porto - Footer - About Porto | 4946 | Porto - Custom Block for Header 11 | |||
| 7974 | </title> | 4947 | </title> | |||
| 7975 | 4948 | |||||
| 7976 | <identifier> | 4949 | <identifier> | |||
| 7977 | porto_footer_about_porto | 4950 | porto_custom_block_for_header_11 | |||
| 7978 | </identifier> | 4951 | </identifier> | |||
| 7979 | 4952 | |||||
| 7980 | <content> | 4953 | <content> | |||
| 7981 | <![CDATA[<div class="block"> | 4954 | <![CDATA[<a class="porto-sicon-box-link" href="#" title="My Account"> | |||
| 7982 | <div class="block-title"><strong><span>ABOUT PORTO</span></strong></div> | 4955 | <div class="porto-sicon-box d-none d-md-flex style_1 default-icon mb-0"> | |||
| 7983 | <div class="block-content"> | 4956 | <div class="porto-sicon-default"> | |||
| 7984 | <p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nulla tristique augue eget enim feugiat blandit. Phasellus bibendum ex leo, at egestas lacus pellentesque in x leo, at egestas lacus pellentesque in. x leo, at egestas lacus pellentesque.</p> | 4957 | <div class="porto-just-icon-wrapper" style="text-align: center;"> | |||
| 7985 | <a href="http://themeforest.net/item/porto-ultimate-responsive-magento-theme/9725864" style="font-weight:600;">Buy Porto eCommerce</a> | 4958 | <div class="porto-icon advanced" style="color: #222529; background: transparent; border-style: solid; border-color: #e7e7e7; border-width: 1px; width: 50px; height: 50px; line-height: 50px; border-radius: 26px; font-size: 25px; display: inline-block;margin-right: 15px;"> | |||
| 4959 | <i class="porto-icon-user-2"></i> | |||||
| 7986 | </div> | 4960 | </div> | |||
| 7987 | <ul class="contact-info" style="margin-top: 30px;"> | |||||
| 7988 | <li><em class="porto-icon-phone" style="color: #bbb;"></em><p><b>Need Help?</b><br>(123) 456-7890</p></li> | |||||
| 7989 | </ul> | |||||
| 7990 | <div style="margin: 20px 0 0 20px;"> | |||||
| 7991 | <ul class="social-icons"> | |||||
| 7992 | <li><a class="facebook-link" href="#"><em class="porto-icon-facebook"></em></a></li> | |||||
| 7993 | <li><a class="twitter-link" href="#"><em class="porto-icon-twitter"></em></a></li> | |||||
| 7994 | <li><a class="linkedin-link" href="#"><em class="porto-icon-linkedin-squared"></em></a></li> | |||||
| 7995 | </ul> | |||||
| 7996 | </div> | 4961 | </div> | |||
| 7997 | | 4962 | </div> | |||
| 4963 | <div class="porto-sicon-header"> | |||||
| 4964 | <h3 class="porto-sicon-title" style="font-weight: 400; font-size: 12px; line-height: 12px; color: #222529;">Hello!</h3> | |||||
| 4965 | <p style="font-weight: 700; font-size: 13px; line-height: 13px; color: #222529;">My Account</p> | |||||
| 4966 | </div> | |||||
| 4967 | </div> | |||||
| 4968 | </a> | |||||
| 4969 | ]]> | |||||
| 7998 | </content> | 4970 | </content> | |||
| 7999 | 4971 | |||||
| 8000 | <is_active> | 4972 | <is_active> | |||
| 8001 | 1 | 4973 | 1 | |||
| 8002 | </is_active> | 4974 | </is_active> | |||
| 8003 | 4975 | |||||
| 8004 | </cms_item> | 4976 | </cms_item> | |||
| 8005 | 4977 | |||||
| 8006 | <cms_item> | 4978 | <cms_item> | |||
| 8007 | 4979 | |||||
| 8008 | <title> | 4980 | <title> | |||
| 8009 | Porto - Footer - About Porto Demo14 | 4981 | Porto Custom Block Header Menu | |||
| 8010 | </title> | 4982 | </title> | |||
| 8011 | 4983 | |||||
| 8012 | <identifier> | 4984 | <identifier> | |||
| 8013 | porto_footer_about_porto_demo14 | 4985 | porto_custom_block_header_menu | |||
| 8014 | </identifier> | 4986 | </identifier> | |||
| 8015 | 4987 | |||||
| 8016 | <content> | 4988 | <content> | |||
| 8017 | <![CDATA[<div class="block"> | 4989 | <![CDATA[<div class="navigation sw-megamenu"> | |||
| 8018 | <div class="block-title"><strong><span>About Us</span></strong></div> | 4990 | <ul class="justify-content-start"> | |||
| 8019 | <div class="block-content | 4991 | <li class="ui-menu-item level0"><a class="level-top" href="#">Outlet</a></li> | |||
| 8020 | <p style="margin-bottom:15px;">Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nulla tristique<br>augue eget enim feugiat blandit. Phasellus bibendum ex leo, at<br>egestas lacus pellentesque in x leo, at egestas lacus.</p> | 4992 | <li class="ui-menu-item level0"><a class="level-top" target="_blank" href="https://1.envato.market/j61Ob">Buy Porto</a></li> | |||
| 8021 | </div> | |||||
| 8022 | </div> | |||||
| 8023 | <div class="block"> | |||||
| 8024 | <div class="block-title"><strong><span>Contact info</span></strong></div> | |||||
| 8025 | <div class="block-content"> | |||||
| 8026 | <div class="row"> | |||||
| 8027 | <div class="col-md-6"> | |||||
| 8028 | <ul class="contact-info" style="padding-top: 7px;"> | |||||
| 8029 | <li><p><b style="color: #fff;text-transform:uppercase;">Address</b><br>123 Street Name, City, England<br>Pintrest street oklar</p></li> | |||||
| 8030 | </ul> | |||||
| 8031 | </div> | |||||
| 8032 | <div class="col-md-6"> | |||||
| 8033 | <ul class="contact-info" style="margin-top:-35px;"> | |||||
| 8034 | <li><p><b style="color: #fff;text-transform:uppercase;">Phone</b><br>(123) 456-7890</p></li> | |||||
| 8035 | <li><p><b style="color: #fff;text-transform:uppercase;">Email</b><br><a href="mailto:mail@example.com">mail@example.com</a></p></li> | |||||
| 8036 | </ul> | 4993 | </ul> | |||
| 8037 | </div> | 4994 | | |||
| 8038 | </div> | 4995 | ]]> | |||
| 8039 | </div> | |||||
| 8040 | </div>]]> | |||||
| 8041 | </content> | 4996 | </content> | |||
| 8042 | 4997 | |||||
| 8043 | <is_active> | 4998 | <is_active> | |||
| 8044 | 1 | 4999 | 1 | |||
| 8045 | </is_active> | 5000 | </is_active> | |||
| 8046 | 5001 | |||||
| 8047 | </cms_item> | 5002 | </cms_item> | |||
| 8048 | 5003 | |||||
| 8049 | <cms_item> | 5004 | <cms_item> | |||
| 8050 | 5005 | |||||
| 8051 | <title> | 5006 | <title> | |||
| 8052 | Porto - Footer - Featured Products | 5007 | Footer Middle Contact Info 4 | |||
| 8053 | </title> | 5008 | </title> | |||
| 8054 | 5009 | |||||
| 8055 | <identifier> | 5010 | <identifier> | |||
| 8056 | porto_footer_featured_products | 5011 | footer_middle_contact_info4 | |||
| 8057 | </identifier> | 5012 | </identifier> | |||
| 8058 | 5013 | |||||
| 8059 | <content> | 5014 | <content> | |||
| 8060 | <![CDATA[<div class="block"> | 5015 | <![CDATA[<div class="widget widget_media_image"> | |||
| 8061 | <div class="block-title"><strong><span>FEATURED PRODUCTS</span></strong></div> | 5016 | <a href="#"> | |||
| 8062 | <div class="block-content"> | 5017 | <img src="{{media url="logo/default/shop22_logo.png"}}" /> | |||
| 8063 | {{block class="Smartwave\Filterproducts\Block\FeaturedList" name="featured_product" product_count="3" aspect_ratio="1" image_width="150" image_height="150" template="small_list.phtml"}} | 5018 | </a> | |||
| 5019 | </div> | |||||
| 5020 | <div class="widget contact-info"> | |||||
| 5021 | <div class="contact-info contact-info-block"> | |||||
| 5022 | <ul class="contact-details"> | |||||
| 5023 | <li><i class="far fa-dot-circle"></i> <strong>Address:</strong> <span>123 Street Name, City, England</span></li> | |||||
| 5024 | <li><i class="fab fa-whatsapp"></i> <strong>Phone:</strong> <span>Toll Free (123) 456-7890</span></li> | |||||
| 5025 | <li> | |||||
| 5026 | <i class="far fa-envelope"></i> <strong>Email:</strong> <span><a href="mailto:mail@example.com">mail@example.com</a></span> | |||||
| 5027 | </li> | |||||
| 5028 | <li><i class="far fa-clock"></i> <strong>Working Days/Hours:</strong> <span>Mon - Sun / 9:00AM - 8:00PM</span></li> | |||||
| 5029 | </ul> | |||||
| 8064 | </div> | 5030 | </div> | |||
| 8065 | </div>]]> | 5031 | </div> | |||
| 5032 | <div class="widget follow-us"> | |||||
| 5033 | <div class="share-links"> | |||||
| 5034 | <a href="#" rel="nofollow" target="_blank" title="Facebook" class="share-facebook">Facebook</a> | |||||
| 5035 | <a href="#" rel="nofollow" target="_blank" title="Twitter" class="share-twitter">Twitter</a> | |||||
| 5036 | <a href="#" rel="nofollow" target="_blank" title="Linkedin" class="share-linkedin">Linkedin</a> | |||||
| 5037 | </div> | |||||
| 5038 | </div> | |||||
| 5039 | <style> | |||||
| 5040 | .footer .widget.contact-info { | |||||
| 5041 | margin-bottom: 0; | |||||
| 5042 | } | |||||
| 5043 | .footer .contact-info .contact-details { | |||||
| 5044 | display: flex; | |||||
| 5045 | flex-wrap: wrap; | |||||
| 5046 | } | |||||
| 5047 | .footer .contact-info .contact-details>li { | |||||
| 5048 | flex: 0 0 50%; | |||||
| 5049 | max-width: 50%; | |||||
| 5050 | margin-bottom: 1rem; | |||||
| 5051 | } | |||||
| 5052 | .footer .widget.contact-info .contact-details strong { | |||||
| 5053 | font-weight: 700; | |||||
| 5054 | text-transform: uppercase; | |||||
| 5055 | color: #222529; | |||||
| 5056 | line-height: inherit; | |||||
| 5057 | } | |||||
| 5058 | .footer .widget.follow-us { | |||||
| 5059 | margin-top: 10px; | |||||
| 5060 | } | |||||
| 5061 | .footer .follow-us .share-links a:not(:hover) { | |||||
| 5062 | background: none; | |||||
| 5063 | color: #333; | |||||
| 5064 | } | |||||
| 5065 | .footer .follow-us .share-links a { | |||||
| 5066 | width: 30px; | |||||
| 5067 | height: 30px; | |||||
| 5068 | border: none; | |||||
| 5069 | } | |||||
| 5070 | </style>]]> | |||||
| 8066 | </content> | 5071 | </content> | |||
| 8067 | 5072 | |||||
| 8068 | <is_active> | 5073 | <is_active> | |||
| 8069 | 1 | 5074 | 1 | |||
| 8070 | </is_active> | 5075 | </is_active> | |||
| 8071 | 5076 | |||||
| 8072 | </cms_item> | 5077 | </cms_item> | |||
| 8073 | 5078 | |||||
| 8074 | <cms_item> | 5079 | <cms_item> | |||
| 8075 | 5080 | |||||
| 8076 | <title> | 5081 | <title> | |||
| 8077 | Porto - Footer - Featured Products New | 5082 | Footer Middle My Account 4 | |||
| 8078 | </title> | 5083 | </title> | |||
| 8079 | 5084 | |||||
| 8080 | <identifier> | 5085 | <identifier> | |||
| 8081 | porto_footer_featured_products_new | 5086 | footer_middle_my_account_4 | |||
| 8082 | </identifier> | 5087 | </identifier> | |||
| 8083 | 5088 | |||||
| 8084 | <content> | 5089 | <content> | |||
| 8085 | <![CDATA[<div class="block"> | 5090 | <![CDATA[<div class="widget widget_text"> | |||
| 8086 | <div class="block-title"><strong><span>FEATURED PRODUCTS</span></strong></div> | 5091 | <h3 class="widget-title">Account</h3> | |||
| 8087 | <div class="block-content"> | 5092 | <div class="textwidget"> | |||
| 8088 | {{block class="Smartwave\Filterproducts\Block\FeaturedList" name="featured_product" product_count="2" aspect_ratio="1" image_width="150" image_height="150" template="small_list.phtml"}} | 5093 | <div class="row"> | |||
| 5094 | <div class="col-sm-6"> | |||||
| 5095 | <ul> | |||||
| 5096 | <li><a href="my-account/">My Account</a></li> | |||||
| 5097 | <li><a href="#">Track Your Order</a></li> | |||||
| 5098 | <li><a href="#">Payment Methods</a></li> | |||||
| 5099 | <li><a href="#">Shipping Guide</a></li> | |||||
| 5100 | <li><a href="#">FAQs</a></li> | |||||
| 5101 | <li><a href="#">Product Support</a></li> | |||||
| 5102 | <li><a href="#">Privacy</a></li> | |||||
| 5103 | </ul> | |||||
| 8089 | </div> | 5104 | </div> | |||
| 8090 | </div>]]> | 5105 | <div class="col-sm-6"> | |||
| 5106 | <ul> | |||||
| 5107 | <li><a href="my-account/orders/">Orders History</a></li> | |||||
| 5108 | <li><a href="#">Advanced Search</a></li> | |||||
| 5109 | <li><a href="#">Affiliate Program</a></li> | |||||
| 5110 | </ul> | |||||
| 5111 | </div> | |||||
| 5112 | </div> | |||||
| 5113 | </div> | |||||
| 5114 | </div> | |||||
| 5115 | ]]> | |||||
| 8091 | </content> | 5116 | </content> | |||
| 8092 | 5117 | |||||
| 8093 | <is_active> | 5118 | <is_active> | |||
| 8094 | 1 | 5119 | 1 | |||
| 8095 | </is_active> | 5120 | </is_active> | |||
| 8096 | 5121 | |||||
| 8097 | </cms_item> | 5122 | </cms_item> | |||
| 8098 | 5123 | |||||
| 8099 | <cms_item> | 5124 | <cms_item> | |||
| 8100 | 5125 | |||||
| 8101 | <title> | 5126 | <title> | |||
| 8102 | Porto - Footer Middle Twitter Widget | 5127 | Footer Middle About Us 8 | |||
| 8103 | </title> | 5128 | </title> | |||
| 8104 | 5129 | |||||
| 8105 | <identifier> | 5130 | <identifier> | |||
| 8106 | porto_footer_middle_twitter_widget | 5131 | footer_middle_about_us_8 | |||
| 8107 | </identifier> | 5132 | </identifier> | |||
| 8108 | 5133 | |||||
| 8109 | <content> | 5134 | <content> | |||
| 8110 | <![CDATA[<div class="block"> | 5135 | <![CDATA[<div class="widget widget_text"> | |||
| 8111 | <div class="block-title"><strong><span>FOLLOW US</span></strong></div> | 5136 | <h3 class="widget-title">About</h3> | |||
| 8112 | <div class="block-content"> | 5137 | <div class="textwidget"> | |||
| 8113 | <a class="twitter-timeline" href="//twitter.com/twitterdev" data-widget-id="362597660089274368" data-screen-name="eternalfriend38" data-theme="dark" height="285">Tweets by @eternalfriend38</a> | 5138 | <div class="row"> | |||
| 8114 | <script>window.twttr=(function(d,s,id){var js,fjs=d.getElementsByTagName(s)[0],t=window.twttr||{};if(d.getElementById(id))return;js=d.createElement(s);js.id=id;js.src="//platform.twitter.com/widgets.js";fjs.parentNode.insertBefore(js,fjs);t._e=[];t.ready=function(f){t._e.push(f);};return t;}(document,"script","twitter-wjs"));</script> | 5139 | <div class="col-sm-6"> | |||
| 5140 | <ul> | |||||
| 5141 | <li><a title="About us" href="#">About Porto</a></li> | |||||
| 5142 | <li><a href="#">Our Guarantees</a></li> | |||||
| 5143 | <li><a href="#">Terms And Conditions</a></li> | |||||
| 5144 | <li><a href="#">Privacy policy</a></li> | |||||
| 5145 | <li><a href="#">Return Policy</a></li> | |||||
| 5146 | <li><a href="#">Intellectual Property Claims</a></li> | |||||
| 5147 | <li><a href="#">Site Map</a></li> | |||||
| 5148 | </ul> | |||||
| 8115 | </div> | 5149 | </div> | |||
| 8116 | </div>]]> | 5150 | <div class="col-sm-6"> | |||
| 5151 | <ul> | |||||
| 5152 | <li><a href="#">Site Index</a></li> | |||||
| 5153 | <li><a href="#">Porto for the Press</a></li> | |||||
| 5154 | <li><a href="#">Business Accounts</a></li> | |||||
| 5155 | </ul> | |||||
| 5156 | </div> | |||||
| 5157 | </div> | |||||
| 5158 | </div> | |||||
| 5159 | </div> | |||||
| 5160 | ]]> | |||||
| 8117 | </content> | 5161 | </content> | |||
| 8118 | 5162 | |||||
| 8119 | <is_active> | 5163 | <is_active> | |||
| 8120 | 1 | 5164 | 1 | |||
| 8121 | </is_active> | 5165 | </is_active> | |||
| 8122 | 5166 | |||||
| 8123 | </cms_item> | 5167 | </cms_item> | |||
| 8124 | 5168 | |||||
| 8125 | <cms_item> | 5169 | <cms_item> | |||
| 8126 | 5170 | |||||
| 8127 | <title> | 5171 | <title> | |||
| 8128 | Porto - Footer Middle Twitter Widget New | 5172 | Porto Footer Bottom Custom Block 4 | |||
| 8129 | </title> | 5173 | </title> | |||
| 8130 | 5174 | |||||
| 8131 | <identifier> | 5175 | <identifier> | |||
| 8132 | porto_footer_middle_twitter_widget_new | 5176 | porto_footer_bottom_custom_block_4 | |||
| 8133 | </identifier> | 5177 | </identifier> | |||
| 8134 | 5178 | |||||
| 8135 | <content> | 5179 | <content> | |||
| 8136 | <![CDATA[<div class="block"> | 5180 | <![CDATA[<img class="bottom-payment-icons" src="{{media url="wysiwyg/smartwave/porto/footer/shop22_payment_logo.png"}}" alt="" /> | |||
| 8137 | <div class="block-title"><strong><span>FOLLOW US</span></strong></div> | 5181 | <style> | |||
| 8138 | <div class="block-content"> | 5182 | @media(min-width:768px) { | |||
| 8139 | <a class="twitter-timeline" href="//twitter.com/twitterdev" data-widget-id="362597660089274368" data-screen-name="eternalfriend38" data-theme="dark" height="200">Tweets by @eternalfriend38</a> | 5183 | .bottom-payment-icons { | |||
| 8140 | <script>window.twttr=(function(d,s,id){var js,fjs=d.getElementsByTagName(s)[0],t=window.twttr||{};if(d.getElementById(id))return;js=d.createElement(s);js.id=id;js.src="//platform.twitter.com/widgets.js";fjs.parentNode.insertBefore(js,fjs);t._e=[];t.ready=function(f){t._e.push(f);};return t;}(document,"script","twitter-wjs"));</script> | 5184 | display:block; | |||
| 8141 | </div> | 5185 | float: right; | |||
| 8142 | </div>]]> | 5186 | } | |||
| 5187 | } | |||||
| 5188 | </style>]]> | |||||
| 8143 | </content> | 5189 | </content> | |||
| 8144 | 5190 | |||||
| 8145 | <is_active> | 5191 | <is_active> | |||
| 8146 | 1 | 5192 | 1 | |||
| 8147 | </is_active> | 5193 | </is_active> | |||
| 8148 | 5194 | |||||
| 8149 | </cms_item> | 5195 | </cms_item> | |||
| 8150 | 5196 | |||||
| 8151 | <cms_item> | 5197 | <cms_item> | |||
| 8152 | 5198 | |||||
| 8153 | <title> | 5199 | <title> | |||
| 8154 | Porto - Footer Middle 2 - 1st Column for Demo 14 | 5200 | Banner Category Demo 22 | |||
| 8155 | </title> | 5201 | </title> | |||
| 8156 | 5202 | |||||
| 8157 | <identifier> | 5203 | <identifier> | |||
| 8158 | porto_footer_middle2_1_for_14 | 5204 | banner_category_demo22 | |||
| 8159 | </identifier> | 5205 | </identifier> | |||
| 8160 | 5206 | |||||
| 8161 | <content> | 5207 | <content> | |||
| 8162 | <![CDATA[<div class="row"> | 5208 | <![CDATA[<div class="porto-block"> | |||
| 8163 | <div class="col-md-12"> | 5209 | <div class="home-banner text-left" style="padding-top: 20px; padding-bottom: 20px; background-color: #e2e2e0;"> | |||
| 8164 | <div class="block-middle2"> | 5210 | <div class="container"> | |||
| 8165 | <div class="row"> | 5211 | <div class="row align-items-center"> | |||
| 8166 | <div class="col-md-4"> | 5212 | <div class="col-sm-4 px-4 col-md-4" style="padding-top: 20px; padding-bottom: 20px;"> | |||
| 8167 | <div class="block"> | 5213 | <div class="wpb_wrapper vc_column-inner"> | |||
| 8168 | <div class="block-title"><strong><span>MY ACCOUNT</span></strong></div> | 5214 | <h2 style="font-size: 55px; line-height: 1;" class="vc_custom_heading mb-0 text-center text-sm-right custom-font1 align-right text-uppercase">Discounts</h2> | |||
| 8169 | <div class="block-content"> | 5215 | <h2 style="font-size: 38px; line-height: 1; font-weight: 700;" class="vc_custom_heading mb-0 text-center text-sm-right align-right text-uppercase">up to 70%</h2> | |||
| 8170 | <div class="row | |||||
| 8171 | <div class="col-md-6"> | |||||
| 8172 | <ul class="links"> | |||||
| 8173 | <li><a href="{{store url="about-porto-3"}}" title="About us">About us</a></li> | |||||
| 8174 | <li><a href="{{store url="contact"}}" title="Contact Us">Contact us</a></li> | |||||
| 8175 | <li><a href="{{store url="customer/account"}}" title="My Account">My Account</a></li> | |||||
| 8176 | </ul> | |||||
| 8177 | </div> | |||||
| 8178 | <div class="col-md-6"> | |||||
| 8179 | <ul class="links"> | |||||
| 8180 | <li><a href="{{store url="sales/order/history"}}" title="Order history">Order history</a></li> | |||||
| 8181 | <li><a href="{{store url="catalogsearch/advanced"}}" title="Contact us">Advanced search</a></li> | |||||
| 8182 | <li><a href="{{store url="customer/login"}}" title="Login">Login</a></li> | |||||
| 8183 | </ul> | |||||
| 8184 | </div> | |||||
| 8185 | </div> | |||||
| 8186 | </div> | 5216 | </div> | |||
| 8187 | </div> | 5217 | </div> | |||
| 5218 | <div class="col-sm-4 pl-3 col-md-4"> | |||||
| 5219 | <div class="wpb_wrapper vc_column-inner"> | |||||
| 5220 | <div class="wpb_single_image wpb_content_element text-center mb-0"> | |||||
| 5221 | <div class="wpb_wrapper"> | |||||
| 5222 | <div class="vc_single_image-wrapper vc_box_border_grey" style="display: inline-block; vertical-align: top; max-width: 100%;"> | |||||
| 5223 | <img style="display: block;" src='{{media url="wysiwyg/smartwave/porto/category/banner/shop22_shop_banner.png"}}' /> | |||||
| 8188 | </div> | 5224 | </div> | |||
| 8189 | <div class="col-md-8"> | |||||
| 8190 | <div class="block"> | |||||
| 8191 | <div class="block-title"><strong><span>Main Features</span></strong></div> | |||||
| 8192 | <div class="block-content"> | |||||
| 8193 | <div class="row"> | |||||
| 8194 | <div class="col-md-4"> | |||||
| 8195 | <ul class="features"> | |||||
| 8196 | <li><a href="#">Super Fast Magento Theme</a></li> | |||||
| 8197 | <li><a href="#">1st Fully working Ajax Theme</a></li> | |||||
| 8198 | <li><a href="#">20 Unique Homepage Layouts</a></li> | |||||
| 8199 | </ul> | |||||
| 8200 | </div> | 5225 | </div> | |||
| 8201 | <div class="col-md-4"> | |||||
| 8202 | <ul class="features"> | |||||
| 8203 | <li><a href="#">Powerful Admin Panel</a></li> | |||||
| 8204 | <li><a href="#">Mobile & Retina Optimized</a></li> | |||||
| 8205 | </ul> | |||||
| 8206 | </div> | 5226 | </div> | |||
| 8207 | <div class="col-md-4"> | |||||
| 8208 | <div class="social-icons"> | |||||
| 8209 | <a href="https://www.facebook.com/" title="Facebook" target="_blank"><i class="porto-icon-facebook"></i></a> | |||||
| 8210 | <a href="https://twitter.com/" title="Twitter" target="_blank"><i class="porto-icon-twitter"></i></a> | |||||
| 8211 | <a href="https://linkedin.com/" title="Linkedin" target="_blank"><i class="porto-icon-linkedin-squared"></i></a> | |||||
| 8212 | </div> | 5227 | </div> | |||
| 8213 | </div> | 5228 | </div> | |||
| 5229 | <div class="col-sm-4 porto-ibanner-content col-md-4" style="padding-top: 20px; padding-bottom: 20px;"> | |||||
| 5230 | <div class="wpb_wrapper vc_column-inner"> | |||||
| 5231 | <div class="wpb_text_column wpb_content_element mb-0 text-center text-sm-left"> | |||||
| 5232 | <div class="wpb_wrapper"> | |||||
| 5233 | <a style="font-size: 23px; color: #666; text-decoration: none;" href="#"><i style="line-height: 1.4; border-bottom: 1px solid;">View our Deals</i><i class="porto-icon-right-open-big ml-2 font-size-xs"></i></a> | |||||
| 8214 | </div> | 5234 | </div> | |||
| 8215 | </div> | 5235 | </div> | |||
| 8216 | </div> | 5236 | </div> | |||
| 8217 | </div> | 5237 | </div> | |||
| 8218 | </div> | 5238 | </div> | |||
| 8219 | </div> | 5239 | </div> | |||
| 8220 | </div> | 5240 | </div> | |||
| 8221 | </div> | 5241 | </div> | |||
| 8222 | <div class="row"> | 5242 | ]]> | |||
| 8223 | <div class="col-md-12"> | |||||
| 8224 | <div class="block-bottom"> | |||||
| 8225 | <div class="row"> | |||||
| 8226 | <div class="col-md-4"> | |||||
| 8227 | <address style="float:left;font-size:13px;">© Porto eCommerce. 87. All Rights Reserved</address> | |||||
| 8228 | </div> | |||||
| 8229 | <div class="col-md-8"> | |||||
| 8230 | <div class="subcribe" style="float:left;"> | |||||
| 8231 | <div class="block-title"><strong><span>Newsletter</span></strong></div> | |||||
| 8232 | {{block class="Magento\Newsletter\Block\Subscribe" name="home.newsletter" template="subscribe_form_footer.phtml"}} | |||||
| 8233 | </div> | |||||
| 8234 | <div class="custom-block" style="float:right;"><img src="{{media url="wysiwyg/smartwave/porto/footer/payment-icon.png"}}" alt="" /></div> | |||||
| 8235 | </div> | |||||
| 8236 | </div> | |||||
| 8237 | </div> | |||||
| 8238 | </div> | |||||
| 8239 | </div>]]> | |||||
| 8240 | </content> | 5243 | </content> | |||
| 8241 | 5244 | |||||
| 8242 | <is_active> | 5245 | <is_active> | |||
| 8243 | 1 | 5246 | 1 | |||
| 8244 | </is_active> | 5247 | </is_active> | |||
| 8245 | 5248 | |||||
| 8246 | </cms_item> | 5249 | </cms_item> | |||
| 8247 | 5250 | |||||
| 8248 | <cms_item> | 5251 | <cms_item> | |||
| 8249 | 5252 | |||||
| 8250 | <title> | 5253 | <title> | |||
| 8251 | Porto - Footer - 2nd Row - Shop | 5254 | Porto - Custom Notice Block 10 | |||
| 8252 | </title> | 5255 | </title> | |||
| 8253 | 5256 | |||||
| 8254 | <identifier> | 5257 | <identifier> | |||
| 8255 | porto_footer_2nd_row_shop | 5258 | porto_custom_notice10 | |||
| 8256 | </identifier> | 5259 | </identifier> | |||
| 8257 | 5260 | |||||
| 8258 | <content> | 5261 | <content> | |||
| 8259 | <![CDATA[<div class="block"> | 5262 | <![CDATA[<div class="custom-html"> | |||
| 8260 | <div class="block-title"><strong><span>SHOP</span></strong></div> | 5263 | <span class="font-weight-semibold">USE <b class="font-weight-bold">PORTO24</b> AND GET 20% OFF IN ALL PRODUCTS</span> | |||
| 8261 | <div class="block-content"> | 5264 | </div> | |||
| 8262 | <ul class="links"> | 5265 | <style> | |||
| 8263 | <li><em class="porto-icon-right-open theme-color"></em><a href="#">Fashion Promo</a></li> | 5266 | .porto-block-html-top > div { | |||
| 8264 | <li><em class="porto-icon-right-open theme-color"></em><a href="#">Discounts</a></li> | 5267 | display: flex; | |||
| 8265 | <li><em class="porto-icon-right-open theme-color"></em><a href="#">Outlet</a></li> | 5268 | align-items: center; | |||
| 8266 | </ul> | 5269 | justify-content: center; | |||
| 8267 | </div> | 5270 | min-height: 38px; | |||
| 8268 | </div>]]> | 5271 | } | |||
| 5272 | .porto-block-html-top .custom-html { | |||||
| 5273 | font-size: 11px; | |||||
| 5274 | background-color: #f4f4f4; | |||||
| 5275 | text-align: center; | |||||
| 5276 | width: 100%; | |||||
| 5277 | padding: 7px 0; | |||||
| 5278 | font-weight: 600; | |||||
| 5279 | } | |||||
| 5280 | </style> | |||||
| 5281 | ]]> | |||||
| 8269 | </content> | 5282 | </content> | |||
| 8270 | 5283 | |||||
| 8271 | <is_active> | 5284 | <is_active> | |||
| 8272 | 1 | 5285 | 1 | |||
| 8273 | </is_active> | 5286 | </is_active> | |||
| 8274 | 5287 | |||||
| 8275 | </cms_item> | 5288 | </cms_item> | |||
| 8276 | 5289 | |||||
| 8277 | <cms_item> | 5290 | <cms_item> | |||
| 8278 | 5291 | |||||
| 8279 | <title> | 5292 | <title> | |||
| 8280 | Porto - Footer - 2nd Row - Popular Tags | 5293 | Footer Middle Contact Info 5 | |||
| 8281 | </title> | 5294 | </title> | |||
| 8282 | 5295 | |||||
| 8283 | <identifier> | 5296 | <identifier> | |||
| 8284 | porto_footer_2nd_row_popular_tags | 5297 | footer_middle_contact_info5 | |||
| 8285 | </identifier> | 5298 | </identifier> | |||
| 8286 | 5299 | |||||
| 8287 | <content> | 5300 | <content> | |||
| 8288 | <![CDATA[<div class="block"> | 5301 | <![CDATA[<div class="widget contact-info"> | |||
| 8289 | <div class="block-title"><strong><span>CUSTOM LINKS</span></strong></div> | 5302 | <h3 class="widget-title">Contact Info</h3> | |||
| 8290 | <div class="block-content"> | 5303 | <div class="contact-info contact-info-block"> | |||
| 8291 | <ul class="links"> | 5304 | <ul class="contact-details"> | |||
| 8292 | <li><em class="porto-icon-right-open theme-color"></em><a href="#">Advanced Search</a></li> | 5305 | <li><i class="far fa-dot-circle"></i> <strong>Address:</strong> <span>1234 Street Name, City, England</span></li> | |||
| 8293 | <li><em class="porto-icon-right-open theme-color"></em><a href="#">Promotions</a></li> | 5306 | <li><i class="fab fa-whatsapp"></i> <strong>Phone:</strong> <span>(123) 456-7890</span></li> | |||
| 8294 | <li><em class="porto-icon-right-open theme-color"></em><a href="#">Terms and Conditions</a></li> | |||||
| 8295 | </ul> | 5307 | </ul> | |||
| 8296 | </div> | 5308 | </div> | |||
| 8297 | </div>]]> | 5309 | </div> | |||
| 5310 | ]]> | |||||
| 8298 | </content> | 5311 | </content> | |||
| 8299 | 5312 | |||||
| 8300 | <is_active> | 5313 | <is_active> | |||
| 8301 | 1 | 5314 | 1 | |||
| 8302 | </is_active> | 5315 | </is_active> | |||
| 8303 | 5316 | |||||
| 8304 | </cms_item> | 5317 | </cms_item> | |||
| 8305 | 5318 | |||||
| 8306 | <cms_item> | 5319 | <cms_item> | |||
| 8307 | 5320 | |||||
| 8308 | <title> | 5321 | <title> | |||
| 8309 | Porto - Footer - 2nd Row - My Account | 5322 | | |||
| 8310 | </title> | 5323 | </title> | |||
| 8311 | 5324 | |||||
| 8312 | <identifier> | 5325 | <identifier> | |||
| 8313 | porto_footer_2nd_row_myaccount | 5326 | footer_middle_my_account_5 | |||
| 8314 | </identifier> | 5327 | </identifier> | |||
| 8315 | 5328 | |||||
| 8316 | <content> | 5329 | <content> | |||
| 8317 | <![CDATA[<div | 5330 | <![CDATA[<div id="text-3" class="widget widget_text"> | |||
| 8318 | <div class="block-title"><strong><span>MY ACCOUNT</span></strong></div> | 5331 | <h3 class="widget-title">My Account</h3> | |||
| 8319 | <div class="block-content"> | 5332 | <div class="textwidget"> | |||
| 8320 | <ul class="links"> | 5333 | <div class="row"> | |||
| 8321 | <li><em class="porto-icon-right-open theme-color"></em><a href="{{store url="customer/account"}}" title="My Account">My Account</a></li> | 5334 | <div class="col-sm-6"> | |||
| 8322 | <li><em class="porto-icon-right-open theme-color"></em><a href="{{store url="about-porto-3"}}" title="About us">About Us</a></li> | 5335 | <ul> | |||
| 8323 | <li><em class="porto-icon-right-open theme-color"></em><a href="{{store url="contact"}}" title="Contact us">Store Locations</a></li> | 5336 | <li><a href="#">About Us</a></li> | |||
| 5337 | <li><a href="#">Contact Us</a></li> | |||||
| 5338 | <li><a href="#">My Account</a></li> | |||||
| 8324 | </ul> | 5339 | </ul> | |||
| 8325 | </div> | 5340 | </div> | |||
| 8326 | </div>]]> | 5341 | <div class="col-sm-6"> | |||
| 5342 | <ul> | |||||
| 5343 | <li><a href="#">Orders History</a></li> | |||||
| 5344 | <li><a href="#">Advanced Search</a></li> | |||||
| 5345 | </ul> | |||||
| 5346 | </div> | |||||
| 5347 | </div> | |||||
| 5348 | </div> | |||||
| 5349 | </div> | |||||
| 5350 | ]]> | |||||
| 8327 | </content> | 5351 | </content> | |||
| 8328 | 5352 | |||||
| 8329 | <is_active> | 5353 | <is_active> | |||
| 8330 | 1 | 5354 | 1 | |||
| 8331 | </is_active> | 5355 | </is_active> | |||
| 8332 | 5356 | |||||
| 8333 | </cms_item> | 5357 | </cms_item> | |||
| 8334 | 5358 | |||||
| 8335 | <cms_item> | 5359 | <cms_item> | |||
| 8336 | 5360 | |||||
| 8337 | <title> | 5361 | <title> | |||
| 8338 | Porto - Footer - 2nd Row - Contact Information | 5362 | Footer Middle Groups 6 | |||
| 8339 | </title> | 5363 | </title> | |||
| 8340 | 5364 | |||||
| 8341 | <identifier> | 5365 | <identifier> | |||
| 8342 | porto_footer_2nd_row_contact_information | 5366 | footer_middle_groups6 | |||
| 8343 | </identifier> | 5367 | </identifier> | |||
| 8344 | 5368 | |||||
| 8345 | <content> | 5369 | <content> | |||
| 8346 | <![CDATA[<div class="block"> | 5370 | <![CDATA[<div class="widget follow-us"> | |||
| 8347 | <div class="block-title"><strong><span>CONTACT INFORMATION</span></strong></div> | 5371 | <div class="share-links"> | |||
| 8348 | <div class="block-content"> | 5372 | <a href="#" target="_blank" title="Facebook" class="share-facebook">Facebook</a> | |||
| 8349 | <ul class="contact-info" style="padding-left: 5px;"> | 5373 | <a href="#" target="_blank" title="Twitter" class="share-twitter">Twitter</a> | |||
| 8350 | <li><em class="porto-icon-location theme-color"> </em> <p>123 Street Name, City, England</p></li> | 5374 | <a href="#" target="_blank" title="Instagram" class="share-instagram">Instagram</a> | |||
| 8351 | <li><em class="porto-icon-phone theme-color"> </em> <p>(123)456-7890</p></li> | |||||
| 8352 | <li><em class="porto-icon-mail theme-color"> </em> <p><a href="mailto:mail@example.com">mail@example.com</a></p></li> | |||||
| 8353 | </ul> | |||||
| 8354 | </div> | 5375 | </div> | |||
| 8355 | </div>]]> | 5376 | </div> | |||
| 5377 | <div class="widget widget_text"> | |||||
| 5378 | <h3 class="widget-title">Subscribe newsletter</h3> | |||||
| 5379 | <div class="textwidget"><p>Get all the latest information on Events, Sales and Offers.</p></div> | |||||
| 5380 | </div> | |||||
| 5381 | <div class="widget widget_text"> | |||||
| 5382 | <div class="textwidget"> | |||||
| 5383 | {{block class="Magento\Newsletter\Block\Subscribe" name="home.newsletter" template="subscribe_form_footer.phtml"}} | |||||
| 5384 | </div> | |||||
| 5385 | </div> | |||||
| 5386 | <style> | |||||
| 5387 | .footer .footer-middle .col-lg-12:before { | |||||
| 5388 | content: ''; | |||||
| 5389 | border-top: 1px solid #e7e7e7; | |||||
| 5390 | display: block; | |||||
| 5391 | margin-bottom: 3rem; | |||||
| 5392 | -ms-flex: 0 0 100%; | |||||
| 5393 | flex: 0 0 100%; | |||||
| 5394 | } | |||||
| 5395 | ||||||
| 5396 | .footer .widget + .widget { | |||||
| 5397 | margin-top: 0; | |||||
| 5398 | } | |||||
| 5399 | .footer .footer-middle .col-lg-12 { | |||||
| 5400 | margin-top: 2rem; | |||||
| 5401 | margin-bottom: 1rem; | |||||
| 5402 | display: flex; | |||||
| 5403 | flex-wrap: wrap; | |||||
| 5404 | justify-content: space-between; | |||||
| 5405 | } | |||||
| 5406 | .footer-middle .col-lg-12 .widget { | |||||
| 5407 | margin: 0 0 1.4rem; | |||||
| 5408 | flex: 0 0 100%; | |||||
| 5409 | } | |||||
| 5410 | .footer .footer-middle .col-lg-12 .widget-title { | |||||
| 5411 | font-size: 1.077em; | |||||
| 5412 | margin-bottom: .2rem; | |||||
| 5413 | } | |||||
| 5414 | @media (min-width: 992px) { | |||||
| 5415 | .footer-middle .col-lg-12 .widget { | |||||
| 5416 | flex: 0 0 33.3333%; | |||||
| 5417 | } | |||||
| 5418 | } | |||||
| 5419 | .footer .follow-us .share-links a:not(:hover) { | |||||
| 5420 | background: #f4f4f4; | |||||
| 5421 | color: #333; | |||||
| 5422 | } | |||||
| 5423 | .footer .follow-us .share-links a { | |||||
| 5424 | width: 30px; | |||||
| 5425 | height: 30px; | |||||
| 5426 | border: none; | |||||
| 5427 | } | |||||
| 5428 | .footer .newsletter input { | |||||
| 5429 | background: #f4f4f4; | |||||
| 5430 | padding-left: 1.5rem; | |||||
| 5431 | color: #686865; | |||||
| 5432 | height: 44px; | |||||
| 5433 | font-size: .75rem; | |||||
| 5434 | margin-bottom: 10px; | |||||
| 5435 | } | |||||
| 5436 | .footer .newsletter input:placeholder { | |||||
| 5437 | color: inherit; | |||||
| 5438 | } | |||||
| 5439 | .footer .newsletter .action.subscribe { | |||||
| 5440 | height: 44px; | |||||
| 5441 | padding: 0 1.25rem; | |||||
| 5442 | font-size: 11px; | |||||
| 5443 | } | |||||
| 5444 | </style>]]> | |||||
| 8356 | </content> | 5445 | </content> | |||
| 8357 | 5446 | |||||
| 8358 | <is_active> | 5447 | <is_active> | |||
| 8359 | 1 | 5448 | 1 | |||
| 8360 | </is_active> | 5449 | </is_active> | |||
| 8361 | 5450 | |||||
| 8362 | </cms_item> | 5451 | </cms_item> | |||
| 8363 | 5452 | |||||
| 8364 | <cms_item> | 5453 | <cms_item> | |||
| 8365 | 5454 | |||||
| 8366 | <title> | 5455 | <title> | |||
| 8367 | Porto - Footer Middle - 1st Column for Demo 10 | 5456 | Footer Middle Main Features 5 | |||
| 8368 | </title> | 5457 | </title> | |||
| 8369 | 5458 | |||||
| 8370 | <identifier> | 5459 | <identifier> | |||
| 8371 | porto_footer_middle_1_for_10 | 5460 | footer_middle_main_features5 | |||
| 8372 | </identifier> | 5461 | </identifier> | |||
| 8373 | 5462 | |||||
| 8374 | <content> | 5463 | <content> | |||
| 8375 | <![CDATA[<div class="block"> | 5464 | <![CDATA[<div class="widget widget_text"> | |||
| 8376 | <div class="block-title"><strong><span>Contact Info</span></strong></div> | 5465 | <h3 class="widget-title">Main Features</h3> | |||
| 8377 | <div class="block-content"> | 5466 | <div class="textwidget"> | |||
| 8378 | <ul class="contact-info" style="padding-top: 7px;"> | 5467 | <div class="row"> | |||
| 8379 | <li><p><b style="text-transform:uppercase;">Address</b><br/>123 Street Name, City, England</p></li> | 5468 | <div class="col-sm-6"> | |||
| 8380 | <li><p><b style="text-transform:uppercase;">Phone</b><br/>(123) 456-7890</p></li> | 5469 | <ul> | |||
| 5470 | <li><a href="#">Super Fast WordPress Theme</a></li> | |||||
| 5471 | <li><a href="#">1st Fully working Ajax Theme</a></li> | |||||
| 5472 | <li><a href="#">36 Unique Shop Layouts</a></li> | |||||
| 8381 | </ul> | 5473 | </ul> | |||
| 8382 | </div> | 5474 | </div> | |||
| 8383 | </div>]]> | 5475 | <div class="col-sm-6"> | |||
| 5476 | <ul> | |||||
| 5477 | <li><a href="#">Powerful Admin Panel</a></li> | |||||
| 5478 | <li><a href="#">Mobile & Retina Optimized</a></li> | |||||
| 5479 | </ul> | |||||
| 5480 | </div> | |||||
| 5481 | </div> | |||||
| 5482 | </div> | |||||
| 5483 | </div> | |||||
| 5484 | ]]> | |||||
| 8384 | </content> | 5485 | </content> | |||
| 8385 | 5486 | |||||
| 8386 | <is_active> | 5487 | <is_active> | |||
| 8387 | 1 | 5488 | 1 | |||
| 8388 | </is_active> | 5489 | </is_active> | |||
| 8389 | 5490 | |||||
| 8390 | </cms_item> | 5491 | </cms_item> | |||
| 8391 | 5492 | |||||
| 8392 | <cms_item> | 5493 | <cms_item> | |||
| 8393 | 5494 | |||||
| 8394 | <title> | 5495 | <title> | |||
| 8395 | Porto - Footer Middle - 2st Column for Demo 10 | 5496 | Banner Category Demo 23 | |||
| 8396 | </title> | 5497 | </title> | |||
| 8397 | 5498 | |||||
| 8398 | <identifier> | 5499 | <identifier> | |||
| 8399 | porto_footer_middle_2_for_10 | 5500 | banner_category_demo23 | |||
| 8400 | </identifier> | 5501 | </identifier> | |||
| 8401 | 5502 | |||||
| 8402 | <content> | 5503 | <content> | |||
| 8403 | <![CDATA[<div class="row"> | 5504 | <![CDATA[<div class="porto-block"> | |||
| 8404 | <div class="col-md-12"> | 5505 | <style> | |||
| 8405 | <div class="block-right"> | 5506 | .col-md-3-5,.col-md-2-5 { | |||
| 8406 | <div class="row"> | 5507 | padding-left: 10px; | |||
| 8407 | <div class="col-md-5"> | 5508 | padding-right: 10px; | |||
| 8408 | <div class="block"> | 5509 | } | |||
| 8409 | <div class="block-title"><strong><span>MY ACCOUNT</span></strong></div> | 5510 | @media (min-width: 768px) { | |||
| 8410 | <div class="block-content"> | 5511 | .col-md-3-5 { | |||
| 8411 | <div class="row"> | 5512 | flex: 0 0 60%; | |||
| 8412 | <div class="col-md-6"> | 5513 | width: 60%; | |||
| 8413 | <ul class="links"> | 5514 | } | |||
| 8414 | <li><a href="{{store url="about-porto-2"}}" title="About us">About us</a></li> | 5515 | .col-md-2-5 { | |||
| 8415 | <li><a href="{{store url="contact"}}" title="Contact Us">Contact us</a></li> | 5516 | flex: 0 0 40%; | |||
| 8416 | <li><a href="{{store url="customer/account"}}" title="My Account">My Account</a></li> | 5517 | width: 40%; | |||
| 8417 | </ul> | 5518 | } | |||
| 8418 | </div> | 5519 | } | |||
| 8419 | <div class=" | 5520 | </style> | |||
| 8420 | <ul class="links"> | 5521 | <div class="row m-b-lg no-padding" style="background-color: #f4f4f4;"> | |||
| 8421 | <li><a href="{{store url="sales/order/history"}}" title="Order history">Order history</a></li> | 5522 | <div class="shop-category-banner col-md-5" | |||
| 8422 | <li><a href="{{store url="catalogsearch/advanced"}}" title="Contact us">Advanced search</a></li> | 5523 | style=" | |||
| 8423 | <li><a href="{{store url="customer/login"}}" title="Login">Login</a></li> | 5524 | padding-top: 80px; | |||
| 8424 | </ul> | 5525 | padding-bottom: 80px; | |||
| 8425 | </div> | 5526 | background-position: right center; | |||
| 8426 | </div> | 5527 | background-repeat: no-repeat; | |||
| 8427 | </div> | 5528 | background-size: cover; | |||
| 8428 | </div> | 5529 | background-image: url('{{media url="wysiwyg/smartwave/porto/category/banner/shop23_shop_banner.jpg"}}'); | |||
| 5530 | "> | |||||
| 5531 | <div class="wpb_wrapper vc_column-inner"></div> | |||||
| 8429 | </div> | 5532 | </div> | |||
| 8430 | <div class="col-md-7"> | 5533 | <div class="px-4 px-md-0 col-md-7" style="padding-top: 45px; padding-bottom: 45px;"> | |||
| 8431 | <div class="block"> | 5534 | <div class="wpb_wrapper vc_column-inner"> | |||
| 8432 | <div class="block-title"><strong><span>Main Features</span></strong></div> | 5535 | <div class="vc_row wpb_row vc_inner row vc_row-o-content-middle vc_row-flex"> | |||
| 8433 | <div class="block-content"> | 5536 | <div class="mb-4 mb-md-0 col-md-3-5"> | |||
| 8434 | <div class="row"> | 5537 | <div class="wpb_wrapper vc_column-inner"> | |||
| 8435 | <div class=" | 5538 | <h2 style="font-size: 24px; line-height: 1.5; font-weight: 700;" class="vc_custom_heading mb-0 align-left">Meet Porto</h2> | |||
| 8436 | <ul class="features"> | 5539 | <p style="font-size: 16.5px; line-height: 26px;" class="vc_custom_heading mb-0 align-left">The easier way to build your portfolio & showcase your work.</p> | |||
| 8437 | <li><a href="#">Super Fast Magento Theme</a></li> | |||||
| 8438 | <li><a href="#">1st Fully working Ajax Theme</a></li> | |||||
| 8439 | <li><a href="#">20 Unique Homepage Layouts</a></li> | |||||
| 8440 | </ul> | |||||
| 8441 | </div> | 5540 | </div> | |||
| 8442 | <div class="col-md-6"> | |||||
| 8443 | <ul class="features"> | |||||
| 8444 | <li><a href="#">Powerful Admin Panel</a></li> | |||||
| 8445 | <li><a href="#">Mobile & Retina Optimized</a></li> | |||||
| 8446 | </ul> | |||||
| 8447 | </div> | 5541 | </div> | |||
| 5542 | <div class="col-md-2-5 d-flex align-items-center"> | |||||
| 5543 | <div class="wpb_wrapper vc_column-inner"> | |||||
| 5544 | <div class="btn-container mb-0 d-inline-block"> | |||||
| 5545 | <a class="btn-shape-arount btn btn-modern btn-md btn-dark" href="#" title="">Get Started <i style="padding-left: 7px;" class="fas fa-chevron-right"></i></a> | |||||
| 8448 | </div> | 5546 | </div> | |||
| 8449 | </div> | 5547 | </div> | |||
| 8450 | </div> | 5548 | </div> | |||
| 8451 | </div> | 5549 | </div> | |||
| 8452 | </div> | 5550 | </div> | |||
| 8453 | </div> | 5551 | </div> | |||
| 8454 | </div> | 5552 | </div> | |||
| 8455 | </div> ]]> | 5553 | </div> | |||
| 5554 | ]]> | |||||
| 8456 | </content> | 5555 | </content> | |||
| 8457 | 5556 | |||||
| 8458 | <is_active> | 5557 | <is_active> | |||
| 8459 | 1 | 5558 | 1 | |||
| 8460 | </is_active> | 5559 | </is_active> | |||
| 8461 | 5560 | |||||
| 8462 | </cms_item> | 5561 | </cms_item> | |||
| 8463 | 5562 | |||||
| 8464 | <cms_item> | 5563 | <cms_item> | |||
| 8465 | 5564 | |||||
| 8466 | <title> | 5565 | <title> | |||
| 8467 | Porto - Footer Middle - 2st Column for Demo 13 | 5566 | Porto - Custom Notice Block 11 | |||
| 8468 | </title> | 5567 | </title> | |||
| 8469 | 5568 | |||||
| 8470 | <identifier> | 5569 | <identifier> | |||
| 8471 | porto_footer_middle_2_for_13 | 5570 | porto_custom_notice11 | |||
| 8472 | </identifier> | 5571 | </identifier> | |||
| 8473 | 5572 | |||||
| 8474 | <content> | 5573 | <content> | |||
| 8475 | <![CDATA[<div class="row"> | 5574 | <![CDATA[<div class="porto-block" style="background-color: #3256f4;"> | |||
| 8476 | <div class="col-md-12"> | 5575 | <style> | |||
| 8477 | <div class="block-right"> | 5576 | .porto-block-html-top .porto-sicon-box { | |||
| 8478 | <div class="row"> | 5577 | justify-content: center; | |||
| 8479 | <div class="col-md-4"> | 5578 | } | |||
| 8480 | <div class="block"> | 5579 | </style> | |||
| 8481 | <div class="block-title"><strong><span>MY ACCOUNT</span></strong></div> | 5580 | <div class="row no-padding mt-0 mb-0 pt-0 pb-0"> | |||
| 8482 | <div class="block-content"> | 5581 | <div class="vc_column_container col-md-12"> | |||
| 8483 | <div class="row"> | 5582 | <div class="wpb_wrapper vc_column-inner"> | |||
| 8484 | <div class="col-md-6"> | 5583 | <div class="notice-carousel porto-carousel owl-carousel mb-0 w-100"> | |||
| 8485 | <ul class="links"> | 5584 | <div class="porto-sicon-box mb-0 style_1 default-icon" style="padding: 12px 10px;"> | |||
| 8486 | <li><a href="{{store url="about-porto-13"}}" title="About us">About us</a></li> | 5585 | <div class="porto-sicon-default"> | |||
| 8487 | <li><a href="{{store url="contact"}}" title="Contact Us">Contact us</a></li> | 5586 | <div class="porto-just-icon-wrapper" style="text-align: center;"> | |||
| 8488 | <li><a href="{{store url="customer/account"}}" title="My Account">My Account</a></li> | 5587 | <div class="porto-icon none" style="color: #ffffff; font-size: 24px; display: inline-block;"><i class="porto-icon-shipping"></i></div> | |||
| 8489 | </ul> | |||||
| 8490 | </div> | 5588 | </div> | |||
| 8491 | <div class="col-md-6"> | |||||
| 8492 | <ul class="links"> | |||||
| 8493 | <li><a href="{{store url="sales/order/history"}}" title="Order history">Order history</a></li> | |||||
| 8494 | <li><a href="{{store url="catalogsearch/advanced"}}" title="Contact us">Advanced search</a></li> | |||||
| 8495 | <li><a href="{{store url="customer/login"}}" title="Login">Login</a></li> | |||||
| 8496 | </ul> | |||||
| 8497 | </div> | 5589 | </div> | |||
| 5590 | <div class="porto-sicon-header"><h3 class="porto-sicon-title" style="font-weight: 600; font-size: 13px; color: #ffffff;">Free Shipping on Orders Over $99</h3></div> | |||||
| 8498 | </div> | 5591 | </div> | |||
| 5592 | <div class="porto-sicon-box mb-0 style_1 default-icon" style="padding: 12px 10px; background-color: #284cea;"> | |||||
| 5593 | <div class="porto-sicon-default"> | |||||
| 5594 | <div class="porto-just-icon-wrapper" style="text-align: center;"> | |||||
| 5595 | <div class="porto-icon none" style="color: #ffffff; font-size: 24px; display: inline-block;"><i class="porto-icon-money"></i></div> | |||||
| 8499 | </div> | 5596 | </div> | |||
| 8500 | </div> | 5597 | </div> | |||
| 5598 | <div class="porto-sicon-header"><h3 class="porto-sicon-title" style="font-weight: 600; font-size: 13px; color: #ffffff;">Up to 40% OFF on Selected Items</h3></div> | |||||
| 8501 | </div> | 5599 | </div> | |||
| 8502 | <div class="col-md-5"> | 5600 | <div class="porto-sicon-box mb-0 style_1 default-icon" style="padding: 12px 10px;"> | |||
| 8503 | <div class="block"> | 5601 | <div class="porto-sicon-default"> | |||
| 8504 | <div class="block-title"><strong><span>Main Features</span></strong></div> | 5602 | <div class="porto-just-icon-wrapper" style="text-align: center;"> | |||
| 8505 | <div class="block-content"> | 5603 | <div class="porto-icon none" style="color: #ffffff; font-size: 24px; display: inline-block;"><i class="Simple-Line-Icons-graduation"></i></div> | |||
| 8506 | <div class="row"> | |||||
| 8507 | <div class="col-md-6"> | |||||
| 8508 | <ul class="features"> | |||||
| 8509 | <li><a href="#">Super Fast Magento Theme</a></li> | |||||
| 8510 | <li><a href="#">1st Fully working Ajax Theme</a></li> | |||||
| 8511 | <li><a href="#">20 Unique Homepage Layouts</a></li> | |||||
| 8512 | </ul> | |||||
| 8513 | </div> | |||||
| 8514 | <div class="col-md-6"> | |||||
| 8515 | <ul class="features"> | |||||
| 8516 | <li><a href="#">Powerful Admin Panel</a></li> | |||||
| 8517 | <li><a href="#">Mobile & Retina Optimized</a></li> | |||||
| 8518 | </ul> | |||||
| 8519 | </div> | 5604 | </div> | |||
| 8520 | </div> | 5605 | </div> | |||
| 5606 | <div class="porto-sicon-header"><h3 class="porto-sicon-title" style="font-weight: 600; font-size: 13px; color: #ffffff;">15% OFF Student Discount</h3></div> | |||||
| 8521 | </div> | 5607 | </div> | |||
| 8522 | </div> | 5608 | </div> | |||
| 8523 | </div> | 5609 | <script type="text/javascript"> | |||
| 8524 | <div class="col-md-3"> | 5610 | require(["jquery", "owl.carousel/owl.carousel.min"], function ($) { | |||
| 8525 | <div class="block"> | 5611 | $(".notice-carousel.owl-carousel").owlCarousel({ | |||
| 8526 | <div class="block-title"><strong><span>Working Days/Hours</span></strong></div> | 5612 | autoplay: false, | |||
| 8527 | <div class="block-content"> | 5613 | autoplayTimeout: 5000, | |||
| 8528 | Mon - Sun / 9:00AM - 8:00PM | 5614 | autoplayHoverPause: true, | |||
| 8529 | </div> | 5615 | loop: false, | |||
| 8530 | </div> | 5616 | navRewind: true, | |||
| 8531 | </div> | 5617 | lazyLoad: true, | |||
| 5618 | margin: 0, | |||||
| 5619 | nav: false, | |||||
| 5620 | dots: false, | |||||
| 5621 | responsive: { | |||||
| 5622 | 0: { | |||||
| 5623 | items: 1, | |||||
| 5624 | }, | |||||
| 5625 | 640: { | |||||
| 5626 | items: 1, | |||||
| 5627 | }, | |||||
| 5628 | 768: { | |||||
| 5629 | items: 2, | |||||
| 5630 | }, | |||||
| 5631 | 992: { | |||||
| 5632 | items: 2, | |||||
| 5633 | }, | |||||
| 5634 | 1200: { | |||||
| 5635 | items: 3, | |||||
| 5636 | }, | |||||
| 5637 | }, | |||||
| 5638 | }); | |||||
| 5639 | }); | |||||
| 5640 | </script> | |||||
| 8532 | </div> | 5641 | </div> | |||
| 8533 | </div> | 5642 | </div> | |||
| 8534 | </div> | 5643 | </div> | |||
| 8535 | </div> | 5644 | </div> | |||
| 8536 | <div class="row"> | 5645 | ]]> | |||
| 8537 | <div class="col-md-12"> | |||||
| 8538 | <div class="block-bottom"> | |||||
| 8539 | <div class="row"> | |||||
| 8540 | <div class="col-md-5"> | |||||
| 8541 | <address style="float:left;font-size:13px;">© Porto eCommerce. 2020. All Rights Reserved</address> | |||||
| 8542 | </div> | |||||
| 8543 | <div class="col-md-7"> | |||||
| 8544 | <div class="custom-block" style="float:right;"><img src="{{media url="wysiwyg/smartwave/porto/footer/payment-icon.png"}}" style="max-width: 100%;" alt="" /></div> | |||||
| 8545 | </div> | |||||
| 8546 | </div> | |||||
| 8547 | </div> | |||||
| 8548 | </div> | |||||
| 8549 | </div>]]> | |||||
| 8550 | </content> | 5646 | </content> | |||
| 8551 | 5647 | |||||
| 8552 | <is_active> | 5648 | <is_active> | |||
| 8553 | 1 | 5649 | 1 | |||
| 8554 | </is_active> | 5650 | </is_active> | |||
| 8555 | 5651 | |||||
| 8556 | </cms_item> | 5652 | </cms_item> | |||
| 8557 | 5653 | |||||
| 8558 | <cms_item> | 5654 | <cms_item> | |||
| 8559 | 5655 | |||||
| 8560 | <title> | 5656 | <title> | |||
| 8561 | Porto - Footer Bottom Social Icon Demo10 | 5657 | Porto Custom Block Header Menu 2 | |||
| 8562 | </title> | 5658 | </title> | |||
| 8563 | 5659 | |||||
| 8564 | <identifier> | 5660 | <identifier> | |||
| 8565 | porto_footer_bottom_social_icon_demo10 | 5661 | porto_custom_block_header_menu2 | |||
| 8566 | </identifier> | 5662 | </identifier> | |||
| 8567 | 5663 | |||||
| 8568 | <content> | 5664 | <content> | |||
| 8569 | <![CDATA[<div class="social-icons"> | 5665 | <![CDATA[<span class="separator"></span> | |||
| 8570 | <a href="https://www.facebook.com/" title="Facebook" target="_blank"><i class="porto-icon-facebook"></i></a> | 5666 | <div class="menu-custom-block"> | |||
| 8571 | <a href="https://twitter.com/" title="Twitter" target="_blank"><i class="porto-icon-twitter" aria-hidden="true"></i></a> | 5667 | <a href="#">Sepcial Offer</a> | |||
| 8572 | <a href="https://linkedin.com/" title="Linkedin" target="_blank"><i class="porto-icon-linkedin-squared" aria-hidden="true"></i></a> | 5668 | <a target="_blank" href="https://1.envato.market/j61Ob">Buy Porto</a> | |||
| 8573 | </div>]]> | 5669 | </div> | |||
| 5670 | <style> | |||||
| 5671 | .header .menu-custom-block { | |||||
| 5672 | padding: 10px 0 9px; | |||||
| 5673 | line-height: 22px; | |||||
| 5674 | font-weight: 600; | |||||
| 5675 | font-size: .8571em; | |||||
| 5676 | white-space: nowrap; | |||||
| 5677 | } | |||||
| 5678 | .header .menu-custom-block a { | |||||
| 5679 | display: inline-block; | |||||
| 5680 | padding: 0 15px; | |||||
| 5681 | position: relative; | |||||
| 5682 | font-family: Poppins,sans-serif; | |||||
| 5683 | font-size: 13px; | |||||
| 5684 | font-weight: 600; | |||||
| 5685 | line-height: 13px; | |||||
| 5686 | letter-spacing: 0; | |||||
| 5687 | text-transform: uppercase; | |||||
| 5688 | color: inherit; | |||||
| 5689 | } | |||||
| 5690 | @media(max-width: 1615px){ | |||||
| 5691 | padding-left: 10px; | |||||
| 5692 | padding-right: 10px; | |||||
| 5693 | } | |||||
| 5694 | @media(max-width: 991px) { | |||||
| 5695 | .header .menu-custom-block { | |||||
| 5696 | display: none; | |||||
| 5697 | } | |||||
| 5698 | } | |||||
| 5699 | </style>]]> | |||||
| 8574 | </content> | 5700 | </content> | |||
| 8575 | 5701 | |||||
| 8576 | <is_active> | 5702 | <is_active> | |||
| 8577 | 1 | 5703 | 1 | |||
| 8578 | </is_active> | 5704 | </is_active> | |||
| 8579 | 5705 | |||||
| 8580 | </cms_item> | 5706 | </cms_item> | |||
| 8581 | 5707 | |||||
| 8582 | <cms_item> | 5708 | <cms_item> | |||
| 8583 | 5709 | |||||
| 8584 | <title> | 5710 | <title> | |||
| 8585 | Porto - Custom Block for Footer Bottom Area for Home 14 | 5711 | Footer Middle Contact Info 6 | |||
| 8586 | </title> | 5712 | </title> | |||
| 8587 | 5713 | |||||
| 8588 | <identifier> | 5714 | <identifier> | |||
| 8589 | porto_footer_bottom_custom_block_home14 | 5715 | footer_middle_contact_info6 | |||
| 8590 | </identifier> | 5716 | </identifier> | |||
| 8591 | 5717 | |||||
| 8592 | <content> | 5718 | <content> | |||
| 8593 | <![CDATA[<img src="{{media url="wysiwyg/smartwave/porto/footer/payments.png"}}" alt="" style="margin-left: 15px;" />]]> | 5719 | <![CDATA[<div class="widget widget-block"> | |||
| 5720 | <style> | |||||
| 5721 | .col-md-2-5, .col-md-3-5 { | |||||
| 5722 | padding-left: 10px; | |||||
| 5723 | padding-right: 10px; | |||||
| 5724 | } | |||||
| 5725 | @media (min-width: 768px) { | |||||
| 5726 | .col-md-2-5 { | |||||
| 5727 | flex: 0 0 40%; | |||||
| 5728 | width: 40%; | |||||
| 5729 | } | |||||
| 5730 | .col-md-3-5 { | |||||
| 5731 | flex: 0 0 60%; | |||||
| 5732 | width: 60%; | |||||
| 5733 | } | |||||
| 5734 | } | |||||
| 5735 | </style> | |||||
| 5736 | <div class="block"> | |||||
| 5737 | <div class="porto-block"> | |||||
| 5738 | <div class="row"> | |||||
| 5739 | <div class="col-md-12"> | |||||
| 5740 | <div class="wpb_wrapper vc_column-inner"> | |||||
| 5741 | <div class="wpb_single_image wpb_content_element vc_align_left mb-4"> | |||||
| 5742 | <div class="wpb_wrapper"> | |||||
| 5743 | <a href="#" target="_self"> | |||||
| 5744 | <div class="vc_single_image-wrapper vc_box_border_grey"> | |||||
| 5745 | <img src="{{media url="logo/default/logo_ecomblack_lg.png"}}" style="max-width:111px;display: block;"/> | |||||
| 5746 | </div> | |||||
| 5747 | </a> | |||||
| 5748 | </div> | |||||
| 5749 | </div> | |||||
| 5750 | <p class="vc_custom_heading align-left">Lorem ipsum dolor sit amet, consectetur adipiscing elit. Praesent pulvinar feugiat quam, vitae aliquam urna egestas nec. Phasellus sit amet consequat tortor.</p> | |||||
| 5751 | <div class="vc_row wpb_row vc_inner row"> | |||||
| 5752 | <div class="col-md-2-5"> | |||||
| 5753 | <div class="wpb_wrapper vc_column-inner"> | |||||
| 5754 | <h6 style="font-weight: 600;" class="vc_custom_heading text-color-dark mb-0 align-left text-uppercase">questions?</h6> | |||||
| 5755 | <h3 style="font-size: 22px; line-height: 1.4; font-weight: 700;" class="vc_custom_heading text-color-primary mb-4 mb-md-0 align-left">(123) 456-7890</h3> | |||||
| 5756 | </div> | |||||
| 5757 | </div> | |||||
| 5758 | <div class="col-md-3-5"> | |||||
| 5759 | <div class="wpb_wrapper vc_column-inner"> | |||||
| 5760 | <h6 style="font-weight: 600; margin-bottom: 1px;" class="vc_custom_heading text-color-dark align-left text-uppercase">payment methods</h6> | |||||
| 5761 | <div class="wpb_single_image wpb_content_element vc_align_left mb-0"> | |||||
| 5762 | <div class="wpb_wrapper"> | |||||
| 5763 | <div class="vc_single_image-wrapper vc_box_border_grey"> | |||||
| 5764 | <img src='{{media url="wysiwyg/smartwave/porto/homepage/24/shop24_payment_logo.jpg"}}' /> | |||||
| 5765 | </div> | |||||
| 5766 | </div> | |||||
| 5767 | </div> | |||||
| 5768 | </div> | |||||
| 5769 | </div> | |||||
| 5770 | </div> | |||||
| 5771 | </div> | |||||
| 5772 | </div> | |||||
| 5773 | </div> | |||||
| 5774 | </div> | |||||
| 5775 | </div> | |||||
| 5776 | </div> | |||||
| 5777 | ]]> | |||||
| 8594 | </content> | 5778 | </content> | |||
| 8595 | 5779 | |||||
| 8596 | <is_active> | 5780 | <is_active> | |||
| 8597 | 1 | 5781 | 1 | |||
| 8598 | </is_active> | 5782 | </is_active> | |||
| 8599 | 5783 | |||||
| 8600 | </cms_item> | 5784 | </cms_item> | |||
| 8601 | 5785 | |||||
| 8602 | <cms_item> | 5786 | <cms_item> | |||
| 8603 | 5787 | |||||
| 8604 | <title> | 5788 | <title> | |||
| 8605 | Porto - Footer Top Custom Block for Home 17 | 5789 | Porto | |||
| 8606 | </title> | 5790 | </title> | |||
| 8607 | 5791 | |||||
| 8608 | <identifier> | 5792 | <identifier> | |||
| 8609 | porto_footer_top_custom_block_home17 | 5793 | porto_footer_bottom_custom_block_12 | |||
| 8610 | </identifier> | 5794 | </identifier> | |||
| 8611 | 5795 | |||||
| 8612 | <content> | 5796 | <content> | |||
| 8613 | <![CDATA[<div class="homepage-bar"> | 5797 | <![CDATA[<div class="widget follow-us mb-0"> | |||
| 8614 | <div class="row"> | 5798 | <div class="share-links"> | |||
| 8615 | <div class="col-lg-3 col-md-6"> | 5799 | <a href="#" rel="nofollow" target="_blank" title="Facebook" class="share-facebook">Facebook</a> | |||
| 8616 | <em class="porto-icon-truck" style="color: #fff;"></em> | 5800 | <a href="#" rel="nofollow" target="_blank" title="Twitter" class="share-twitter">Twitter</a> | |||
| 8617 | <div class="text-area"><h3 style="color: #fff;">FREE SHIPPING</h3><p>Free shipping on all orders over $99.</p></div> | 5801 | <a href="#" rel="nofollow" target="_blank" title="Linkedin" class="share-linkedin">Linkedin</a> | |||
| 8618 | </div> | |||||
| 8619 | <div class="col-lg-3 col-md-6"> | |||||
| 8620 | <em class="porto-icon-dollar" style="color: #fff;"></em> | |||||
| 8621 | <div class="text-area"><h3 style="color: #fff;">MONEY BACK GUARANTEE</h3><p>100% money back guarantee</p></div> | |||||
| 8622 | </div> | |||||
| 8623 | <div class="col-lg-3 col-md-6 sm-bd-0"> | |||||
| 8624 | <em class="porto-icon-lifebuoy" style="color: #fff;"></em> | |||||
| 8625 | <div class="text-area"><h3 style="color: #fff;">ONLINE SUPPORT 24/7</h3><p>Lorem ipsum dolor sit amet.</p></div> | |||||
| 8626 | </div> | |||||
| 8627 | <div class="col-lg-3 col-md-6"> | |||||
| 8628 | <em class="porto-icon-chat" style="color: #fff;"></em> | |||||
| 8629 | <div class="text-area"><h3 style="color: #fff;">LIVE CHAT</h3><p>Lorem ipsum dolor sit amet.</p></div> | |||||
| 8630 | </div> | |||||
| 8631 | </div> | 5802 | </div> | |||
| 8632 | </div>]]> | 5803 | </div>]]> | |||
| 8633 | </content> | 5804 | </content> | |||
| 8634 | 5805 | |||||
| 8635 | <is_active> | 5806 | <is_active> | |||
| 8636 | 1 | 5807 | 1 | |||
| 8637 | </is_active> | 5808 | </is_active> | |||
| 8638 | 5809 | |||||
| 8639 | </cms_item> | 5810 | </cms_item> | |||
| 8640 | 5811 | |||||
| 8641 | <cms_item> | 5812 | <cms_item> | |||
| 8642 | 5813 | |||||
| 8643 | <title> | 5814 | <title> | |||
| 8644 | Porto - Footer Top - for Demo 17 New | 5815 | Banner Category Demo 24 | |||
| 8645 | </title> | 5816 | </title> | |||
| 8646 | 5817 | |||||
| 8647 | <identifier> | 5818 | <identifier> | |||
| 8648 | porto_footer_top_custom_block_home17_new | 5819 | banner_category_demo24 | |||
| 8649 | </identifier> | 5820 | </identifier> | |||
| 8650 | 5821 | |||||
| 8651 | <content> | 5822 | <content> | |||
| 8652 | <![CDATA[<div class="homepage-bar"> | 5823 | <![CDATA[<div class="porto-block" style="background:#f4f4f4;"> | |||
| 5824 | <style> | |||||
| 5825 | .header-main { | |||||
| 5826 | box-shadow: 0 28px 57px rgba(0, 0, 0, 0.06); | |||||
| 5827 | z-index: 9; | |||||
| 5828 | } | |||||
| 5829 | </style> | |||||
| 5830 | <div class="home-banner text-left"> | |||||
| 8653 | <div class="container"> | 5831 | <div class="container"> | |||
| 8654 | <div class="row | 5832 | <div class="row align-items-center"> | |||
| 8655 | <div class="col-lg-4" style="text-align:left;"> | 5833 | <div class="pl-4 pl-xl-5 col-md-5 mt-0 mb-0" style="padding-top: 20px; padding-bottom: 20px;"> | |||
| 8656 | <i class="porto-icon-shipping" style="font-size:35px;"></i><div class="text-area"><h3>FREE SHIPPING & RETURN</h3><p>Free shipping on all orders over $99.</p></div> | 5834 | <div class="wpb_wrapper vc_column-inner"> | |||
| 5835 | <h5 style="font-size: 18px; color: rgba(34, 37, 41, 0.6); line-height: 1; font-weight: 200;" class="vc_custom_heading mb-0 align-left text-uppercase">BOOK CLUB</h5> | |||||
| 5836 | <h2 style="font-size: 32px; line-height: 1.2; font-weight: 700;" class="vc_custom_heading mb-2 align-left">Summer Reading</h2> | |||||
| 5837 | <h2 style="font-size: 24px; color: #777777; line-height: 1; font-weight: 400;" class="vc_custom_heading mb-0 align-left">The best books for your beach bag</h2> | |||||
| 8657 | </div> | 5838 | </div> | |||
| 8658 | <div class="col-lg-4" style="text-align:center;"> | |||||
| 8659 | <i class="porto-icon-us-dollar" style="font-size:37px;"></i><div class="text-area"><h3>MONEY BACK GUARANTEE</h3><p>100% money back guarantee.</p></div> | |||||
| 8660 | </div> | 5839 | </div> | |||
| 8661 | <div class="col-lg-4" style="text-align:center;"> | 5840 | <div | |||
| 8662 | <i class="porto-icon-support" style="font-size:37px;"></i><div class="text-area"><h3>ONLINE SUPPORT 24/7</h3><p>Lorem ipsum dolor sit amet.</p></div> | 5841 | class="col-md-4" | |||
| 5842 | style=" | |||||
| 5843 | padding-top: 120px; | |||||
| 5844 | padding-bottom: 120px; | |||||
| 5845 | background-position: center; | |||||
| 5846 | background-repeat: no-repeat; | |||||
| 5847 | background-size: cover; | |||||
| 5848 | background-image: url('{{media url="wysiwyg/smartwave/porto/category/banner/shop24_shop_banner.png"}}'); | |||||
| 5849 | " | |||||
| 5850 | > | |||||
| 5851 | <div class="wpb_wrapper vc_column-inner"></div> | |||||
| 8663 | </div> | 5852 | </div> | |||
| 5853 | <div class="col-md-3 mt-0 mb-0" style="padding-top: 20px; padding-bottom: 20px;"> | |||||
| 5854 | <div class="wpb_wrapper vc_column-inner"> | |||||
| 5855 | <div class="btn-container text-center"> | |||||
| 5856 | <button class="btn btn-xl btn-quaternary">EXPLORE BOOKS <i style="padding-left: 7px;" class="fas fa-long-arrow-alt-right"></i></button> | |||||
| 8664 | </div> | 5857 | </div> | |||
| 8665 | </div> | 5858 | </div> | |||
| 8666 | </div>]]> | 5859 | </div> | |||
| 5860 | </div> | |||||
| 5861 | </div> | |||||
| 5862 | </div> | |||||
| 5863 | </div> | |||||
| 5864 | ]]> | |||||
| 8667 | </content> | 5865 | </content> | |||
| 8668 | 5866 | |||||
| 8669 | <is_active> | 5867 | <is_active> | |||
| 8670 | 1 | 5868 | 1 | |||
| 8671 | </is_active> | 5869 | </is_active> | |||
| 8672 | 5870 | |||||
| 8673 | </cms_item> | 5871 | </cms_item> | |||
| 8674 | 5872 | |||||
| 8675 | <cms_item> | 5873 | <cms_item> | |||
| 8676 | 5874 | |||||
| 8677 | <title> | 5875 | <title> | |||
| 8678 | Porto - Footer Top Custom Block for Home12 | 5876 | Porto - | |||
| 8679 | </title> | 5877 | </title> | |||
| 8680 | 5878 | |||||
| 8681 | <identifier> | 5879 | <identifier> | |||
| 8682 | porto_footer_top_custom_block_home12 | 5880 | porto_product_side_custom_block_demo24 | |||
| 8683 | </identifier> | 5881 | </identifier> | |||
| 8684 | 5882 | |||||
| 8685 | <content> | 5883 | <content> | |||
| 8686 | <![CDATA[<div class="footer-top-inner"> | 5884 | <![CDATA[<div class="widget widget-block"> | |||
| 8687 | <div class="row"> | 5885 | <div class="block"> | |||
| 8688 | <div class="col-md-5"> | 5886 | <div class="porto-block"> | |||
| 8689 | <div class="block" style="margin-bottom:0;padding: 23px 0;"> | 5887 | <style> | |||
| 8690 | <div class="block-title"><span>Start Selling Today, <b style="color:#e73d79;text-decoration: underline;font-weight:400;">Buy Porto eCommerce</b></span></div> | 5888 | .col-auto { | |||
| 5889 | flex: 0 0 auto !important; | |||||
| 5890 | width: auto !important; | |||||
| 5891 | } | |||||
| 5892 | .slider-title, .section-title { | |||||
| 5893 | font-size: 1em; | |||||
| 5894 | margin-bottom: .5rem; | |||||
| 5895 | } | |||||
| 5896 | </style> | |||||
| 5897 | <div class="row no-padding" style="margin-bottom: 30px; padding-bottom: 30px; border-bottom: 1px solid #e7e7e7;"> | |||||
| 5898 | <div class="col-md-12"> | |||||
| 5899 | <div class="wpb_wrapper vc_column-inner"> | |||||
| 5900 | <h3 style="font-size: 12px; line-height: 1.4; font-weight: 600;" class="vc_custom_heading mb-3 ls-50em align-left text-uppercase">Featured Books</h3> | |||||
| 5901 | <div id="featured_product"> | |||||
| 5902 | {{block class="Smartwave\Filterproducts\Block\Home\FeaturedList" name="featured_product" product_count="9" aspect_ratio="0" image_width="150" image_height="150" template="side_list.phtml"}} | |||||
| 8691 | </div> | 5903 | </div> | |||
| 5904 | <script type="text/javascript"> | |||||
| 5905 | require([ | |||||
| 5906 | 'jquery', | |||||
| 5907 | 'owl.carousel/owl.carousel.min' | |||||
| 5908 | ], function ($) { | |||||
| 5909 | $("#featured_product .owl-carousel").owlCarousel({ | |||||
| 5910 | loop: false, | |||||
| 5911 | items: 1, | |||||
| 5912 | nav: true, | |||||
| 5913 | dots: false | |||||
| 5914 | }); | |||||
| 5915 | }); | |||||
| 5916 | </script> | |||||
| 8692 | </div> | 5917 | </div> | |||
| 8693 | <div class="col-md-7" style="text-align:right;margin-top:15px;"> | |||||
| 8694 | <div class="block-title" style="display:inline-block;margin-top:15px;margin-right:30px;"><strong><span>Subscribe newsletter</span></strong></div> | |||||
| 8695 | {{block class="Magento\Newsletter\Block\Subscribe" name="home.newsletter" template="subscribe_form_footer.phtml"}} | |||||
| 8696 | </div> | 5918 | </div> | |||
| 8697 | </div> | 5919 | </div> | |||
| 8698 | </div> ]]> | 5920 | <div class="row no-padding" style="margin-bottom: 30px; padding-bottom: 30px; border-bottom: 1px solid #e7e7e7;"> | |||
| 5921 | <div class="col-md-12"> | |||||
| 5922 | <div class="wpb_wrapper vc_column-inner"> | |||||
| 5923 | <h2 style="font-size: 12px; line-height: 1; font-weight: 600;" class="vc_custom_heading mb-1 ls-50em align-left text-uppercase">Custom HTML Block</h2> | |||||
| 5924 | <p style="color: #7a7d82; font-weight: 600;" class="vc_custom_heading align-left">This is a custom sub-title.</p> | |||||
| 5925 | <p style="font-size: 15px; line-height: 27px;" class="vc_custom_heading text-color-dark mb-0 align-left">Lorem ipsum dolor sit amet, consectetur elitad adipiscing Cras non placerat mi.</p> | |||||
| 5926 | </div> | |||||
| 5927 | </div> | |||||
| 5928 | </div> | |||||
| 5929 | <div class="row justify-content-end no-padding" | |||||
| 5930 | style="padding-top: 150px; | |||||
| 5931 | background-position: center; | |||||
| 5932 | background-repeat: no-repeat; | |||||
| 5933 | background-size: cover; | |||||
| 5934 | background-image: url('{{media url="wysiwyg/smartwave/porto/homepage/24/shop24_product_banner.jpg"}}');"> | |||||
| 5935 | <div class="col-auto col-md-3-5" style="padding-right: 25px; padding-bottom: 25px;"> | |||||
| 5936 | <div class="wpb_wrapper vc_column-inner"> | |||||
| 5937 | <h2 style="font-size: 19px; color: #ffffff; line-height: 1; font-weight: 600;" class="vc_custom_heading mb-1 ls-negative-03 align-left text-uppercase">Award Winners</h2> | |||||
| 5938 | <p style="color: rgba(255, 255, 255, 0.5); line-height: 1; font-weight: 500;" class="vc_custom_heading align-left">12 Books</p> | |||||
| 5939 | <div class="btn-container mb-0 d-inline-block"> | |||||
| 5940 | <button class="btn btn-md btn-primary">VIEW COLLECTION <i style="padding-left: 7px;" class="fas fa-long-arrow-alt-right"></i></button> | |||||
| 5941 | </div> | |||||
| 5942 | </div> | |||||
| 5943 | </div> | |||||
| 5944 | </div> | |||||
| 5945 | </div> | |||||
| 5946 | </div> | |||||
| 5947 | </div> | |||||
| 5948 | ]]> | |||||
| 8699 | </content> | 5949 | </content> | |||
| 8700 | 5950 | |||||
| 8701 | <is_active> | 5951 | <is_active> | |||
| 8702 | 1 | 5952 | 1 | |||
| 8703 | </is_active> | 5953 | </is_active> | |||
| 8704 | 5954 | |||||
| 8705 | </cms_item> | 5955 | </cms_item> | |||
| 8706 | 5956 | |||||
| 8707 | <cms_item> | 5957 | <cms_item> | |||
| 8708 | 5958 | |||||
| 8709 | <title> | 5959 | <title> | |||
| 8710 | Porto - Footer Logo | 5960 | Porto - Custom Notice Block 12 | |||
| 8711 | </title> | 5961 | </title> | |||
| 8712 | 5962 | |||||
| 8713 | <identifier> | 5963 | <identifier> | |||
| 8714 | porto_footer_logo | 5964 | porto_custom_notice12 | |||
| 8715 | </identifier> | 5965 | </identifier> | |||
| 8716 | 5966 | |||||
| 8717 | <content> | 5967 | <content> | |||
| 8718 | <![CDATA[<span class="footer-logo" style="display:block;text-align:left;"><img src="{{media url="wysiwyg/smartwave/porto/aboutus/logo_white_new.png"}}" alt="" /></span>]]> | 5968 | <![CDATA[<div class="porto-block" style="background-color: #f4f4f4;"> | |||
| 5969 | <div class="container"> | |||||
| 5970 | <style> | |||||
| 5971 | .top-bar * { | |||||
| 5972 | letter-spacing: -0.02em; | |||||
| 5973 | } | |||||
| 5974 | .top-bar h3.porto-sicon-title { | |||||
| 5975 | letter-spacing: 0.01em; | |||||
| 5976 | } | |||||
| 5977 | .top-heading { | |||||
| 5978 | letter-spacing: -0.02em; | |||||
| 5979 | } | |||||
| 5980 | .top-heading b { | |||||
| 5981 | color: #222529; | |||||
| 5982 | } | |||||
| 5983 | .d-flex > .vc_column-inner { | |||||
| 5984 | width: auto; | |||||
| 5985 | flex: 0 0 auto !important; | |||||
| 5986 | } | |||||
| 5987 | .top-bar.vc_row.vc_row-flex > .vc_column_container > .vc_column-inner { | |||||
| 5988 | flex-direction: row; | |||||
| 5989 | align-items: center | |||||
| 5990 | justify-content: flex-start; | |||||
| 5991 | flex-wrap: wrap; | |||||
| 5992 | max-width: 100%; | |||||
| 5993 | } | |||||
| 5994 | .top-heading i { | |||||
| 5995 | font-weight: 700; | |||||
| 5996 | font-style: normal; | |||||
| 5997 | display: inline-block; | |||||
| 5998 | padding: 8px .5em; | |||||
| 5999 | margin-right: .25em; | |||||
| 6000 | background: linear-gradient(to right,#ec7200,#ffaa01); | |||||
| 6001 | color: #fff; | |||||
| 6002 | transform: rotate(-1deg) | |||||
| 6003 | } | |||||
| 6004 | .top-heading b { | |||||
| 6005 | color: #222529; | |||||
| 6006 | } | |||||
| 6007 | @media (max-width: 991px) { | |||||
| 6008 | .top-bar.vc_row.vc_row-flex > .vc_column_container > .vc_column-inner { | |||||
| 6009 | justify-content: center; | |||||
| 6010 | } | |||||
| 6011 | .top-bar h2 { | |||||
| 6012 | text-align: center; | |||||
| 6013 | } | |||||
| 6014 | } | |||||
| 6015 | </style> | |||||
| 6016 | <div class="row top-bar" style="padding-top: 12px; padding-bottom: 4px;"> | |||||
| 6017 | <div class="d-flex justify-content-center justify-content-lg-end order-lg-2 mb-3 mb-lg-0 col-md-12 col-lg-5"> | |||||
| 6018 | <div class="wpb_wrapper vc_column-inner"> | |||||
| 6019 | <div class="porto-sicon-box mb-2 style_1 default-icon"> | |||||
| 6020 | <div class="porto-sicon-default"> | |||||
| 6021 | <div class="porto-just-icon-wrapper" style="text-align: center;"> | |||||
| 6022 | <div class="porto-icon none" style="color: #222529; font-size: 24px; display: inline-block;"><i class="porto-icon-shipping"></i></div> | |||||
| 6023 | </div> | |||||
| 6024 | </div> | |||||
| 6025 | <div class="porto-sicon-header" style="color:#777;"> | |||||
| 6026 | <h3 class="porto-sicon-title" style="font-weight: 700; font-size: 18px; line-height: 18px;">FREE NEXT DAY DELIVERY*</h3> | |||||
| 6027 | <p style="font-weight: 500; font-size: 11px; line-height: 13px;">* On Business Days - Purchases $100 or More</p> | |||||
| 6028 | </div> | |||||
| 6029 | </div> | |||||
| 6030 | </div> | |||||
| 6031 | </div> | |||||
| 6032 | <div class="d-flex justify-content-center justify-content-lg-start col-md-12 col-lg-7"> | |||||
| 6033 | <div class="wpb_wrapper vc_column-inner d-flex align-items-center"> | |||||
| 6034 | <h2 style="font-size: 18px; color: #777777; line-height: 1; font-weight: 500;" class="vc_custom_heading top-heading mb-2 mr-3 align-left"><i>30% OFF</i> <b>$200*</b> Use Code: <b>PORTOCARS</b></h2> | |||||
| 6035 | <div class="porto-u-heading mb-2" style="color:#777;"> | |||||
| 6036 | <div class="porto-u-main-heading"><h4 class="mb-0" style="font-weight: 600; color: #323232; font-size: 14px; line-height: 14px;">Online Purchases Only</h4></div> | |||||
| 6037 | <div class="porto-u-sub-heading" style="font-weight: 500; font-size: 11px; line-height: 17px;">* Minimal Purchase Price</div> | |||||
| 6038 | </div> | |||||
| 6039 | </div> | |||||
| 6040 | </div> | |||||
| 6041 | </div> | |||||
| 6042 | </div> | |||||
| 6043 | </div> | |||||
| 6044 | ]]> | |||||
| 8719 | </content> | 6045 | </content> | |||
| 8720 | 6046 | |||||
| 8721 | <is_active> | 6047 | <is_active> | |||
| 8722 | 1 | 6048 | 1 | |||
| 8723 | </is_active> | 6049 | </is_active> | |||
| 8724 | 6050 | |||||
| 8725 | </cms_item> | 6051 | </cms_item> | |||
| 8726 | 6052 | |||||
| 8727 | <cms_item> | 6053 | <cms_item> | |||
| 8728 | 6054 | |||||
| 8729 | <title> | 6055 | <title> | |||
| 8730 | Porto - Footer Top Custom Block for Home15 | 6056 | Porto - | |||
| 8731 | </title> | 6057 | </title> | |||
| 8732 | 6058 | |||||
| 8733 | <identifier> | 6059 | <identifier> | |||
| 8734 | porto_footer_top_custom_block_home15 | 6060 | porto_custom_block_for_header_12 | |||
| 8735 | </identifier> | 6061 | </identifier> | |||
| 8736 | 6062 | |||||
| 8737 | <content> | 6063 | <content> | |||
| 8738 | <![CDATA[<div class="row"> | 6064 | <![CDATA[<span class="separator"></span> | |||
| 8739 | <div class="col-md-7"> | 6065 | | |||
| 8740 | <div class=" | 6066 | <p class="font-size-xs text-uppercase font-weight-medium line-height-xs mb-0" style="color:#777;">Call Us Now</p> | |||
| 8741 | <div class="block-title"><strong><span>About Us</span></strong></div> | 6067 | <h3 class="font-weight-bold m-b-n-xs">1-888-123-456</h3> | |||
| 8742 | <div class="block-content"> | 6068 | <a href="#" class="font-weight-medium text-color-primary" style="font-size: 12px; text-decoration: underline;">or Chat Online</a> | |||
| 8743 | <p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nulla tristique augue eget enim<br>feugiat blandit. Phasellus bibendum ex leo, at egestas lacus pellentesque in x leo, at<br>egestas lacus.</p> | |||||
| 8744 | </div> | |||||
| 8745 | </div> | |||||
| 8746 | </div> | 6069 | </div> | |||
| 8747 | <div class="col-md-5"> | 6070 | <span class="separator"></span> | |||
| 8748 | <div class="block"> | 6071 | | |||
| 8749 | <div class="block-title"><strong><span>Contact info</span></strong></div> | 6072 | <a class="porto-sicon-box-link" href="#" title="My Account"> | |||
| 8750 | <div class="block-content"> | 6073 | <div class="porto-sicon-box mb-0 style_1 default-icon"> | |||
| 8751 | <div class="row"> | 6074 | <div class="porto-sicon-default"> | |||
| 8752 | <div class="col-md-6"> | 6075 | <div class="porto-just-icon-wrapper" style="text-align: center;"> | |||
| 8753 | <ul class="contact-info" style="padding-top: 7px;"> | 6076 | <div class="porto-icon advanced" style="color: #222529; background: transparent; border-style: solid; border-color: #e7e7e7; border-width: 1px; width: 50px; height: 50px; line-height: 50px; border-radius: 26px; font-size: 25px; display: inline-block;"> | |||
| 8754 | <li><p><b style="color: #fff;text-transform:uppercase;">Address</b><br>123 Street Name, City, England<br>Pintrest street oklar</p></li> | 6077 | <i class="porto-icon-user-2"></i> | |||
| 8755 | </ul> | |||||
| 8756 | </div> | 6078 | </div> | |||
| 8757 | <div class="col-md-6"> | |||||
| 8758 | <ul class="contact-info" style="margin-top:-35px;"> | |||||
| 8759 | <li><p><b style="color: #fff;text-transform:uppercase;">Phone</b><br>(123) 456-7890</p></li> | |||||
| 8760 | <li><p><b style="color: #fff;text-transform:uppercase;">Email</b><br><a href="mailto:mail@example.com">mail@example.com</a></p></li> | |||||
| 8761 | </ul> | |||||
| 8762 | </div> | 6079 | </div> | |||
| 8763 | </div> | 6080 | </div> | |||
| 6081 | <div class="porto-sicon-header"> | |||||
| 6082 | <h3 class="porto-sicon-title" style="font-weight: 400; font-size: 12px; line-height: 12px; color: #222529;">Hello!</h3> | |||||
| 6083 | <p style="font-weight: 700; font-size: 13px; line-height: 13px; color: #222529;">My Account</p> | |||||
| 8764 | </div> | 6084 | </div> | |||
| 8765 | </div> | 6085 | </div> | |||
| 6086 | </a> | |||||
| 8766 | </div> | 6087 | </div> | |||
| 8767 | </div>]]> | 6088 | <style> | |||
| 6089 | .m-b-n-xs { | |||||
| 6090 | margin-bottom: -5px!important; | |||||
| 6091 | } | |||||
| 6092 | .line-height-xs { | |||||
| 6093 | line-height: 16px!important; | |||||
| 6094 | } | |||||
| 6095 | .page-header .header-main .porto-sicon-box .porto-icon, .default-icon .porto-sicon-default .porto-sicon-img { | |||||
| 6096 | margin-right: 15px; | |||||
| 6097 | } | |||||
| 6098 | </style>]]> | |||||
| 8768 | </content> | 6099 | </content> | |||
| 8769 | 6100 | |||||
| 8770 | <is_active> | 6101 | <is_active> | |||
| 8771 | 1 | 6102 | 1 | |||
| 8772 | </is_active> | 6103 | </is_active> | |||
| 8773 | 6104 | |||||
| 8774 | </cms_item> | 6105 | </cms_item> | |||
| 8775 | 6106 | |||||
| 8776 | <cms_item> | 6107 | <cms_item> | |||
| 8777 | 6108 | |||||
| 8778 | <title> | 6109 | <title> | |||
| 8779 | Porto - Footer Top Custom Block for Home19 | 6110 | Footer Middle Contact Info 7 | |||
| 8780 | </title> | 6111 | </title> | |||
| 8781 | 6112 | |||||
| 8782 | <identifier> | 6113 | <identifier> | |||
| 8783 | porto_footer_top_custom_block_home19 | 6114 | footer_middle_contact_info7 | |||
| 8784 | </identifier> | 6115 | </identifier> | |||
| 8785 | 6116 | |||||
| 8786 | <content> | 6117 | <content> | |||
| 8787 | <![CDATA[<div class="row"> | 6118 | <![CDATA[<div class="widget widget-block"> | |||
| 8788 | <div class="col-xl-5 col-lg-4"> | 6119 | <style> | |||
| 6120 | .col-md-2-5, .col-md-3-5 { | |||||
| 6121 | padding-left: 10px; | |||||
| 6122 | padding-right: 10px; | |||||
| 6123 | } | |||||
| 6124 | @media (min-width: 768px) { | |||||
| 6125 | .col-md-2-5 { | |||||
| 6126 | flex: 0 0 40%; | |||||
| 6127 | width: 40%; | |||||
| 6128 | } | |||||
| 6129 | .col-md-3-5 { | |||||
| 6130 | flex: 0 0 60%; | |||||
| 6131 | width: 60%; | |||||
| 6132 | } | |||||
| 6133 | } | |||||
| 6134 | </style> | |||||
| 8789 | <div class="block"> | 6135 | <div class="block"> | |||
| 8790 | <div class="block-title"><strong><span>About Us</span></strong></div> | 6136 | <div class="porto-block"> | |||
| 8791 | <div class="block-content"> | 6137 | <div class="row"> | |||
| 8792 | <p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nulla tristique augue eget enim<br>feugiat blandit. Phasellus bibendum ex leo, at egestas lacus pellentesque in x leo, at<br>egestas lacus.</p> | 6138 | <div class="col-md-12"> | |||
| 6139 | <div class="wpb_wrapper vc_column-inner"> | |||||
| 6140 | <div class="wpb_single_image wpb_content_element vc_align_left mb-4"> | |||||
| 6141 | <div class="wpb_wrapper"> | |||||
| 6142 | <a href="#" target="_self"> | |||||
| 6143 | <div class="vc_single_image-wrapper vc_box_border_grey"> | |||||
| 6144 | <img src="{{media url="logo/default/logo_ecomwhite_lg.png"}}" style="max-width:111px;display: block;"/> | |||||
| 6145 | </div> | |||||
| 6146 | </a> | |||||
| 8793 | </div> | 6147 | </div> | |||
| 8794 | </div> | 6148 | </div> | |||
| 6149 | <p class="vc_custom_heading align-left">Lorem ipsum dolor sit amet, consectetur adipiscing elit. Praesent pulvinar feugiat quam, vitae aliquam urna egestas nec. Phasellus sit amet consequat tortor.</p> | |||||
| 6150 | <div class="vc_row wpb_row vc_inner row"> | |||||
| 6151 | <div class="col-md-2-5"> | |||||
| 6152 | <div class="wpb_wrapper vc_column-inner"> | |||||
| 6153 | <h6 style="font-weight: 600;" class="vc_custom_heading mb-0 align-left text-uppercase">questions?</h6> | |||||
| 6154 | <h3 style="font-size: 22px; line-height: 1.4; font-weight: 700;" class="vc_custom_heading text-color-primary mb-4 mb-md-0 align-left">(123) 456-7890</h3> | |||||
| 8795 | </div> | 6155 | </div> | |||
| 8796 | <div class="col-xl-7 col-lg-8"> | |||||
| 8797 | <div class="row"> | |||||
| 8798 | <div class="col-lg-5"> | |||||
| 8799 | <div class="block"> | |||||
| 8800 | <div class="subcribe"> | |||||
| 8801 | <div class="block-title"><strong><span>Newsletter</span></strong></div> | |||||
| 8802 | {{block class="Magento\Newsletter\Block\Subscribe" name="home.newsletter" template="subscribe_form_footer.phtml"}} | |||||
| 8803 | </div> | 6156 | </div> | |||
| 6157 | <div class="col-md-3-5"> | |||||
| 6158 | <div class="wpb_wrapper vc_column-inner"> | |||||
| 6159 | <h6 style="font-weight: 600; margin-bottom: 1px;" class="vc_custom_heading align-left text-uppercase">payment methods</h6> | |||||
| 6160 | <div class="wpb_single_image wpb_content_element vc_align_left mb-0"> | |||||
| 6161 | <div class="wpb_wrapper"> | |||||
| 6162 | <div class="vc_single_image-wrapper vc_box_border_grey"> | |||||
| 6163 | <img src='{{media url="wysiwyg/smartwave/porto/footer/shop25_payments.png"}}' /> | |||||
| 8804 | </div> | 6164 | </div> | |||
| 8805 | </div> | 6165 | </div> | |||
| 8806 | <div class="col-lg-7"> | |||||
| 8807 | <div class="block"> | |||||
| 8808 | <div class="block-title"><strong><span>Contact info</span></strong></div> | |||||
| 8809 | <div class="block-content"> | |||||
| 8810 | <div class="row"> | |||||
| 8811 | <div class="col-md-6"> | |||||
| 8812 | <ul class="contact-info" style="padding-top: 7px;"> | |||||
| 8813 | <li><p><b style="color: #fff;text-transform:uppercase;">Address</b><br>123 Street Name, City, England<br>Pintrest street oklar</p></li> | |||||
| 8814 | </ul> | |||||
| 8815 | </div> | 6166 | </div> | |||
| 8816 | <div class="col-md-6"> | |||||
| 8817 | <ul class="contact-info" style="margin-top:-35px;"> | |||||
| 8818 | <li><p><b style="color: #fff;text-transform:uppercase;">Phone</b><br>(123) 456-7890</p></li> | |||||
| 8819 | <li><p><b style="color: #fff;text-transform:uppercase;">Email</b><br><a href="mailto:mail@example.com">mail@example.com</a></p></li> | |||||
| 8820 | </ul> | |||||
| 8821 | </div> | 6167 | </div> | |||
| 8822 | </div> | 6168 | </div> | |||
| 8823 | </div> | 6169 | </div> | |||
| 8824 | </div> | 6170 | </div> | |||
| 8825 | </div> | 6171 | </div> | |||
| 8826 | </div> | 6172 | </div> | |||
| 8827 | </div> | 6173 | </div> | |||
| 8828 | </div>]]> | 6174 | </div> | |||
| 6175 | </div> | |||||
| 6176 | ]]> | |||||
| 8829 | </content> | 6177 | </content> | |||
| 8830 | 6178 | |||||
| 8831 | <is_active> | 6179 | <is_active> | |||
| 8832 | 1 | 6180 | 1 | |||
| 8833 | </is_active> | 6181 | </is_active> | |||
| 8834 | 6182 | |||||
| 8835 | </cms_item> | 6183 | </cms_item> | |||
| 8836 | 6184 | |||||
| 8837 | <cms_item> | 6185 | <cms_item> | |||
| 8838 | 6186 | |||||
| 8839 | <title> | 6187 | <title> | |||
| 8840 | Porto - Footer Middle Custom Block Demo 19 | 6188 | Banner Category Demo 25 | |||
| 8841 | </title> | 6189 | </title> | |||
| 8842 | 6190 | |||||
| 8843 | <identifier> | 6191 | <identifier> | |||
| 8844 | porto_footer_middle_custom_block_home19 | 6192 | banner_category_demo25 | |||
| 8845 | </identifier> | 6193 | </identifier> | |||
| 8846 | 6194 | |||||
| 8847 | <content> | 6195 | <content> | |||
| 8848 | <![CDATA[<div class="row"> | 6196 | <![CDATA[<div class="porto-block"> | |||
| 8849 | <div class="col-md-12"> | 6197 | <style> | |||
| 8850 | <div class="block-middle2"> | 6198 | .home-banner .row { | |||
| 8851 | <div class="row"> | 6199 | background: #f4f4f4; | |||
| 8852 | <div class="col-md-4"> | 6200 | } | |||
| 8853 | <div class="block"> | 6201 | .home-banner h1, .home-banner h2, .home-banner h3 { | |||
| 8854 | <div class="block-title"><strong><span>MY ACCOUNT</span></strong></div> | 6202 | letter-spacing: -.02em; | |||
| 8855 | <div class="block-content"> | 6203 | } | |||
| 8856 | <div class="row"> | 6204 | .vc_custom_heading>small { | |||
| 8857 | <div class="col-md-6"> | 6205 | font-size: 50%!important; | |||
| 8858 | <ul class="links"> | 6206 | font-weight: inherit; | |||
| 8859 | <li><a href="{{store url="about-porto-19"}}" title="About us">About us</a></li> | 6207 | vertical-align: top; | |||
| 8860 | <li><a href="{{store url="contact"}}" title="Contact Us">Contact us</a></li> | 6208 | line-height: 1.6; | |||
| 8861 | <li><a href="{{store url="customer/account"}}" title="My Account">My Account</a></li> | 6209 | display: inline-block!important; | |||
| 8862 | </ul> | 6210 | } | |||
| 8863 | </div> | 6211 | </style> | |||
| 8864 | <div class="col-md-6"> | 6212 | <div class="home-banner porto-inner-container"> | |||
| 8865 | <ul class="links"> | 6213 | <div class="container"> | |||
| 8866 | <li><a href="{{store url="sales/order/history"}}" title="Order history">Order history</a></li> | 6214 | <div class="row align-items-center no-padding"> | |||
| 8867 | <li><a href="{{store url="catalogsearch/advanced"}}" title="Contact us">Advanced search</a></li> | 6215 | <div class="pl-4 pl-lg-2 py-4 col-md-4 offset-lg-1 col-lg-3"> | |||
| 8868 | <li><a href="{{store url="customer/login"}}" title="Login">Login</a></li> | 6216 | <div class="wpb_wrapper vc_column-inner"> | |||
| 8869 | </ul> | 6217 | <div class="wpb_single_image wpb_content_element vc_align_left mb-3"> | |||
| 8870 | </div> | 6218 | <div class="wpb_wrapper"> | |||
| 8871 | </div> | 6219 | <div class="vc_single_image-wrapper vc_box_border_grey"> | |||
| 8872 | </div> | 6220 | <img class="d-block" src="{{media url="wysiwyg/smartwave/porto/homepage/25/shop25_brand.png"}}" /> | |||
| 8873 | </div> | |||||
| 8874 | </div> | |||||
| 8875 | <div class="col-md-8"> | |||||
| 8876 | <div class="block"> | |||||
| 8877 | <div class="block-title"><strong><span>Main Features</span></strong></div> | |||||
| 8878 | <div class="block-content"> | |||||
| 8879 | <div class="row"> | |||||
| 8880 | <div class="col-md-4"> | |||||
| 8881 | <ul class="features"> | |||||
| 8882 | <li><a href="#">Super Fast Magento Theme</a></li> | |||||
| 8883 | <li><a href="#">1st Fully working Ajax Theme</a></li> | |||||
| 8884 | <li><a href="#">20 Unique Homepage Layouts</a></li> | |||||
| 8885 | </ul> | |||||
| 8886 | </div> | 6221 | </div> | |||
| 8887 | <div class="col-md-4"> | |||||
| 8888 | <ul class="features"> | |||||
| 8889 | <li><a href="#">Powerful Admin Panel</a></li> | |||||
| 8890 | <li><a href="#">Mobile & Retina Optimized</a></li> | |||||
| 8891 | </ul> | |||||
| 8892 | </div> | 6222 | </div> | |||
| 8893 | <div class="col-md-4"> | |||||
| 8894 | <div class="social-icons"> | |||||
| 8895 | <a href="https://www.facebook.com/" title="Facebook" target="_blank"><i class="porto-icon-facebook"></i></a> | |||||
| 8896 | <a href="https://twitter.com/" title="Twitter" target="_blank"><i class="porto-icon-twitter"></i></a> | |||||
| 8897 | <a href="https://linkedin.com/" title="Linkedin" target="_blank"><i class="porto-icon-linkedin-squared"></i></a> | |||||
| 8898 | </div> | 6223 | </div> | |||
| 6224 | <p style="font-size: 22px; line-height: 1; font-weight: 500;" class="vc_custom_heading mb-2 align-left text-uppercase">car shock absorbers</p> | |||||
| 6225 | <h2 style="font-size: 35px; line-height: 1.1; font-weight: 700;" class="vc_custom_heading mb-0 align-left text-uppercase">STARTING AT <small>$</small>99<small>99</small></h2> | |||||
| 8899 | </div> | 6226 | </div> | |||
| 8900 | </div> | 6227 | </div> | |||
| 6228 | <div class="col-md-4" | |||||
| 6229 | style=" | |||||
| 6230 | padding-top: 140px; | |||||
| 6231 | padding-bottom: 140px; | |||||
| 6232 | background-position: center; | |||||
| 6233 | background-repeat: no-repeat; | |||||
| 6234 | background-size: contain; | |||||
| 6235 | background-image: url('{{media url="wysiwyg/smartwave/porto/homepage/25/shop25_home_banner1.jpg"}}');"> | |||||
| 6236 | <div class="wpb_wrapper vc_column-inner"></div> | |||||
| 8901 | </div> | 6237 | </div> | |||
| 6238 | <div class="px-4 px-lg-5 py-4 col-md-4 section mt-0 mb-0"> | |||||
| 6239 | <div class="wpb_wrapper vc_column-inner"> | |||||
| 6240 | <h3 style="font-size: 16px; line-height: 1; font-weight: 400;" class="vc_custom_heading mb-3 align-left heading-dark">Start Shopping Right Now</h3> | |||||
| 6241 | <p style="font-size: 11px; line-height: 1.4; font-weight: 400;" class="vc_custom_heading mb-3 align-left">* Get Plus Discount Buying Package</p> | |||||
| 6242 | <div class="btn-container d-inline-block"><button class="btn btn-modern btn-lg btn-quaternary">View Sale</button></div> | |||||
| 8902 | </div> | 6243 | </div> | |||
| 8903 | </div> | 6244 | </div> | |||
| 8904 | </div> | 6245 | </div> | |||
| 8905 | </div> | 6246 | </div> | |||
| 8906 | </div> | 6247 | </div> | |||
| 8907 | </div> | 6248 | </div> | |||
| 8908 | <div class="row"> | 6249 | ]]> | |||
| 8909 | <div class="col-md-12"> | |||||
| 8910 | <div class="block-bottom"> | |||||
| 8911 | <div class="row"> | |||||
| 8912 | <div class="col-md-4"> | |||||
| 8913 | <address style="float:left;font-size:13px;">© Porto eCommerce. 2020. All Rights Reserved</address> | |||||
| 8914 | </div> | |||||
| 8915 | <div class="col-md-8"> | |||||
| 8916 | <div class="custom-block" style="float:right;"><img src="{{media url="wysiwyg/smartwave/porto/footer/payment-icon.png"}}" alt="" /></div> | |||||
| 8917 | </div> | |||||
| 8918 | </div> | |||||
| 8919 | </div> | |||||
| 8920 | </div> | |||||
| 8921 | </div>]]> | |||||
| 8922 | </content> | 6250 | </content> | |||
| 8923 | 6251 | |||||
| 8924 | <is_active> | 6252 | <is_active> | |||
| 8925 | 1 | 6253 | 1 | |||
| 8926 | </is_active> | 6254 | </is_active> | |||
| 8927 | 6255 | |||||
| 8928 | </cms_item> | 6256 | </cms_item> | |||
| 8929 | 6257 | |||||
| 8930 | <cms_item> | 6258 | <cms_item> | |||
| 8931 | 6259 | |||||
| 8932 | <title> | 6260 | <title> | |||
| 8933 | Porto - Footer Middle - 1st Column for Demo 2 New | 6261 | Banner Category Demo 26 | |||
| 8934 | </title> | 6262 | </title> | |||
| 8935 | 6263 | |||||
| 8936 | <identifier> | 6264 | <identifier> | |||
| 8937 | porto_footer_middle_1_for_2_new | 6265 | banner_category_demo26 | |||
| 8938 | </identifier> | 6266 | </identifier> | |||
| 8939 | 6267 | |||||
| 8940 | <content> | 6268 | <content> | |||
| 8941 | <![CDATA[<div class=" | 6269 | <![CDATA[<div class="porto-block" style="background:#f4f4f4;"> | |||
| 8942 | <div class="block-title"><strong><span>Contact Information</span></strong></div> | 6270 | <style> | |||
| 8943 | <div class="block-content"> | 6271 | .home-slider .heading.heading-middle-border h3 { | |||
| 8944 | <ul class="contact-info" style="padding-top: 7px;"> | 6272 | background: #f4f4f4; | |||
| 8945 | <li><i class="porto-icon-direction"> </i><p><b style="color: #fff;text-transform:uppercase;">Address</b><br/>123 Street Name, City, England</p></li> | 6273 | } | |||
| 8946 | <li><i class="porto-icon-phone-1"> </i><p><b style="color: #fff;text-transform:uppercase;">Phone</b><br/>(123) 456-7890</p></li> | 6274 | .has-slash-bg { | |||
| 8947 | <li><i class="porto-icon-mail"> </i><p><b style="color: #fff;text-transform:uppercase;">Email</b><br/><a href="mailto:mail@example.com">mail@example.com</a></p></li> | 6275 | background-size: 100% 100% !important; | |||
| 8948 | <li><i class="porto-icon-clock-1"> </i><p><b style="color: #fff;text-transform:uppercase;">Working Days/Hours</b><br/>Mon - Sun / 9:00AM - 8:00PM</p></li> | 6276 | } | |||
| 8949 | </ul> | 6277 | .home-slider .col-md-4:first-child { | |||
| 6278 | display: flex; | |||||
| 6279 | } | |||||
| 6280 | .home-slider .col-md-4:first-child > .vc_column-inner { | |||||
| 6281 | width: auto; | |||||
| 6282 | } | |||||
| 6283 | .single_image .single_image-wrapper { | |||||
| 6284 | display: inline-block; | |||||
| 6285 | vertical-align: top; | |||||
| 6286 | max-width: 100%; | |||||
| 6287 | } | |||||
| 6288 | .home-slider .btn, .porto-ultimate-content-box .btn { | |||||
| 6289 | padding: 1.125em 4em; | |||||
| 6290 | } | |||||
| 6291 | @media (min-width: 1280px) { | |||||
| 6292 | .offset-xl-2 { | |||||
| 6293 | margin-left: 16.6666666667%; | |||||
| 6294 | } | |||||
| 6295 | } | |||||
| 6296 | @media (min-width: 992px) { | |||||
| 6297 | .has-slash-bg { | |||||
| 6298 | flex: 0 0 36%; | |||||
| 6299 | max-width: 36%; | |||||
| 6300 | } | |||||
| 6301 | .has-slash-bg + div { | |||||
| 6302 | flex: 0 0 30%; | |||||
| 6303 | max-width: 30%; | |||||
| 6304 | } | |||||
| 6305 | } | |||||
| 6306 | @media (max-width: 767px) { | |||||
| 6307 | .has-slash-bg { | |||||
| 6308 | background: none !important; | |||||
| 6309 | } | |||||
| 6310 | } | |||||
| 6311 | </style> | |||||
| 6312 | <div class="home-slider no-padding text-left"> | |||||
| 6313 | <div class="container"> | |||||
| 6314 | <div class="row align-items-center no-padding"> | |||||
| 6315 | <div class="pt-5 pt-md-0 col-md-4 offset-xl-2 col-xl-2"> | |||||
| 6316 | <div class="wpb_wrapper vc_column-inner"> | |||||
| 6317 | <p style="font-size: 29px; color: #999999; line-height: 1; font-weight: 500;" class="vc_custom_heading mb-0 align-left text-uppercase">EXTRA</p> | |||||
| 6318 | <h3 style="font-size: 58px; line-height: 1; font-weight: 700;" class="vc_custom_heading mb-1 align-left text-uppercase">20% OFF</h3> | |||||
| 6319 | <div class="vc_custom_heading mb-3 heading heading-border heading-dark heading-middle-border heading-middle-border-center heading-border-xl"> | |||||
| 6320 | <h3 style="font-size: 29px; line-height: 1; text-align: center; font-weight: 700;border-color: #222529;" class="heading-tag text-uppercase">BIKES</h3> | |||||
| 8950 | </div> | 6321 | </div> | |||
| 8951 | </div>]]> | 6322 | </div> | |||
| 6323 | </div> | |||||
| 6324 | <div class="has-slash-bg px-4 px-xl-5 col-md-5 col-lg-4" | |||||
| 6325 | style="padding-top: 25px; | |||||
| 6326 | padding-bottom: 25px; | |||||
| 6327 | background-position: center; | |||||
| 6328 | background-repeat: no-repeat; | |||||
| 6329 | background-size: cover; | |||||
| 6330 | background-image: url('{{media url="wysiwyg/smartwave/porto/category/banner/shop26_shop_banner_bg.png"}}');"> | |||||
| 6331 | <div class="wpb_wrapper vc_column-inner"> | |||||
| 6332 | <div class="single_image wpb_content_element text-center mb-0"> | |||||
| 6333 | <div class="wpb_wrapper"> | |||||
| 6334 | <div class="single_image-wrapper vc_box_border_grey"> | |||||
| 6335 | <img src="{{media url="wysiwyg/smartwave/porto/category/banner/shop26_shop_banner.png"}}" /> | |||||
| 6336 | </div> | |||||
| 6337 | </div> | |||||
| 6338 | </div> | |||||
| 6339 | </div> | |||||
| 6340 | </div> | |||||
| 6341 | <div class="pb-5 pb-md-0 col-md-3"> | |||||
| 6342 | <div class="wpb_wrapper vc_column-inner"> | |||||
| 6343 | <h3 style="font-size: 33px; line-height: 1; font-weight: 700; letter-spacing: 0.005em;" class="vc_custom_heading mb-4 custom-font4 align-left heading-dark">Summer Sale</h3> | |||||
| 6344 | <div class="btn-container mb-0 d-inline-block"><button class="btn btn-modern btn-lg btn-quaternary">SHOP ALL SALE</button></div> | |||||
| 6345 | </div> | |||||
| 6346 | </div> | |||||
| 6347 | </div> | |||||
| 6348 | </div> | |||||
| 6349 | </div> | |||||
| 6350 | </div> | |||||
| 6351 | ]]> | |||||
| 8952 | </content> | 6352 | </content> | |||
| 8953 | 6353 | |||||
| 8954 | <is_active> | 6354 | <is_active> | |||
| 8955 | 1 | 6355 | 1 | |||
| 8956 | </is_active> | 6356 | </is_active> | |||
| 8957 | 6357 | |||||
| 8958 | </cms_item> | 6358 | </cms_item> | |||
| 8959 | 6359 | |||||
| 8960 | <cms_item> | 6360 | <cms_item> | |||
| 8961 | 6361 | |||||
| 8962 | <title> | 6362 | <title> | |||
| 8963 | Porto - Footer Middle - 2nd Column for Demo 2 New | 6363 | Porto - Custom Notice Block 13 | |||
| 8964 | </title> | 6364 | </title> | |||
| 8965 | 6365 | |||||
| 8966 | <identifier> | 6366 | <identifier> | |||
| 8967 | porto_footer_middle_2_for_2_new | 6367 | porto_custom_notice13 | |||
| 8968 | </identifier> | 6368 | </identifier> | |||
| 8969 | 6369 | |||||
| 8970 | <content> | 6370 | <content> | |||
| 8971 | <![CDATA[<div class="row"> | 6371 | <![CDATA[<div class="porto-block" style="background-color: #4db7b3;"> | |||
| 8972 | <div class="col-md-3"> | 6372 | <style> | |||
| 8973 | <div class="block"> | 6373 | .header-bottom-bar .porto-sicon-box { | |||
| 8974 | <div class="block-title"><strong><span>MY ACCOUNT</span></strong></div> | 6374 | justify-content: center; | |||
| 8975 | <div class="block-content"> | 6375 | } | |||
| 8976 | <ul class="links"> | 6376 | .header-bottom-bar .porto-sicon-default .porto-icon { | |||
| 8977 | <li><i class="porto-icon-right-dir theme-color"></i><a href="{{store url="about-porto-3"}}" title="About us">About us</a></li> | 6377 | margin-right: 0.5rem; | |||
| 8978 | <li><i class="porto-icon-right-dir theme-color"></i><a href="{{store url="contact"}}" title="Contact Us">Contact us</a></li> | 6378 | } | |||
| 8979 | <li><i class="porto-icon-right-dir theme-color"></i><a href="{{store url="customer/account"}}" title="My Account">My Account</a></li> | 6379 | </style> | |||
| 8980 | <li><i class="porto-icon-right-dir theme-color"></i><a href="{{store url="sales/order/history"}}" title="My Account">Order history</a></li> | 6380 | <div class="row header-bottom-bar no-padding"> | |||
| 8981 | <li><i class="porto-icon-right-dir theme-color"></i><a href="{{store url="catalogsearch/advanced"}}" title="Contact us">Advanced search</a></li> | 6381 | <div class="position-static col-md-12"> | |||
| 8982 | </ul> | 6382 | <div class="wpb_wrapper vc_column-inner"> | |||
| 6383 | <div class="notice-carousel porto-carousel owl-carousel mb-0"> | |||||
| 6384 | <div class="porto-sicon-box mb-0 style_1 default-icon" style="padding: 12px 10px;"> | |||||
| 6385 | <div class="porto-sicon-default"> | |||||
| 6386 | <div class="porto-just-icon-wrapper" style="text-align: center;"> | |||||
| 6387 | <div class="porto-icon none" style="color: #ffffff; font-size: 26px; display: inline-block;"><i class="porto-icon-shipping"></i></div> | |||||
| 8983 | </div> | 6388 | </div> | |||
| 8984 | </div> | 6389 | </div> | |||
| 6390 | <div class="porto-sicon-header"><h3 class="porto-sicon-title" style="font-weight: 700; font-size: 14px; line-height: 16px; letter-spacing: -0.02em; color: #ffffff;">FREE SHIPPING & RETURN</h3></div> | |||||
| 8985 | </div> | 6391 | </div> | |||
| 8986 | <div class="col-md-5"> | 6392 | <div class="porto-sicon-box mb-0 style_1 default-icon" style="padding: 12px 10px; background-color: #43ada9;"> | |||
| 8987 | <div class="block"> | 6393 | <div class="porto-sicon-default"> | |||
| 8988 | <div class="block-title"><strong><span>Main Features</span></strong></div> | 6394 | <div class="porto-just-icon-wrapper" style="text-align: center;"> | |||
| 8989 | <div class="block-content"> | 6395 | <div class="porto-icon none" style="color: #ffffff; font-size: 26px; display: inline-block;"><i class="porto-icon-money"></i></div> | |||
| 8990 | <ul class="features"> | |||||
| 8991 | <li><i class="porto-icon-right-dir theme-color"></i><a href="#">Super Fast Magento Theme</a></li> | |||||
| 8992 | <li><i class="porto-icon-right-dir theme-color"></i><a href="#">1st Fully working Ajax Theme</a></li> | |||||
| 8993 | <li><i class="porto-icon-right-dir theme-color"></i><a href="#">20 Unique Homepage Layouts</a></li> | |||||
| 8994 | <li><i class="porto-icon-right-dir theme-color"></i><a href="#">Powerful Admin Panel</a></li> | |||||
| 8995 | <li><i class="porto-icon-right-dir theme-color"></i><a href="#">Mobile & Retina Optimized</a></li> | |||||
| 8996 | </ul> | |||||
| 8997 | </div> | 6396 | </div> | |||
| 8998 | </div> | 6397 | </div> | |||
| 6398 | <div class="porto-sicon-header"><h3 class="porto-sicon-title" style="font-weight: 700; font-size: 14px; line-height: 16px; letter-spacing: -0.02em; color: #ffffff;">MONEY BACK GUARANTEE</h3></div> | |||||
| 8999 | </div> | 6399 | </div> | |||
| 9000 | <div class="col-md-4"> | 6400 | <div class="porto-sicon-box mb-0 style_1 default-icon" style="padding: 12px 10px;"> | |||
| 9001 | <div class="block" style="margin-bottom: 20px;"> | 6401 | <div class="porto-sicon-default"> | |||
| 9002 | <div class="block-title"><strong><span>BE THE FIRST TO KNOW</span></strong></div> | 6402 | <div class="porto-just-icon-wrapper" style="text-align: center;"> | |||
| 9003 | <div class="block-content"> | 6403 | <div class="porto-icon none" style="color: #ffffff; font-size: 26px; display: inline-block;"><i class="porto-icon-support"></i></div> | |||
| 9004 | <p style="margin-bottom: 35px;">Get all the latest information on Events, Sales and Offers. Sign up for newsletter today.</p> | |||||
| 9005 | {{block class="Magento\Newsletter\Block\Subscribe" name="home.newsletter" template="subscribe_form.phtml"}} | |||||
| 9006 | </div> | 6404 | </div> | |||
| 9007 | </div> | 6405 | </div> | |||
| 6406 | <div class="porto-sicon-header"><h3 class="porto-sicon-title" style="font-weight: 700; font-size: 14px; line-height: 16px; letter-spacing: -0.02em; color: #ffffff;">ONLINE SUPPORT 24/7</h3></div> | |||||
| 9008 | </div> | 6407 | </div> | |||
| 9009 | | 6408 | </div> | |||
| 9010 | <div class="row"> | 6409 | <script type="text/javascript"> | |||
| 9011 | <div class="col-md-12"> | 6410 | require(["jquery", "owl.carousel/owl.carousel.min"], function ($) { | |||
| 9012 | <div class="block-bottom"> | 6411 | $(".notice-carousel.owl-carousel").owlCarousel({ | |||
| 9013 | <div class="custom-block" style="float:left;"><img src="{{media url="wysiwyg/smartwave/porto/footer/payment-icon.png"}}" style="max-width: 100%;" alt="" /></div> | 6412 | autoplay: false, | |||
| 9014 | <address style="float:left; margin-left: 44px;margin-top:9px;margin-bottom: 9px;">© Porto eCommerce. 2020. All Rights Reserved</address> | 6413 | autoplayTimeout: 5000, | |||
| 9015 | <div class="social-icons" style="float:right;"> | 6414 | autoplayHoverPause: true, | |||
| 9016 | <a href="https://www.facebook.com/" title="Facebook" target="_blank"><i class="porto-icon-facebook"></i></a> | 6415 | loop: false, | |||
| 9017 | <a href="https://twitter.com/" title="Twitter" target="_blank"><i class="porto-icon-twitter"></i></a> | 6416 | navRewind: true, | |||
| 9018 | <a href="https://linkedin.com/" title="Linkedin" target="_blank"><i class="porto-icon-linkedin-squared"></i></a> | 6417 | lazyLoad: true, | |||
| 6418 | margin: 0, | |||||
| 6419 | nav: false, | |||||
| 6420 | dots: false, | |||||
| 6421 | responsive: { | |||||
| 6422 | 0: { | |||||
| 6423 | items: 1, | |||||
| 6424 | }, | |||||
| 6425 | 640: { | |||||
| 6426 | items: 1, | |||||
| 6427 | }, | |||||
| 6428 | 768: { | |||||
| 6429 | items: 2, | |||||
| 6430 | }, | |||||
| 6431 | 992: { | |||||
| 6432 | items: 2, | |||||
| 6433 | }, | |||||
| 6434 | 1200: { | |||||
| 6435 | items: 3, | |||||
| 6436 | }, | |||||
| 6437 | }, | |||||
| 6438 | }); | |||||
| 6439 | }); | |||||
| 6440 | </script> | |||||
| 9019 | </div> | 6441 | </div> | |||
| 9020 | </div> | 6442 | </div> | |||
| 9021 | </div> | 6443 | </div> | |||
| 9022 | </div>]]> | 6444 | </div>]]> | |||
| 9023 | </content> | 6445 | </content> | |||
| 9024 | 6446 | |||||
| 9025 | <is_active> | 6447 | <is_active> | |||
| 9026 | 1 | 6448 | 1 | |||
| 9027 | </is_active> | 6449 | </is_active> | |||
| 9028 | 6450 | |||||
| 9029 | </cms_item> | 6451 | </cms_item> | |||
| 9030 | ||||||
| 9031 | 6452 | |||||
| 9032 | <cms_item> | 6453 | <cms_item> | |||
| 9033 | 6454 | |||||
| 9034 | <title> | 6455 | <title> | |||
| 9035 | Porto - Category Banner(Fashion) | 6456 | Footer Top Block 6 | |||
| 9036 | </title> | 6457 | </title> | |||
| 9037 | 6458 | |||||
| 9038 | <identifier> | 6459 | <identifier> | |||
| 9039 | porto_category_banner_fashion | 6460 | footer_top_block6 | |||
| 9040 | </identifier> | 6461 | </identifier> | |||
| 9041 | 6462 | |||||
| 9042 | <content> | 6463 | <content> | |||
| 9043 | <![CDATA[<div id="fashion-category-banner" class="owl-carousel owl-banner-carousel category-boxed-banner owl-bottom-narrow"> | 6464 | <![CDATA[<style> | |||
| 9044 | <div class="item"> | 6465 | .footer-top .custom-block { | |||
| 9045 | <img src="{{media url="wysiwyg/smartwave/porto/category/fashion/02-01.png"}}" alt="" /> | 6466 | display: block; | |||
| 9046 | <div class="banner-text" style="top:37%;"> | 6467 | } | |||
| 9047 | <h2 style="background-color:transparent;color:#2b2b2b;margin:0;">CATEGORY <b>BANNER</b></h2><br> | 6468 | .photo-instagrams .item.insta-item:before { | |||
| 9048 | <p style="max-width: 280px;background-color:transparent;color:#2b2b2b;font-weight:400;">Set banners and description for any category of your website.</p> | 6469 | content: ''; | |||
| 6470 | position: absolute; | |||||
| 6471 | left: 0; | |||||
| 6472 | top: 0; | |||||
| 6473 | right: 0; | |||||
| 6474 | width: 100%; | |||||
| 6475 | height: 100%; | |||||
| 6476 | background: #222529; | |||||
| 6477 | opacity: .8; | |||||
| 6478 | transition: opacity .25s; | |||||
| 6479 | } | |||||
| 6480 | .photo-instagrams .item.insta-item:hover:before { | |||||
| 6481 | opacity: 0; | |||||
| 6482 | } | |||||
| 6483 | .photo-instagrams .item a { | |||||
| 6484 | position: static; | |||||
| 6485 | } | |||||
| 6486 | .footer-top-bottom { | |||||
| 6487 | display: flex; | |||||
| 6488 | flex-wrap: wrap; | |||||
| 6489 | align-items: center; | |||||
| 6490 | } | |||||
| 6491 | .footer-top .footer-top-bottom .widget { | |||||
| 6492 | flex: inherit; | |||||
| 6493 | } | |||||
| 6494 | .footer-top .footer-top-bottom .widget_newsletter { | |||||
| 6495 | flex: 1; | |||||
| 6496 | max-width: 650px; | |||||
| 6497 | } | |||||
| 6498 | .footer .footer-top .widget { | |||||
| 6499 | margin: 0 30px 20px 0; | |||||
| 6500 | } | |||||
| 6501 | .footer .footer-top .widget:last-child { | |||||
| 6502 | margin: 0 0 20px 0; | |||||
| 6503 | } | |||||
| 6504 | .footer-top .footer-top-bottom .widget.follow-us { | |||||
| 6505 | display: flex; | |||||
| 6506 | justify-content: flex-end; | |||||
| 6507 | white-space: nowrap; | |||||
| 6508 | margin-left: auto; | |||||
| 6509 | } | |||||
| 6510 | @media(max-width: 991px) { | |||||
| 6511 | .footer-top .footer-top-bottom .widget { | |||||
| 6512 | flex: 0 0 100%; | |||||
| 6513 | width: 100%; | |||||
| 6514 | justify-content: flex-start !important; | |||||
| 6515 | } | |||||
| 6516 | } | |||||
| 6517 | </style> | |||||
| 6518 | | |||||
| 6519 | <div class="col-lg-12"> | |||||
| 6520 | <div class="widget widget-block w-100"> | |||||
| 6521 | <div class="blocks"> | |||||
| 6522 | <div class="porto-block" style="background-color: #212529;"> | |||||
| 6523 | <div class="row no-padding"> | |||||
| 6524 | <div class="py-4 py-lg-5 col-md-4 col-lg-3 mt-0 mb-0 d-flex align-items-center" style="padding-left: 6vw;"> | |||||
| 6525 | <div class="wpb_wrapper vc_column-inner"> | |||||
| 6526 | <div class="porto-sicon-box mb-0 style_1 default-icon"> | |||||
| 6527 | <div class="porto-sicon-default"> | |||||
| 6528 | <div class="porto-just-icon-wrapper" style="text-align: center;"> | |||||
| 6529 | <div class="porto-icon none" style="color: #ffffff; font-size: 50px; display: inline-block;"><i class="fab fa-instagram"></i></div> | |||||
| 6530 | </div> | |||||
| 6531 | </div> | |||||
| 6532 | <div class="porto-sicon-header"> | |||||
| 6533 | <h2 class="porto-sicon-title" style="font-weight: 600; font-size: 18px; line-height: 18px; color: #ffffff;">Follow Us on Instagram</h2> | |||||
| 6534 | <p style="font-weight: 400; font-size: 13px; line-height: 13px; color: rgba(255, 255, 255, 0.7);">@portoecommerce</p> | |||||
| 6535 | </div> | |||||
| 6536 | </div> | |||||
| 6537 | </div> | |||||
| 6538 | </div> | |||||
| 6539 | <div class="vc_column_container col-md-8 col-lg-9"> | |||||
| 6540 | <div class="wpb_wrapper vc_column-inner"> | |||||
| 6541 | <div class="wpb_text_column wpb_content_element mb-0"> | |||||
| 6542 | {{block class="Smartwave\Porto\Block\Template" name="instagram" padding_item="0" template_type="carousel" template="Smartwave_SocialFeed::instagramphotos.phtml"}} | |||||
| 6543 | </div> | |||||
| 6544 | </div> | |||||
| 6545 | </div> | |||||
| 6546 | </div> | |||||
| 9049 | </div> | 6547 | </div> | |||
| 9050 | </div> | 6548 | </div> | |||
| 9051 | <div class="item"> | |||||
| 9052 | <img src="{{media url="wysiwyg/smartwave/porto/category/fashion/02-02.png"}}" alt="" /> | |||||
| 9053 | <div class="banner-text" style="top:45%;"> | |||||
| 9054 | <img src="{{media url="wysiwyg/smartwave/porto/category/fashion/02-02-01.png"}}" alt="" style="vertical-align:middle;width:auto;max-width:50%;display:inline-block;"> | |||||
| 9055 | <a href="#" class="shop-now" style="color:#2b2b2b;vertical-align:middle;">Shop now ></a> | |||||
| 9056 | </div> | 6549 | </div> | |||
| 9057 | </div> | 6550 | </div> | |||
| 9058 | </div> | 6551 | </div> | |||
| 9059 | <script type="text/javascript"> | 6552 | <div class="container footer-top-bottom"> | |||
| 9060 | require([ | 6553 | <div class="widget widget_text"> | |||
| 9061 | 'jquery', | 6554 | <div class="textwidget"> | |||
| 9062 | 'owl.carousel/owl.carousel.min' | 6555 | <div class="porto-sicon-box mb-0 style_1 default-icon"> | |||
| 9063 | ], function ($) { | 6556 | <div class="porto-sicon-default"> | |||
| 9064 | $("#fashion-category-banner").owlCarousel({ | 6557 | <div class="porto-just-icon-wrapper" style="text-align: center;"> | |||
| 9065 | items: 1, | 6558 | <div class="porto-icon none" style="color: #ffffff; font-size: 45px; display: inline-block;"><i class="far fa-envelope"></i></div> | |||
| 9066 | autoplay: false, | 6559 | </div> | |||
| 9067 | autoplayTimeout: 5000, | 6560 | </div> | |||
| 9068 | autoplayHoverPause: true, | 6561 | <div class="porto-sicon-header"> | |||
| 9069 | dots: true, | 6562 | <h2 class="porto-sicon-title" style="font-weight: 600; font-size: 18px; line-height: 18px; color: #ffffff;">Get Special Offers and Savings</h2> | |||
| 9070 | nav: false, | 6563 | <p style="font-weight: 400; font-size: 13px; line-height: 13px; color: rgba(255, 255, 255, 0.7);margin: 0;">Get all the latest information on Events, Sales and Offers.</p> | |||
| 9071 | navRewind: true, | 6564 | </div> | |||
| 9072 | animateIn: 'fadeIn', | 6565 | </div> | |||
| 9073 | animateOut: 'fadeOut', | 6566 | </div> | |||
| 9074 | loop: true | 6567 | </div> | |||
| 9075 | }); | 6568 | <div class="widget widget_text widget_newsletter"> | |||
| 9076 | }); | 6569 | <div class="textwidget"> | |||
| 9077 | </script>]]> | 6570 | {{block class="Magento\Newsletter\Block\Subscribe" name="home.newsletter" template="subscribe_form.phtml"}} | |||
| 6571 | <style> | |||||
| 6572 | .single-subscribe .newsletter .control { | |||||
| 6573 | justify-content: center; | |||||
| 6574 | } | |||||
| 6575 | .footer .newsletter input { | |||||
| 6576 | height: 48px; | |||||
| 6577 | padding-right: 12px; | |||||
| 6578 | border-radius: 2rem 0 0 2rem; | |||||
| 6579 | color: #777; | |||||
| 6580 | border: none; | |||||
| 6581 | margin: 0; | |||||
| 6582 | padding-left: 20px; | |||||
| 6583 | font-size: 12px; | |||||
| 6584 | font-style: italic; | |||||
| 6585 | } | |||||
| 6586 | .footer .newsletter .action.subscribe { | |||||
| 6587 | display: table-cell; | |||||
| 6588 | vertical-align: top; | |||||
| 6589 | height: 48px; | |||||
| 6590 | text-transform: uppercase; | |||||
| 6591 | border-radius: 0 2rem 2rem 0; | |||||
| 6592 | background: #fff; | |||||
| 6593 | margin-right: 0; | |||||
| 6594 | padding: 0 25px; | |||||
| 6595 | color: #222529; | |||||
| 6596 | font-size: 1em; | |||||
| 6597 | letter-spacing: 0; | |||||
| 6598 | } | |||||
| 6599 | </style> | |||||
| 6600 | </div> | |||||
| 6601 | </div> | |||||
| 6602 | <div class="widget follow-us"> | |||||
| 6603 | <style> | |||||
| 6604 | .footer .follow-us .share-links a { | |||||
| 6605 | width: 30px; | |||||
| 6606 | height: 30px; | |||||
| 6607 | border: none; | |||||
| 6608 | margin-left: 2em; | |||||
| 6609 | } | |||||
| 6610 | .footer .follow-us .share-links a:not(:hover) { | |||||
| 6611 | color: #525252; | |||||
| 6612 | background-color: #fff; | |||||
| 6613 | } | |||||
| 6614 | @media(max-width: 991px) { | |||||
| 6615 | .footer .follow-us .share-links a { | |||||
| 6616 | margin-left: 0; | |||||
| 6617 | margin-right: 2em; | |||||
| 6618 | } | |||||
| 6619 | } | |||||
| 6620 | </style> | |||||
| 6621 | <div class="share-links"> | |||||
| 6622 | <a href="#" rel="nofollow" target="_blank" title="Facebook" class="share-facebook">Facebook</a> | |||||
| 6623 | <a href="#" rel="nofollow" target="_blank" title="Twitter" class="share-twitter">Twitter</a> | |||||
| 6624 | <a href="#" rel="nofollow" target="_blank" title="Linkedin" class="share-linkedin">Linkedin</a> | |||||
| 6625 | </div> | |||||
| 6626 | </div> | |||||
| 6627 | </div> | |||||
| 6628 | ]]> | |||||
| 9078 | </content> | 6629 | </content> | |||
| 9079 | 6630 | |||||
| 9080 | <is_active> | 6631 | <is_active> | |||
| 9081 | 1 | 6632 | 1 | |||
| 9082 | </is_active> | 6633 | </is_active> | |||
| 9083 | 6634 | |||||
| 9084 | </cms_item> | 6635 | </cms_item> | |||
| 9085 | 6636 | |||||
| 9086 | <cms_item> | 6637 | <cms_item> | |||
| 9087 | 6638 | |||||
| 9088 | <title> | 6639 | <title> | |||
| 9089 | Porto - Fashion Category Banner Demo 5 | 6640 | Porto - Custom Notice Block 14 | |||
| 9090 | </title> | 6641 | </title> | |||
| 9091 | 6642 | |||||
| 9092 | <identifier> | 6643 | <identifier> | |||
| 9093 | porto_fashion_category_banner_demo5 | 6644 | porto_custom_notice14 | |||
| 9094 | </identifier> | 6645 | </identifier> | |||
| 9095 | 6646 | |||||
| 9096 | <content> | 6647 | <content> | |||
| 9097 | <![CDATA[<p class="category-image"><img src="{{media url="wysiwyg/smartwave/porto/category/fashion/fashion-banner.jpg"}}" alt="" /></p>]]> | 6648 | <![CDATA[<div class="header-row container d-flex align-items-center justify-content-center"> | |||
| 6649 | <div class="custom-html" style="padding: 0 15px;"> | |||||
| 6650 | <h5 class="font-weight-medium text-color-secondary mb-0">Get 10% OFF at the Porto Kitchen Selection - <a href="#" class="font-weight-bold" style="color: #ed7e63;">Shop Now!</a></h5> | |||||
| 6651 | </div> | |||||
| 6652 | </div> | |||||
| 6653 | <style> | |||||
| 6654 | .porto-block-html-top .container { | |||||
| 6655 | background: #fcf6ef; | |||||
| 6656 | min-height: 46px; | |||||
| 6657 | padding-top: 11px; | |||||
| 6658 | padding-bottom: 11px; | |||||
| 6659 | } | |||||
| 6660 | </style>]]> | |||||
| 9098 | </content> | 6661 | </content> | |||
| 9099 | 6662 | |||||
| 9100 | <is_active> | 6663 | <is_active> | |||
| 9101 | 1 | 6664 | 1 | |||
| 9102 | </is_active> | 6665 | </is_active> | |||
| 9103 | 6666 | |||||
| 9104 | </cms_item> | 6667 | </cms_item> | |||
| 9105 | 6668 | |||||
| 9106 | <cms_item> | 6669 | <cms_item> | |||
| 9107 | 6670 | |||||
| 9108 | <title> | 6671 | <title> | |||
| 9109 | Porto - Fashion Category Banner Demo 8 | 6672 | Footer Top Block 7 | |||
| 9110 | </title> | 6673 | </title> | |||
| 9111 | 6674 | |||||
| 9112 | <identifier> | 6675 | <identifier> | |||
| 9113 | porto_fashion_category_banner_demo8 | 6676 | footer_top_block7 | |||
| 9114 | </identifier> | 6677 | </identifier> | |||
| 9115 | 6678 | |||||
| 9116 | <content> | 6679 | <content> | |||
| 9117 | | 6680 | <![CDATA[<div class="porto-brand w-100" style="padding-top: 45px;padding-bottom: 45px;"> | |||
| 6681 | <div class="porto-carousel brand-carousel owl-carousel mb-0"> | |||||
| 6682 | <div class="item"><img src="{{media url="wysiwyg/smartwave/porto/homepage/27/shop27_brand1.png"}}" alt="" /></div> | |||||
| 6683 | <div class="item"><img src="{{media url="wysiwyg/smartwave/porto/homepage/27/shop27_brand2.png"}}" alt="" /></div> | |||||
| 6684 | <div class="item"><img src="{{media url="wysiwyg/smartwave/porto/homepage/27/shop27_brand3.png"}}" alt="" /></div> | |||||
| 6685 | <div class="item"><img src="{{media url="wysiwyg/smartwave/porto/homepage/27/shop27_brand4.png"}}" alt="" /></div> | |||||
| 6686 | <div class="item"><img src="{{media url="wysiwyg/smartwave/porto/homepage/27/shop27_brand5.png"}}" alt="" /></div> | |||||
| 6687 | <div class="item"><img src="{{media url="wysiwyg/smartwave/porto/homepage/27/shop27_brand6.png"}}" alt="" /></div> | |||||
| 6688 | </div> | |||||
| 6689 | <script type="text/javascript"> | |||||
| 6690 | require(["jquery", "owl.carousel/owl.carousel.min"], function ($) { | |||||
| 6691 | $(".brand-carousel.owl-carousel").owlCarousel({ | |||||
| 6692 | autoplay: false, | |||||
| 6693 | autoplayTimeout: 5000, | |||||
| 6694 | autoplayHoverPause: true, | |||||
| 6695 | nav: false, | |||||
| 6696 | dots: false, | |||||
| 6697 | loop: false, | |||||
| 6698 | responsive: { | |||||
| 6699 | 0: { | |||||
| 6700 | items: 2, | |||||
| 6701 | }, | |||||
| 6702 | 640: { | |||||
| 6703 | items: 2, | |||||
| 6704 | }, | |||||
| 6705 | 768: { | |||||
| 6706 | items: 3, | |||||
| 6707 | }, | |||||
| 6708 | 992: { | |||||
| 6709 | items: 4, | |||||
| 6710 | }, | |||||
| 6711 | 1200: { | |||||
| 6712 | items: 6, | |||||
| 6713 | }, | |||||
| 6714 | }, | |||||
| 6715 | }); | |||||
| 6716 | }); | |||||
| 6717 | </script> | |||||
| 6718 | </div>]]> | |||||
| 9118 | </content> | 6719 | </content> | |||
| 9119 | 6720 | |||||
| 9120 | <is_active> | 6721 | <is_active> | |||
| 9121 | 1 | 6722 | 1 | |||
| 9122 | </is_active> | 6723 | </is_active> | |||
| 9123 | 6724 | |||||
| 9124 | </cms_item> | 6725 | </cms_item> | |||
| 9125 | 6726 | |||||
| 9126 | <cms_item> | 6727 | <cms_item> | |||
| 9127 | 6728 | |||||
| 9128 | <title> | 6729 | <title> | |||
| 9129 | Porto - Fashion Category Banner Demo 9 | 6730 | Porto - Footer Logo Black | |||
| 9130 | </title> | 6731 | </title> | |||
| 9131 | 6732 | |||||
| 9132 | <identifier> | 6733 | <identifier> | |||
| 9133 | porto_fashion_category_banner_demo9 | 6734 | porto_footer_logo_black | |||
| 9134 | </identifier> | 6735 | </identifier> | |||
| 9135 | 6736 | |||||
| 9136 | <content> | 6737 | <content> | |||
| 9137 | <![CDATA[<p class="category-image"><img src="{{media url="wysiwyg/smartwave/porto/category/fashion/fashion-banner17.jpg"}}" alt="" /></p>]]> | 6738 | <![CDATA[<div class="widget widget_media_image"> | |||
| 6739 | <a href=""><img class="image" src="{{media url="logo/default/logo_ecomblack_lg.png"}}" alt="" width="202" height="80" /></a> | |||||
| 6740 | </div> | |||||
| 6741 | ]]> | |||||
| 9138 | </content> | 6742 | </content> | |||
| 9139 | 6743 | |||||
| 9140 | <is_active> | 6744 | <is_active> | |||
| 9141 | 1 | 6745 | 1 | |||
| 9142 | </is_active> | 6746 | </is_active> | |||
| 9143 | 6747 | |||||
| 9144 | </cms_item> | 6748 | </cms_item> | |||
| 9145 | 6749 | |||||
| 9146 | <cms_item> | 6750 | <cms_item> | |||
| 9147 | 6751 | |||||
| 9148 | <title> | 6752 | <title> | |||
| 9149 | Porto - Fashion Category Banner Demo 3 | 6753 | Footer Middle Contact Info 8 | |||
| 9150 | </title> | 6754 | </title> | |||
| 9151 | 6755 | |||||
| 9152 | <identifier> | 6756 | <identifier> | |||
| 9153 | porto_fashion_category_banner_demo3 | 6757 | footer_middle_contact_info8 | |||
| 9154 | </identifier> | 6758 | </identifier> | |||
| 9155 | 6759 | |||||
| 9156 | <content> | 6760 | <content> | |||
| 9157 | <![CDATA[<p class="category-image"><img src="{{media url="wysiwyg/smartwave/porto/category/fashion/fashion-banner15.jpg"}}" alt="" /></p>]]> | 6761 | <![CDATA[<div class="widget widget_text"> | |||
| 6762 | <div class="textwidget"> | |||||
| 6763 | <h6 class="font-weight-bold mb-0">Questions</h6> | |||||
| 6764 | <h3 class="text-color-primary font-weight-bold mb-0">1-888-123-456</h3> | |||||
| 6765 | </div> | |||||
| 6766 | </div> | |||||
| 6767 | <div class="widget follow-us"> | |||||
| 6768 | <div class="share-links"> | |||||
| 6769 | <a href="#" rel="nofollow" target="_blank" title="Facebook" class="share-facebook">Facebook</a> | |||||
| 6770 | <a href="#" rel="nofollow" target="_blank" title="Twitter" class="share-twitter">Twitter</a> | |||||
| 6771 | <a href="#" rel="nofollow" target="_blank" title="Instagram" class="share-instagram">Instagram</a> | |||||
| 6772 | <a href="#" rel="nofollow" target="_blank" title="Linkedin" class="share-linkedin">Linkedin</a> | |||||
| 6773 | </div> | |||||
| 6774 | </div> | |||||
| 6775 | ]]> | |||||
| 9158 | </content> | 6776 | </content> | |||
| 9159 | 6777 | |||||
| 9160 | <is_active> | 6778 | <is_active> | |||
| 9161 | 1 | 6779 | 1 | |||
| 9162 | </is_active> | 6780 | </is_active> | |||
| 9163 | 6781 | |||||
| 9164 | </cms_item> | 6782 | </cms_item> | |||
| 9165 | 6783 | |||||
| 9166 | <cms_item> | 6784 | <cms_item> | |||
| 9167 | 6785 | |||||
| 9168 | <title> | 6786 | <title> | |||
| 9169 | Porto - Custom Tab | 6787 | Footer Middle Groups 7 | |||
| 9170 | </title> | 6788 | </title> | |||
| 9171 | 6789 | |||||
| 9172 | <identifier> | 6790 | <identifier> | |||
| 9173 | porto_custom_tab | 6791 | footer_middle_groups7 | |||
| 9174 | </identifier> | 6792 | </identifier> | |||
| 9175 | 6793 | |||||
| 9176 | <content> | 6794 | <content> | |||
| 9177 | <![CDATA[<table class="table table-sizing-guide"> | 6795 | <![CDATA[<div class="widget widget_text"> | |||
| 9178 | <thead> | 6796 | <div class="textwidget"> | |||
| 9179 | <tr> | 6797 | <div class="row"> | |||
| 9180 | <th colspan="6"><b>Clothing - Single Size Conversion (Continued)</b></th> | 6798 | <div class="col-md-6 mb-4 mb-md-0"> | |||
| 9181 | </tr> | 6799 | <h3 class="widget-title">Account</h3> | |||
| 9182 | </thead> | 6800 | <ul> | |||
| 9183 | <tbody> | 6801 | <li><a href="#">My Account</a></li> | |||
| 9184 | <tr> | 6802 | <li><a href="#">Track Your Order</a></li> | |||
| 9185 | <td>UK</td> | 6803 | <li><a href="#">Payment Methods</a></li> | |||
| 9186 | <td>18</td> | 6804 | <li><a href="#">Shipping Guide</a></li> | |||
| 9187 | <td>20</td> | 6805 | </ul> | |||
| 9188 | <td>22</td> | 6806 | </div> | |||
| 9189 | <td>24</td> | 6807 | <div class="col-md-6"> | |||
| 9190 | <td>26</td> | 6808 | <h3 class="widget-title">About</h3> | |||
| 9191 | </tr> | 6809 | <ul> | |||
| 9192 | <tr> | 6810 | <li><a href="#">About Porto</a></li> | |||
| 9193 | <td>European</td> | 6811 | <li><a href="#">Our Guarantees</a></li> | |||
| 9194 | <td>46</td> | 6812 | <li><a href="#">Terms And Conditions</a></li> | |||
| 9195 | <td>48</td> | 6813 | <li><a href="#">Privacy Policy</a></li> | |||
| 9196 | <td>50</td> | 6814 | </ul> | |||
| 9197 | <td>52</td> | 6815 | </div> | |||
| 9198 | <td>54</td> | 6816 | </div> | |||
| 9199 | </tr> | 6817 | </div> | |||
| 9200 | <tr> | 6818 | </div> | |||
| 9201 | <td>US</td> | 6819 | ]]> | |||
| 9202 | <td>14</td> | |||||
| 9203 | <td>16</td> | |||||
| 9204 | <td>18</td> | |||||
| 9205 | <td>20</td> | |||||
| 9206 | <td>22</td> | |||||
| 9207 | </tr> | |||||
| 9208 | <tr> | |||||
| 9209 | <td>Australia</td> | |||||
| 9210 | <td>8</td> | |||||
| 9211 | <td>10</td> | |||||
| 9212 | <td>12</td> | |||||
| 9213 | <td>14</td> | |||||
| 9214 | <td>16</td> | |||||
| 9215 | </tr> | |||||
| 9216 | </tbody> | |||||
| 9217 | </table>]]> | |||||
| 9218 | </content> | 6820 | </content> | |||
| 9219 | 6821 | |||||
| 9220 | <is_active> | 6822 | <is_active> | |||
| 9221 | 1 | 6823 | 1 | |||
| 9222 | </is_active> | 6824 | </is_active> | |||
| 9223 | 6825 | |||||
| 9224 | </cms_item> | 6826 | </cms_item> | |||
| 9225 | 6827 | |||||
| 9226 | <cms_item> | 6828 | <cms_item> | |||
| 9227 | 6829 | |||||
| 9228 | <title> | 6830 | <title> | |||
| 9229 | Porto - Custom Block - Product Page Demo 2 | 6831 | Porto Footer Bottom Custom Block 13 | |||
| 9230 | </title> | 6832 | </title> | |||
| 9231 | 6833 | |||||
| 9232 | <identifier> | 6834 | <identifier> | |||
| 9233 | porto_custom_block_product_for_demo2 | 6835 | porto_footer_bottom_custom_block_13 | |||
| 9234 | </identifier> | 6836 | </identifier> | |||
| 9235 | 6837 | |||||
| 9236 | <content> | 6838 | <content> | |||
| 9237 | <![CDATA[<div class="custom-block-bar"> | 6839 | <![CDATA[<img class="img-responsive footer-payment-img" src="{{media url="wysiwyg/smartwave/porto/footer/shop27_payment_icons.png"}}" alt="">]]> | |||
| 9238 | <div class="item" style="text-align:left;width:28%;"> | |||||
| 9239 | <i class="porto-icon-shipped" style="font-size:36px;"></i><div class="text-area"><h3>FREE SHIPPING<br>& RETURN</h3></div> | |||||
| 9240 | </div> | |||||
| 9241 | <div class="item" style="text-align:left;width:35%;"> | |||||
| 9242 | <i class="porto-icon-us-dollar"></i><div class="text-area"><h3>100% MONEY<br>BACK GUARANTEE.</h3></div> | |||||
| 9243 | </div> | |||||
| 9244 | <div class="item" style="text-align:left;width:35%;"> | |||||
| 9245 | <i class="porto-icon-online-support" style="font-size:32px;"></i><div class="text-area"><h3>ONLINE<br>SUPPORT 24/7</h3></div> | |||||
| 9246 | </div> | |||||
| 9247 | </div>]]> | |||||
| 9248 | </content> | 6840 | </content> | |||
| 9249 | 6841 | |||||
| 9250 | <is_active> | 6842 | <is_active> | |||
| 9251 | 1 | 6843 | 1 | |||
| 9252 | </is_active> | 6844 | </is_active> | |||
| 9253 | 6845 | |||||
| 9254 | </cms_item> | 6846 | </cms_item> | |||
| 9255 | 6847 | |||||
| 9256 | <cms_item> | 6848 | <cms_item> | |||
| 9257 | 6849 | |||||
| 9258 | <title> | 6850 | <title> | |||
| 9259 | Porto - Custom Block Tab - Product Page Demo 2 | 6851 | Footer Middle Main Features 6 | |||
| 9260 | </title> | 6852 | </title> | |||
| 9261 | 6853 | |||||
| 9262 | <identifier> | 6854 | <identifier> | |||
| 9263 | porto_custom_block_product_tab_for_demo2 | 6855 | footer_middle_main_features6 | |||
| 9264 | </identifier> | 6856 | </identifier> | |||
| 9265 | 6857 | |||||
| 9266 | <content> | 6858 | <content> | |||
| 9267 | <![CDATA[<h2 class="sidebar-title" style="padding:0;margin:0;margin-bottom:5px;">Featured</h2> | 6859 | <![CDATA[<div class="widget widget_text"> | |||
| 9268 | <div class="sidebar-filterproducts custom-block"> | 6860 | <h3 class="widget-title">Features</h3> | |||
| 9269 | <div id="featured_product" class="owl-top-narrow"> | 6861 | <div class="textwidget"> | |||
| 9270 | {{block class="Smartwave\Filterproducts\Block\FeaturedList" name="featured_product" product_count="9" aspect_ratio="1" image_width="150" template="side_list.phtml"}} | 6862 | <ul> | |||
| 6863 | <li><a href="#">Powerful Admin Panel</a></li> | |||||
| 6864 | <li><a href="#">Mobile & Retina Optimized</a></li> | |||||
| 6865 | <li><a href="#">Super Fast WordPress Theme</a></li> | |||||
| 6866 | <li><a href="#">1st Fully working Ajax Theme</a></li> | |||||
| 6867 | </ul> | |||||
| 9271 | </div> | 6868 | </div> | |||
| 9272 | <script type="text/javascript"> | 6869 | </div> | |||
| 9273 | require([ | 6870 | ]]> | |||
| 9274 | 'jquery', | |||||
| 9275 | 'owl.carousel/owl.carousel.min' | |||||
| 9276 | ], function ($) { | |||||
| 9277 | $("#featured_product .owl-carousel").owlCarousel({ | |||||
| 9278 | loop: false, | |||||
| 9279 | items: 1, | |||||
| 9280 | nav: true, | |||||
| 9281 | navText: ["<em class='porto-icon-left-open-huge'></em>","<em class='porto-icon-right-open-huge'></em>"], | |||||
| 9282 | dots: false | |||||
| 9283 | }); | |||||
| 9284 | }); | |||||
| 9285 | </script> | |||||
| 9286 | </div> ]]> | |||||
| 9287 | </content> | 6871 | </content> | |||
| 9288 | 6872 | |||||
| 9289 | <is_active> | 6873 | <is_active> | |||
| 9290 | 1 | 6874 | 1 | |||
| 9291 | </is_active> | 6875 | </is_active> | |||
| 9292 | 6876 | |||||
| 9293 | </cms_item> | 6877 | </cms_item> | |||
| 9294 | 6878 | |||||
| 9295 | <cms_item> | 6879 | <cms_item> | |||
| 9296 | 6880 | |||||
| 9297 | <title> | 6881 | <title> | |||
| 9298 | Porto - Custom Header Block for Type 14 | 6882 | Banner Category Demo 27 | |||
| 9299 | </title> | 6883 | </title> | |||
| 9300 | 6884 | |||||
| 9301 | <identifier> | 6885 | <identifier> | |||
| 9302 | porto_custom_block_type_14 | 6886 | banner_category_demo27 | |||
| 9303 | </identifier> | 6887 | </identifier> | |||
| 9304 | 6888 | |||||
| 9305 | <content> | 6889 | <content> | |||
| 9306 | <![CDATA[<a href="#">FASHION PROMO</a> | 6890 | <![CDATA[<div class="porto-block"> | |||
| 9307 | <a href="#">WOMAN SHOES</a> | 6891 | <style> | |||
| 9308 | <a href="#">50% OFF FASHION</a>]]> | 6892 | .text-color-primary>.btn, .text-color-dark>.btn { | |||
| 6893 | color: inherit; | |||||
| 6894 | } | |||||
| 6895 | .porto-ultimate-content-box { | |||||
| 6896 | height: 100%; | |||||
| 6897 | position: relative; | |||||
| 6898 | } | |||||
| 6899 | .porto-ultimate-content-box>* { | |||||
| 6900 | position: relative; | |||||
| 6901 | z-index: 1; | |||||
| 6902 | } | |||||
| 6903 | .ls-25em { | |||||
| 6904 | letter-spacing: .025em; | |||||
| 6905 | } | |||||
| 6906 | .porto-ultimate-content-box:before { | |||||
| 6907 | content: ''; | |||||
| 6908 | position: absolute; | |||||
| 6909 | left: 0; | |||||
| 6910 | right: 0; | |||||
| 6911 | top: 0; | |||||
| 6912 | bottom: 0; | |||||
| 6913 | background-color: rgba(0,0,0,.1); | |||||
| 6914 | opacity: 0; | |||||
| 6915 | transition: opacity .25s; | |||||
| 6916 | } | |||||
| 6917 | .porto-ultimate-content-box:after { | |||||
| 6918 | content: ''; | |||||
| 6919 | display: block; | |||||
| 6920 | clear: both; | |||||
| 6921 | } | |||||
| 6922 | .porto-ultimate-content-box:hover:before { | |||||
| 6923 | opacity: 1; | |||||
| 6924 | } | |||||
| 6925 | .col-md-2-5, .col-md-3-5 { | |||||
| 6926 | padding-left: 10px; | |||||
| 6927 | padding-right: 10px; | |||||
| 6928 | width: 100%; | |||||
| 6929 | } | |||||
| 6930 | @media (min-width: 768px) { | |||||
| 6931 | .col-md-2-5 { | |||||
| 6932 | width: 40%; | |||||
| 6933 | } | |||||
| 6934 | .col-md-3-5 { | |||||
| 6935 | flex: 0 0 60%; | |||||
| 6936 | width: 60%; | |||||
| 6937 | } | |||||
| 6938 | } | |||||
| 6939 | </style> | |||||
| 6940 | <div class="porto-inner-container" style="margin-top: 20px;"> | |||||
| 6941 | <div class="container"> | |||||
| 6942 | <div class="row"> | |||||
| 6943 | <div class="mb-3 mb-lg-0 col-md-12 col-lg-6"> | |||||
| 6944 | <div class="wpb_wrapper vc_column-inner h-100"> | |||||
| 6945 | <div class="porto-ultimate-content-box-container h-100"> | |||||
| 6946 | <div class="porto-ultimate-content-box has-content-pos justify-content-end" | |||||
| 6947 | style="padding-top: 14%; | |||||
| 6948 | padding-right: 10%; | |||||
| 6949 | padding-bottom: 30px; | |||||
| 6950 | background-color: #f0f5f9 | |||||
| 6951 | background-size: cover; | |||||
| 6952 | background-repeat: no-repeat; | |||||
| 6953 | background-position: center center; | |||||
| 6954 | background-color: rgba(0, 0, 0, 0); | |||||
| 6955 | min-height: 315px; | |||||
| 6956 | background-image: url('{{media url="wysiwyg/smartwave/porto/category/banner/shop27_shop_banner.jpg"}}'); | |||||
| 6957 | "> | |||||
| 6958 | <h2 style="font-size: 34px; line-height: 1.2; font-weight: 700;" class="vc_custom_heading mb-0 align-right text-uppercase">Black</h2> | |||||
| 6959 | <h3 style="font-size: 28px; line-height: 1.2; font-weight: 700;" class="vc_custom_heading mb-3 align-right">Armchairs</h3> | |||||
| 6960 | <h4 style="font-size: 15px; line-height: 1.2; font-weight: 600;" class="vc_custom_heading mb-4 align-right text-uppercase heading-secondary">STARTING FROM $399</h4> | |||||
| 6961 | <div class="btn-container mb-0 text-color-primary text-right"> | |||||
| 6962 | <button class="btn btn-borders btn-xs btn-default">SHOP NOW <i style="padding-left: 7px;" class="fas fa-long-arrow-alt-right"></i></button> | |||||
| 6963 | </div> | |||||
| 6964 | </div> | |||||
| 6965 | </div> | |||||
| 6966 | </div> | |||||
| 6967 | </div> | |||||
| 6968 | <div class="col-md-12 col-lg-6"> | |||||
| 6969 | <div class="wpb_wrapper vc_column-inner h-100"> | |||||
| 6970 | <div class="row h-100"> | |||||
| 6971 | <div class="mb-3 mb-md-0 col-md-2-5"> | |||||
| 6972 | <div class="wpb_wrapper vc_column-inner"> | |||||
| 6973 | <div class="porto-ultimate-content-box-container h-100"> | |||||
| 6974 | <div class="porto-ultimate-content-box" | |||||
| 6975 | style="padding-top: 35px; | |||||
| 6976 | padding-right: 20px; | |||||
| 6977 | padding-left: 20px; | |||||
| 6978 | background-color: #22252a; | |||||
| 6979 | background-size: cover; | |||||
| 6980 | background-repeat: no-repeat; | |||||
| 6981 | background-position: center center; | |||||
| 6982 | background-color: rgba(0, 0, 0, 0); | |||||
| 6983 | min-height: 315px; | |||||
| 6984 | background-image: url('{{media url="wysiwyg/smartwave/porto/category/banner/shop27_shop_banner2.jpg"}}'); | |||||
| 6985 | "> | |||||
| 6986 | <h5 style="font-size: 12px; color: rgba(255, 255, 255, 0.4); line-height: 1.5; text-align: center; font-weight: 500;" class="vc_custom_heading mb-0 ls-25em text-uppercase">CHECK NEW ARRIVALS</h5> | |||||
| 6987 | <h3 style="font-size: 28px; line-height: 1.2; text-align: center; font-weight: 700;" class="vc_custom_heading text-uppercase heading-light">COOL LAMPS</h3> | |||||
| 6988 | </div> | |||||
| 6989 | </div> | |||||
| 6990 | </div> | |||||
| 6991 | </div> | |||||
| 6992 | <div class="col-md-3-5"> | |||||
| 6993 | <div class="wpb_wrapper vc_column-inner h-100"> | |||||
| 6994 | <div class="porto-ultimate-content-box-container h-100"> | |||||
| 6995 | <div class="porto-ultimate-content-box has-content-pos justify-content-end" | |||||
| 6996 | style="padding-right: 20px; | |||||
| 6997 | padding-bottom: 35px; | |||||
| 6998 | padding-left: 20px; | |||||
| 6999 | background-color: #616da7; | |||||
| 7000 | background-size: cover; | |||||
| 7001 | background-repeat: no-repeat; | |||||
| 7002 | background-position: center center; | |||||
| 7003 | background-color: rgba(0, 0, 0, 0); | |||||
| 7004 | min-height: 315px; | |||||
| 7005 | background-image: url('{{media url="wysiwyg/smartwave/porto/category/banner/shop27_shop_banner3.jpg"}}'); | |||||
| 7006 | "> | |||||
| 7007 | <h6 style="color: rgba(255, 255, 255, 0.4); text-align: center; font-weight: 500;" class="vc_custom_heading ls-25em mb-0 text-uppercase">exclusive new collection</h6> | |||||
| 7008 | <h3 style="font-size: 28px; line-height: 1.2; text-align: center; font-weight: 700;" class="vc_custom_heading mb-0 text-uppercase heading-light">Luxurious Jacuzzi</h3> | |||||
| 7009 | </div> | |||||
| 7010 | </div> | |||||
| 7011 | </div> | |||||
| 7012 | </div> | |||||
| 7013 | </div> | |||||
| 7014 | </div> | |||||
| 7015 | </div> | |||||
| 7016 | </div> | |||||
| 7017 | </div> | |||||
| 7018 | </div> | |||||
| 7019 | </div> | |||||
| 7020 | ]]> | |||||
| 9309 | </content> | 7021 | </content> | |||
| 9310 | 7022 | |||||
| 9311 | <is_active> | 7023 | <is_active> | |||
| 9312 | 1 | 7024 | 1 | |||
| 9313 | </is_active> | 7025 | </is_active> | |||
| 9314 | 7026 | |||||
| 9315 | </cms_item> | 7027 | </cms_item> | |||
| 9316 | 7028 | |||||
| 9317 | <cms_item> | 7029 | <cms_item> | |||
| 9318 | 7030 | |||||
| 9319 | <title> | 7031 | <title> | |||
| 9320 | Porto - Footer Middle Logo Block for Home12 | 7032 | Porto - Custom Block for Product Page Side bar Demo 27 | |||
| 9321 | </title> | 7033 | </title> | |||
| 9322 | 7034 | |||||
| 9323 | <identifier> | 7035 | <identifier> | |||
| 9324 | porto_footer_middle_logo_block_for_12 | 7036 | porto_product_side_custom_block_demo27 | |||
| 9325 | </identifier> | 7037 | </identifier> | |||
| 9326 | 7038 | |||||
| 9327 | <content> | 7039 | <content> | |||
| 9328 | <![CDATA[<div class="block"> | 7040 | <![CDATA[<div class="widget widget_products"> | |||
| 9329 | <div class="block-title"><strong><span>Who We Are</span></strong></div> | 7041 | <h3 class="widget-title">Featured Products</h3> | |||
| 9330 | <div class="block-content"> | 7042 | {{block class="Smartwave\Filterproducts\Block\Home\FeaturedList" name="featured_product" product_count="2" aspect_ratio="0" image_width="150" image_height="150" template="small_list.phtml"}} | |||
| 9331 | <img src="{{media url="wysiwyg/smartwave/porto/footer/footer_logo_red.png"}}" alt="" /> | 7043 | </div> | |||
| 9332 | <p style="margin: 20px 0 0;">Lorem ipsum dolor sit amet, consectetur adipiscing elit.<br/><br/> | 7044 | <div class="widget widget_text"> | |||
| 9333 | <span style="font-weight: 600;"><a href="https://1.envato.market/j61Ob">Buy Porto eCommerce</a></span></p> | 7045 | <h3 class="widget-title">Custom HTML Block</h3> | |||
| 7046 | <div class="textwidget"> | |||||
| 7047 | <p>This is a custom sub-title.</p> | |||||
| 7048 | <h6>Lorem ipsum dolor sit amet, con sec tetur elitad adipiscing Cras non placerat mi.</h6> | |||||
| 9334 | </div> | 7049 | </div> | |||
| 9335 | </div>]]> | 7050 | </div> | |||
| 7051 | <div class="widget widget-block"> | |||||
| 7052 | <div class="pt-block"> | |||||
| 7053 | <div class="porto-block"> | |||||
| 7054 | <div class="row"> | |||||
| 7055 | <div class="col-md-12"> | |||||
| 7056 | <div class="wpb_wrapper vc_column-inner"> | |||||
| 7057 | <div class="porto-separator tall"><hr class="separator-line align_center solid" /></div> | |||||
| 7058 | <div class="porto-ultimate-content-box-container h-100"> | |||||
| 7059 | <div lass="porto-ultimate-content-box" | |||||
| 7060 | style="padding-top: 35px; | |||||
| 7061 | padding-right: 20px; | |||||
| 7062 | padding-left: 20px; | |||||
| 7063 | background-size: cover; | |||||
| 7064 | background-repeat: no-repeat; | |||||
| 7065 | background-position: center center; | |||||
| 7066 | background-color: rgba(0, 0, 0, 0); | |||||
| 7067 | min-height: 315px; | |||||
| 7068 | background-image: url('{{media url="wysiwyg/smartwave/porto/homepage/27/shop27_home_banner2.jpg"}}'); | |||||
| 7069 | "> | |||||
| 7070 | <h5 style="font-size: 12px; color: rgba(255, 255, 255, 0.4); line-height: 1.5; text-align: center; font-weight: 500;" class="vc_custom_heading mb-0 ls-25em text-uppercase">CHECK NEW ARRIVALS</h5> | |||||
| 7071 | <h3 style="font-size: 28px; line-height: 1.2; text-align: center; font-weight: 700;" class="vc_custom_heading text-uppercase heading-light">COOL LAMPS</h3> | |||||
| 7072 | </div> | |||||
| 7073 | </div> | |||||
| 7074 | </div> | |||||
| 7075 | </div> | |||||
| 7076 | </div> | |||||
| 7077 | </div> | |||||
| 7078 | </div> | |||||
| 7079 | </div> | |||||
| 7080 | <style> | |||||
| 7081 | .sidebar-content .widget-title { | |||||
| 7082 | font-size: 12px; | |||||
| 7083 | font-weight: 600; | |||||
| 7084 | color: #000; | |||||
| 7085 | letter-spacing: .05em; | |||||
| 7086 | border-bottom: 1px solid #e7e7e7; | |||||
| 7087 | padding-bottom: 6px; | |||||
| 7088 | } | |||||
| 7089 | .small-list.products-grid .product-items { | |||||
| 7090 | font-size: 12px; | |||||
| 7091 | font-weight: 400; | |||||
| 7092 | } | |||||
| 7093 | .small-list.products-grid .product-items .product-item-details a { | |||||
| 7094 | font-weight: 500; | |||||
| 7095 | } | |||||
| 7096 | .porto-ultimate-content-box { | |||||
| 7097 | height: 100%; | |||||
| 7098 | position: relative; | |||||
| 7099 | } | |||||
| 7100 | .porto-ultimate-content-box>* { | |||||
| 7101 | position: relative; | |||||
| 7102 | z-index: 1; | |||||
| 7103 | } | |||||
| 7104 | .ls-25em { | |||||
| 7105 | letter-spacing: .025em; | |||||
| 7106 | } | |||||
| 7107 | .porto-ultimate-content-box:before { | |||||
| 7108 | content: ''; | |||||
| 7109 | position: absolute; | |||||
| 7110 | left: 0; | |||||
| 7111 | right: 0; | |||||
| 7112 | top: 0; | |||||
| 7113 | bottom: 0; | |||||
| 7114 | background-color: rgba(0,0,0,.1); | |||||
| 7115 | opacity: 0; | |||||
| 7116 | transition: opacity .25s; | |||||
| 7117 | } | |||||
| 7118 | .porto-ultimate-content-box:after { | |||||
| 7119 | content: ''; | |||||
| 7120 | display: block; | |||||
| 7121 | clear: both; | |||||
| 7122 | } | |||||
| 7123 | .porto-ultimate-content-box:hover:before { | |||||
| 7124 | opacity: 1; | |||||
| 7125 | } | |||||
| 7126 | </style> | |||||
| 7127 | ]]> | |||||
| 9336 | </content> | 7128 | </content> | |||
| 9337 | 7129 | |||||
| 9338 | <is_active> | 7130 | <is_active> | |||
| 9339 | 1 | 7131 | 1 | |||
| 9340 | </is_active> | 7132 | </is_active> | |||
| 9341 | 7133 | |||||
| 9342 | </cms_item> | 7134 | </cms_item> | |||
| 9343 | 7135 | |||||
| 9344 | <cms_item> | 7136 | <cms_item> | |||
| 9345 | 7137 | |||||
| 9346 | <title> | 7138 | <title> | |||
| 9347 | Porto - Footer Middle Logo Block for Home3 | 7139 | Porto - Custom Block 2 for Header 13 | |||
| 9348 | </title> | 7140 | </title> | |||
| 9349 | 7141 | |||||
| 9350 | <identifier> | 7142 | <identifier> | |||
| 9351 | porto_footer_middle_logo_block_for_3 | 7143 | porto_custom_block_2_for_header_13 | |||
| 9352 | </identifier> | 7144 | </identifier> | |||
| 9353 | 7145 | |||||
| 9354 | <content> | 7146 | <content> | |||
| 9355 | <![CDATA[<div class="block"> | 7147 | <![CDATA[<ul class="nav nav-pills nav-top d-none d-sm-flex"> | |||
| 9356 | <div class="block-title"><strong><span>Who We Are</span></strong></div> | 7148 | <li class="phone mr-xl-4"> | |||
| 9357 | <div class="block-content"> | 7149 | <a href="#"> | |||
| 9358 | <img src="{{media url="wysiwyg/smartwave/porto/footer/footer_logo_black.png"}}" alt="" /> | 7150 | <span class="d-block font-size-sm text-uppercase line-height-xs">Call us now</span> | |||
| 9359 | <p style="margin: 20px 0 0;">Lorem ipsum dolor sit amet, consectetur adipiscing elit.<br/><br/> | 7151 | <h4 class="text-color-primary mb-0 font-weight-bold">1-888-123-456</h4> | |||
| 9360 | <span style="font-weight: 600;"><a href="https://1.envato.market/j61Ob">Buy Porto eCommerce</a></span></p> | 7152 | </a> | |||
| 9361 | </div> | 7153 | </li> | |||
| 9362 | | 7154 | <li class="d-none d-lg-block"><a href="#">Wishlist</a></li> | |||
| 7155 | <li class="d-none d-lg-block"><a href="#">Contact Us</a></li> | |||||
| 7156 | </ul> ]]> | |||||
| 9363 | </content> | 7157 | </content> | |||
| 9364 | 7158 | |||||
| 9365 | <is_active> | 7159 | <is_active> | |||
| 9366 | 1 | 7160 | 1 | |||
| 9367 | </is_active> | 7161 | </is_active> | |||
| 9368 | 7162 | |||||
| 9369 | </cms_item> | 7163 | </cms_item> | |||
| 9370 | 7164 | |||||
| 9371 | <cms_item> | 7165 | <cms_item> | |||
| 9372 | 7166 | |||||
| 9373 | <title> | 7167 | <title> | |||
| 9374 | Porto - Custom Notice Block | 7168 | Porto - Block Secondary Menu Header 18 | |||
| 9375 | </title> | 7169 | </title> | |||
| 9376 | 7170 | |||||
| 9377 | <identifier> | 7171 | <identifier> | |||
| 9378 | porto_custom_notice | 7172 | porto_secondary_menu_header_18 | |||
| 9379 | </identifier> | 7173 | </identifier> | |||
| 9380 | 7174 | |||||
| 9381 | <content> | 7175 | <content> | |||
| 9382 | <![CDATA[<div class="top-newsletter" style="background-color: #2b262f; padding: 10px 0;text-align:left"> | 7176 | <![CDATA[<ul> | |||
| 7177 | <li class="ui-menu-item level0 staticwidth parent"> | |||||
| 7178 | <div class="open-children-toggle"></div> | |||||
| 7179 | <a href="{{store url='shop.html'}}" class="level-top"> | |||||
| 7180 | <span>Categories</span> | |||||
| 7181 | </a> | |||||
| 7182 | <div class="level0 submenu" style="width: 650px;"> | |||||
| 7183 | <div class="container"> | |||||
| 7184 | <div class="row"> | |||||
| 7185 | <ul class="subchildmenu col-md-8 mega-columns columns2"> | |||||
| 7186 | <li class="ui-menu-item level1 parent"> | |||||
| 7187 | <div class="open-children-toggle"></div> | |||||
| 7188 | <a href="javascript:void(0)" style="pointer-events: none;"><span>Variations 1</span></a> | |||||
| 7189 | <ul class="subchildmenu"> | |||||
| 7190 | <li class="ui-menu-item level2"> | |||||
| 7191 | <a href="{{config path='web/unsecure/base_url'}}demo5_en/electronics.html"><span>Fullwidth Banner</span></a> | |||||
| 7192 | </li> | |||||
| 7193 | <li class="ui-menu-item level2"> | |||||
| 7194 | <a href="{{config path='web/unsecure/base_url'}}demo5_en/fashion.html"><span>Boxed Image Banner</span></a> | |||||
| 7195 | </li> | |||||
| 7196 | <li class="ui-menu-item level2"> | |||||
| 7197 | <a href="{{config path='web/unsecure/base_url'}}demo11_en/fashion.html"><span>Boxed Slider Banner</span></a> | |||||
| 7198 | </li> | |||||
| 7199 | <li class="ui-menu-item level2"> | |||||
| 7200 | <a href="{{config path='web/unsecure/base_url'}}demo5_en/fashion.html"><span>Left Sidebar</span></a> | |||||
| 7201 | </li> | |||||
| 7202 | <li class="ui-menu-item level2"> | |||||
| 7203 | <a href="{{config path='web/unsecure/base_url'}}demo5_en/fashion/women.html"><span>Right Sidebar</span></a> | |||||
| 7204 | </li> | |||||
| 7205 | <li class="ui-menu-item level2"> | |||||
| 7206 | <a href="{{config path='web/unsecure/base_url'}}demo17_en/fashion.html"><span>Product Flex Grid</span></a> | |||||
| 7207 | </li> | |||||
| 7208 | <li class="ui-menu-item level2"> | |||||
| 7209 | <a href="{{store url='porto-product-list-types'}}"><span>Product List Item Types</span></a> | |||||
| 7210 | </li> | |||||
| 7211 | </ul> | |||||
| 7212 | </li> | |||||
| 7213 | <li class="ui-menu-item level1 parent"> | |||||
| 7214 | <div class="open-children-toggle"></div> | |||||
| 7215 | <a href="javascript:void(0)" style="pointer-events: none;"><span>Variations 2</span></a> | |||||
| 7216 | <ul class="subchildmenu"> | |||||
| 7217 | <li class="ui-menu-item level2"> | |||||
| 7218 | <a href="{{config path='web/unsecure/base_url'}}demo5_en/fashion.html"><span>Ajax Infinite Scroll</span><span class="cat-label cat-label-label1">New</span></a> | |||||
| 7219 | </li> | |||||
| 7220 | <li class="ui-menu-item level2"> | |||||
| 7221 | <a href="{{config path='web/unsecure/base_url'}}demo10_en/fashion.html"><span>3 Columns Products</span></a> | |||||
| 7222 | </li> | |||||
| 7223 | <li class="ui-menu-item level2"> | |||||
| 7224 | <a href="{{config path='web/unsecure/base_url'}}demo5_en/fashion.html"><span>4 Columns Products</span></a> | |||||
| 7225 | </li> | |||||
| 7226 | <li class="ui-menu-item level2"> | |||||
| 7227 | <a href="{{config path='web/unsecure/base_url'}}demo11_en/fashion.html"><span>5 Columns Products</span></a> | |||||
| 7228 | </li> | |||||
| 7229 | <li class="ui-menu-item level2"> | |||||
| 7230 | <a href="{{config path='web/unsecure/base_url'}}demo13_en/fashion.html"><span>6 Columns Products</span></a> | |||||
| 7231 | </li> | |||||
| 7232 | <li class="ui-menu-item level2"> | |||||
| 7233 | <a href="javascript:void(0)"><span>7 Columns Products</span></a> | |||||
| 7234 | </li> | |||||
| 7235 | <li class="ui-menu-item level2"> | |||||
| 7236 | <a href="javascript:void(0)"><span>8 Columns Products</span></a> | |||||
| 7237 | </li> | |||||
| 7238 | </ul> | |||||
| 7239 | </li> | |||||
| 7240 | </ul> | |||||
| 7241 | <div class="menu-right-block col-md-4"> | |||||
| 7242 | <div style='background-position: -15px center; background-image: url({{media url="wysiwyg/smartwave/porto/megamenu/menu-banner.jpg"}}); background-repeat: no-repeat; background-size: cover; width: 100%;height:100%;'></div> | |||||
| 7243 | </div> | |||||
| 7244 | </div> | |||||
| 7245 | </div> | |||||
| 7246 | </div> | |||||
| 7247 | </li> | |||||
| 7248 | <li class="ui-menu-item level0 staticwidth parent"> | |||||
| 7249 | <div class="open-children-toggle"></div> | |||||
| 7250 | <a href="{{store url='porto-evolution-headset-default.html'}}" class="level-top"><span>Products</span></a> | |||||
| 7251 | <div class="level0 submenu" style="width: 580px;"> | |||||
| 9383 | <div class="container"> | 7252 | <div class="container"> | |||
| 9384 | <div class="row"> | 7253 | <div class="row"> | |||
| 9385 | <div class="col-md-6 a-left-sm"> | 7254 | <ul class="subchildmenu col-md-8 mega-columns columns2"> | |||
| 9386 | <span style="color: #fff; font-size: 16px; font-family: Georgia; line-height: 30px;"><b>SALE:</b> use coupon code <b>PORTO</b> to save 30%</span> | 7255 | <li class="ui-menu-item level1 parent"> | |||
| 7256 | <div class="open-children-toggle"></div> | |||||
| 7257 | <a href="javascript:void(0)" style="pointer-events: none;"><span>Product Pages</span></a> | |||||
| 7258 | <ul class="subchildmenu"> | |||||
| 7259 | <li class="ui-menu-item level2"> | |||||
| 7260 | <a href="{{config path='web/unsecure/base_url'}}"><span>Simple Product</span></a> | |||||
| 7261 | </li> | |||||
| 7262 | <li class="ui-menu-item level2"> | |||||
| 7263 | » » » » » » » » » <a href="{{config path='web/unsecure/base_url'}}demo1_en/porto-evolution-headset-default.html"><span>Configurable Product</span></a> | |||||
| 7264 | » » » » » » » » </li> | |||||
| 7265 | » » » » » » » » <li class="ui-menu-item level2"> | |||||
| 7266 | » » » » » » » » » <a href="{{config path='web/unsecure/base_url'}}demo1_en/catalog/product/view/id/45/s/sprite-yoga-companion-kit/category/5/"><span>Bundle Product</span></a> | |||||
| 7267 | » » » » » » » » </li> | |||||
| 7268 | » » » » » » » » <li class="ui-menu-item level2"> | |||||
| 7269 | » » » » » » » » » <a href="{{config path='web/unsecure/base_url'}}demo1_en/catalog/product/view/id/2046/s/set-of-sprite-yoga-straps/category/3/"><span>Grouped Product</span></a> | |||||
| 7270 | » » » » » » » » </li> | |||||
| 7271 | » » » » » » » » <li class="ui-menu-item level2"> | |||||
| 7272 | » » » » » » » » » <a href="{{config path='web/unsecure/base_url'}}demo1_en/catalog/product/view/id/46/s/beginner-s-yoga/category/10/"><span>Downloadable Product</span></a> | |||||
| 7273 | » » » » » » » » </li> | |||||
| 7274 | <li class="ui-menu-item level2"> | |||||
| 7275 | <a href="{{config path='web/unsecure/base_url'}}"><span>Addtocart Sticky</span></a> | |||||
| 7276 | </li> | |||||
| 7277 | <li class="ui-menu-item level2"> | |||||
| 7278 | <a href="{{config path='web/unsecure/base_url'}}"><span>Vertical Tabs</span></a> | |||||
| 7279 | </li> | |||||
| 7280 | <li class="ui-menu-item level2"> | |||||
| 7281 | <a href="{{config path='web/unsecure/base_url'}}"><span>Accordion Tabs</span></a> | |||||
| 7282 | </li> | |||||
| 7283 | <li class="ui-menu-item level2"> | |||||
| 7284 | <a href="{{config path='web/unsecure/base_url'}}"><span>Sticky Tabs</span></a> | |||||
| 7285 | </li> | |||||
| 7286 | </ul> | |||||
| 7287 | </li> | |||||
| 7288 | <li class="ui-menu-item level1 parent"> | |||||
| 7289 | <div class="open-children-toggle"></div> | |||||
| 7290 | <a href="javascript:void(0)" style="pointer-events: none;"><span>Product Layout</span></a> | |||||
| 7291 | <ul class="subchildmenu"> | |||||
| 7292 | <li class="ui-menu-item level2"> | |||||
| 7293 | <a href="{{store url='porto-evolution-headset-default.html'}}"><span>Default Layout</span></a> | |||||
| 7294 | </li> | |||||
| 7295 | <li class="ui-menu-item level2"> | |||||
| 7296 | <a href="{{store url='porto-evolution-headset-carousel.html'}}"><span>Extended Layout</span><span class="cat-label cat-label-label1">New</span></a> | |||||
| 7297 | </li> | |||||
| 7298 | <li class="ui-menu-item level2"> | |||||
| 7299 | <a href="{{store url='porto-evolution-headset-fullwidth.html'}}"><span>Full Width Layout</span><span class="cat-label cat-label-label1">New</span></a> | |||||
| 7300 | </li> | |||||
| 7301 | <li class="ui-menu-item level2"> | |||||
| 7302 | <a href="{{store url='porto-evolution-headset-grid.html'}}"><span>Grid Images Layout</span><span class="cat-label cat-label-label1">New</span></a> | |||||
| 7303 | </li> | |||||
| 7304 | <li class="ui-menu-item level2"> | |||||
| 7305 | <a href="{{store url='porto-evolution-headset-sticky-right-info.html'}}"><span>Sticky Right Side Info</span><span class="cat-label cat-label-label1">New</span></a> | |||||
| 7306 | </li> | |||||
| 7307 | <li class="ui-menu-item level2"> | |||||
| 7308 | <a href="{{store url='porto-evolution-headset-wide-grid.html'}}"><span>Vertical Layout</span><span class="cat-label cat-label-label1">New</span></a> | |||||
| 7309 | </li> | |||||
| 7310 | <li class="ui-menu-item level2"> | |||||
| 7311 | <a href="{{config path='web/unsecure/base_url'}}demo5_en/porto-evolution-headset-default.html"><span>With Sidebar</span></a> | |||||
| 7312 | </li> | |||||
| 7313 | <li class="ui-menu-item level2"> | |||||
| 7314 | <a href="{{config path='web/unsecure/base_url'}}demo2_en/catalog/product/view/id/2349/s/jane-dress/"><span>Without Sidebar</span></a> | |||||
| 7315 | </li> | |||||
| 7316 | </ul> | |||||
| 7317 | </li> | |||||
| 7318 | </ul> | |||||
| 7319 | <div class="menu-right-block col-md-4"> | |||||
| 7320 | <div style='background-position: center center; background-image: url({{media url="wysiwyg/smartwave/porto/megamenu/shop1_megamenu.jpg"}}); background-repeat: no-repeat; background-size: cover; width: 100%;height:100%;'></div> | |||||
| 9387 | </div> | 7321 | </div> | |||
| 9388 | <div class="col-md-6 a-right-sm"> | |||||
| 9389 | <div style="display: inline-block; vertical-align: middle; padding-right: 20px;"> | |||||
| 9390 | <p style="margin: 0; color: #fff; font-family: Georgia; font-size: 15px; font-weight: 700; line-height: 15px;">Be the First to Know</p> | |||||
| 9391 | <p style="margin: 0; font-size: 12px; color: #a7a7a7; line-height: 15px;">Sign up for newsletter today.</p> | |||||
| 9392 | </div> | 7322 | </div> | |||
| 9393 | <div style="display: inline-block; vertical-align: middle; position: relative;"> | |||||
| 9394 | {{block class="Magento\Newsletter\Block\Subscribe" name="subscribe_form" template="subscribe_form.phtml"}} | |||||
| 9395 | </div> | 7323 | </div> | |||
| 9396 | </div> | 7324 | </div> | |||
| 7325 | </li> | |||||
| 7326 | <li class="ui-menu-item level0 classic parent"> | |||||
| 7327 | <div class="open-children-toggle"></div> | |||||
| 7328 | <a href="javascript:void(0)" class="level-top"><span>Pages</span></a> | |||||
| 7329 | <div class="level0 submenu"> | |||||
| 7330 | <div class="row"> | |||||
| 7331 | <ul class="subchildmenu"> | |||||
| 7332 | <li class="ui-menu-item level1"> | |||||
| 7333 | <a href="{{store url='about-porto'}}"><span>About Us</span></a> | |||||
| 7334 | </li> | |||||
| 7335 | <li class="ui-menu-item level1"> | |||||
| 7336 | <a href="{{store url='contact'}}"><span>Contact Us</span></a> | |||||
| 7337 | </li> | |||||
| 7338 | <li class="ui-menu-item level1"> | |||||
| 7339 | <a href="{{store url='blog'}}"><span>Blog</span></a> | |||||
| 7340 | </li> | |||||
| 7341 | <li class="ui-menu-item level1"> | |||||
| 7342 | <a href="{{store url='blog/post/post-format-image-gallery'}}"><span>Post</span></a> | |||||
| 7343 | </li> | |||||
| 7344 | <li class="ui-menu-item level1"> | |||||
| 7345 | <a href="{{store url='checkout/cart'}}"><span>Shopping Cart</span></a> | |||||
| 7346 | </li> | |||||
| 7347 | <li class="ui-menu-item level1"> | |||||
| 7348 | <a href="{{store url='checkout'}}"><span>Checkout</span></a> | |||||
| 7349 | </li> | |||||
| 7350 | <li class="ui-menu-item level1"> | |||||
| 7351 | <a href="{{store url='customer/account'}}"><span>My Account</span></a> | |||||
| 7352 | </li> | |||||
| 7353 | </ul> | |||||
| 9397 | </div> | 7354 | </div> | |||
| 9398 | </div> | 7355 | </div> | |||
| 9399 | | 7356 | </li> | |||
| 7357 | <li class="ui-menu-item level0 classic parent"> | |||||
| 7358 | <div class="open-children-toggle"></div> | |||||
| 7359 | <a href="javascript:void(0)" class="level-top"><span>Features</span></a> | |||||
| 7360 | <div class="level0 submenu"> | |||||
| 7361 | <div class="row"> | |||||
| 7362 | <ul class="subchildmenu"> | |||||
| 7363 | <li class="ui-menu-item level1"> | |||||
| 7364 | <a href="{{store url='porto-header-types'}}"><span>Header Types</span></a> | |||||
| 7365 | </li> | |||||
| 7366 | <li class="ui-menu-item level1"> | |||||
| 7367 | <a href="{{store url='porto-footer-types'}}"><span>Footer Types</span></a> | |||||
| 7368 | </li> | |||||
| 7369 | </ul> | |||||
| 7370 | </div> | |||||
| 7371 | </div> | |||||
| 7372 | </li> | |||||
| 7373 | </ul> | |||||
| 7374 | ]]> | |||||
| 9400 | </content> | 7375 | </content> | |||
| 9401 | 7376 | |||||
| 9402 | <is_active> | 7377 | <is_active> | |||
| 9403 | 1 | 7378 | 1 | |||
| 9404 | </is_active> | 7379 | </is_active> | |||
| 9405 | 7380 | |||||
| 9406 | </cms_item> | 7381 | </cms_item> | |||
| 9407 | 7382 | |||||
| 9408 | <cms_item> | 7383 | <cms_item> | |||
| 9409 | 7384 | |||||
| 9410 | <title> | 7385 | <title> | |||
| 9411 | Porto - Custom Notice Block New | 7386 | Porto - Custom | |||
| 9412 | </title> | 7387 | </title> | |||
| 9413 | 7388 | |||||
| 9414 | <identifier> | 7389 | <identifier> | |||
| 9415 | porto_custom_notice_new | 7390 | porto_custom_block_for_header_13 | |||
| 9416 | </identifier> | 7391 | </identifier> | |||
| 9417 | 7392 | |||||
| 9418 | <content> | 7393 | <content> | |||
| 9419 | <![CDATA[<div class="top-block-header" style="background-color:#0e0e0e;color:#fff;padding:7px 0;"> | 7394 | <![CDATA[<a class="porto-sicon-box-link" href="#" title="My Account"> | |||
| 9420 | <div class="container"> | 7395 | <div class="porto-sicon-box d-none d-md-flex style_1 default-icon mb-0"> | |||
| 9421 | <div class="row"> | 7396 | <div class="porto-sicon-default"> | |||
| 9422 | <div class="col-md-9" style="font-size:11px;text-transform:uppercase;font-weight:400;line-height:24px;text-align:left;"> | 7397 | <div class="porto-just-icon-wrapper" style="text-align: center;"> | |||
| 9423 | <span style="margin-right: 30px;">Free shipping & Return</span> | 7398 | <div class="porto-icon advanced" style="color: #222529; background: transparent; border-style: solid; border-color: #ccc; border-width: 1px; width: 50px; height: 50px; line-height: 50px; border-radius: 26px; font-size: 25px; display: inline-block;margin-right: 15px;"> | |||
| 9424 | <span style="margin-right: 30px;">money back guarantee</span> | 7399 | <i class="porto-icon-user-2"></i> | |||
| 9425 | <span>online support 24/7</span> | |||||
| 9426 | </div> | 7400 | </div> | |||
| 9427 | <div class="col-md-3" style="font-size:11px;text-align:right;font-weight:400;line-height:24px;"> | |||||
| 9428 | <span>CALL US <b style="font-weight:600;padding-left:6px;">+ 000 1584 2578</b></span> | |||||
| 9429 | </div> | 7401 | </div> | |||
| 9430 | </div> | 7402 | </div> | |||
| 7403 | <div class="porto-sicon-header"> | |||||
| 7404 | <h3 class="porto-sicon-title" style="font-weight: 400; font-size: 12px; line-height: 12px;color: inherit;">Hello!</h3> | |||||
| 7405 | <p class="text-color-primary" style="font-weight: 700; font-size: 13px; line-height: 13px;">My Account</p> | |||||
| 9431 | </div> | 7406 | </div> | |||
| 9432 | | 7407 | </div> | |||
| 7408 | </a> | |||||
| 7409 | ]]> | |||||
| 9433 | </content> | 7410 | </content> | |||
| 9434 | 7411 | |||||
| 9435 | <is_active> | 7412 | <is_active> | |||
| 9436 | 1 | 7413 | 1 | |||
| 9437 | </is_active> | 7414 | </is_active> | |||
| 9438 | 7415 | |||||
| 9439 | </cms_item> | 7416 | </cms_item> | |||
| 9440 | 7417 | |||||
| 9441 | <cms_item> | 7418 | <cms_item> | |||
| 9442 | 7419 | |||||
| 9443 | <title> | 7420 | <title> | |||
| 9444 | Porto - Custom Block for Header Type 7 | 7421 | Footer Top Block 8 | |||
| 9445 | </title> | 7422 | </title> | |||
| 9446 | 7423 | |||||
| 9447 | <identifier> | 7424 | <identifier> | |||
| 9448 | porto_custom_block_for_header_type_7 | 7425 | footer_top_block8 | |||
| 9449 | </identifier> | 7426 | </identifier> | |||
| 9450 | 7427 | |||||
| 9451 | <content> | 7428 | <content> | |||
| 9452 | <![CDATA[<div style="font-size:15px;color:#fff;line-height:1.4;margin-bottom:15px;"> | 7429 | <![CDATA[<div class="widget widget-block w-100"> | |||
| 9453 | <em class="porto-icon-phone" style="margin-right: 5px;"></em><span>(+404) 158 14 25 78</span> | 7430 | <div class="ft-block"> | |||
| 7431 | <div class="porto-block"> | |||||
| 7432 | <div class="pt_row row pt_row-o-content-middle pt_row-flex"> | |||||
| 7433 | <div class="pt_column_container col-md-6"> | |||||
| 7434 | <div class="wpb_wrapper pt_column-inner"> | |||||
| 7435 | <h4 style="font-size: 20px; line-height: 1; font-weight: 600;" class="pt_custom_heading mb-1 align-left heading-light">Sign Up to Newsletter</h4> | |||||
| 7436 | <p style="font-size: 13px; color: #999999; line-height: 20px;" class="pt_custom_heading mb-0 align-left">Get all the latest information on Events, Sales and Offers.</p> | |||||
| 7437 | </div> | |||||
| 7438 | </div> | |||||
| 7439 | <div class="pt_column_container col-md-6"> | |||||
| 7440 | <div class="wpb_wrapper pt_column-inner"> | |||||
| 7441 | {{block class="Magento\Newsletter\Block\Subscribe" name="home.newsletter" template="subscribe_form.phtml"}} | |||||
| 7442 | <style> | |||||
| 7443 | .footer .single-subscribe { | |||||
| 7444 | border-bottom: 2px solid #fff; | |||||
| 7445 | } | |||||
| 7446 | .single-subscribe .newsletter input { | |||||
| 7447 | background: none; | |||||
| 7448 | border: none; | |||||
| 7449 | color: #999; | |||||
| 7450 | font-style: italic; | |||||
| 7451 | font-weight: 300; | |||||
| 7452 | padding-left: 0; | |||||
| 7453 | border-radius: 0; | |||||
| 7454 | } | |||||
| 7455 | .footer .newsletter .action.subscribe { | |||||
| 7456 | background: none!important; | |||||
| 7457 | border: none; | |||||
| 7458 | font-weight: 700; | |||||
| 7459 | letter-spacing: .01em; | |||||
| 7460 | padding-left: 0; | |||||
| 7461 | padding-right: 0; | |||||
| 7462 | } | |||||
| 7463 | </style> | |||||
| 7464 | </div> | |||||
| 7465 | </div> | |||||
| 7466 | </div> | |||||
| 7467 | </div> | |||||
| 7468 | </div> | |||||
| 9454 | </div> | 7469 | </div> | |||
| 9455 | <ul class="social-icons"> | 7470 | ]]> | |||
| 9456 | <li><a class="facebook-link" href="#"><em class="porto-icon-facebook"></em></a></li> | |||||
| 9457 | <li><a class="twitter-link" href="#"><em class="porto-icon-twitter"></em></a></li> | |||||
| 9458 | <li><a class="linkedin-link" href="#"><em class="porto-icon-linkedin-squared"></em></a></li> | |||||
| 9459 | </ul> | |||||
| 9460 | <address>©Copyright 2020 by PORTO.</address>]]> | |||||
| 9461 | </content> | 7471 | </content> | |||
| 9462 | 7472 | |||||
| 9463 | <is_active> | 7473 | <is_active> | |||
| 9464 | 1 | 7474 | 1 | |||
| 9465 | </is_active> | 7475 | </is_active> | |||
| 9466 | 7476 | |||||
| 9467 | </cms_item> | 7477 | </cms_item> | |||
| 9468 | 7478 | |||||
| 9469 | <cms_item> | 7479 | <cms_item> | |||
| 9470 | 7480 | |||||
| 9471 | <title> | 7481 | <title> | |||
| 9472 | Porto - Custom Block for Header Home 12 | 7482 | Footer Middle Follow Us | |||
| 9473 | </title> | 7483 | </title> | |||
| 9474 | 7484 | |||||
| 9475 | <identifier> | 7485 | <identifier> | |||
| 9476 | porto_custom_block_for_header_home12 | 7486 | footer_middle_follow_us | |||
| 9477 | </identifier> | 7487 | </identifier> | |||
| 9478 | 7488 | |||||
| 9479 | <content> | 7489 | <content> | |||
| 9480 | <![CDATA[<span style="margin-top:4px;color:#fff;display:block;">CALL US NOW<br><b style="color:#fff;font-size:18px;font-weight:600;display:block;line-height:27px;">+123 5678 890</b></span> ]]> | 7490 | <![CDATA[<div class="widget follow-us"> | |||
| 7491 | <h3 class="widget-title">Follow Us</h3> | |||||
| 7492 | <div class="share-links"> | |||||
| 7493 | <a href="#" rel="nofollow" target="_blank" title="Facebook" class="share-facebook">Facebook</a> | |||||
| 7494 | <a href="#" rel="nofollow" target="_blank" title="Twitter" class="share-twitter">Twitter</a> | |||||
| 7495 | <a href="#" rel="nofollow" target="_blank" title="Instagram" class="share-instagram">Instagram</a> | |||||
| 7496 | <a href="#" rel="nofollow" target="_blank" title="Linkedin" class="share-linkedin">Linkedin</a> | |||||
| 7497 | </div> | |||||
| 7498 | </div> | |||||
| 7499 | <style> | |||||
| 7500 | .footer .follow-us .share-links a { | |||||
| 7501 | box-shadow: none; | |||||
| 7502 | font-size: 24px; | |||||
| 7503 | width: 2.25em; | |||||
| 7504 | height: 2.25em; | |||||
| 7505 | border: 1px solid #d0d0d0; | |||||
| 7506 | border-radius: 30px; | |||||
| 7507 | } | |||||
| 7508 | .footer .follow-us .share-links a:not(:hover) { | |||||
| 7509 | background: none; | |||||
| 7510 | color: #222529; | |||||
| 7511 | } | |||||
| 7512 | </style>]]> | |||||
| 9481 | </content> | 7513 | </content> | |||
| 9482 | 7514 | |||||
| 9483 | <is_active> | 7515 | <is_active> | |||
| 9484 | 1 | 7516 | 1 | |||
| 9485 | </is_active> | 7517 | </is_active> | |||
| 9486 | 7518 | |||||
| 9487 | </cms_item> | 7519 | </cms_item> | |||
| 9488 | 7520 | |||||
| 9489 | <cms_item> | 7521 | <cms_item> | |||
| 9490 | 7522 | |||||
| 9491 | <title> | 7523 | <title> | |||
| 9492 | Porto - Custom Block for Header Type12 | 7524 | Banner Category Demo 28 | |||
| 9493 | </title> | 7525 | </title> | |||
| 9494 | 7526 | |||||
| 9495 | <identifier> | 7527 | <identifier> | |||
| 9496 | porto_custom_block_for_header_type12 | 7528 | banner_category_demo28 | |||
| 9497 | </identifier> | 7529 | </identifier> | |||
| 9498 | 7530 | |||||
| 9499 | <content> | 7531 | <content> | |||
| 9500 | <![CDATA[<a href="https://www.facebook.com/" title="Facebook" target="_blank"><em class="porto-icon-facebook"></em></a> | 7532 | <![CDATA[<div class="pt_row porto-inner-container" style="margin-top: 20px;"> | |||
| 9501 | <a href="https://twitter.com/" title="Twitter" target="_blank"><em class="porto-icon-twitter"></em></a> | 7533 | <style> | |||
| 9502 | <a href="https://www.instagram.com/" title="Instagram" target="_blank"><em class="porto-icon-instagram"></em></a>]]> | 7534 | .custom-font1 { | |||
| 7535 | font-family: Open Sans,sans-serif; | |||||
| 7536 | } | |||||
| 7537 | .porto-ultimate-content-box { | |||||
| 7538 | transition: box-shadow .2s; | |||||
| 7539 | } | |||||
| 7540 | .banner-content { | |||||
| 7541 | box-shadow: none; | |||||
| 7542 | } | |||||
| 7543 | .banner-content:hover { | |||||
| 7544 | box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.15); | |||||
| 7545 | } | |||||
| 7546 | .porto-ultimate-content-box { | |||||
| 7547 | font-size: inherit; | |||||
| 7548 | } | |||||
| 7549 | </style> | |||||
| 7550 | <div class="porto-wrap-container container"> | |||||
| 7551 | <div class="row"> | |||||
| 7552 | <div class="col-sm-6 pt_column_container col-md-3"> | |||||
| 7553 | <div class="wpb_wrapper pt_column-inner"> | |||||
| 7554 | <div class="porto-ultimate-content-box-container"> | |||||
| 7555 | <div class="porto-ultimate-content-box banner-content" | |||||
| 7556 | style="margin-bottom: 20px; | |||||
| 7557 | padding: 20px; | |||||
| 7558 | background-color: #f6f7f9; | |||||
| 7559 | background-size: initial; | |||||
| 7560 | background-repeat: no-repeat; | |||||
| 7561 | background-position: 95% center; | |||||
| 7562 | background-image: url('{{media url="wysiwyg/smartwave/porto/homepage/28/shop28_home_banner1.jpg"}}'); | |||||
| 7563 | "> | |||||
| 7564 | <h2 style="font-size: 24px; line-height: 1; font-weight: 700;" class="pt_custom_heading mb-1 align-left text-uppercase">GIFTS $10</h2> | |||||
| 7565 | <p style="font-size: 20px; line-height: 1; font-weight: 400;" class="pt_custom_heading custom-font1 mb-5 pb-xl-2 align-left">& under</p> | |||||
| 7566 | <h3 style="font-size: 12px; line-height: 1; font-weight: 700;" class="pt_custom_heading mb-0 align-left text-uppercase heading-primary"><a href="#">SHOP NOW</a></h3> | |||||
| 7567 | </div> | |||||
| 7568 | </div> | |||||
| 7569 | </div> | |||||
| 7570 | </div> | |||||
| 7571 | <div class="col-sm-6 pt_column_container col-md-3"> | |||||
| 7572 | <div class="wpb_wrapper pt_column-inner"> | |||||
| 7573 | <div class="porto-ultimate-content-box-container"> | |||||
| 7574 | <div class="porto-ultimate-content-box banner-content" | |||||
| 7575 | style="margin-bottom: 20px; | |||||
| 7576 | padding: 20px; | |||||
| 7577 | background-color: #f6f7f9; | |||||
| 7578 | background-size: initial; | |||||
| 7579 | background-repeat: no-repeat; | |||||
| 7580 | background-position: 93% center; | |||||
| 7581 | background-image: url('{{media url="wysiwyg/smartwave/porto/homepage/28/shop28_home_banner2.jpg"}}'); | |||||
| 7582 | "> | |||||
| 7583 | <h2 style="font-size: 24px; line-height: 1; font-weight: 700;" class="pt_custom_heading mb-1 align-left text-uppercase">GIFTS $20</h2> | |||||
| 7584 | <p style="font-size: 20px; line-height: 1; font-weight: 400;" class="pt_custom_heading custom-font1 mb-5 pb-xl-2 align-left">& under</p> | |||||
| 7585 | <h3 style="font-size: 12px; line-height: 1; font-weight: 700;" class="pt_custom_heading mb-0 align-left text-uppercase heading-primary"><a href="#">SHOP NOW</a></h3> | |||||
| 7586 | </div> | |||||
| 7587 | </div> | |||||
| 7588 | </div> | |||||
| 7589 | </div> | |||||
| 7590 | <div class="col-sm-6 pt_column_container col-md-3"> | |||||
| 7591 | <div class="wpb_wrapper pt_column-inner"> | |||||
| 7592 | <div class="porto-ultimate-content-box-container"> | |||||
| 7593 | <div class="porto-ultimate-content-box banner-content" | |||||
| 7594 | style="margin-bottom: 20px; | |||||
| 7595 | padding: 20px; | |||||
| 7596 | background-color: #f6f7f9; | |||||
| 7597 | background-size: initial; | |||||
| 7598 | background-repeat: no-repeat; | |||||
| 7599 | background-position: 88% center; | |||||
| 7600 | background-image: url('{{media url="wysiwyg/smartwave/porto/homepage/28/shop28_home_banner3.jpg"}}'); | |||||
| 7601 | "> | |||||
| 7602 | <h2 style="font-size: 24px; line-height: 1; font-weight: 700;" class="pt_custom_heading mb-1 align-left text-uppercase">GIFTS $50</h2> | |||||
| 7603 | <p style="font-size: 20px; line-height: 1; font-weight: 400;" class="pt_custom_heading custom-font1 mb-5 pb-xl-2 align-left">& under</p> | |||||
| 7604 | <h3 style="font-size: 12px; line-height: 1; font-weight: 700;" class="pt_custom_heading mb-0 align-left text-uppercase heading-primary"><a href="#">SHOP NOW</a></h3> | |||||
| 7605 | </div> | |||||
| 7606 | </div> | |||||
| 7607 | </div> | |||||
| 7608 | </div> | |||||
| 7609 | <div class="col-sm-6 pt_column_container col-md-3"> | |||||
| 7610 | <div class="wpb_wrapper pt_column-inner"> | |||||
| 7611 | <div class="porto-ultimate-content-box-container"> | |||||
| 7612 | <div class="porto-ultimate-content-box banner-content" | |||||
| 7613 | style="margin-bottom: 20px; | |||||
| 7614 | padding: 20px; | |||||
| 7615 | background-color: #f6f7f9; | |||||
| 7616 | background-size: initial; | |||||
| 7617 | background-repeat: no-repeat; | |||||
| 7618 | background-position: 90% 60%; | |||||
| 7619 | background-image: url('{{media url="wysiwyg/smartwave/porto/homepage/28/shop28_home_banner4.jpg"}}'); | |||||
| 7620 | "> | |||||
| 7621 | <h2 style="font-size: 24px; line-height: 1; font-weight: 700;" class="pt_custom_heading mb-1 align-left text-uppercase">GIFTS $99</h2> | |||||
| 7622 | <p style="font-size: 20px; line-height: 1; font-weight: 400;" class="pt_custom_heading custom-font1 mb-5 pb-xl-2 align-left">& under</p> | |||||
| 7623 | <h3 style="font-size: 12px; line-height: 1; font-weight: 700;" class="pt_custom_heading mb-0 align-left text-uppercase heading-primary"><a href="#">SHOP NOW</a></h3> | |||||
| 7624 | </div> | |||||
| 7625 | </div> | |||||
| 7626 | </div> | |||||
| 7627 | </div> | |||||
| 7628 | </div> | |||||
| 7629 | </div> | |||||
| 7630 | </div>]]> | |||||
| 9503 | </content> | 7631 | </content> | |||
| 9504 | 7632 | |||||
| 9505 | <is_active> | 7633 | <is_active> | |||
| 9506 | 1 | 7634 | 1 | |||
| 9507 | </is_active> | 7635 | </is_active> | |||
| 9508 | 7636 | |||||
| 9509 | </cms_item> | 7637 | </cms_item> | |||
| 9510 | 7638 | |||||
| 9511 | <cms_item> | 7639 | <cms_item> | |||
| 9512 | 7640 | |||||
| 9513 | <title> | 7641 | <title> | |||
| 9514 | Porto - Footer Middle - 1st Column for Demo19 | 7642 | Porto - Custom Block for Product Page Side bar Demo 28 | |||
| 9515 | </title> | 7643 | </title> | |||
| 9516 | 7644 | |||||
| 9517 | <identifier> | 7645 | <identifier> | |||
| 9518 | porto_footer_middle_1_for_19 | 7646 | porto_product_side_custom_block_demo28 | |||
| 9519 | </identifier> | 7647 | </identifier> | |||
| 9520 | 7648 | |||||
| 9521 | <content> | 7649 | <content> | |||
| 9522 | <![CDATA[<img src="{{media url="wysiwyg/smartwave/porto/footer/logo_white_plus.png"}}" alt="" />]]> | 7650 | <![CDATA[<div class="wpb_content_element"> | |||
| 7651 | <style> | |||||
| 7652 | .sidebar-content .widget-title { | |||||
| 7653 | font-size: 12px; | |||||
| 7654 | font-weight: 600; | |||||
| 7655 | color: #000; | |||||
| 7656 | letter-spacing: .05em; | |||||
| 7657 | border-bottom: 1px solid #e7e7e7!important; | |||||
| 7658 | padding: 6px 0!important; | |||||
| 7659 | } | |||||
| 7660 | .flash-sale .product-item-info .product-item-inner, | |||||
| 7661 | .flash-sale .product-item-info .product-reviews-summary, | |||||
| 7662 | .flash-sale .product-item .weltpixel-quickview.weltpixel_quickview_button_v2{ | |||||
| 7663 | display: none; | |||||
| 7664 | } | |||||
| 7665 | .flash-sale .product-item-photo img { | |||||
| 7666 | max-width: 64%; | |||||
| 7667 | } | |||||
| 7668 | .flash-sale .product-item-photo { | |||||
| 7669 | background: none; | |||||
| 7670 | margin-bottom: 0!important; | |||||
| 7671 | } | |||||
| 7672 | .flash-sale .products .product-item { | |||||
| 7673 | margin-bottom: 0; | |||||
| 7674 | } | |||||
| 7675 | .flash-sale .product-item-info:hover .product-item-photo { | |||||
| 7676 | box-shadow: none; | |||||
| 7677 | } | |||||
| 7678 | .background-color-gray { | |||||
| 7679 | background-color: #f6f7f9; | |||||
| 7680 | } | |||||
| 7681 | .porto-ultimate-content-box { | |||||
| 7682 | font-size: inherit; | |||||
| 7683 | } | |||||
| 7684 | .vc_btn3.btn { | |||||
| 7685 | font-weight: 700; | |||||
| 7686 | letter-spacing: .01em; | |||||
| 7687 | padding: 1em 1.75em; | |||||
| 7688 | text-transform: uppercase; | |||||
| 7689 | } | |||||
| 7690 | </style> | |||||
| 7691 | <div class="wpb_wrapper"> | |||||
| 7692 | <div class="widget woocommerce widget_products"> | |||||
| 7693 | <h3 class="widget-title">Featured Products<span class="toggle"></span></h3> | |||||
| 7694 | {{block class="Smartwave\Filterproducts\Block\Home\LatestList" name="featured_product" product_count="3" aspect_ratio="0" image_width="150" image_height="150" template="small_list.phtml"}} | |||||
| 7695 | </div> | |||||
| 7696 | <div class="widget widget_text"> | |||||
| 7697 | <h3 class="widget-title">Custom HTML Block<span class="toggle"></span></h3> | |||||
| 7698 | <div class="textwidget"> | |||||
| 7699 | <p style="font-size: 13px;">This is a custom sub-title.</p> | |||||
| 7700 | <h6>Lorem ipsum dolor sit amet, con sec tetur elitad.</h6> | |||||
| 7701 | </div> | |||||
| 7702 | </div> | |||||
| 7703 | <div class="widget widget-block"> | |||||
| 7704 | <div class="block"> | |||||
| 7705 | <div class="porto-block"> | |||||
| 7706 | <div class="pt_row wpb_row row"> | |||||
| 7707 | <div class="pt_column_container col-md-12"> | |||||
| 7708 | <div class="wpb_wrapper pt_column-inner"> | |||||
| 7709 | <div class="porto-separator"><hr class="separator-line align_center solid" style="background-color: #e7e7e7;" /></div> | |||||
| 7710 | <div class="porto-ultimate-content-box-container background-color-secondary h-100"> | |||||
| 7711 | <div class="porto-ultimate-content-box" style="padding: 20px;"> | |||||
| 7712 | <h2 style="font-size: 15px; line-height: 1; text-align: center; font-weight: 700; margin: -20px -20px 20px; padding-top: 20px; padding-bottom: 20px; background-color: #f86c86;" class="pt_custom_heading text-uppercase heading-light"> | |||||
| 7713 | Flash Sale Running! | |||||
| 7714 | </h2> | |||||
| 7715 | <div class="porto-products wpb_content_element m-b-md background-color-gray flash-sale"> | |||||
| 7716 | » {{block class="Smartwave\Filterproducts\Block\Home\LatestList" name="featured_product" product_type="1" product_count="1" column_count="1" aspect_ratio="1" image_width="300" image_height="300" template="grid.phtml"}} | |||||
| 7717 | </div> | |||||
| 7718 | <div class="btn-container btn-secondary-light mb-0 text-center w-100"> | |||||
| 7719 | <a class="vc_btn3 btn btn-md btn-secondary d-block" href="#">SHOP SALE NOW</a> | |||||
| 7720 | </div> | |||||
| 7721 | </div> | |||||
| 7722 | </div> | |||||
| 7723 | </div> | |||||
| 7724 | </div> | |||||
| 7725 | </div> | |||||
| 7726 | </div> | |||||
| 7727 | </div> | |||||
| 7728 | </div> | |||||
| 7729 | </div> | |||||
| 7730 | </div> | |||||
| 7731 | ]]> | |||||
| 9523 | </content> | 7732 | </content> | |||
| 9524 | 7733 | |||||
| 9525 | <is_active> | 7734 | <is_active> | |||
| 9526 | 1 | 7735 | 1 | |||
| 9527 | </is_active> | 7736 | </is_active> | |||
| 9528 | 7737 | |||||
| 9529 | </cms_item> | 7738 | </cms_item> | |||
| 9530 | 7739 | |||||
| 9531 | <cms_item> | 7740 | <cms_item> | |||
| 9532 | 7741 | |||||
| 9533 | <title> | 7742 | <title> | |||
| 9534 | Porto - Footer Middle - 2nd Column for Demo19 | 7743 | Banner Category Demo 29 | |||
| 9535 | </title> | 7744 | </title> | |||
| 9536 | 7745 | |||||
| 9537 | <identifier> | 7746 | <identifier> | |||
| 9538 | porto_footer_middle_2_for_19 | 7747 | banner_category_demo29 | |||
| 9539 | </identifier> | 7748 | </identifier> | |||
| 9540 | 7749 | |||||
| 9541 | <content> | 7750 | <content> | |||
| 9542 | <![CDATA[<div class=" | 7751 | <![CDATA[<div class="porto-block"> | |||
| 9543 | <div class="block-title"><strong>SHOP</strong></div> | 7752 | <style> | |||
| 9544 | <div class="block-content"> | 7753 | .ls-10em { | |||
| 9545 | <ul class="links"> | 7754 | letter-spacing: .01em; | |||
| 9546 | <li><a href="#" title="Fashion & Clothes">Fashion & Clothes</a></li> | 7755 | } | |||
| 9547 | <li><a href="#" title="Electronics & Computers">Electronics & Computers</a></li> | 7756 | .ls-25em { | |||
| 9548 | <li><a href="#" title="Toys & Hobbies">Toys & Hobbies</a></li> | 7757 | letter-spacing: .025em; | |||
| 9549 | <li><a href="#" title="Home & Garden">Home & Garden</a></li> | 7758 | } | |||
| 9550 | <li><a href="#" title="Decor & Furniture">Decor & Furniture</a></li> | 7759 | .ls-negative-25em { | |||
| 9551 | <li><a href="#" title="Sports & Fitness">Sports & Fitness</a></li> | 7760 | letter-spacing: -.025em; | |||
| 9552 | <li><a href="#" title="Gifts">Gifts</a></li> | 7761 | } | |||
| 9553 | </ul> | 7762 | .font-weight-semibold, .text-weight-semibold { | |||
| 7763 | font-weight: 600; | |||||
| 7764 | } | |||||
| 7765 | .pt_btn3.btn { | |||||
| 7766 | font-family: 'Open Sans'; | |||||
| 7767 | font-weight: 700; | |||||
| 7768 | text-transform: uppercase; | |||||
| 7769 | padding: 1.2em 2.5em; | |||||
| 7770 | letter-spacing: .01em; | |||||
| 7771 | } | |||||
| 7772 | </style> | |||||
| 7773 | <div class="pt_row wpb_row porto-inner-container"> | |||||
| 7774 | <div class="porto-wrap-container container"> | |||||
| 7775 | <div class="row"> | |||||
| 7776 | <div class="pt_column_container col-md-12"> | |||||
| 7777 | <div class="wpb_wrapper pt_column-inner"> | |||||
| 7778 | <div class="pt_row wpb_row pt_inner row pt_row-has-fill pt_row-o-content-middle pt_row-flex" style="margin-top: 20px !important; margin-right: 0px !important; margin-left: 0px !important; background-color: #f4f4f4 !important;"> | |||||
| 7779 | <div class="px-0 pt_column_container col-md-4 porto-lazyload lazy-load-loaded" | |||||
| 7780 | style="background-image: url('{{media url="wysiwyg/smartwave/porto/category/banner/shop29_shop_banner.jpg"}}'); | |||||
| 7781 | padding-top: 70px; | |||||
| 7782 | padding-bottom: 70px; | |||||
| 7783 | background-position: center; | |||||
| 7784 | background-repeat: no-repeat; | |||||
| 7785 | background-size: cover;"> | |||||
| 7786 | <div class="wpb_wrapper pt_column-inner"></div> | |||||
| 9554 | </div> | 7787 | </div> | |||
| 9555 | </div>]]> | 7788 | <div class="py-4 pt_column_container col-md-5"> | |||
| 7789 | <div class="wpb_wrapper pt_column-inner"> | |||||
| 7790 | <h2 style="font-size: 38px; color: #181a1c; line-height: 1; font-weight: 800;" class="pt_custom_heading mb-1 ls-10em align-left text-uppercase">PORTO SWITCH LITE</h2> | |||||
| 7791 | <h3 style="font-size: 18px; color: #777777; line-height: 1; font-weight: 700;" class="pt_custom_heading mb-0 ls-25em align-left text-uppercase">now available for pre-order</h3> | |||||
| 7792 | </div> | |||||
| 7793 | </div> | |||||
| 7794 | <div class="pt_column_container col-md-3"> | |||||
| 7795 | <div class="wpb_wrapper pt_column-inner"> | |||||
| 7796 | <div class="btn-container mb-3 mb-md-0 d-inline-block"><button class="pt_btn3 btn btn-md btn-quaternary">PRE-ORDER NOW</button></div> | |||||
| 7797 | </div> | |||||
| 7798 | </div> | |||||
| 7799 | </div> | |||||
| 7800 | </div> | |||||
| 7801 | </div> | |||||
| 7802 | </div> | |||||
| 7803 | </div> | |||||
| 7804 | </div> | |||||
| 7805 | </div> | |||||
| 7806 | ]]> | |||||
| 9556 | </content> | 7807 | </content> | |||
| 9557 | 7808 | |||||
| 9558 | <is_active> | 7809 | <is_active> | |||
| 9559 | 1 | 7810 | 1 | |||
| 9560 | </is_active> | 7811 | </is_active> | |||
| 9561 | 7812 | |||||
| 9562 | </cms_item> | 7813 | </cms_item> | |||
| 9563 | 7814 | |||||
| 9564 | <cms_item> | 7815 | <cms_item> | |||
| 9565 | 7816 | |||||
| 9566 | <title> | 7817 | <title> | |||
| 9567 | Porto - Footer Middle - 3rd Column for Demo19 | 7818 | Porto - Custom Block For Header Top 5 | |||
| 9568 | </title> | 7819 | </title> | |||
| 9569 | 7820 | |||||
| 9570 | <identifier> | 7821 | <identifier> | |||
| 9571 | porto_footer_middle_3_for_19 | 7822 | porto_custom_block_for_header_top5 | |||
| 9572 | </identifier> | 7823 | </identifier> | |||
| 9573 | 7824 | |||||
| 9574 | <content> | 7825 | <content> | |||
| 9575 | <![CDATA[<div class="block"> | 7826 | <![CDATA[<div class="custom-html font-size-xl font-weight-medium">Get 10% OFF at the Porto GAMES Selection</div> | |||
| 9576 | <div class="block-title"><strong>MENU</strong></div> | 7827 | <span class="separator"></span> | |||
| 9577 | <div class="block-content"> | 7828 | <div class="custom-html font-size-xl font-weight-bold"><a href="#" class="text-color-primary">Shop Now!</a></div>]]> | |||
| 9578 | <ul class="links"> | |||||
| 9579 | <li><a href="{{store url="customer/account"}}" title="My Account">My Account</a></li> | |||||
| 9580 | <li><a href="{{store url=""}}" title="Daily Deal">Daily Deal</a></li> | |||||
| 9581 | <li><a href="{{store url="wishlist"}}" title="My Wishlist">My Wishlist</a></li> | |||||
| 9582 | <li><a href="{{store url="blog"}}" title="Blog">Blog</a></li> | |||||
| 9583 | <li><a href="{{store url="customer/login"}}" title="Login">Login</a></li> | |||||
| 9584 | <li><a href="{{store url="about-porto-9"}}" title="About Us">About Us</a></li> | |||||
| 9585 | <li><a href="{{store url="contact"}}" title="Contact">Contact</a></li> | |||||
| 9586 | </ul> | |||||
| 9587 | </div> | |||||
| 9588 | </div>]]> | |||||
| 9589 | </content> | 7829 | </content> | |||
| 9590 | 7830 | |||||
| 9591 | <is_active> | 7831 | <is_active> | |||
| 9592 | 1 | 7832 | 1 | |||
| 9593 | </is_active> | 7833 | </is_active> | |||
| 9594 | 7834 | |||||
| 9595 | </cms_item> | 7835 | </cms_item> | |||
| 9596 | 7836 | |||||
| 9597 | <cms_item> | 7837 | <cms_item> | |||
| 9598 | 7838 | |||||
| 9599 | <title> | 7839 | <title> | |||
| 9600 | Porto - Footer Middle - 4th Column for Demo19 | 7840 | Footer Top Block 9 | |||
| 9601 | </title> | 7841 | </title> | |||
| 9602 | 7842 | |||||
| 9603 | <identifier> | 7843 | <identifier> | |||
| 9604 | porto_footer_middle_4_for_19 | 7844 | footer_top_block9 | |||
| 9605 | </identifier> | 7845 | </identifier> | |||
| 9606 | 7846 | |||||
| 9607 | <content> | 7847 | <content> | |||
| 9608 | <![CDATA[<div class="block" style="margin-bottom:50px;"> | 7848 | <![CDATA[<div class="widget widget_nav_menu"> | |||
| 9609 | <div class="block-title"><strong>FOLLOW US</strong></div> | 7849 | <div class="menu-footer-bottom-links-container"> | |||
| 9610 | <div class="block-content"> | 7850 | <ul class="menu"> | |||
| 9611 | <a href="https://www.facebook.com/" title="Facebook" target="_blank" style="font-size: 22px;margin: 0 10px;margin-left: -10px;"><i class="porto-icon-facebook"></i></a> | 7851 | <li class="menu-item"><a href="#">My account</a></li> | |||
| 9612 | <a href="https://twitter.com/" title="Twitter" target="_blank" style="font-size: 22px;margin: 0 10px;"><i class="porto-icon-twitter"></i></a> | 7852 | <li class="menu-item"><a href="#">Track Your Order</a></li> | |||
| 9613 | <a href="https://www.instagram.com/" title="Instagram" target="_blank" style="font-size: 22px;margin: 0 10px;"><i class="porto-icon-instagram"></i></a> | 7853 | <li class="menu-item"><a href="#">Shipping Guide</a></li> | |||
| 7854 | <li class="menu-item"><a href="#">Faqs</a></li> | |||||
| 7855 | <li class="menu-item"><a href="#">Product Support</a></li> | |||||
| 7856 | </ul> | |||||
| 9614 | </div> | 7857 | </div> | |||
| 9615 | </div> | 7858 | </div> | |||
| 9616 | <div class="block"> | 7859 | <style> | |||
| 9617 | <div class="block-title"><strong>NEWSLETTER</strong></div> | 7860 | .footer-top .menu { | |||
| 9618 | <div class="block-content"> | 7861 | display: flex; | |||
| 9619 | {{block class="Magento\Newsletter\Block\Subscribe" name="subscribe_form" template="subscribe_form.phtml"}} | 7862 | flex-wrap: wrap; | |||
| 9620 | </div> | 7863 | border-bottom: none; | |||
| 9621 | </div>]]> | 7864 | margin-top: 0; | |||
| 7865 | } | |||||
| 7866 | .footer-top .widget>div>ul li { | |||||
| 7867 | border: none; | |||||
| 7868 | padding: 0; | |||||
| 7869 | margin-right: 2rem; | |||||
| 7870 | } | |||||
| 7871 | .footer-top .menu li a { | |||||
| 7872 | font-size: .875rem; | |||||
| 7873 | font-weight: 600; | |||||
| 7874 | } | |||||
| 7875 | </style>]]> | |||||
| 9622 | </content> | 7876 | </content> | |||
| 9623 | 7877 | |||||
| 9624 | <is_active> | 7878 | <is_active> | |||
| 9625 | 1 | 7879 | 1 | |||
| 9626 | </is_active> | 7880 | </is_active> | |||
| 9627 | 7881 | |||||
| 9628 | </cms_item> | 7882 | </cms_item> | |||
| 9629 | 7883 | |||||
| 9630 | <cms_item> | 7884 | <cms_item> | |||
| 9631 | 7885 | |||||
| 9632 | <title> | 7886 | <title> | |||
| 9633 | Porto - Footer Middle - 1st Column for Demo20 | 7887 | Footer Middle Groups 8 | |||
| 9634 | </title> | 7888 | </title> | |||
| 9635 | 7889 | |||||
| 9636 | <identifier> | 7890 | <identifier> | |||
| 9637 | porto_footer_middle_1_for_20 | 7891 | footer_middle_groups8 | |||
| 9638 | </identifier> | 7892 | </identifier> | |||
| 9639 | 7893 | |||||
| 9640 | <content> | 7894 | <content> | |||
| 9641 | <![CDATA[<div class="row"> | 7895 | <![CDATA[<div class="row"> | |||
| 9642 | <div class="col-lg-6"> | 7896 | <div class="col-lg-2"> | |||
| 9643 | <div class="block"> | 7897 | <div class="widget widget_media_image"> | |||
| 9644 | <div class="block-content"> | 7898 | <a href="#"> | |||
| 9645 | <img src="{{media url="wysiwyg/smartwave/porto/footer/logo_white_plus.png"}}" alt="" /> | 7899 | <img width="110" height="46" src='{{media url="logo/default/logo_ecomwhite_lg.png"}}' /> | |||
| 7900 | </a> | |||||
| 9646 | </div> | 7901 | </div> | |||
| 9647 | </div> | 7902 | </div> | |||
| 7903 | <div class="col-lg-7"> | |||||
| 7904 | <div class="widget follow-us"> | |||||
| 7905 | <div class="share-links"> | |||||
| 7906 | <a href="#" rel="nofollow" target="_blank" title="Facebook" class="share-facebook">Facebook</a> | |||||
| 7907 | <a href="#" rel="nofollow" target="_blank" title="Twitter" class="share-twitter">Twitter</a> | |||||
| 7908 | <a href="#" rel="nofollow" target="_blank" title="Instagram" class="share-instagram">Instagram</a> | |||||
| 7909 | <a href="#" rel="nofollow" target="_blank" title="Linkedin" class="share-linkedin">Linkedin</a> | |||||
| 9648 | </div> | 7910 | </div> | |||
| 9649 | <div class="col-lg-6"> | |||||
| 9650 | <div class="block"> | |||||
| 9651 | <div class="block-title"><strong>Features</strong></div> | |||||
| 9652 | <div class="block-content"> | |||||
| 9653 | <ul class="links"> | |||||
| 9654 | <li><a href="#" title="Men">MEN</a></li> | |||||
| 9655 | <li><a href="#" title="Women">WOMEN</a></li> | |||||
| 9656 | <li><a href="#" title="Boys">BOYS</a></li> | |||||
| 9657 | <li><a href="#" title="Girls">GIRLS</a></li> | |||||
| 9658 | <li><a href="#" title="New Arrivals">NEW ARRIVALS</a></li> | |||||
| 9659 | <li><a href="#" title="Shoes">SHOES</a></li> | |||||
| 9660 | <li><a href="#" title="Clothes">CLOTHES</a></li> | |||||
| 9661 | <li><a href="#" title="Accessories">ACCESSORIES</a></li> | |||||
| 9662 | </ul> | |||||
| 9663 | </div> | 7911 | </div> | |||
| 9664 | </div> | 7912 | </div> | |||
| 7913 | <div class="col-lg-3"> | |||||
| 7914 | <div class="widget widget_media_image"> | |||||
| 7915 | <img class="d-block" src='{{media url="wysiwyg/smartwave/porto/footer/shop29_payment.png"}}' /> | |||||
| 9665 | </div> | 7916 | </div> | |||
| 9666 | </div>]]> | |||||
| 9667 | </content> | |||||
| 9668 | ||||||
| 9669 | <is_active> | |||||
| 9670 | 1 | |||||
| 9671 | </is_active> | |||||
| 9672 | ||||||
| 9673 | </cms_item> | |||||
| 9674 | ||||||
| 9675 | <cms_item> | |||||
| 9676 | ||||||
| 9677 | <title> | |||||
| 9678 | Porto - Footer Middle - 2nd Column for Demo20 | |||||
| 9679 | </title> | |||||
| 9680 | ||||||
| 9681 | <identifier> | |||||
| 9682 | porto_footer_middle_2_for_20 | |||||
| 9683 | </identifier> | |||||
| 9684 | ||||||
| 9685 | <content> | |||||
| 9686 | <![CDATA[<div class="block"> | |||||
| 9687 | <div class="block-title"><strong>Menu</strong></div> | |||||
| 9688 | <div class="block-content"> | |||||
| 9689 | <ul class="links"> | |||||
| 9690 | <li><a href="{{store url="about-porto-20"}}" title="About Us">ABOUT US</a></li> | |||||
| 9691 | <li><a href="{{store url="contact"}}" title="Contact Us">CONTACT US</a></li> | |||||
| 9692 | <li><a href="{{store url="customer/account"}}" title="My Account">MY ACCOUNT</a></li> | |||||
| 9693 | <li><a href="{{store url="sales/order/history"}}" title="Blog">ORDERS HISTORY</a></li> | |||||
| 9694 | <li><a href="{{store url="wishlist"}}" title="My Wishlist">MY WISHLIST</a></li> | |||||
| 9695 | <li><a href="{{store url="blog"}}" title="Blog">BLOG</a></li> | |||||
| 9696 | <li><a href="{{store url="customer/login"}}" title="Login">LOGIN</a></li> | |||||
| 9697 | </ul> | |||||
| 9698 | </div> | 7917 | </div> | |||
| 9699 | </div>]]> | 7918 | </div> | |||
| 7919 | <style> | |||||
| 7920 | .footer-middle .widget_media_image img { | |||||
| 7921 | max-width: 100%; | |||||
| 7922 | height: auto; | |||||
| 7923 | display: block; | |||||
| 7924 | } | |||||
| 7925 | .footer .follow-us .share-links a { | |||||
| 7926 | border: 1px solid #292d32; | |||||
| 7927 | font-size: 16px; | |||||
| 7928 | } | |||||
| 7929 | .footer .follow-us .share-links a:not(:hover) { | |||||
| 7930 | background: none; | |||||
| 7931 | color: #fff; | |||||
| 7932 | } | |||||
| 7933 | @media (min-width: 992px) { | |||||
| 7934 | .footer .share-links { | |||||
| 7935 | margin-left: 20px; | |||||
| 7936 | } | |||||
| 7937 | .footer .footer-middle .col-lg-2 .widget_media_image { | |||||
| 7938 | border-right: 1px solid #2a2e33; | |||||
| 7939 | } | |||||
| 7940 | .footer .footer-middle .col-lg-3 .widget_media_image { | |||||
| 7941 | text-align: right; | |||||
| 7942 | padding-right: 20px; | |||||
| 7943 | } | |||||
| 7944 | } | |||||
| 7945 | </style> | |||||
| 7946 | ]]> | |||||
| 9700 | </content> | 7947 | </content> | |||
| 9701 | 7948 | |||||
| 9702 | <is_active> | 7949 | <is_active> | |||
| 9703 | 1 | 7950 | 1 | |||
| 9704 | </is_active> | 7951 | </is_active> | |||
| 9705 | 7952 | |||||
| 9706 | </cms_item> | 7953 | </cms_item> | |||
| 9707 | 7954 | |||||
| 9708 | <cms_item> | 7955 | <cms_item> | |||
| 9709 | 7956 | |||||
| 9710 | <title> | 7957 | <title> | |||
| 9711 | Porto - Footer Middle - 3rd Column for Demo20 | 7958 | Porto - Custom Block for Category Page Side bar | |||
| 9712 | </title> | 7959 | </title> | |||
| 9713 | 7960 | |||||
| 9714 | <identifier> | 7961 | <identifier> | |||
| 9715 | porto_footer_middle_3_for_20 | 7962 | porto_category_side_custom_block | |||
| 9716 | </identifier> | 7963 | </identifier> | |||
| 9717 | 7964 | |||||
| 9718 | <content> | 7965 | <content> | |||
| 9719 | <![CDATA[<div class=" | 7966 | <![CDATA[<div class="custom-block"> | |||
| 9720 | <div class="block-title"><strong>Contact us</strong></div> | 7967 | <h2 class="sidebar-title">Featured</h2> | |||
| 9721 | <div class="block-content"> | 7968 | | |||
| 9722 | <ul class="contact-info"> | 7969 | <div class="sidebar-filterproducts"> | |||
| 9723 | <li><p><b style="color:#fff;">ADDRESS:</b><br/>123 STREET NAME, CITY, ENGLAND</p></li> | 7970 | <div id="featured_product"> | |||
| 9724 | <li><p><b style="color:#fff;">PHONE:</b><br/>(123) 456-7890</p></li> | 7971 | {{block class="Smartwave\Filterproducts\Block\Home\FeaturedList" name="featured_product" product_count="9" aspect_ratio="0" image_width="150" image_height="150" template="side_list.phtml"}} | |||
| 9725 | <li><p><b style="color:#fff;">EMAIL:</b><br/><a href="mailto:mail@example.com">MAIL@EXAMPLE.COM</a></p></li> | |||||
| 9726 | <li><p><b style="color:#fff;">WORKING DAYS/HOURS:</b><br/>MON - SUN / 9:00AM - 8:00PM<br/><span style="color: #0f0;">OPEN NOW</span></p></li> | |||||
| 9727 | </ul> | |||||
| 9728 | </div> | 7972 | </div> | |||
| 7973 | <script type="text/javascript"> | |||||
| 7974 | require([ | |||||
| 7975 | 'jquery', | |||||
| 7976 | 'owl.carousel/owl.carousel.min' | |||||
| 7977 | ], function ($) { | |||||
| 7978 | $("#featured_product .owl-carousel").owlCarousel({ | |||||
| 7979 | loop: false, | |||||
| 7980 | items: 1, | |||||
| 7981 | nav: true, | |||||
| 7982 | dots: false | |||||
| 7983 | }); | |||||
| 7984 | }); | |||||
| 7985 | </script> | |||||
| 7986 | </div> | |||||
| 7987 | </div> | |||||
| 7988 | </div> | |||||
| 7989 | <div class="custom-block"> | |||||
| 7990 | <h2>Custom HTML Block</h2> | |||||
| 7991 | <div class="block-content"> | |||||
| 7992 | <h5 style="margin-top: -10px; margin-bottom: 20px; color: #777">This is a custom sub-title.</h5> | |||||
| 7993 | <p class="mb-0">Lorem ipsum dolor sit amet, consectetur adipiscing elit. Cras non placerat mi. Etiam non tellus </p> | |||||
| 7994 | </div> | |||||
| 9729 | </div>]]> | 7995 | </div>]]> | |||
| 9730 | </content> | 7996 | </content> | |||
| 9731 | 7997 | |||||
| 9732 | <is_active> | 7998 | <is_active> | |||
| 9733 | 1 | 7999 | 1 | |||
| 9734 | </is_active> | 8000 | </is_active> | |||
| 9735 | 8001 | |||||
| 9736 | </cms_item> | 8002 | </cms_item> | |||
| 9737 | 8003 | |||||
| 9738 | <cms_item> | 8004 | <cms_item> | |||
| 9739 | 8005 | |||||
| 9740 | <title> | 8006 | <title> | |||
| 9741 | Porto - Footer Middle - 4th Column for Demo20 | 8007 | Porto - Custom Block for Product Page Side bar | |||
| 9742 | </title> | 8008 | </title> | |||
| 9743 | 8009 | |||||
| 9744 | <identifier> | 8010 | <identifier> | |||
| 9745 | porto_footer_middle_4_for_20 | 8011 | porto_product_side_custom_block | |||
| 9746 | </identifier> | 8012 | </identifier> | |||
| 9747 | 8013 | |||||
| 9748 | <content> | 8014 | <content> | |||
| 9749 | <![CDATA[<div class="row"> | 8015 | <![CDATA[<div class="porto-block"> | |||
| 9750 | <div class="col-lg-6"> | 8016 | <style> | |||
| 9751 | <div class="block" style="margin-bottom:50px;"> | 8017 | .feature-box .feature-box-info { | |||
| 9752 | <div class="block-title"><strong>Follow us</strong></div> | 8018 | padding-left: 0; | |||
| 9753 | <div class="block-content"> | 8019 | } | |||
| 9754 | <p><a href="https://www.facebook.com/" title="Facebook" target="_blank" style="font-size: 22px;"><i class="porto-icon-facebook" style="color:#fff;vertical-align:middle;"></i><span style="font-size: 13px;vertical-align:middle;margin-left:5px;">FACEBOOK</span></a></p> | 8020 | .porto-ibanner { | |||
| 9755 | <p><a href="https://twitter.com/" title="Twitter" target="_blank" style="font-size: 22px;"><i class="porto-icon-twitter" style="color:#fff;vertical-align:middle;"></i><span style="font-size: 13px;vertical-align:middle;margin-left:5px;">TWITTER</span></a></p> | 8021 | z-index: 1; | |||
| 9756 | <p><a href="https://www.instagram.com/" title="Instagram" target="_blank" style="font-size: 22px;"><i class="porto-icon-instagram" style="color:#fff;vertical-align:middle;"></i><span style="font-size: 13px;vertical-align:middle;margin-left:5px;">INSTAGRAM</span></a></p> | 8022 | overflow: hidden; | |||
| 8023 | margin: 0 0 35px; | |||||
| 8024 | text-align: center; | |||||
| 8025 | } | |||||
| 8026 | .product-banner:before { | |||||
| 8027 | content: ""; | |||||
| 8028 | position: absolute; | |||||
| 8029 | left: 10px; | |||||
| 8030 | top: 10px; | |||||
| 8031 | right: 10px; | |||||
| 8032 | bottom: 10px; | |||||
| 8033 | border: 2px solid rgba(255, 255, 255, 0.5); | |||||
| 8034 | z-index: 1; | |||||
| 8035 | } | |||||
| 8036 | .porto-ibanner-layer { | |||||
| 8037 | position: absolute; | |||||
| 8038 | z-index: 10; | |||||
| 8039 | text-align: left; | |||||
| 8040 | font-size: 1rem; | |||||
| 8041 | } | |||||
| 8042 | .porto-ibanner .porto-ibanner-desc.no-padding { | |||||
| 8043 | padding: 0; | |||||
| 8044 | } | |||||
| 8045 | .product-banner .sale-text { | |||||
| 8046 | position: relative; | |||||
| 8047 | } | |||||
| 8048 | .product-banner .sale-text:before, | |||||
| 8049 | .product-banner .sale-text:after { | |||||
| 8050 | content: ""; | |||||
| 8051 | position: absolute; | |||||
| 8052 | width: 120px; | |||||
| 8053 | height: 60px; | |||||
| 8054 | margin-top: -30px; | |||||
| 8055 | margin-left: -60px; | |||||
| 8056 | top: 50%; | |||||
| 8057 | left: 50%; | |||||
| 8058 | border-radius: 60px 60px 0 0; | |||||
| 8059 | transform-origin: 50% 100%; | |||||
| 8060 | } | |||||
| 8061 | .product-banner .sale-text { | |||||
| 8062 | padding-top: 1.1em; | |||||
| 8063 | margin-bottom: 0.9em; | |||||
| 8064 | padding-left: 0.1em; | |||||
| 8065 | } | |||||
| 8066 | .product-banner .sale-text:before { | |||||
| 8067 | transform: rotate(-60deg); | |||||
| 8068 | } | |||||
| 8069 | .product-banner .sale-text:after { | |||||
| 8070 | margin-top: -34px; | |||||
| 8071 | margin-left: -56px; | |||||
| 8072 | transform: rotate(120deg); | |||||
| 8073 | } | |||||
| 8074 | .product-banner .sale-text > * { | |||||
| 8075 | position: relative; | |||||
| 8076 | z-index: 1; | |||||
| 8077 | } | |||||
| 8078 | .product-banner .sale-text b { | |||||
| 8079 | font-weight: inherit; | |||||
| 8080 | } | |||||
| 8081 | .product-banner .sale-text sup { | |||||
| 8082 | font-size: 45%; | |||||
| 8083 | top: -0.9em; | |||||
| 8084 | left: 0.3em; | |||||
| 8085 | } | |||||
| 8086 | .product-banner .sale-text sub { | |||||
| 8087 | font-size: 35%; | |||||
| 8088 | font-weight: 200; | |||||
| 8089 | left: -0.8em; | |||||
| 8090 | bottom: 0.1em; | |||||
| 8091 | } | |||||
| 8092 | .custom-font1 { | |||||
| 8093 | font-family: Oswald, sans-serif; | |||||
| 8094 | } | |||||
| 8095 | </style> | |||||
| 8096 | <div class="porto-sicon-box style_1 default-icon"> | |||||
| 8097 | <div class="porto-sicon-default"> | |||||
| 8098 | <div class="porto-just-icon-wrapper" style="text-align: center;"> | |||||
| 8099 | <div class="porto-icon none" style="font-size: 40px; display: inline-block;"><i class="porto-icon-shipped"></i></div> | |||||
| 9757 | </div> | 8100 | </div> | |||
| 9758 | </div> | 8101 | </div> | |||
| 8102 | <div class="porto-sicon-header"> | |||||
| 8103 | <h5 class="porto-sicon-title" style="color: #6b7a83;"> | |||||
| 8104 | FREE <br /> | |||||
| 8105 | HIPPING | |||||
| 8106 | </h5> | |||||
| 9759 | </div> | 8107 | </div> | |||
| 9760 | <div class="col-lg-6"> | |||||
| 9761 | <div class="block"> | |||||
| 9762 | <div class="block-title"><strong>Join us</strong></div> | |||||
| 9763 | <div class="block-content"> | |||||
| 9764 | <p>JOIN THE WORLD<br/>OF PORTO ECOMMERCE</p> | |||||
| 9765 | {{block class="Magento\Newsletter\Block\Subscribe" name="subscribe_form" template="subscribe_form.phtml"}} | |||||
| 9766 | </div> | 8108 | </div> | |||
| 8109 | <hr style="background-color: #e7e7e7; color: #e7e7e7; opacity: 0.4;" /> | |||||
| 8110 | <div class="porto-sicon-box style_1 default-icon"> | |||||
| 8111 | <div class="porto-sicon-default"> | |||||
| 8112 | <div class="porto-just-icon-wrapper" style="text-align: center;"> | |||||
| 8113 | <div class="porto-icon none" style=" font-size: 40px; display: inline-block;"><i class="porto-icon-us-dollar"></i></div> | |||||
| 9767 | </div> | 8114 | </div> | |||
| 9768 | </div> | 8115 | </div> | |||
| 9769 | </div>]]> | 8116 | <div class="porto-sicon-header"> | |||
| 8117 | <h5 class="porto-sicon-title" style="color: #6b7a83;"> | |||||
| 8118 | 100% MONEY BACK<br /> | |||||
| 8119 | GUARANTEE | |||||
| 8120 | </h5> | |||||
| 8121 | </div> | |||||
| 8122 | </div> | |||||
| 8123 | <hr style="background-color: #e7e7e7; color: #e7e7e7; opacity: 0.4;" /> | |||||
| 8124 | <div class="porto-sicon-box mb-5 style_1 default-icon"> | |||||
| 8125 | <div class="porto-sicon-default"> | |||||
| 8126 | <div class="porto-just-icon-wrapper" style="text-align: center;"> | |||||
| 8127 | <div class="porto-icon none" style="font-size: 40px; display: inline-block;"><i class="porto-icon-online-support"></i></div> | |||||
| 8128 | </div> | |||||
| 8129 | </div> | |||||
| 8130 | <div class="porto-sicon-header"> | |||||
| 8131 | <h5 class="porto-sicon-title" style="color: #6b7a83;"> | |||||
| 8132 | ONLINE<br /> | |||||
| 8133 | SUPPORT 24/7 | |||||
| 8134 | </h5> | |||||
| 8135 | </div> | |||||
| 8136 | </div> | |||||
| 8137 | <div class="porto-ibanner product-banner" style=""> | |||||
| 8138 | <img src="{{media url="wysiwyg/smartwave/porto/product/shop1_product_banner.jpg"}}" /> | |||||
| 8139 | <div class="porto-ibanner-desc no-padding d-flex"> | |||||
| 8140 | <div class="porto-ibanner-layer" style="width: 80%; left: 50%; transform: translateX(-50%); top: 3%;"> | |||||
| 8141 | <h4 class="porto-heading sale-text custom-font1" style="font-size: 3rem; font-weight: 400; line-height: 1; letter-spacing: -0.01em; color: #ffffff; text-align: center;"><b>50</b><sup>%</sup><sub>OFF</sub></h4> | |||||
| 8142 | <h3 class="porto-heading custom-font1 mb-2" style="font-size: 2.3125em; font-weight: 700; line-height: 1.2; color: #113952; text-align: center;">MEGA SALE</h3> | |||||
| 8143 | <h5 class="porto-heading mb-0 custom-font1" style="font-size: 1.2em; font-weight: 400; letter-spacing: 0.1em; color: #113952; text-align: center;">MANY ITEM</h5> | |||||
| 8144 | </div> | |||||
| 8145 | </div> | |||||
| 8146 | </div> | |||||
| 8147 | </div> | |||||
| 8148 | ]]> | |||||
| 9770 | </content> | 8149 | </content> | |||
| 9771 | 8150 | |||||
| 9772 | <is_active> | 8151 | <is_active> | |||
| 9773 | 1 | 8152 | 1 | |||
| 9774 | </is_active> | 8153 | </is_active> | |||
| 9775 | 8154 | |||||
| 9776 | </cms_item> | 8155 | </cms_item> | |||
| 9777 | 8156 | |||||
| 9778 | <cms_item> | 8157 | <cms_item> | |||
| 9779 | 8158 | |||||
| 9780 | <title> | 8159 | <title> | |||
| 9781 | Porto - Custom Block for Product Page Main Area | 8160 | Porto - Custom Menu(before) | |||
| 9782 | </title> | 8161 | </title> | |||
| 9783 | 8162 | |||||
| 9784 | <identifier> | 8163 | <identifier> | |||
| 9785 | porto_product_main_custom_block | 8164 | porto_custom_menu_before | |||
| 9786 | </identifier> | 8165 | </identifier> | |||
| 9787 | 8166 | |||||
| 9788 | <content> | 8167 | <content> | |||
| 9789 | <![CDATA[<img src="{{media url="wysiwyg/smartwave/porto/product/custom_image.jpg"}}" alt="" style="max-width: 100%; float: right;" />]]> | 8168 | <![CDATA[<ul> | |||
| 8169 | <li class="ui-menu-item level0"> | |||||
| 8170 | <a href="{{store url=''}}" class="level-top"><span>Home</span></a> | |||||
| 8171 | </li> | |||||
| 8172 | </ul>]]> | |||||
| 9790 | </content> | 8173 | </content> | |||
| 9791 | 8174 | |||||
| 9792 | <is_active> | 8175 | <is_active> | |||
| 9793 | 1 | 8176 | 1 | |||
| 9794 | </is_active> | 8177 | </is_active> | |||
| 9795 | 8178 | |||||
| 9796 | </cms_item> | 8179 | </cms_item> | |||
| 9797 | 8180 | |||||
| 9798 | <cms_item> | 8181 | <cms_item> | |||
| 9799 | 8182 | |||||
| 9800 | <title> | 8183 | <title> | |||
| 9801 | Porto - Footer Top for Demo1 | 8184 | Porto - Custom Menu(after) | |||
| 9802 | </title> | 8185 | </title> | |||
| 9803 | 8186 | |||||
| 9804 | <identifier> | 8187 | <identifier> | |||
| 9805 | porto_footer_top_1_for_1 | 8188 | porto_custom_menu | |||
| 9806 | </identifier> | 8189 | </identifier> | |||
| 9807 | 8190 | |||||
| 9808 | <content> | 8191 | <content> | |||
| 9809 | <![CDATA[<div class="footer-top-inner"> | 8192 | <![CDATA[<ul> | |||
| 9810 | <div class="row"> | 8193 | <li class="ui-menu-item level0"> | |||
| 9811 | <div class="col-md-5"> | 8194 | <a href="#" class="level-top"><span>Features</span></a> | |||
| 9812 | <div class="block" style="margin-bottom: 15px;"> | 8195 | </li> | |||
| 9813 | <div class="block-title"><strong><span>SUBSCRIBE NEWSLETTER</span></strong></div> | 8196 | </ul>]]> | |||
| 9814 | <div class="block-content"> | |||||
| 9815 | <p>Get all the latest information on Events, Sales and Offers.</p> | |||||
| 9816 | </div> | |||||
| 9817 | </div> | |||||
| 9818 | </div> | |||||
| 9819 | <div class="col-md-7"> | |||||
| 9820 | <div class="block-content" style="width:100%;float:right;margin:38px 0px;"> | |||||
| 9821 | {{block class="Magento\Newsletter\Block\Subscribe" name="home.newsletter" template="subscribe_form_footer.phtml"}} | |||||
| 9822 | <div class="social-icons"> | |||||
| 9823 | <a href="https://www.facebook.com/" title="Facebook" target="_blank"><i class="porto-icon-facebook"></i></a> | |||||
| 9824 | <a href="https://twitter.com/" title="Twitter" target="_blank"><i class="porto-icon-twitter"></i></a> | |||||
| 9825 | <a href="https://linkedin.com/" title="Linkedin" target="_blank"><i class="porto-icon-linkedin-squared"></i></a> | |||||
| 9826 | </div> | |||||
| 9827 | </div> | |||||
| 9828 | </div> | |||||
| 9829 | </div> | |||||
| 9830 | </div>]]> | |||||
| 9831 | </content> | 8197 | </content> | |||
| 9832 | 8198 | |||||
| 9833 | <is_active> | 8199 | <is_active> | |||
| 9834 | 1 | 8200 | 1 | |||
| 9835 | </is_active> | 8201 | </is_active> | |||
| 9836 | 8202 | |||||
| 9837 | </cms_item> | 8203 | </cms_item> | |||
| 9838 | 8204 | |||||
| 9839 | <cms_item> | 8205 | <cms_item> | |||
| 9840 | 8206 | |||||
| 9841 | <title> | 8207 | <title> | |||
| 9842 | Porto - Footer Middle - 1st Column for Demo1 | 8208 | Porto - Custom Tab | |||
| 9843 | </title> | 8209 | </title> | |||
| 9844 | 8210 | |||||
| 9845 | <identifier> | 8211 | <identifier> | |||
| 9846 | porto_footer_middle_1_for_1 | 8212 | porto_custom_tab | |||
| 9847 | </identifier> | 8213 | </identifier> | |||
| 9848 | 8214 | |||||
| 9849 | <content> | 8215 | <content> | |||
| 9850 | <![CDATA[<div class="block"> | 8216 | <![CDATA[<table class="table table-sizing-guide"> | |||
| 9851 | <div class="block-title"><strong>CONTACT INFO</strong></div> | 8217 | <thead> | |||
| 9852 | <div class="block-content"> | 8218 | <tr> | |||
| 9853 | <ul class="contact-info"> | 8219 | <th colspan="6"><b>Clothing - Single Size Conversion (Continued)</b></th> | |||
| 9854 | <li><strong>Address:</strong><span>1234 Street Name, City, England</span></li> | 8220 | </tr> | |||
| 9855 | <li><strong>Phone:</strong><span>(123) 456-7890</span></li> | 8221 | </thead> | |||
| 9856 | <li><strong>Email:</strong><span><a href="mailto:mail@example.com">mail@example.com</a></span></li> | 8222 | <tbody> | |||
| 9857 | <li><strong>Working Days/Hours:</strong><span>Mon - Sun / 9:00 AM - 8:00 PM</span></li> | 8223 | <tr> | |||
| 9858 | </ul> | 8224 | <td>UK</td> | |||
| 9859 | </div> | 8225 | <td>18</td> | |||
| 9860 | </div>]]> | 8226 | <td>20</td> | |||
| 8227 | <td>22</td> | |||||
| 8228 | <td>24</td> | |||||
| 8229 | <td>26</td> | |||||
| 8230 | </tr> | |||||
| 8231 | <tr> | |||||
| 8232 | <td>European</td> | |||||
| 8233 | <td>46</td> | |||||
| 8234 | <td>48</td> | |||||
| 8235 | <td>50</td> | |||||
| 8236 | <td>52</td> | |||||
| 8237 | <td>54</td> | |||||
| 8238 | </tr> | |||||
| 8239 | <tr> | |||||
| 8240 | <td>US</td> | |||||
| 8241 | <td>14</td> | |||||
| 8242 | <td>16</td> | |||||
| 8243 | <td>18</td> | |||||
| 8244 | <td>20</td> | |||||
| 8245 | <td>22</td> | |||||
| 8246 | </tr> | |||||
| 8247 | <tr> | |||||
| 8248 | <td>Australia</td> | |||||
| 8249 | <td>8</td> | |||||
| 8250 | <td>10</td> | |||||
| 8251 | <td>12</td> | |||||
| 8252 | <td>14</td> | |||||
| 8253 | <td>16</td> | |||||
| 8254 | </tr> | |||||
| 8255 | </tbody> | |||||
| 8256 | </table>]]> | |||||
| 9861 | </content> | 8257 | </content> | |||
| 9862 | 8258 | |||||
| 9863 | <is_active> | 8259 | <is_active> | |||
| 9864 | 1 | 8260 | 1 | |||
| 9865 | </is_active> | 8261 | </is_active> | |||
| 9866 | 8262 | |||||
| 9867 | </cms_item> | 8263 | </cms_item> | |||
| 9868 | 8264 | |||||
| 9869 | <cms_item> | 8265 | <cms_item> | |||
| 9870 | 8266 | |||||
| 9871 | <title> | 8267 | <title> | |||
| 9872 | Porto - Footer Middle - 2nd Column for Demo1 | 8268 | Porto - Custom Notice Block | |||
| 9873 | </title> | 8269 | </title> | |||
| 9874 | 8270 | |||||
| 9875 | <identifier> | 8271 | <identifier> | |||
| 9876 | porto_footer_middle_2_for_1 | 8272 | porto_custom_notice | |||
| 9877 | </identifier> | 8273 | </identifier> | |||
| 9878 | 8274 | |||||
| 9879 | <content> | 8275 | <content> | |||
| 9880 | <![CDATA[<div class="block"> | 8276 | <![CDATA[<div class="text-center position-relative p-t-sm p-b-sm" style="padding-top: 10px;padding-bottom: 10px;"><div class="container">Get Up to <b>40% OFF</b> New-Season Styles<a href="#" class="ml-2">Men</a><a href="#" class="mx-2">Women</a> <small>* Limited time only.</small></div></div> | |||
| 9881 | <div class="block-title"><strong>MY ACCOUNT</strong></div> | 8277 | <style> | |||
| 9882 | <div class="block-content"> | 8278 | .porto-block-html-top { | |||
| 9883 | <div class="row"> | 8279 | font-family: Poppins; | |||
| 9884 | <div class="col-xl-6"> | 8280 | font-weight: 500; | |||
| 9885 | <ul class="links"> | 8281 | font-size: .9286em; | |||
| 9886 | <li><a href="{{store url=""}}about-porto" title="About Us">About Us</a></li> | 8282 | line-height: 1.4; | |||
| 9887 | <li><a href="{{store url=""}}contact" title="Contact Us">Contact Us</a></li> | 8283 | letter-spacing: .025em; | |||
| 9888 | <li><a href="{{store url=""}}customer/account" title="My Account">My Account</a></li> | 8284 | overflow: hidden; | |||
| 9889 | </ul> | 8285 | } | |||
| 9890 | </div> | 8286 | .porto-block-html-top a { | |||
| 9891 | <div class="col-xl-6"> | 8287 | text-transform: uppercase; | |||
| 9892 | <ul class="links"> | 8288 | display: inline-block; | |||
| 9893 | <li><a href="{{store url=""}}sales/order/history" title="Orders History">Orders History</a></li> | 8289 | padding: .4rem .5rem; | |||
| 9894 | <li><a href="{{store url=""}}catalogsearch/advanced" title="Advanced Search">Advanced Search</a></li> | 8290 | font-size: .625rem; | |||
| 9895 | </ul> | 8291 | font-weight: 700; | |||
| 9896 | </div> | 8292 | background: #151719; | |||
| 9897 | </div> | 8293 | color: #fff; | |||
| 9898 | </div> | 8294 | text-decoration: none; | |||
| 9899 | </div>]]> | 8295 | } | |||
| 8296 | .porto-block-html-top small { | |||||
| 8297 | font-size: .8461em; | |||||
| 8298 | font-weight: 400; | |||||
| 8299 | opacity: .5; | |||||
| 8300 | } | |||||
| 8301 | </style>]]> | |||||
| 9900 | </content> | 8302 | </content> | |||
| 9901 | 8303 | |||||
| 9902 | <is_active> | 8304 | <is_active> | |||
| 9903 | 1 | 8305 | 1 | |||
| 9904 | </is_active> | 8306 | </is_active> | |||
| 9905 | 8307 | |||||
| 9906 | </cms_item> | 8308 | </cms_item> | |||
| 9907 | 8309 | |||||
| 9908 | <cms_item> | 8310 | <cms_item> | |||
| 9909 | 8311 | |||||
| 9910 | <title> | 8312 | <title> | |||
| 9911 | Porto - Footer Middle - 3rd Column for Demo1 | 8313 | Porto - Custom Notice Block 2 | |||
| 9912 | </title> | 8314 | </title> | |||
| 9913 | 8315 | |||||
| 9914 | <identifier> | 8316 | <identifier> | |||
| 9915 | porto_footer_middle_3_for_1 | 8317 | porto_custom_notice2 | |||
| 9916 | </identifier> | 8318 | </identifier> | |||
| 9917 | 8319 | |||||
| 9918 | <content> | 8320 | <content> | |||
| 9919 | <![CDATA[<div class="block"> | 8321 | <![CDATA[<div class="text-center position-relative py-3" style="padding-top: 10px;padding-bottom: 10px;"> | |||
| 9920 | <div class="block-title"><strong>MAIN FEATURES</strong></div> | 8322 | <div class="container">Get Up to <b>40% OFF</b> New Furniture Deals <small>* Limited time only.</small></div> | |||
| 9921 | <div class="block-content"> | 8323 | </div> | |||
| 9922 | <div class="row"> | 8324 | <style> | |||
| 9923 | <div class="col-xl-6"> | 8325 | .porto-block-html-top { | |||
| 9924 | <ul class="links"> | 8326 | font-family: Poppins; | |||
| 9925 | <li><a href="javascript:void(0)">Super Fast Magento Theme</a></li> | 8327 | font-weight: 500; | |||
| 9926 | <li><a href="javascript:void(0)">1st Fully working Ajax Theme</a></li> | 8328 | font-size: .9286em; | |||
| 9927 | <li><a href="javascript:void(0)">21 Unique Shop Layouts</a></li> | 8329 | line-height: 1.4; | |||
| 9928 | </ul> | 8330 | letter-spacing: .025em; | |||
| 9929 | </div> | 8331 | overflow: hidden; | |||
| 9930 | <div class="col-xl-6"> | 8332 | } | |||
| 9931 | <ul class="links"> | 8333 | .porto-block-html-top a { | |||
| 9932 | <li><a href="javascript:void(0)">Powerful Admin Panel</a></li> | 8334 | text-transform: uppercase; | |||
| 9933 | <li><a href="javascript:void(0)">Mobile & Retina Optimized</a></li> | 8335 | display: inline-block; | |||
| 9934 | </ul> | 8336 | padding: .4rem .5rem; | |||
| 9935 | </div> | 8337 | font-size: .625rem; | |||
| 9936 | </div> | 8338 | font-weight: 700; | |||
| 9937 | </div> | 8339 | background: #151719; | |||
| 9938 | </div>]]> | 8340 | color: #fff; | |||
| 8341 | text-decoration: none; | |||||
| 8342 | } | |||||
| 8343 | .porto-block-html-top small { | |||||
| 8344 | font-size: .8461em; | |||||
| 8345 | font-weight: 400; | |||||
| 8346 | opacity: .5; | |||||
| 8347 | } | |||||
| 8348 | </style>]]> | |||||
| 9939 | </content> | 8349 | </content> | |||
| 9940 | 8350 | |||||
| 9941 | <is_active> | 8351 | <is_active> | |||
| 9942 | 1 | 8352 | 1 | |||
| 9943 | </is_active> | 8353 | </is_active> | |||
| 9944 | 8354 | |||||
| 9945 | </cms_item> | 8355 | </cms_item> | |||
| 9946 | 8356 | |||||
| 9947 | <cms_item> | 8357 | <cms_item> | |||
| 9948 | 8358 | |||||
| 9949 | <title> | 8359 | <title> | |||
| 9950 | Porto - Footer Middle - 4th Column for Demo1 | 8360 | Porto - Custom Block for Product Page Main Area | |||
| 9951 | </title> | 8361 | </title> | |||
| 9952 | 8362 | |||||
| 9953 | <identifier> | 8363 | <identifier> | |||
| 9954 | porto_footer_middle_4_for_1 | 8364 | porto_product_main_custom_block | |||
| 9955 | </identifier> | 8365 | </identifier> | |||
| 9956 | 8366 | |||||
| 9957 | <content> | 8367 | <content> | |||
| 9958 | <![CDATA[<div class="row"> | 8368 | <![CDATA[<img src="{{media url="wysiwyg/smartwave/porto/product/custom_image.jpg"}}" alt="" style="max-width: 100%; float: right;" />]]> | |||
| 9959 | <div class="col-lg-6"> | |||||
| 9960 | <div class="block" style="margin-bottom:50px;"> | |||||
| 9961 | <div class="block-title"><strong>FOLLOW US</strong></div> | |||||
| 9962 | <div class="block-content"> | |||||
| 9963 | <p><a href="https://www.facebook.com/" title="Facebook" target="_blank" style="font-size: 22px;"><i class="porto-icon-facebook" style="color:#fff;vertical-align:middle;"></i><span style="font-size: 13px;vertical-align:middle;margin-left:5px;">FACEBOOK</span></a></p> | |||||
| 9964 | <p><a href="https://twitter.com/" title="Twitter" target="_blank" style="font-size: 22px;"><i class="porto-icon-twitter" style="color:#fff;vertical-align:middle;"></i><span style="font-size: 13px;vertical-align:middle;margin-left:5px;">TWITTER</span></a></p> | |||||
| 9965 | <p><a href="https://www.instagram.com/" title="Instagram" target="_blank" style="font-size: 22px;"><i class="porto-icon-instagram" style="color:#fff;vertical-align:middle;"></i><span style="font-size: 13px;vertical-align:middle;margin-left:5px;">INSTAGRAM</span></a></p> | |||||
| 9966 | </div> | |||||
| 9967 | </div> | |||||
| 9968 | </div> | |||||
| 9969 | <div class="col-lg-6"> | |||||
| 9970 | <div class="block"> | |||||
| 9971 | <div class="block-title"><strong>JOIN US</strong></div> | |||||
| 9972 | <div class="block-content"> | |||||
| 9973 | <p style="margin-bottom: 20px;">Get all the latest information on Events,<br>Sales and Offers. Sign up for newsletter today.</p> | |||||
| 9974 | {{block class="Magento\Newsletter\Block\Subscribe" name="subscribe_form" template="subscribe_form.phtml"}} | |||||
| 9975 | </div> | |||||
| 9976 | </div> | |||||
| 9977 | </div> | |||||
| 9978 | </div>]]> | |||||
| 9979 | </content> | 8369 | </content> | |||
| 9980 | 8370 | |||||
| 9981 | <is_active> | 8371 | <is_active> | |||
| 9982 | 1 | 8372 | 1 | |||
| 9983 | </is_active> | 8373 | </is_active> | |||
| 9984 | 8374 | |||||
| 9985 | </cms_item> | 8375 | </cms_item> | |||
| 9986 | 8376 | |||||
| 9987 | <cms_item> | 8377 | <cms_item> | |||
| 9988 | 8378 | |||||
| 9989 | <title> | 8379 | <title> | |||
| 9990 | Porto - About Us 4 - Top Block | 8380 | Porto - About Us 4 - Top Block | |||
| 9991 | </title> | 8381 | </title> | |||
| 9992 | 8382 | |||||
| 9993 | <identifier> | 8383 | <identifier> | |||
| 9994 | porto_about_us_4_top_block | 8384 | porto_about_us_4_top_block | |||
| 9995 | </identifier> | 8385 | </identifier> | |||
| 9996 | 8386 | |||||
| 9997 | <content> | 8387 | <content> | |||
| 9998 | <![CDATA[<div style="background:url({{media url="wysiwyg/smartwave/porto/aboutus/4/top-bg.jpg"}}) right no-repeat;background-size: cover;text-align: left;padding: 80px 0;"> | 8388 | <![CDATA[<div style="background:url({{media url="wysiwyg/smartwave/porto/aboutus/4/top-bg.jpg"}}) right no-repeat;background-size: cover;text-align: left;padding: 80px 0;"> | |||
| 9999 | <div class="container"> | 8389 | <div class="container"> | |||
| 10000 | <em style="font-family:'Open Sans';font-size:18px;font-weight: 700;color: #1e3636;font-style: normal;line-height: 1;display: block;margin-bottom: 5px;">ABOUT US</em> | 8390 | <em style="font-family:'Open Sans';font-size:18px;font-weight: 700;color: #1e3636;font-style: normal;line-height: 1;display: block;margin-bottom: 5px;">ABOUT US</em> | |||
| 10001 | <h2 style="font-family:'Open Sans';font-size:36px;font-weight: 800;color: #1e3636;font-style: normal;line-height: 1;margin: 0;margin-bottom: 30px;">OUR COMPANY</h2> | 8391 | <h2 style="font-family:'Open Sans';font-size:36px;font-weight: 800;color: #1e3636;font-style: normal;line-height: 1;margin: 0;margin-bottom: 30px;">OUR COMPANY</h2> | |||
| 10002 | <button class="btn" style="font-family:'Oswald';font-size:14px;font-weight:400;line-height:1;color:#fff;background-color: #010204;padding: 13px 25px;border-radius: 2px;height:auto;border:0;">CONTACT</button> | 8392 | <button class="btn" style="font-family:'Oswald';font-size:14px;font-weight:400;line-height:1;color:#fff;background-color: #010204;padding: 13px 25px;border-radius: 2px;height:auto;border:0;">CONTACT</button> | |||
| 10003 | </div> | 8393 | </div> | |||
| 10004 | </div>]]> | 8394 | </div>]]> | |||
| 10005 | </content> | 8395 | </content> | |||
| 10006 | 8396 | |||||
| 10007 | <is_active> | 8397 | <is_active> | |||
| 10008 | 1 | 8398 | 1 | |||
| 10009 | </is_active> | 8399 | </is_active> | |||
| 10010 | 8400 | |||||
| 10011 | </cms_item> | 8401 | </cms_item> | |||
| 10012 | 8402 | |||||
| 10013 | <cms_item> | 8403 | <cms_item> | |||
| 10014 | 8404 | |||||
| 10015 | <title> | 8405 | <title> | |||
| 10016 | Porto - About Us 7 - Top Block | 8406 | Porto - About Us 7 - Top Block | |||
| 10017 | </title> | 8407 | </title> | |||
| 10018 | 8408 | |||||
| 10019 | <identifier> | 8409 | <identifier> | |||
| 10020 | porto_about_us_7_top_block | 8410 | porto_about_us_7_top_block | |||
| 10021 | </identifier> | 8411 | </identifier> | |||
| 10022 | 8412 | |||||
| 10023 | <content> | 8413 | <content> | |||
| 10024 | <![CDATA[<div style="background:url({{media url="wysiwyg/smartwave/porto/aboutus/7/top-bg.jpg"}}) right no-repeat;background-size: cover;text-align: left;padding: 100px 0;"> | 8414 | <![CDATA[<div style="background:url({{media url="wysiwyg/smartwave/porto/aboutus/7/top-bg.jpg"}}) right no-repeat;background-size: cover;text-align: left;padding: 100px 0;"> | |||
| 10025 | <div class="container"> | 8415 | <div class="container"> | |||
| 10026 | <em style="font-family:'Open Sans';font-size:18px;font-weight: 700;color: #fff;font-style: normal;line-height: 1;display: block;margin-bottom: 5px;">SUCCESS WAY OF</em> | 8416 | <em style="font-family:'Open Sans';font-size:18px;font-weight: 700;color: #fff;font-style: normal;line-height: 1;display: block;margin-bottom: 5px;">SUCCESS WAY OF</em> | |||
| 10027 | <h2 style="font-family:'Oswald';font-size:46px;font-weight: 700;color: #fff;font-style: normal;line-height: 1;margin: 0;">OUR HISTORY</h2> | 8417 | <h2 style="font-family:'Oswald';font-size:46px;font-weight: 700;color: #fff;font-style: normal;line-height: 1;margin: 0;">OUR HISTORY</h2> | |||
| 10028 | </div> | 8418 | </div> | |||
| 10029 | </div>]]> | 8419 | </div>]]> | |||
| 10030 | </content> | 8420 | </content> | |||
| 10031 | 8421 | |||||
| 10032 | <is_active> | 8422 | <is_active> | |||
| 10033 | 1 | 8423 | 1 | |||
| 10034 | </is_active> | 8424 | </is_active> | |||
| 10035 | 8425 | |||||
| 10036 | </cms_item> | 8426 | </cms_item> | |||
| 10037 | 8427 | |||||
| 10038 | <cms_item> | 8428 | <cms_item> | |||
| 10039 | 8429 | |||||
| 10040 | <title> | 8430 | <title> | |||
| 10041 | Porto - About Us 8 - Top Block | 8431 | Porto - About Us 8 - Top Block | |||
| 10042 | </title> | 8432 | </title> | |||
| 10043 | 8433 | |||||
| 10044 | <identifier> | 8434 | <identifier> | |||
| 10045 | porto_about_us_8_top_block | 8435 | porto_about_us_8_top_block | |||
| 10046 | </identifier> | 8436 | </identifier> | |||
| 10047 | 8437 | |||||
| 10048 | <content> | 8438 | <content> | |||
| 10049 | <![CDATA[<div style="background:url({{media url="wysiwyg/smartwave/porto/aboutus/8/top-bg.jpg"}}) right no-repeat;background-size: cover;text-align: left;padding: 100px 0;"> | 8439 | <![CDATA[<div style="background:url({{media url="wysiwyg/smartwave/porto/aboutus/8/top-bg.jpg"}}) right no-repeat;background-size: cover;text-align: left;padding: 100px 0;"> | |||
| 10050 | <div class="container"> | 8440 | <div class="container"> | |||
| 10051 | <h2 style="font-family:'Oswald';font-size:46px;font-weight: 700;color: #fff;font-style: normal;line-height: 1;margin: 0;">ABOUT US</h2> | 8441 | <h2 style="font-family:'Oswald';font-size:46px;font-weight: 700;color: #fff;font-style: normal;line-height: 1;margin: 0;">ABOUT US</h2> | |||
| 10052 | </div> | 8442 | </div> | |||
| 10053 | </div>]]> | 8443 | </div>]]> | |||
| 10054 | </content> | 8444 | </content> | |||
| 10055 | 8445 | |||||
| 10056 | <is_active> | 8446 | <is_active> | |||
| 10057 | 1 | 8447 | 1 | |||
| 10058 | </is_active> | 8448 | </is_active> | |||
| 10059 | 8449 | |||||
| 10060 | </cms_item> | 8450 | </cms_item> | |||
| 10061 | 8451 | |||||
| 10062 | <cms_item> | 8452 | <cms_item> | |||
| 10063 | 8453 | |||||
| 10064 | <title> | 8454 | <title> | |||
| 10065 | Porto - About Us 9 - Top Block | 8455 | Porto - About Us 9 - Top Block | |||
| 10066 | </title> | 8456 | </title> | |||
| 10067 | 8457 | |||||
| 10068 | <identifier> | 8458 | <identifier> | |||
| 10069 | porto_about_us_9_top_block | 8459 | porto_about_us_9_top_block | |||
| 10070 | </identifier> | 8460 | </identifier> | |||
| 10071 | 8461 | |||||
| 10072 | <content> | 8462 | <content> | |||
| 10073 | <![CDATA[<div style="background:url({{media url="wysiwyg/smartwave/porto/aboutus/9/top-bg.jpg"}}) 66% 0 no-repeat;background-size: cover;text-align: left;padding: 100px 0;"> | 8463 | <![CDATA[<div style="background:url({{media url="wysiwyg/smartwave/porto/aboutus/9/top-bg.jpg"}}) 66% 0 no-repeat;background-size: cover;text-align: left;padding: 100px 0;"> | |||
| 10074 | <div class="container"> | 8464 | <div class="container"> | |||
| 10075 | <em style="font-family:'Open Sans';font-size:18px;font-weight: 400;color: #000;font-style: normal;line-height: 1;display: block;margin-bottom: 5px;">OUR HISTORY</em> | 8465 | <em style="font-family:'Open Sans';font-size:18px;font-weight: 400;color: #000;font-style: normal;line-height: 1;display: block;margin-bottom: 5px;">OUR HISTORY</em> | |||
| 10076 | <h2 style="font-family:'Oswald';font-size:60px;font-weight: 700;color: #000;font-style: normal;line-height: 1;margin: 0;">ABOUT US</h2> | 8466 | <h2 style="font-family:'Oswald';font-size:60px;font-weight: 700;color: #000;font-style: normal;line-height: 1;margin: 0;">ABOUT US</h2> | |||
| 10077 | </div> | 8467 | </div> | |||
| 10078 | </div>]]> | 8468 | </div>]]> | |||
| 10079 | </content> | 8469 | </content> | |||
| 10080 | 8470 | |||||
| 10081 | <is_active> | 8471 | <is_active> | |||
| 10082 | 1 | 8472 | 1 | |||
| 10083 | </is_active> | 8473 | </is_active> | |||
| 10084 | 8474 | |||||
| 10085 | </cms_item> | 8475 | </cms_item> | |||
| 10086 | 8476 | |||||
| 10087 | <cms_item> | 8477 | <cms_item> | |||
| 10088 | 8478 | |||||
| 10089 | <title> | 8479 | <title> | |||
| 10090 | Porto - About Us 13 - Top Block | 8480 | Porto - About Us 13 - Top Block | |||
| 10091 | </title> | 8481 | </title> | |||
| 10092 | 8482 | |||||
| 10093 | <identifier> | 8483 | <identifier> | |||
| 10094 | porto_about_us_13_top_block | 8484 | porto_about_us_13_top_block | |||
| 10095 | </identifier> | 8485 | </identifier> | |||
| 10096 | 8486 | |||||
| 10097 | <content> | 8487 | <content> | |||
| 10098 | <![CDATA[<div style="background:url({{media url="wysiwyg/smartwave/porto/aboutus/13/top-bg.jpg"}}) right no-repeat;background-size: cover;text-align: left;padding: 210px 0 200px;"> | 8488 | <![CDATA[<div style="background:url({{media url="wysiwyg/smartwave/porto/aboutus/13/top-bg.jpg"}}) right no-repeat;background-size: cover;text-align: left;padding: 210px 0 200px;"> | |||
| 10099 | <div class="container"> | 8489 | <div class="container"> | |||
| 10100 | <h2 style="font-family:'Oswald';font-size:46px;font-weight: 700;color: #fff;font-style: normal;line-height: 1;margin: 0;">ABOUT US</h2> | 8490 | <h2 style="font-family:'Oswald';font-size:46px;font-weight: 700;color: #fff;font-style: normal;line-height: 1;margin: 0;">ABOUT US</h2> | |||
| 10101 | </div> | 8491 | </div> | |||
| 10102 | </div>]]> | 8492 | </div>]]> | |||
| 10103 | </content> | 8493 | </content> | |||
| 10104 | 8494 | |||||
| 10105 | <is_active> | 8495 | <is_active> | |||
| 10106 | 1 | 8496 | 1 | |||
| 10107 | </is_active> | 8497 | </is_active> | |||
| 10108 | 8498 | |||||
| 10109 | </cms_item> | 8499 | </cms_item> | |||
| 10110 | 8500 | |||||
| 10111 | <cms_item> | 8501 | <cms_item> | |||
| 10112 | 8502 | |||||
| 10113 | <title> | 8503 | <title> | |||
| 10114 | Porto - About Us 16 - Top Block | 8504 | Porto - About Us 16 - Top Block | |||
| 10115 | </title> | 8505 | </title> | |||
| 10116 | 8506 | |||||
| 10117 | <identifier> | 8507 | <identifier> | |||
| 10118 | porto_about_us_16_top_block | 8508 | porto_about_us_16_top_block | |||
| 10119 | </identifier> | 8509 | </identifier> | |||
| 10120 | 8510 | |||||
| 10121 | <content> | 8511 | <content> | |||
| 10122 | <![CDATA[<div style="background:url({{media url="wysiwyg/smartwave/porto/aboutus/16/top-bg.jpg"}}) right no-repeat;background-size: cover;text-align: left;padding: 210px 0 200px;"> | 8512 | <![CDATA[<div style="background:url({{media url="wysiwyg/smartwave/porto/aboutus/16/top-bg.jpg"}}) right no-repeat;background-size: cover;text-align: left;padding: 210px 0 200px;"> | |||
| 10123 | <div class="container"> | 8513 | <div class="container"> | |||
| 10124 | <h2 class="bg-title" style="font-family:'Oswald';font-size:60px;font-weight: 400;color: #fff;font-style: normal;line-height: 1;margin: 0;margin-left: 50px;display:inline-block;"><span style="display:inline-block;">ABOUT US<span></h2> | 8514 | <h2 class="bg-title" style="font-family:'Oswald';font-size:60px;font-weight: 400;color: #fff;font-style: normal;line-height: 1;margin: 0;margin-left: 50px;display:inline-block;"><span style="display:inline-block;">ABOUT US<span></h2> | |||
| 10125 | </div> | 8515 | </div> | |||
| 10126 | </div> | 8516 | </div> | |||
| 10127 | <style type="text/css"> | 8517 | <style type="text/css"> | |||
| 10128 | h2.bg-title { | 8518 | h2.bg-title { | |||
| 10129 | position: relative; | 8519 | position: relative; | |||
| 10130 | } | 8520 | } | |||
| 10131 | h2.bg-title:before { | 8521 | h2.bg-title:before { | |||
| 10132 | content: ''; | 8522 | content: ''; | |||
| 10133 | position: absolute; | 8523 | position: absolute; | |||
| 10134 | border: 70px solid transparent; | 8524 | border: 70px solid transparent; | |||
| 10135 | border-bottom-color: #292525; | 8525 | border-bottom-color: #292525; | |||
| 10136 | border-left-width: 0; | 8526 | border-left-width: 0; | |||
| 10137 | border-right-width: 15px; | 8527 | border-right-width: 15px; | |||
| 10138 | border-top: 0; | 8528 | border-top: 0; | |||
| 10139 | width: 270px; | 8529 | width: 270px; | |||
| 10140 | height: 70px; | 8530 | height: 70px; | |||
| 10141 | left: -15px; | 8531 | left: -15px; | |||
| 10142 | } | 8532 | } | |||
| 10143 | h2.bg-title span { | 8533 | h2.bg-title span { | |||
| 10144 | position: relative; | 8534 | position: relative; | |||
| 10145 | z-index: 1; | 8535 | z-index: 1; | |||
| 10146 | } | 8536 | } | |||
| 10147 | </style>]]> | 8537 | </style>]]> | |||
| 10148 | </content> | 8538 | </content> | |||
| 10149 | 8539 | |||||
| 10150 | <is_active> | 8540 | <is_active> | |||
| 10151 | 1 | 8541 | 1 | |||
| 10152 | </is_active> | 8542 | </is_active> | |||
| 10153 | 8543 | |||||
| 10154 | </cms_item> | 8544 | </cms_item> | |||
| 10155 | 8545 | |||||
| 10156 | <cms_item> | 8546 | <cms_item> | |||
| 10157 | 8547 | |||||
| 10158 | <title> | 8548 | <title> | |||
| 10159 | Porto - About Us 18 - Top Block | 8549 | Porto - About Us 18 - Top Block | |||
| 10160 | </title> | 8550 | </title> | |||
| 10161 | 8551 | |||||
| 10162 | <identifier> | 8552 | <identifier> | |||
| 10163 | porto_about_us_18_top_block | 8553 | porto_about_us_18_top_block | |||
| 10164 | </identifier> | 8554 | </identifier> | |||
| 10165 | 8555 | |||||
| 10166 | <content> | 8556 | <content> | |||
| 10167 | <![CDATA[<div style="background:url({{media url="wysiwyg/smartwave/porto/aboutus/18/top-bg.jpg"}}) center no-repeat;background-size: cover;text-align: left;padding: 130px 0;"> | 8557 | <![CDATA[<div style="background:url({{media url="wysiwyg/smartwave/porto/aboutus/18/top-bg.jpg"}}) center no-repeat;background-size: cover;text-align: left;padding: 130px 0;"> | |||
| 10168 | <div class="container"> | 8558 | <div class="container"> | |||
| 10169 | <h2 style="font-family:'Oswald';font-size:36px;font-weight: 700;color: #333;font-style: normal;line-height: 1;margin: 0;">WHO WE ARE</h2> | 8559 | <h2 style="font-family:'Oswald';font-size:36px;font-weight: 700;color: #333;font-style: normal;line-height: 1;margin: 0;">WHO WE ARE</h2> | |||
| 10170 | </div> | 8560 | </div> | |||
| 10171 | </div>]]> | 8561 | </div>]]> | |||
| 10172 | </content> | 8562 | </content> | |||
| 10173 | 8563 | |||||
| 10174 | <is_active> | 8564 | <is_active> | |||
| 10175 | 1 | 8565 | 1 | |||
| 10176 | </is_active> | 8566 | </is_active> | |||
| 10177 | 8567 | |||||
| 10178 | </cms_item> | 8568 | </cms_item> | |||
| 10179 | 8569 | |||||
| 10180 | <cms_item> | 8570 | <cms_item> | |||
| 10181 | 8571 | |||||
| 10182 | <title> | 8572 | <title> | |||
| 10183 | Porto - About Us 20 - Top Block | 8573 | Porto - About Us 20 - Top Block | |||
| 10184 | </title> | 8574 | </title> | |||
| 10185 | 8575 | |||||
| 10186 | <identifier> | 8576 | <identifier> | |||
| 10187 | porto_about_us_20_top_block | 8577 | porto_about_us_20_top_block | |||
| 10188 | </identifier> | 8578 | </identifier> | |||
| 10189 | 8579 | |||||
| 10190 | <content> | 8580 | <content> | |||
| 10191 | <![CDATA[<div style="background:url({{media url="wysiwyg/smartwave/porto/aboutus/20/top-bg.jpg"}}) center no-repeat;background-size: cover;text-align: left;padding:205px 0 115px;"> | 8581 | <![CDATA[<div style="background:url({{media url="wysiwyg/smartwave/porto/aboutus/20/top-bg.jpg"}}) center no-repeat;background-size: cover;text-align: left;padding:205px 0 115px;"> | |||
| 10192 | <div class="not-fullwidth container"> | 8582 | <div class="not-fullwidth container"> | |||
| 10193 | <em style="font-family: 'Poppins';font-size: 25.5px;font-weight: 500;color: #fff;font-style: normal;line-height: 1;display: block;margin-bottom: 10px;letter-spacing: 4px;">HISTORY</em> | 8583 | <em style="font-family: 'Poppins';font-size: 25.5px;font-weight: 500;color: #fff;font-style: normal;line-height: 1;display: block;margin-bottom: 10px;letter-spacing: 4px;">HISTORY</em> | |||
| 10194 | <h2 style="font-family:'Oswald';font-size: 60px;font-weight: 400;color: #fff;font-style: normal;line-height: 1;margin: 0;">ABOUT US</h2> | 8584 | <h2 style="font-family:'Oswald';font-size: 60px;font-weight: 400;color: #fff;font-style: normal;line-height: 1;margin: 0;">ABOUT US</h2> | |||
| 10195 | </div> | 8585 | </div> | |||
| 10196 | </div> | 8586 | </div> | |||
| 10197 | <div class="content-row main-container" style="padding-top:65px;padding-bottom:80px;"> | 8587 | <div class="content-row main-container" style="padding-top:65px;padding-bottom:80px;"> | |||
| 10198 | <div class="row"> | 8588 | <div class="row"> | |||
| 10199 | <div class="col-xl-6"> | 8589 | <div class="col-xl-6"> | |||
| 10200 | <img src="{{media url="wysiwyg/smartwave/porto/aboutus/20/about.jpg"}}" style="width:100%;" alt="" /> | 8590 | <img src="{{media url="wysiwyg/smartwave/porto/aboutus/20/about.jpg"}}" style="width:100%;" alt="" /> | |||
| 10201 | </div> | 8591 | </div> | |||
| 10202 | <div class="col-xl-6 p-xl-45"> | 8592 | <div class="col-xl-6 p-xl-45"> | |||
| 10203 | <h2 style="margin-top:50px;">WHAT WE ARE</h2> | 8593 | <h2 style="margin-top:50px;">WHAT WE ARE</h2> | |||
| 10204 | <p style="max-width:735px;">Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry's standard dummy text ever since the 1500s, when an unknown printer took a galley of type and scrambled it to make a type specimen book. It has survived not only five centuries, but also the leap into electronic typesetting, remaining essentially unchanged. It was popularised in the 1960s with the release of Letraset sheets containing Lorem Ipsum passages</p> | 8594 | <p style="max-width:735px;">Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry's standard dummy text ever since the 1500s, when an unknown printer took a galley of type and scrambled it to make a type specimen book. It has survived not only five centuries, but also the leap into electronic typesetting, remaining essentially unchanged. It was popularised in the 1960s with the release of Letraset sheets containing Lorem Ipsum passages</p> | |||
| 10205 | <ul class="features-ul"> | 8595 | <ul class="features-ul"> | |||
| 10206 | <li><i class="porto-icon-angle-right"></i>Lorem ipsum dolor sit amet, consectetur adipiscing elit.</li> | 8596 | <li><i class="porto-icon-angle-right"></i>Lorem ipsum dolor sit amet, consectetur adipiscing elit.</li> | |||
| 10207 | <li><i class="porto-icon-angle-right"></i>Nulla id nisi a nulla rhoncus sodales et ac lectus.</li> | 8597 | <li><i class="porto-icon-angle-right"></i>Nulla id nisi a nulla rhoncus sodales et ac lectus.</li> | |||
| 10208 | <li><i class="porto-icon-angle-right"></i>In sagittis diam et lorem egestas, ac sodales dolor venenatis.</li> | 8598 | <li><i class="porto-icon-angle-right"></i>In sagittis diam et lorem egestas, ac sodales dolor venenatis.</li> | |||
| 10209 | </ul> | 8599 | </ul> | |||
| 10210 | </div> | 8600 | </div> | |||
| 10211 | </div> | 8601 | </div> | |||
| 10212 | </div> | 8602 | </div> | |||
| 10213 | <div class="content-row main-container" style="padding-top:0;padding-bottom:0;"> | 8603 | <div class="content-row main-container" style="padding-top:0;padding-bottom:0;"> | |||
| 10214 | <div style="padding-top:40px;padding-bottom:75px;border-top:1px solid #e3e3e3;"> | 8604 | <div style="padding-top:40px;padding-bottom:75px;border-top:1px solid #e3e3e3;"> | |||
| 10215 | <div class="row"> | 8605 | <div class="row"> | |||
| 10216 | <div class="col-lg-4"> | 8606 | <div class="col-lg-4"> | |||
| 10217 | <h2 style="margin:35px 0;">OUR MISSION</h2> | 8607 | <h2 style="margin:35px 0;">OUR MISSION</h2> | |||
| 10218 | <p style="max-width:525px;">Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry's standard dummy text ever since the 1500s, when an unknown printer took a galley of type and scrambled it to make a Finibus Bonorum et Malorum, </p> | 8608 | <p style="max-width:525px;">Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry's standard dummy text ever since the 1500s, when an unknown printer took a galley of type and scrambled it to make a Finibus Bonorum et Malorum, </p> | |||
| 10219 | </div> | 8609 | </div> | |||
| 10220 | <div class="col-lg-4"> | 8610 | <div class="col-lg-4"> | |||
| 10221 | <h2 style="margin:35px 0;">OUR VISION</h2> | 8611 | <h2 style="margin:35px 0;">OUR VISION</h2> | |||
| 10222 | <p style="max-width:525px;">Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry's standard dummy text ever since the 1500s, when an unknown printer took a galley of type and scrambled it to make a Finibus Bonorum et Malorum, </p> | 8612 | <p style="max-width:525px;">Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry's standard dummy text ever since the 1500s, when an unknown printer took a galley of type and scrambled it to make a Finibus Bonorum et Malorum, </p> | |||
| 10223 | </div> | 8613 | </div> | |||
| 10224 | <div class="col-lg-4"> | 8614 | <div class="col-lg-4"> | |||
| 10225 | <h2 style="margin:35px 0;">OUR VALUE</h2> | 8615 | <h2 style="margin:35px 0;">OUR VALUE</h2> | |||
| 10226 | <p style="max-width:525px;">Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry's standard dummy text ever since the 1500s, when an unknown printer took a galley of type and scrambled it to make a Finibus Bonorum et Malorum, </p> | 8616 | <p style="max-width:525px;">Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry's standard dummy text ever since the 1500s, when an unknown printer took a galley of type and scrambled it to make a Finibus Bonorum et Malorum, </p> | |||
| 10227 | </div> | 8617 | </div> | |||
| 10228 | </div> | 8618 | </div> | |||
| 10229 | </div> | 8619 | </div> | |||
| 10230 | </div> | 8620 | </div> | |||
| 10231 | <div style="background:url({{media url="wysiwyg/smartwave/porto/aboutus/20/middle-bg.jpg"}}) center no-repeat;background-size: cover;text-align: left;padding:95px 0 75px;"> | 8621 | <div style="background:url({{media url="wysiwyg/smartwave/porto/aboutus/20/middle-bg.jpg"}}) center no-repeat;background-size: cover;text-align: left;padding:95px 0 75px;"> | |||
| 10232 | <div class="not-fullwidth container"> | 8622 | <div class="not-fullwidth container"> | |||
| 10233 | <div class="counters"> | 8623 | <div class="counters"> | |||
| 10234 | <div class="row"> | 8624 | <div class="row"> | |||
| 10235 | <div class="col-lg-2 col-md-4 col-6"> | 8625 | <div class="col-lg-2 col-md-4 col-6"> | |||
| 10236 | <div class="counter counter-primary" data-appear-animation="bounceIn" data-appear-animation-delay="300"> | 8626 | <div class="counter counter-primary" data-appear-animation="bounceIn" data-appear-animation-delay="300"> | |||
| 10237 | <strong data-to="32561" data-append="M+">32561M+</strong> | 8627 | <strong data-to="32561" data-append="M+">32561M+</strong> | |||
| 10238 | <label>Sold Products</label> | 8628 | <label>Sold Products</label> | |||
| 10239 | </div> | 8629 | </div> | |||
| 10240 | </div> | 8630 | </div> | |||
| 10241 | <div class="col-lg-2 col-md-4 col-6"> | 8631 | <div class="col-lg-2 col-md-4 col-6"> | |||
| 10242 | <div class="counter counter-primary" data-appear-animation="bounceIn" data-appear-animation-delay="600"> | 8632 | <div class="counter counter-primary" data-appear-animation="bounceIn" data-appear-animation-delay="600"> | |||
| 10243 | <strong data-to="42561" data-append="M+">42561M+</strong> | 8633 | <strong data-to="42561" data-append="M+">42561M+</strong> | |||
| 10244 | <label>Happy Buyers</label> | 8634 | <label>Happy Buyers</label> | |||
| 10245 | </div> | 8635 | </div> | |||
| 10246 | </div> | 8636 | </div> | |||
| 10247 | <div class="col-lg-2 col-md-4 col-6"> | 8637 | <div class="col-lg-2 col-md-4 col-6"> | |||
| 10248 | <div class="counter counter-primary" data-appear-animation="bounceIn" data-appear-animation-delay="900"> | 8638 | <div class="counter counter-primary" data-appear-animation="bounceIn" data-appear-animation-delay="900"> | |||
| 10249 | <strong data-to="866" data-append="+">866+</strong> | 8639 | <strong data-to="866" data-append="+">866+</strong> | |||
| 10250 | <label>Employees</label> | 8640 | <label>Employees</label> | |||
| 10251 | </div> | 8641 | </div> | |||
| 10252 | </div> | 8642 | </div> | |||
| 10253 | <div class="col-lg-2 col-md-4 col-6"> | 8643 | <div class="col-lg-2 col-md-4 col-6"> | |||
| 10254 | <div class="counter counter-primary" data-appear-animation="bounceIn" data-appear-animation-delay="1200"> | 8644 | <div class="counter counter-primary" data-appear-animation="bounceIn" data-appear-animation-delay="1200"> | |||
| 10255 | <strong data-to="58584" data-append="M+">58584M+</strong> | 8645 | <strong data-to="58584" data-append="M+">58584M+</strong> | |||
| 10256 | <label>Products</label> | 8646 | <label>Products</label> | |||
| 10257 | </div> | 8647 | </div> | |||
| 10258 | </div> | 8648 | </div> | |||
| 10259 | <div class="col-lg-2 col-md-4 col-6"> | 8649 | <div class="col-lg-2 col-md-4 col-6"> | |||
| 10260 | <div class="counter counter-primary" data-appear-animation="bounceIn" data-appear-animation-delay="1200"> | 8650 | <div class="counter counter-primary" data-appear-animation="bounceIn" data-appear-animation-delay="1200"> | |||
| 10261 | <strong data-to="24" data-append="HR+">24HR+</strong> | 8651 | <strong data-to="24" data-append="HR+">24HR+</strong> | |||
| 10262 | <label>Support Available</label> | 8652 | <label>Support Available</label> | |||
| 10263 | </div> | 8653 | </div> | |||
| 10264 | </div> | 8654 | </div> | |||
| 10265 | </div> | 8655 | </div> | |||
| 10266 | <script type="text/javascript"> | 8656 | <script type="text/javascript"> | |||
| 10267 | // Counter | 8657 | // Counter | |||
| 10268 | require([ | 8658 | require([ | |||
| 10269 | 'jquery' | 8659 | 'jquery' | |||
| 10270 | ], function ($) { | 8660 | ], function ($) { | |||
| 10271 | 'use strict'; | 8661 | 'use strict'; | |||
| 10272 | if ($.isFunction($.fn['themePluginCounter'])) { | 8662 | if ($.isFunction($.fn['themePluginCounter'])) { | |||
| 10273 | $(function() { | 8663 | $(function() { | |||
| 10274 | $('[data-plugin-counter]:not(.manual), .counters [data-to]').each(function() { | 8664 | $('[data-plugin-counter]:not(.manual), .counters [data-to]').each(function() { | |||
| 10275 | var $this = $(this), opts; | 8665 | var $this = $(this), opts; | |||
| 10276 | var pluginOptions = $this.data('plugin-options'); | 8666 | var pluginOptions = $this.data('plugin-options'); | |||
| 10277 | if (pluginOptions) | 8667 | if (pluginOptions) | |||
| 10278 | opts = pluginOptions; | 8668 | opts = pluginOptions; | |||
| 10279 | $this.themePluginCounter(opts); | 8669 | $this.themePluginCounter(opts); | |||
| 10280 | }); | 8670 | }); | |||
| 10281 | }); | 8671 | }); | |||
| 10282 | } | 8672 | } | |||
| 10283 | }); | 8673 | }); | |||
| 10284 | </script> | 8674 | </script> | |||
| 10285 | </div> | 8675 | </div> | |||
| 10286 | </div> | 8676 | </div> | |||
| 10287 | </div> | 8677 | </div> | |||
| 10288 | <div class="content-row main-container" style="padding-top:80px;padding-bottom:80px;text-align:center;"> | 8678 | <div class="content-row main-container" style="padding-top:80px;padding-bottom:80px;text-align:center;"> | |||
| 10289 | <h2 style="margin-bottom:35px;">BUYERS REVIEW</h2> | 8679 | <h2 style="margin-bottom:35px;">BUYERS REVIEW</h2> | |||
| 10290 | <div class="owl-side-narrow"> | 8680 | <div class="owl-side-narrow"> | |||
| 10291 | <div id="review-slider-about" class="owl-carousel owl-theme"> | 8681 | <div id="review-slider-about" class="owl-carousel owl-theme"> | |||
| 10292 | <div class="item"> | 8682 | <div class="item"> | |||
| 10293 | <div class="buyers-review"> | 8683 | <div class="buyers-review"> | |||
| 10294 | <p>Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has | 8684 | <p>Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has | |||
| 10295 | been the industry's standard dummy text ever since the 1500s, when an unknown printer took a galley of type and scrambled it to make.</p> | 8685 | been the industry's standard dummy text ever since the 1500s, when an unknown printer took a galley of type and scrambled it to make.</p> | |||
| 10296 | <div class="buyer-info"> | 8686 | <div class="buyer-info"> | |||
| 10297 | <h4>Client Name</h4> | 8687 | <h4>Client Name</h4> | |||
| 10298 | <div class="ratings"> | 8688 | <div class="ratings"> | |||
| 10299 | <div class="rating-box"> | 8689 | <div class="rating-box"> | |||
| 10300 | <div class="rating" style="width:80%"></div> | 8690 | <div class="rating" style="width:80%"></div> | |||
| 10301 | </div> | 8691 | </div> | |||
| 10302 | </div> | 8692 | </div> | |||
| 10303 | </div> | 8693 | </div> | |||
| 10304 | </div> | 8694 | </div> | |||
| 10305 | </div> | 8695 | </div> | |||
| 10306 | <div class="item"> | 8696 | <div class="item"> | |||
| 10307 | <div class="buyers-review"> | 8697 | <div class="buyers-review"> | |||
| 10308 | <p>Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has | 8698 | <p>Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has | |||
| 10309 | been the industry's standard dummy text ever since the 1500s, when an unknown printer took a galley of type and scrambled it to make.</p> | 8699 | been the industry's standard dummy text ever since the 1500s, when an unknown printer took a galley of type and scrambled it to make.</p> | |||
| 10310 | <div class="buyer-info"> | 8700 | <div class="buyer-info"> | |||
| 10311 | <h4>Client Name</h4> | 8701 | <h4>Client Name</h4> | |||
| 10312 | <div class="ratings"> | 8702 | <div class="ratings"> | |||
| 10313 | <div class="rating-box"> | 8703 | <div class="rating-box"> | |||
| 10314 | <div class="rating" style="width:80%"></div> | 8704 | <div class="rating" style="width:80%"></div> | |||
| 10315 | </div> | 8705 | </div> | |||
| 10316 | </div> | 8706 | </div> | |||
| 10317 | </div> | 8707 | </div> | |||
| 10318 | </div> | 8708 | </div> | |||
| 10319 | </div> | 8709 | </div> | |||
| 10320 | </div> | 8710 | </div> | |||
| 10321 | <script type="text/javascript"> | 8711 | <script type="text/javascript"> | |||
| 10322 | require([ | 8712 | require([ | |||
| 10323 | 'jquery', | 8713 | 'jquery', | |||
| 10324 | 'owl.carousel/owl.carousel.min' | 8714 | 'owl.carousel/owl.carousel.min' | |||
| 10325 | ], function ($) { | 8715 | ], function ($) { | |||
| 10326 | $("#review-slider-about").owlCarousel({ | 8716 | $("#review-slider-about").owlCarousel({ | |||
| 10327 | items: 1, | 8717 | items: 1, | |||
| 10328 | autoplay: true, | 8718 | autoplay: true, | |||
| 10329 | autoplayTimeout: 5000, | 8719 | autoplayTimeout: 5000, | |||
| 10330 | autoplayHoverPause: true, | 8720 | autoplayHoverPause: true, | |||
| 10331 | margin: 0, | 8721 | margin: 0, | |||
| 10332 | nav: true, | 8722 | nav: true, | |||
| 10333 | dots: false, | 8723 | dots: false, | |||
| 10334 | navRewind: true, | 8724 | navRewind: true, | |||
| 10335 | loop: true, | 8725 | loop: true, | |||
| 10336 | navText: ["<em class='porto-icon-left-open-big'></em>","<em class='porto-icon-right-open-big'></em>"] | 8726 | navText: ["<em class='porto-icon-left-open-big'></em>","<em class='porto-icon-right-open-big'></em>"] | |||
| 10337 | }); | 8727 | }); | |||
| 10338 | }); | 8728 | }); | |||
| 10339 | </script> | 8729 | </script> | |||
| 10340 | </div> | 8730 | </div> | |||
| 10341 | </div> | 8731 | </div> | |||
| 10342 | <div class="content-row" style="background-color:#ebebeb;"> | 8732 | <div class="content-row" style="background-color:#ebebeb;"> | |||
| 10343 | <div class="main-container" style="padding-top:40px;padding-bottom:40px;"> | 8733 | <div class="main-container" style="padding-top:40px;padding-bottom:40px;"> | |||
| 10344 | <div class="support-block row"> | 8734 | <div class="support-block row"> | |||
| 10345 | <div class="col-xl-3 col-lg-6"> | 8735 | <div class="col-xl-3 col-lg-6"> | |||
| 10346 | <div class="support-item"> | 8736 | <div class="support-item"> | |||
| 10347 | <i class="porto-icon-support"></i> | 8737 | <i class="porto-icon-support"></i> | |||
| 10348 | <h3>ONLINE SUPPORT</h3> | 8738 | <h3>ONLINE SUPPORT</h3> | |||
| 10349 | <p>Lorem Ipsum is simply dummy text of the printing and typesetting</p> | 8739 | <p>Lorem Ipsum is simply dummy text of the printing and typesetting</p> | |||
| 10350 | </div> | 8740 | </div> | |||
| 10351 | </div> | 8741 | </div> | |||
| 10352 | <div class="col-xl-3 col-lg-6"> | 8742 | <div class="col-xl-3 col-lg-6"> | |||
| 10353 | <div class="support-item"> | 8743 | <div class="support-item"> | |||
| 10354 | <i class="porto-icon-shipping"></i> | 8744 | <i class="porto-icon-shipping"></i> | |||
| 10355 | <h3>FREE SHIPPING & RETURN</h3> | 8745 | <h3>FREE SHIPPING & RETURN</h3> | |||
| 10356 | <p>Lorem Ipsum is simply dummy text of the printing and typesetting</p> | 8746 | <p>Lorem Ipsum is simply dummy text of the printing and typesetting</p> | |||
| 10357 | </div> | 8747 | </div> | |||
| 10358 | </div> | 8748 | </div> | |||
| 10359 | <div class="col-xl-3 col-lg-6"> | 8749 | <div class="col-xl-3 col-lg-6"> | |||
| 10360 | <div class="support-item"> | 8750 | <div class="support-item"> | |||
| 10361 | <i class="porto-icon-money"></i> | 8751 | <i class="porto-icon-money"></i> | |||
| 10362 | <h3>MONEY BACK GUARANTEE</h3> | 8752 | <h3>MONEY BACK GUARANTEE</h3> | |||
| 10363 | <p>Lorem Ipsum is simply dummy text of the printing and typesetting</p> | 8753 | <p>Lorem Ipsum is simply dummy text of the printing and typesetting</p> | |||
| 10364 | </div> | 8754 | </div> | |||
| 10365 | </div> | 8755 | </div> | |||
| 10366 | <div class="col-xl-3 col-lg-6"> | 8756 | <div class="col-xl-3 col-lg-6"> | |||
| 10367 | <div class="support-item"> | 8757 | <div class="support-item"> | |||
| 10368 | <i class="porto-icon-shirt"></i> | 8758 | <i class="porto-icon-shirt"></i> | |||
| 10369 | <h3>NEW STYLES EVERY DAY</h3> | 8759 | <h3>NEW STYLES EVERY DAY</h3> | |||
| 10370 | <p>Lorem Ipsum is simply dummy text of the printing and typesetting</p> | 8760 | <p>Lorem Ipsum is simply dummy text of the printing and typesetting</p> | |||
| 10371 | </div> | 8761 | </div> | |||
| 10372 | </div> | 8762 | </div> | |||
| 10373 | </div> | 8763 | </div> | |||
| 10374 | </div> | 8764 | </div> | |||
| 10375 | </div> | 8765 | </div> | |||
| 10376 | <style type="text/css"> | 8766 | <style type="text/css"> | |||
| 10377 | .main-container { | 8767 | .main-container { | |||
| 10378 | padding: 30px 15px 50px 15px; | 8768 | padding: 30px 15px 50px 15px; | |||
| 10379 | } | 8769 | } | |||
| 10380 | @media (min-width:768px){ | 8770 | @media (min-width:768px){ | |||
| 10381 | .main-container { | 8771 | .main-container { | |||
| 10382 | padding: 30px 85px 50px 85px; | 8772 | padding: 30px 85px 50px 85px; | |||
| 10383 | } | 8773 | } | |||
| 10384 | .columns .column.main, .page-main { | 8774 | .columns .column.main, .page-main { | |||
| 10385 | min-height: 0; | 8775 | min-height: 0; | |||
| 10386 | padding: 0; | 8776 | padding: 0; | |||
| 10387 | } | 8777 | } | |||
| 10388 | } | 8778 | } | |||
| 10389 | .counter { | 8779 | .counter { | |||
| 10390 | text-align:center; | 8780 | text-align:center; | |||
| 10391 | padding-bottom: 20px; | 8781 | padding-bottom: 20px; | |||
| 10392 | } | 8782 | } | |||
| 10393 | .counter > label { | 8783 | .counter > label { | |||
| 10394 | display: block; | 8784 | display: block; | |||
| 10395 | font-family: 'Poppins'; | 8785 | font-family: 'Poppins'; | |||
| 10396 | font-size: 18px; | 8786 | font-size: 18px; | |||
| 10397 | font-weight: 400; | 8787 | font-weight: 400; | |||
| 10398 | line-height: 1; | 8788 | line-height: 1; | |||
| 10399 | color: #fff; | 8789 | color: #fff; | |||
| 10400 | } | 8790 | } | |||
| 10401 | .counter > strong { | 8791 | .counter > strong { | |||
| 10402 | font-family: 'Oswald'; | 8792 | font-family: 'Oswald'; | |||
| 10403 | font-size: 38px; | 8793 | font-size: 38px; | |||
| 10404 | font-weight: 400; | 8794 | font-weight: 400; | |||
| 10405 | color: #fff; | 8795 | color: #fff; | |||
| 10406 | line-height: 1; | 8796 | line-height: 1; | |||
| 10407 | margin-bottom: 15px; | 8797 | margin-bottom: 15px; | |||
| 10408 | display: block; | 8798 | display: block; | |||
| 10409 | } | 8799 | } | |||
| 10410 | .counter > strong span { | 8800 | .counter > strong span { | |||
| 10411 | font-size: 19px; | 8801 | font-size: 19px; | |||
| 10412 | } | 8802 | } | |||
| 10413 | @media (min-width: 992px) { | 8803 | @media (min-width: 992px) { | |||
| 10414 | .counters .col-lg-2 { | 8804 | .counters .col-lg-2 { | |||
| 10415 | -webkit-flex: 0 0 20%; | 8805 | -webkit-flex: 0 0 20%; | |||
| 10416 | -moz-flex: 0 0 20%; | 8806 | -moz-flex: 0 0 20%; | |||
| 10417 | -ms-flex: 0 0 20%; | 8807 | -ms-flex: 0 0 20%; | |||
| 10418 | flex: 0 0 20%; | 8808 | flex: 0 0 20%; | |||
| 10419 | max-width: 20%; | 8809 | max-width: 20%; | |||
| 10420 | } | 8810 | } | |||
| 10421 | } | 8811 | } | |||
| 10422 | .support-block .support-item { | 8812 | .support-block .support-item { | |||
| 10423 | padding: 0; | 8813 | padding: 0; | |||
| 10424 | line-height: 1.4; | 8814 | line-height: 1.4; | |||
| 10425 | margin-bottom: 12px; | 8815 | margin-bottom: 12px; | |||
| 10426 | } | 8816 | } | |||
| 10427 | .support-block .support-item:after { | 8817 | .support-block .support-item:after { | |||
| 10428 | content: ''; | 8818 | content: ''; | |||
| 10429 | display: table; | 8819 | display: table; | |||
| 10430 | clear: both; | 8820 | clear: both; | |||
| 10431 | } | 8821 | } | |||
| 10432 | .support-block .support-item > i { | 8822 | .support-block .support-item > i { | |||
| 10433 | font-size: 50px; | 8823 | font-size: 50px; | |||
| 10434 | color: #141a1f; | 8824 | color: #141a1f; | |||
| 10435 | float: left; | 8825 | float: left; | |||
| 10436 | margin: -10px 15px 0 0; | 8826 | margin: -10px 15px 0 0; | |||
| 10437 | } | 8827 | } | |||
| 10438 | .support-block .support-item > h3 { | 8828 | .support-block .support-item > h3 { | |||
| 10439 | color: #141a1f; | 8829 | color: #141a1f; | |||
| 10440 | font-family: 'Poppins'; | 8830 | font-family: 'Poppins'; | |||
| 10441 | font-size: 18px; | 8831 | font-size: 18px; | |||
| 10442 | font-weight: 500; | 8832 | font-weight: 500; | |||
| 10443 | margin: 10px 0; | 8833 | margin: 10px 0; | |||
| 10444 | white-space: nowrap; | 8834 | white-space: nowrap; | |||
| 10445 | text-overflow: ellipsis; | 8835 | text-overflow: ellipsis; | |||
| 10446 | overflow: hidden; | 8836 | overflow: hidden; | |||
| 10447 | } | 8837 | } | |||
| 10448 | .support-block .support-item > p { | 8838 | .support-block .support-item > p { | |||
| 10449 | margin: 0; | 8839 | margin: 0; | |||
| 10450 | font-size: 15px; | 8840 | font-size: 15px; | |||
| 10451 | font-weight: 400; | 8841 | font-weight: 400; | |||
| 10452 | color: #646a70; | 8842 | color: #646a70; | |||
| 10453 | line-height: 1.8; | 8843 | line-height: 1.8; | |||
| 10454 | margin-left: 85px; | 8844 | margin-left: 85px; | |||
| 10455 | display: -webkit-box; | 8845 | display: -webkit-box; | |||
| 10456 | -webkit-box-orient: vertical; | 8846 | -webkit-box-orient: vertical; | |||
| 10457 | -webkit-line-clamp: 3; | 8847 | -webkit-line-clamp: 3; | |||
| 10458 | overflow: hidden; | 8848 | overflow: hidden; | |||
| 10459 | max-height: 81px; | 8849 | max-height: 81px; | |||
| 10460 | } | 8850 | } | |||
| 10461 | .owl-side-narrow { | 8851 | .owl-side-narrow { | |||
| 10462 | margin: 0 -10px; | 8852 | margin: 0 -10px; | |||
| 10463 | } | 8853 | } | |||
| 10464 | .owl-side-narrow .owl-controls .owl-nav [class*=owl-] { | 8854 | .owl-side-narrow .owl-controls .owl-nav [class*=owl-] { | |||
| 10465 | color: #717171; | 8855 | color: #717171; | |||
| 10466 | background: transparent; | 8856 | background: transparent; | |||
| 10467 | padding: 0; | 8857 | padding: 0; | |||
| 10468 | margin: 0; | 8858 | margin: 0; | |||
| 10469 | font-size: 24px; | 8859 | font-size: 24px; | |||
| 10470 | position: absolute; | 8860 | position: absolute; | |||
| 10471 | top: 15px; | 8861 | top: 15px; | |||
| 10472 | } | 8862 | } | |||
| 10473 | .owl-side-narrow .owl-controls .owl-nav .owl-prev { | 8863 | .owl-side-narrow .owl-controls .owl-nav .owl-prev { | |||
| 10474 | left: 0; | 8864 | left: 0; | |||
| 10475 | } | 8865 | } | |||
| 10476 | .owl-side-narrow .owl-controls .owl-nav .owl-next { | 8866 | .owl-side-narrow .owl-controls .owl-nav .owl-next { | |||
| 10477 | right: 0; | 8867 | right: 0; | |||
| 10478 | } | 8868 | } | |||
| 10479 | .owl-side-narrow .owl-carousel { | 8869 | .owl-side-narrow .owl-carousel { | |||
| 10480 | padding: 0 80px; | 8870 | padding: 0 80px; | |||
| 10481 | } | 8871 | } | |||
| 10482 | .owl-side-narrow .owl-carousel .owl-item.loading { | 8872 | .owl-side-narrow .owl-carousel .owl-item.loading { | |||
| 10483 | min-height: 60px; | 8873 | min-height: 60px; | |||
| 10484 | } | 8874 | } | |||
| 10485 | .owl-side-narrow .owl-controls { | 8875 | .owl-side-narrow .owl-controls { | |||
| 10486 | margin: 0; | 8876 | margin: 0; | |||
| 10487 | } | 8877 | } | |||
| 10488 | #brands-slider-about img { | 8878 | #brands-slider-about img { | |||
| 10489 | opacity: 0.5; | 8879 | opacity: 0.5; | |||
| 10490 | } | 8880 | } | |||
| 10491 | .content-row { | 8881 | .content-row { | |||
| 10492 | text-align: left; | 8882 | text-align: left; | |||
| 10493 | } | 8883 | } | |||
| 10494 | .content-row h2 { | 8884 | .content-row h2 { | |||
| 10495 | font-family: 'Oswald'; | 8885 | font-family: 'Oswald'; | |||
| 10496 | font-size: 26px; | 8886 | font-size: 26px; | |||
| 10497 | font-weight: 400; | 8887 | font-weight: 400; | |||
| 10498 | line-height: 1; | 8888 | line-height: 1; | |||
| 10499 | color: #080808; | 8889 | color: #080808; | |||
| 10500 | } | 8890 | } | |||
| 10501 | .content-row p { | 8891 | .content-row p { | |||
| 10502 | font-family: 'Poppins'; | 8892 | font-family: 'Poppins'; | |||
| 10503 | font-size: 14px; | 8893 | font-size: 14px; | |||
| 10504 | font-weight: 400; | 8894 | font-weight: 400; | |||
| 10505 | line-height: 2; | 8895 | line-height: 2; | |||
| 10506 | color: #555; | 8896 | color: #555; | |||
| 10507 | display: -webkit-box; | 8897 | display: -webkit-box; | |||
| 10508 | -webkit-box-orient: vertical; | 8898 | -webkit-box-orient: vertical; | |||
| 10509 | -webkit-line-clamp: 5; | 8899 | -webkit-line-clamp: 5; | |||
| 10510 | overflow: hidden; | 8900 | overflow: hidden; | |||
| 10511 | } | 8901 | } | |||
| 10512 | .features-ul { | 8902 | .features-ul { | |||
| 10513 | font-size: 16px; | 8903 | font-size: 16px; | |||
| 10514 | line-height: 2; | 8904 | line-height: 2; | |||
| 10515 | margin-top: 30px; | 8905 | margin-top: 30px; | |||
| 10516 | list-style: none; | 8906 | list-style: none; | |||
| 10517 | padding: 0; | 8907 | padding: 0; | |||
| 10518 | } | 8908 | } | |||
| 10519 | .features-ul li { | 8909 | .features-ul li { | |||
| 10520 | margin: 0; | 8910 | margin: 0; | |||
| 10521 | } | 8911 | } | |||
| 10522 | .features-ul i { | 8912 | .features-ul i { | |||
| 10523 | color: #080808; | 8913 | color: #080808; | |||
| 10524 | margin-right: 15px; | 8914 | margin-right: 15px; | |||
| 10525 | } | 8915 | } | |||
| 10526 | @media (min-width: 1200px) { | 8916 | @media (min-width: 1200px) { | |||
| 10527 | .p-xl-45 { | 8917 | .p-xl-45 { | |||
| 10528 | padding: 0 45px; | 8918 | padding: 0 45px; | |||
| 10529 | } | 8919 | } | |||
| 10530 | } | 8920 | } | |||
| 10531 | .page-wrapper { | 8921 | .page-wrapper { | |||
| 10532 | background-color: #f5f5f5; | 8922 | background-color: #f5f5f5; | |||
| 10533 | } | 8923 | } | |||
| 10534 | .content-row.main-container, .content-row .main-container { | 8924 | .content-row.main-container, .content-row .main-container { | |||
| 10535 | min-height: 0; | 8925 | min-height: 0; | |||
| 10536 | } | 8926 | } | |||
| 10537 | .buyers-review p { | 8927 | .buyers-review p { | |||
| 10538 | font-size:18px; | 8928 | font-size:18px; | |||
| 10539 | max-width: 940px; | 8929 | max-width: 940px; | |||
| 10540 | margin: 0 auto; | 8930 | margin: 0 auto; | |||
| 10541 | font-weight: 300; | 8931 | font-weight: 300; | |||
| 10542 | margin-bottom: 35px; | 8932 | margin-bottom: 35px; | |||
| 10543 | } | 8933 | } | |||
| 10544 | .buyers-review .buyer-info { | 8934 | .buyers-review .buyer-info { | |||
| 10545 | padding-top: 25px; | 8935 | padding-top: 25px; | |||
| 10546 | position: relative; | 8936 | position: relative; | |||
| 10547 | } | 8937 | } | |||
| 10548 | .buyers-review .buyer-info:before { | 8938 | .buyers-review .buyer-info:before { | |||
| 10549 | content: ''; | 8939 | content: ''; | |||
| 10550 | display: block; | 8940 | display: block; | |||
| 10551 | width: 25px; | 8941 | width: 25px; | |||
| 10552 | border-top: 2px solid #161616; | 8942 | border-top: 2px solid #161616; | |||
| 10553 | position: absolute; | 8943 | position: absolute; | |||
| 10554 | top: 0; | 8944 | top: 0; | |||
| 10555 | left: 50%; | 8945 | left: 50%; | |||
| 10556 | margin-left: -12.5px; | 8946 | margin-left: -12.5px; | |||
| 10557 | } | 8947 | } | |||
| 10558 | .buyers-review h4 { | 8948 | .buyers-review h4 { | |||
| 10559 | font-size: 16px; | 8949 | font-size: 16px; | |||
| 10560 | font-family: 'Poppins'; | 8950 | font-family: 'Poppins'; | |||
| 10561 | font-weight: 500; | 8951 | font-weight: 500; | |||
| 10562 | color: #080808; | 8952 | color: #080808; | |||
| 10563 | margin-bottom: 5px; | 8953 | margin-bottom: 5px; | |||
| 10564 | } | 8954 | } | |||
| 10565 | .buyers-review .ratings { | 8955 | .buyers-review .ratings { | |||
| 10566 | margin: 5px 0 0; | 8956 | margin: 5px 0 0; | |||
| 10567 | } | 8957 | } | |||
| 10568 | .buyers-review .rating-box:before { | 8958 | .buyers-review .rating-box:before { | |||
| 10569 | font-size: 14px; | 8959 | font-size: 14px; | |||
| 10570 | color: #9b9b9b; | 8960 | color: #9b9b9b; | |||
| 10571 | } | 8961 | } | |||
| 10572 | .buyers-review .ratings .rating-box { | 8962 | .buyers-review .ratings .rating-box { | |||
| 10573 | height: 14px; | 8963 | height: 14px; | |||
| 10574 | width: 83px; | 8964 | width: 83px; | |||
| 10575 | } | 8965 | } | |||
| 10576 | .buyers-review .rating-box:before { | 8966 | .buyers-review .rating-box:before { | |||
| 10577 | font-size: 14px; | 8967 | font-size: 14px; | |||
| 10578 | color: #9b9b9b; | 8968 | color: #9b9b9b; | |||
| 10579 | height: 14px; | 8969 | height: 14px; | |||
| 10580 | line-height: 14px; | 8970 | line-height: 14px; | |||
| 10581 | width: 83px; | 8971 | width: 83px; | |||
| 10582 | } | 8972 | } | |||
| 10583 | .buyers-review .rating-box .rating { | 8973 | .buyers-review .rating-box .rating { | |||
| 10584 | height: 14px; | 8974 | height: 14px; | |||
| 10585 | } | 8975 | } | |||
| 10586 | .buyers-review .rating-box .rating:before { | 8976 | .buyers-review .rating-box .rating:before { | |||
| 10587 | color: #080808; | 8977 | color: #080808; | |||
| 10588 | font-size: 14px; | 8978 | font-size: 14px; | |||
| 10589 | height: 14px; | 8979 | height: 14px; | |||
| 10590 | line-height: 14px; | 8980 | line-height: 14px; | |||
| 10591 | width: 83px; | 8981 | width: 83px; | |||
| 10592 | } | 8982 | } | |||
| 10593 | </style>]]> | 8983 | </style>]]> | |||
| 10594 | </content> | 8984 | </content> | |||
| 10595 | 8985 | |||||
| 10596 | <is_active> | 8986 | <is_active> | |||
| 10597 | 1 | 8987 | 1 | |||
| 10598 | </is_active> | 8988 | </is_active> | |||
| 10599 | 8989 | |||||
| 10600 | </cms_item> | 8990 | </cms_item> | |||
| 10601 | 8991 | |||||
| 10602 | <cms_item> | |||||
| 10603 | ||||||
| 10604 | <title> | |||||
| 10605 | Porto - Footer Top - Custom Block 22 | |||||
| 10606 | </title> | |||||
| 10607 | ||||||
| 10608 | <identifier> | |||||
| 10609 | porto_footer_top_custom_block_22 | |||||
| 10610 | </identifier> | |||||
| 10611 | ||||||
| 10612 | <content> | |||||
| 10613 | <![CDATA[<div class="row align-items-center"> | |||||
| 10614 | <div class="col-md-6 col-lg-3"> | |||||
| 10615 | <h4 style="font-size: 18px;color: #ffffff">Sign Up to Newsletter</h4> | |||||
| 10616 | </div> | |||||
| 10617 | <div class="col-md-6 col-lg-4"> | |||||
| 10618 | <h4 style="font-size: 13px;color: #ffffff;line-height: 20px;font-weight:400;margin: 0;">Get all the latest information on Events, Sales and Offers.</h4> | |||||
| 10619 | <h2 style="font-size: 16px;color: #ffffff;line-height: 20px;font-weight:700;margin: 0;">Receive $10 coupon for first shopping.</h2> | |||||
| 10620 | </div> | |||||
| 10621 | <div class="col-md-12 col-lg-5"> | |||||
| 10622 | {{block class="Magento\Newsletter\Block\Subscribe" name="home.newsletter" template="subscribe_form_footer.phtml"}} | |||||
| 10623 | </div> | |||||
| 10624 | </div>]]> | |||||
| 10625 | </content> | |||||
| 10626 | ||||||
| 10627 | <is_active> | |||||
| 10628 | 1 | |||||
| 10629 | </is_active> | |||||
| 10630 | ||||||
| 10631 | </cms_item> | |||||
| 10632 | ||||||
| 10633 | <cms_item> | |||||
| 10634 | ||||||
| 10635 | <title> | |||||
| 10636 | Porto - Footer Middle 1 for 22 | |||||
| 10637 | </title> | |||||
| 10638 | ||||||
| 10639 | <identifier> | |||||
| 10640 | porto_footer_middle_1_for_22 | |||||
| 10641 | </identifier> | |||||
| 10642 | ||||||
| 10643 | <content> | |||||
| 10644 | <![CDATA[<div class="footer-logo" style="margin-bottom: 60px;"> | |||||
| 10645 | <img src="{{media url="wysiwyg/smartwave/porto/homepage/22/footer_logo.png"}}" alt="" /> | |||||
| 10646 | </div> | |||||
| 10647 | <div style=""> | |||||
| 10648 | <div style="display: inline-block;vertical-align:top;margin-right: 30px;"> | |||||
| 10649 | <p style="font-size: 11px;font-weight: 600;line-height: 1;color: #777;margin: 0;">CALL US NOW:</p> | |||||
| 10650 | <p style="font-size: 16px;color: #222529;font-weight: 700;line-height: 1.8;">+123 5678 890</p> | |||||
| 10651 | </div> | |||||
| 10652 | <div style="display: inline-block;vertical-align:top;margin-right: 30px;"> | |||||
| 10653 | <p style="font-size: 11px;font-weight: 600;line-height: 1;color: #777;margin: 0;">E-MAIL ADDRESS:</p> | |||||
| 10654 | <p style="font-size: 16px;color: #222529;font-weight: 700;line-height: 1.8;">mail@example.com</p> | |||||
| 10655 | </div> | |||||
| 10656 | <div style="display: inline-block;vertical-align:top;"> | |||||
| 10657 | <p style="font-size: 11px;font-weight: 600;line-height: 1;color: #777;margin: 0; margin-bottom: 5px;">FOLLOW US</p> | |||||
| 10658 | <div class="social-icons"> | |||||
| 10659 | <a href="https://www.facebook.com/" title="Facebook" target="_blank"><i class="porto-icon-facebook"></i></a> | |||||
| 10660 | <a href="https://twitter.com/" title="Twitter" target="_blank"><i class="porto-icon-twitter"></i></a> | |||||
| 10661 | <a href="https://linkedin.com/" title="Linkedin" target="_blank"><i class="porto-icon-linkedin-squared"></i></a> | |||||
| 10662 | </div> | |||||
| 10663 | </div> | |||||
| 10664 | </div>]]> | |||||
| 10665 | </content> | |||||
| 10666 | ||||||
| 10667 | <is_active> | |||||
| 10668 | 1 | |||||
| 10669 | </is_active> | |||||
| 10670 | ||||||
| 10671 | </cms_item> | |||||
| 10672 | ||||||
| 10673 | <cms_item> | |||||
| 10674 | ||||||
| 10675 | <title> | |||||
| 10676 | Porto - Footer Middle 2 for 22 | |||||
| 10677 | </title> | |||||
| 10678 | ||||||
| 10679 | <identifier> | |||||
| 10680 | porto_footer_middle_2_for_22 | |||||
| 10681 | </identifier> | |||||
| 10682 | ||||||
| 10683 | <content> | |||||
| 10684 | <![CDATA[<div class="block"> | |||||
| 10685 | <div class="block-title"><strong><span>Categories</span></strong></div> | |||||
| 10686 | <div class="block-content"> | |||||
| 10687 | <ul class="links"> | |||||
| 10688 | <li><a href="{{store url=""}}" title="Electronics">Electronics</a></li> | |||||
| 10689 | <li><a href="{{store url=""}}" title="Fashion">Fashion</a></li> | |||||
| 10690 | <li><a href="{{store url=""}}" title="Gifts">Gifts</a></li> | |||||
| 10691 | <li><a href="{{store url=""}}" title="Music">Music</a></li> | |||||
| 10692 | <li><a href="{{store url=""}}" title="Trousers">Trousers</a></li> | |||||
| 10693 | </ul> | |||||
| 10694 | </div> | |||||
| 10695 | </div>]]> | |||||
| 10696 | </content> | |||||
| 10697 | ||||||
| 10698 | <is_active> | |||||
| 10699 | 1 | |||||
| 10700 | </is_active> | |||||
| 10701 | ||||||
| 10702 | </cms_item> | |||||
| 10703 | ||||||
| 10704 | <cms_item> | |||||
| 10705 | ||||||
| 10706 | <title> | |||||
| 10707 | Porto - Footer Middle 3 for 22 | |||||
| 10708 | </title> | |||||
| 10709 | ||||||
| 10710 | <identifier> | |||||
| 10711 | porto_footer_middle_3_for_22 | |||||
| 10712 | </identifier> | |||||
| 10713 | ||||||
| 10714 | <content> | |||||
| 10715 | <![CDATA[<div class="block"> | |||||
| 10716 | <div class="block-title"><strong><span>About</span></strong></div> | |||||
| 10717 | <div class="block-content"> | |||||
| 10718 | <ul class="links"> | |||||
| 10719 | <li><a href="{{store url="about-porto"}}" title="About us">About us</a></li> | |||||
| 10720 | <li><a href="{{store url="contact"}}" title="Contact us">Contact us</a></li> | |||||
| 10721 | <li><a href="{{store url=""}}" title="All Collections">All Collections</a></li> | |||||
| 10722 | <li><a href="{{store url=""}}" title="Privacy policy">Privacy policy</a></li> | |||||
| 10723 | <li><a href="{{store url=""}}" title="Terms & Conditions">Terms & Conditions</a></li> | |||||
| 10724 | </ul> | |||||
| 10725 | </div> | |||||
| 10726 | </div>]]> | |||||
| 10727 | </content> | |||||
| 10728 | ||||||
| 10729 | <is_active> | |||||
| 10730 | 1 | |||||
| 10731 | </is_active> | |||||
| 10732 | ||||||
| 10733 | </cms_item> | |||||
| 10734 | ||||||
| 10735 | <cms_item> | |||||
| 10736 | ||||||
| 10737 | <title> | |||||
| 10738 | Porto - Footer Middle 4 for 22 | |||||
| 10739 | </title> | |||||
| 10740 | ||||||
| 10741 | <identifier> | |||||
| 10742 | porto_footer_middle_4_for_22 | |||||
| 10743 | </identifier> | |||||
| 10744 | ||||||
| 10745 | <content> | |||||
| 10746 | <![CDATA[<div class="block"> | |||||
| 10747 | <div class="block-title"><strong><span>Customer Care</span></strong></div> | |||||
| 10748 | <div class="block-content"> | |||||
| 10749 | <ul class="links"> | |||||
| 10750 | <li><a href="{{store url="customer/account"}}" title="My Account">My Account</a></li> | |||||
| 10751 | <li><a href="{{store url="wishlist"}}" title="Wishlist">Wishlist</a></li> | |||||
| 10752 | <li><a href="{{store url="checkout/cart"}}" title="Shopping Cart">Shopping Cart</a></li> | |||||
| 10753 | <li><a href="{{store url=""}}" title="Terms & Conditions">Terms & Conditions</a></li> | |||||
| 10754 | <li><a href="{{store url=""}}" title="FAQs">FAQs</a></li> | |||||
| 10755 | </ul> | |||||
| 10756 | </div> | |||||
| 10757 | </div>]]> | |||||
| 10758 | </content> | |||||
| 10759 | ||||||
| 10760 | <is_active> | |||||
| 10761 | 1 | |||||
| 10762 | </is_active> | |||||
| 10763 | ||||||
| 10764 | </cms_item> | |||||
| 10765 | ||||||
| 10766 | <cms_item> | |||||
| 10767 | ||||||
| 10768 | <title> | |||||
| 10769 | Porto - Footer Bottom Custom Block 22 | |||||
| 10770 | </title> | |||||
| 10771 | ||||||
| 10772 | <identifier> | |||||
| 10773 | porto_footer_bottom_custom_block_22 | |||||
| 10774 | </identifier> | |||||
| 10775 | ||||||
| 10776 | <content> | |||||
| 10777 | <![CDATA[<img src="{{media url="wysiwyg/smartwave/porto/homepage/03/content/payment-icon.png"}}" alt="" />]]> | |||||
| 10778 | </content> | |||||
| 10779 | ||||||
| 10780 | <is_active> | |||||
| 10781 | 1 | |||||
| 10782 | </is_active> | |||||
| 10783 | ||||||
| 10784 | </cms_item> | |||||
| 10785 | ||||||
| 10786 | <cms_item> | |||||
| 10787 | ||||||
| 10788 | <title> | |||||
| 10789 | Porto - Custom Notice 23 | |||||
| 10790 | </title> | |||||
| 10791 | ||||||
| 10792 | <identifier> | |||||
| 10793 | porto_custom_notice_23 | |||||
| 10794 | </identifier> | |||||
| 10795 | ||||||
| 10796 | <content> | |||||
| 10797 | <![CDATA[<div class="custom-html" style="text-align: center;color: #222529;font-weight: 600;background: #f5f6f8;padding: 9px 20px;"> | |||||
| 10798 | <i class="porto-icon-shipping" style="font-size: 26px; vertical-align: middle; margin-right: 4px;"></i><b>FREE SHIPPING</b> on orders of $80 or more! Code: <b>PORTOMAGIC</b> | Restrictions Apply. <a href="#" style="text-decoration: underline;color: #222529;"><i>See All Offers</i><button class="mfp-close"></button></a> | |||||
| 10799 | </div> | |||||
| 10800 | <script type="text/javascript"> | |||||
| 10801 | require([ | |||||
| 10802 | 'jquery' | |||||
| 10803 | ], function ($) { | |||||
| 10804 | $("body > .custom-html button.mfp-close").off("click").on("click", function(){ | |||||
| 10805 | $("body > .custom-html").addClass("hide"); | |||||
| 10806 | }); | |||||
| 10807 | }); | |||||
| 10808 | </script>]]> | |||||
| 10809 | </content> | |||||
| 10810 | ||||||
| 10811 | <is_active> | |||||
| 10812 | 1 | |||||
| 10813 | </is_active> | |||||
| 10814 | ||||||
| 10815 | </cms_item> | |||||
| 10816 | ||||||
| 10817 | <cms_item> | |||||
| 10818 | ||||||
| 10819 | <title> | |||||
| 10820 | Porto - Custom Block for Header 21 | |||||
| 10821 | </title> | |||||
| 10822 | ||||||
| 10823 | <identifier> | |||||
| 10824 | porto_custom_block_for_header_21 | |||||
| 10825 | </identifier> | |||||
| 10826 | ||||||
| 10827 | <content> | |||||
| 10828 | <![CDATA[<a href="{{store url="customer/account"}}" title="My Account"><i class="porto-new-icon-user-2"></i><span><span style="display: block;font-size: 12px;line-height: 1;letter-spacing: -0.3px;margin-bottom: 3px;">Hello!</span><span style="line-height: 1;display: block;font-weight: 700;">My Account</span></span> </a>]]> | |||||
| 10829 | </content> | |||||
| 10830 | ||||||
| 10831 | <is_active> | |||||
| 10832 | 1 | |||||
| 10833 | </is_active> | |||||
| 10834 | ||||||
| 10835 | </cms_item> | |||||
| 10836 | ||||||
| 10837 | <cms_item> | |||||
| 10838 | ||||||
| 10839 | <title> | |||||
| 10840 | Porto - Footer Middle 1 for 23 | |||||
| 10841 | </title> | |||||
| 10842 | ||||||
| 10843 | <identifier> | |||||
| 10844 | porto_footer_middle_1_for_23 | |||||
| 10845 | </identifier> | |||||
| 10846 | ||||||
| 10847 | <content> | |||||
| 10848 | <![CDATA[<div class="footer-logo" style="margin-bottom: 30px;"> | |||||
| 10849 | <img src="{{media url="wysiwyg/smartwave/porto/homepage/23/logo_grey_italic.png"}}" alt="" /> | |||||
| 10850 | </div> | |||||
| 10851 | <div class="row contact-info"> | |||||
| 10852 | <div class="col-md-6"> | |||||
| 10853 | <strong>Address:</strong> | |||||
| 10854 | <span>123 Street Name, City, England</span> | |||||
| 10855 | </div> | |||||
| 10856 | <div class="col-md-6"> | |||||
| 10857 | <strong>Phone:</strong> | |||||
| 10858 | <span>Toll Free (123) 456-7890</span> | |||||
| 10859 | </div> | |||||
| 10860 | <div class="col-md-6"> | |||||
| 10861 | <strong>Email:</strong> | |||||
| 10862 | <span><a href="mailto:mail@example.com">mail@example.com</a></span> | |||||
| 10863 | </div> | |||||
| 10864 | <div class="col-md-6"> | |||||
| 10865 | <strong>Working Days/Hours:</strong> | |||||
| 10866 | <span>Mon - Sun / 9:00AM - 8:00PM</span> | |||||
| 10867 | </div> | |||||
| 10868 | </div> | |||||
| 10869 | <div class="social-icons"> | |||||
| 10870 | <a href="https://www.facebook.com/" title="Facebook" target="_blank"><i class="porto-icon-facebook"></i></a> | |||||
| 10871 | <a href="https://twitter.com/" title="Twitter" target="_blank"><i class="porto-icon-twitter"></i></a> | |||||
| 10872 | <a href="https://linkedin.com/" title="Linkedin" target="_blank"><i class="porto-icon-linkedin-squared"></i></a> | |||||
| 10873 | </div>]]> | |||||
| 10874 | </content> | |||||
| 10875 | ||||||
| 10876 | <is_active> | |||||
| 10877 | 1 | |||||
| 10878 | </is_active> | |||||
| 10879 | ||||||
| 10880 | </cms_item> | |||||
| 10881 | ||||||
| 10882 | <cms_item> | |||||
| 10883 | ||||||
| 10884 | <title> | |||||
| 10885 | Porto - Footer Middle 2 for 23 | |||||
| 10886 | </title> | |||||
| 10887 | ||||||
| 10888 | <identifier> | |||||
| 10889 | porto_footer_middle_2_for_23 | |||||
| 10890 | </identifier> | |||||
| 10891 | ||||||
| 10892 | <content> | |||||
| 10893 | <![CDATA[<div class="block"> | |||||
| 10894 | <div class="block-title"><strong><span>Account</span></strong></div> | |||||
| 10895 | <div class="block-content"> | |||||
| 10896 | <div class="row"> | |||||
| 10897 | <div class="col-sm-6"> | |||||
| 10898 | <ul class="links"> | |||||
| 10899 | <li><a href="{{store url="customer/account"}}" title="My Account">My Account</a></li> | |||||
| 10900 | <li><a href="{{store url=""}}" title="Track Your Order">Track Your Order</a></li> | |||||
| 10901 | <li><a href="{{store url=""}}" title="Payment Methods">Payment Methods</a></li> | |||||
| 10902 | <li><a href="{{store url=""}}" title="Shipping Guide">Shipping Guide</a></li> | |||||
| 10903 | <li><a href="{{store url=""}}" title="FAQs">FAQs</a></li> | |||||
| 10904 | <li><a href="{{store url=""}}" title="Product Support">Product Support</a></li> | |||||
| 10905 | <li><a href="{{store url=""}}" title="Privacy">Privacy</a></li> | |||||
| 10906 | </ul> | |||||
| 10907 | </div> | |||||
| 10908 | <div class="col-sm-6"> | |||||
| 10909 | <ul class="links"> | |||||
| 10910 | <li><a href="{{store url="sales/order/history"}}" title="Orders History">Orders History</a></li> | |||||
| 10911 | <li><a href="{{store url="catalogsearch/advanced"}}" title="Advanced Search">Advanced Search</a></li> | |||||
| 10912 | <li><a href="{{store url=""}}" title="Affiliate Program">Affiliate Program</a></li> | |||||
| 10913 | </ul> | |||||
| 10914 | </div> | |||||
| 10915 | </div> | |||||
| 10916 | </div> | |||||
| 10917 | </div>]]> | |||||
| 10918 | </content> | |||||
| 10919 | ||||||
| 10920 | <is_active> | |||||
| 10921 | 1 | |||||
| 10922 | </is_active> | |||||
| 10923 | ||||||
| 10924 | </cms_item> | |||||
| 10925 | ||||||
| 10926 | <cms_item> | |||||
| 10927 | ||||||
| 10928 | <title> | |||||
| 10929 | Porto - Footer Middle 3 for 23 | |||||
| 10930 | </title> | |||||
| 10931 | ||||||
| 10932 | <identifier> | |||||
| 10933 | porto_footer_middle_3_for_23 | |||||
| 10934 | </identifier> | |||||
| 10935 | ||||||
| 10936 | <content> | |||||
| 10937 | <![CDATA[<div class="block"> | |||||
| 10938 | <div class="block-title"><strong><span>About</span></strong></div> | |||||
| 10939 | <div class="block-content"> | |||||
| 10940 | <div class="row"> | |||||
| 10941 | <div class="col-sm-6"> | |||||
| 10942 | <ul class="links"> | |||||
| 10943 | <li><a href="{{store url="about-porto"}}" title="About Porto">About Porto</a></li> | |||||
| 10944 | <li><a href="{{store url=""}}" title="Our Guarantees">Our Guarantees</a></li> | |||||
| 10945 | <li><a href="{{store url=""}}" title="Terms And Conditions">Terms And Conditions</a></li> | |||||
| 10946 | <li><a href="{{store url=""}}" title="Privacy policy">Privacy policy</a></li> | |||||
| 10947 | <li><a href="{{store url=""}}" title="Return Policy">Return Policy</a></li> | |||||
| 10948 | <li><a href="{{store url=""}}" title="Intellectual Property ">Intellectual Property</a></li> | |||||
| 10949 | <li><a href="{{store url=""}}" title="Site Map">Site Map</a></li> | |||||
| 10950 | </ul> | |||||
| 10951 | </div> | |||||
| 10952 | <div class="col-sm-6"> | |||||
| 10953 | <ul class="links"> | |||||
| 10954 | <li><a href="{{store url=""}}" title="Site Index">Site Index</a></li> | |||||
| 10955 | <li><a href="{{store url=""}}" title="Porto for the Press">Porto for the Press</a></li> | |||||
| 10956 | <li><a href="{{store url=""}}" title="Business Accounts">Business Accounts</a></li> | |||||
| 10957 | </ul> | |||||
| 10958 | </div> | |||||
| 10959 | </div> | |||||
| 10960 | </div> | |||||
| 10961 | </div>]]> | |||||
| 10962 | </content> | |||||
| 10963 | ||||||
| 10964 | <is_active> | |||||
| 10965 | 1 | |||||
| 10966 | </is_active> | |||||
| 10967 | ||||||
| 10968 | </cms_item> | |||||
| 10969 | ||||||
| 10970 | <cms_item> | |||||
| 10971 | ||||||
| 10972 | <title> | |||||
| 10973 | Porto - Footer Bottom Custom Block 23 | |||||
| 10974 | </title> | |||||
| 10975 | ||||||
| 10976 | <identifier> | |||||
| 10977 | porto_footer_bottom_custom_block_23 | |||||
| 10978 | </identifier> | |||||
| 10979 | ||||||
| 10980 | <content> | |||||
| 10981 | <![CDATA[<img src="{{media url="wysiwyg/smartwave/porto/homepage/23/payment_logo.png"}}" alt="" />]]> | |||||
| 10982 | </content> | |||||
| 10983 | ||||||
| 10984 | <is_active> | |||||
| 10985 | 1 | |||||
| 10986 | </is_active> | |||||
| 10987 | ||||||
| 10988 | </cms_item> | |||||
| 10989 | ||||||
| 10990 | <cms_item> | |||||
| 10991 | ||||||
| 10992 | <title> | |||||
| 10993 | Porto - Custom Notice 24 | |||||
| 10994 | </title> | |||||
| 10995 | ||||||
| 10996 | <identifier> | |||||
| 10997 | porto_custom_notice_24 | |||||
| 10998 | </identifier> | |||||
| 10999 | ||||||
| 11000 | <content> | |||||
| 11001 | <![CDATA[<div class="custom-html" style="background-color: #f4f4f4;padding: 10px 0;text-align: center;"><span style="font-size:11px; color: #ea6253;">USE <b style="font-weight:600;">PORTO24</b> AND GET 20% OFF IN ALL PRODUCTS</span></div>]]> | |||||
| 11002 | </content> | |||||
| 11003 | ||||||
| 11004 | <is_active> | |||||
| 11005 | 1 | |||||
| 11006 | </is_active> | |||||
| 11007 | ||||||
| 11008 | </cms_item> | |||||
| 11009 | ||||||
| 11010 | <cms_item> | |||||
| 11011 | ||||||
| 11012 | <title> | |||||
| 11013 | Porto - Footer Middle 1 for 24 | |||||
| 11014 | </title> | |||||
| 11015 | ||||||
| 11016 | <identifier> | |||||
| 11017 | porto_footer_middle_1_for_24 | |||||
| 11018 | </identifier> | |||||
| 11019 | ||||||
| 11020 | <content> | |||||
| 11021 | <![CDATA[<div class="block"> | |||||
| 11022 | <div class="block-title"><strong>CONTACT INFO</strong></div> | |||||
| 11023 | <div class="block-content"> | |||||
| 11024 | <ul class="contact-info"> | |||||
| 11025 | <li><p>ADDRESS:<br>123 Street Name, City, England</p></li> | |||||
| 11026 | <li><p>PHONE:<br>(123) 456-7890</p></li> | |||||
| 11027 | </ul> | |||||
| 11028 | </div> | |||||
| 11029 | </div>]]> | |||||
| 11030 | </content> | |||||
| 11031 | ||||||
| 11032 | <is_active> | |||||
| 11033 | 1 | |||||
| 11034 | </is_active> | |||||
| 11035 | ||||||
| 11036 | </cms_item> | |||||
| 11037 | ||||||
| 11038 | <cms_item> | |||||
| 11039 | ||||||
| 11040 | <title> | |||||
| 11041 | Porto - Footer Middle 2 for 24 | |||||
| 11042 | </title> | |||||
| 11043 | ||||||
| 11044 | <identifier> | |||||
| 11045 | porto_footer_middle_2_for_24 | |||||
| 11046 | </identifier> | |||||
| 11047 | ||||||
| 11048 | <content> | |||||
| 11049 | <![CDATA[<div class="block"> | |||||
| 11050 | <div class="block-title"><strong><span>MY ACCOUNT</span></strong></div> | |||||
| 11051 | <div class="block-content"> | |||||
| 11052 | <div class="row"> | |||||
| 11053 | <div class="col-sm-6"> | |||||
| 11054 | <ul class="links"> | |||||
| 11055 | <li><a href="{{store url="about-porto"}}" title="About Us">About Us</a></li> | |||||
| 11056 | <li><a href="{{store url="contact"}}" title="Contact Us">Contact Us</a></li> | |||||
| 11057 | <li><a href="{{store url="customer/account"}}" title="My Account">My Account</a></li> | |||||
| 11058 | </ul> | |||||
| 11059 | </div> | |||||
| 11060 | <div class="col-sm-6"> | |||||
| 11061 | <ul class="links"> | |||||
| 11062 | <li><a href="{{store url="sales/order/history"}}" title="Orders History">Orders History</a></li> | |||||
| 11063 | <li><a href="{{store url="catalogsearch/advanced"}}" title="Advanced Search">Advanced Search</a></li> | |||||
| 11064 | </ul> | |||||
| 11065 | </div> | |||||
| 11066 | </div> | |||||
| 11067 | </div> | |||||
| 11068 | </div>]]> | |||||
| 11069 | </content> | |||||
| 11070 | ||||||
| 11071 | <is_active> | |||||
| 11072 | 1 | |||||
| 11073 | </is_active> | |||||
| 11074 | ||||||
| 11075 | </cms_item> | |||||
| 11076 | ||||||
| 11077 | <cms_item> | |||||
| 11078 | ||||||
| 11079 | <title> | |||||
| 11080 | Porto - Footer Middle 3 for 24 | |||||
| 11081 | </title> | |||||
| 11082 | ||||||
| 11083 | <identifier> | |||||
| 11084 | porto_footer_middle_3_for_24 | |||||
| 11085 | </identifier> | |||||
| 11086 | ||||||
| 11087 | <content> | |||||
| 11088 | <![CDATA[<div class="block"> | |||||
| 11089 | <div class="block-title"><strong><span>Main Features</span></strong></div> | |||||
| 11090 | <div class="block-content"> | |||||
| 11091 | <div class="row"> | |||||
| 11092 | <div class="col-sm-6"> | |||||
| 11093 | <ul class="features"> | |||||
| 11094 | <li><a href="#">Super Fast Magento Theme</a></li> | |||||
| 11095 | <li><a href="#">1st Fully working Ajax Theme</a></li> | |||||
| 11096 | <li><a href="#">20 Unique Homepage Layouts</a></li> | |||||
| 11097 | </ul> | |||||
| 11098 | </div> | |||||
| 11099 | <div class="col-sm-6"> | |||||
| 11100 | <ul class="features"> | |||||
| 11101 | <li><a href="#">Powerful Admin Panel</a></li> | |||||
| 11102 | <li><a href="#">Mobile & Retina Optimized</a></li> | |||||
| 11103 | </ul> | |||||
| 11104 | </div> | |||||
| 11105 | </div> | |||||
| 11106 | </div> | |||||
| 11107 | </div>]]> | |||||
| 11108 | </content> | |||||
| 11109 | ||||||
| 11110 | <is_active> | |||||
| 11111 | 1 | |||||
| 11112 | </is_active> | |||||
| 11113 | ||||||
| 11114 | </cms_item> | |||||
| 11115 | ||||||
| 11116 | <cms_item> | |||||
| 11117 | ||||||
| 11118 | <title> | |||||
| 11119 | Porto - Footer Middle 2nd Row 1 for 24 | |||||
| 11120 | </title> | |||||
| 11121 | ||||||
| 11122 | <identifier> | |||||
| 11123 | porto_footer_middle_2_1_for_24 | |||||
| 11124 | </identifier> | |||||
| 11125 | ||||||
| 11126 | <content> | |||||
| 11127 | <![CDATA[<div class="row" style="align-items:center;"> | |||||
| 11128 | <div class="col-lg-4"> | |||||
| 11129 | <div class="social-icons"> | |||||
| 11130 | <a href="https://www.facebook.com/" title="Facebook" target="_blank"><i class="porto-icon-facebook"></i></a> | |||||
| 11131 | <a href="https://twitter.com/" title="Twitter" target="_blank"><i class="porto-icon-twitter"></i></a> | |||||
| 11132 | <a href="https://linkedin.com/" title="Linkedin" target="_blank"><i class="porto-icon-linkedin-squared"></i></a> | |||||
| 11133 | </div> | |||||
| 11134 | </div> | |||||
| 11135 | <div class="col-lg-4"> | |||||
| 11136 | <h2 style="font-family: Poppins;font-size: 14px;font-weight: 700;line-height: 1.4;color: #2b2b2d;margin: 0;">SUBSCRIBE NEWSLETTER</h2> | |||||
| 11137 | <p style="margin: 0;">Get all the latest information on Events, Sales and Offers.</p> | |||||
| 11138 | </div> | |||||
| 11139 | <div class="col-lg-4"> | |||||
| 11140 | {{block class="Magento\Newsletter\Block\Subscribe" name="home.newsletter" template="subscribe_form_footer.phtml"}} | |||||
| 11141 | </div> | |||||
| 11142 | </div>]]> | |||||
| 11143 | </content> | |||||
| 11144 | ||||||
| 11145 | <is_active> | |||||
| 11146 | 1 | |||||
| 11147 | </is_active> | |||||
| 11148 | ||||||
| 11149 | </cms_item> | |||||
| 11150 | ||||||
| 11151 | <cms_item> | |||||
| 11152 | ||||||
| 11153 | <title> | |||||
| 11154 | Porto - Custom Notice 25 | |||||
| 11155 | </title> | |||||
| 11156 | ||||||
| 11157 | <identifier> | |||||
| 11158 | porto_custom_notice_25 | |||||
| 11159 | </identifier> | |||||
| 11160 | ||||||
| 11161 | <content> | |||||
| 11162 | <![CDATA[<div class="row no-padding"> | |||||
| 11163 | <div class="col-md-6 col-lg-4 theme-bg-color" style="color: #fff;font-size: 13px;font-weight: 600;padding: 10px 2vw !important;"> | |||||
| 11164 | <i class="porto-icon-shipping" style="font-size: 24px;vertical-align: middle;"></i> | |||||
| 11165 | <span style="vertical-align: middle;margin-left: 20px;">Free Shipping on Orders Over $99</span> | |||||
| 11166 | </div> | |||||
| 11167 | <div class="col-md-6 col-lg-4 d-none d-md-block theme-bg-color" style="color: #fff;font-size: 13px;font-weight: 600;padding: 10px 2vw !important;background-color: #284cea !important;"> | |||||
| 11168 | <i class="porto-icon-money" style="font-size: 24px;vertical-align: middle;margin-top: 2px;margin-bottom: -2px;display: inline-block;"></i> | |||||
| 11169 | <span style="vertical-align: middle;margin-left: 20px;">Up to 40% OFF on Selected Items</span> | |||||
| 11170 | </div> | |||||
| 11171 | <div class="col-lg-4 d-none d-lg-block theme-bg-color" style="color: #fff;font-size: 13px;font-weight: 600;padding: 10px 2vw !important;"> | |||||
| 11172 | <i class="porto-icon-support" style="font-size: 24px;vertical-align: middle;"></i> | |||||
| 11173 | <span style="vertical-align: middle;margin-left: 20px;">15% OFF Student Discount</span> | |||||
| 11174 | </div> | |||||
| 11175 | </div>]]> | |||||
| 11176 | </content> | |||||
| 11177 | ||||||
| 11178 | <is_active> | |||||
| 11179 | 1 | |||||
| 11180 | </is_active> | |||||
| 11181 | ||||||
| 11182 | </cms_item> | |||||
| 11183 | ||||||
| 11184 | <cms_item> | |||||
| 11185 | ||||||
| 11186 | <title> | |||||
| 11187 | Porto - Footer Middle 1 for 25 | |||||
| 11188 | </title> | |||||
| 11189 | ||||||
| 11190 | <identifier> | |||||
| 11191 | porto_footer_middle_1_for_25 | |||||
| 11192 | </identifier> | |||||
| 11193 | ||||||
| 11194 | <content> | |||||
| 11195 | <![CDATA[<div class="footer-logo" style="margin-bottom: 24px;"> | |||||
| 11196 | <img src="{{media url="wysiwyg/smartwave/porto/homepage/22/footer_logo.png"}}" alt="" /> | |||||
| 11197 | </div> | |||||
| 11198 | <p style="line-height: 24px;margin-bottom: 13px;">Lorem ipsum dolor sit amet, consectetur adipiscing elit. Praesent pulvinar feugiat quam, vitae aliquam urna egestas nec. Phasellus sit amet consequat tortor.</p> | |||||
| 11199 | <div style=""> | |||||
| 11200 | <div style="display: inline-block;vertical-align:top;margin-right: 20px;"> | |||||
| 11201 | <p style="font-size: 13px;font-weight: 600;line-height: 18px;color: #222529;margin: 0;">QUESTIONS?</p> | |||||
| 11202 | <p class="theme-color" style="font-size: 22px;color: #222529;font-weight: 700;line-height: 1.4;">(123) 456-7890</p> | |||||
| 11203 | </div> | |||||
| 11204 | <div style="display: inline-block;vertical-align:top;"> | |||||
| 11205 | <p style="font-size: 13px;font-weight: 600;line-height: 18px;color: #222529;margin: 0;">PAYMENT METHODS</p> | |||||
| 11206 | <p><img src="{{media url="wysiwyg/smartwave/porto/homepage/25/shop25_payment_logo.jpg"}}" alt="" /></p> | |||||
| 11207 | </div> | |||||
| 11208 | </div>]]> | |||||
| 11209 | </content> | |||||
| 11210 | ||||||
| 11211 | <is_active> | |||||
| 11212 | 1 | |||||
| 11213 | </is_active> | |||||
| 11214 | ||||||
| 11215 | </cms_item> | |||||
| 11216 | ||||||
| 11217 | <cms_item> | |||||
| 11218 | ||||||
| 11219 | <title> | |||||
| 11220 | Porto - Footer Middle 2 for 25 | |||||
| 11221 | </title> | |||||
| 11222 | ||||||
| 11223 | <identifier> | |||||
| 11224 | porto_footer_middle_2_for_25 | |||||
| 11225 | </identifier> | |||||
| 11226 | ||||||
| 11227 | <content> | |||||
| 11228 | <![CDATA[<div class="block"> | |||||
| 11229 | <div class="block-title"><strong><span>Account</span></strong></div> | |||||
| 11230 | <div class="block-content"> | |||||
| 11231 | <ul class="links"> | |||||
| 11232 | <li><a href="{{store url="customer/account"}}" title="My Account">My Account</a></li> | |||||
| 11233 | <li><a href="{{store url=""}}" title="Track Your Order">Track Your Order</a></li> | |||||
| 11234 | <li><a href="{{store url=""}}" title="Payment Methods">Payment Methods</a></li> | |||||
| 11235 | <li><a href="{{store url=""}}" title="Shipping Guide">Shipping Guide</a></li> | |||||
| 11236 | <li><a href="{{store url=""}}" title="FAQs">FAQs</a></li> | |||||
| 11237 | <li><a href="{{store url=""}}" title="Product Support">Product Support</a></li> | |||||
| 11238 | <li><a href="{{store url=""}}" title="Privacy">Privacy</a></li> | |||||
| 11239 | </ul> | |||||
| 11240 | </div> | |||||
| 11241 | </div>]]> | |||||
| 11242 | </content> | |||||
| 11243 | ||||||
| 11244 | <is_active> | |||||
| 11245 | 1 | |||||
| 11246 | </is_active> | |||||
| 11247 | ||||||
| 11248 | </cms_item> | |||||
| 11249 | ||||||
| 11250 | <cms_item> | |||||
| 11251 | ||||||
| 11252 | <title> | |||||
| 11253 | Porto - Footer Middle 3 for 25 | |||||
| 11254 | </title> | |||||
| 11255 | ||||||
| 11256 | <identifier> | |||||
| 11257 | porto_footer_middle_3_for_25 | |||||
| 11258 | </identifier> | |||||
| 11259 | ||||||
| 11260 | <content> | |||||
| 11261 | <![CDATA[<div class="block"> | |||||
| 11262 | <div class="block-title"><strong><span>About</span></strong></div> | |||||
| 11263 | <div class="block-content"> | |||||
| 11264 | <ul class="links"> | |||||
| 11265 | <li><a href="{{store url="about-porto"}}" title="About Porto">About Porto</a></li> | |||||
| 11266 | <li><a href="#" title="Our Guarantees">Our Guarantees</a></li> | |||||
| 11267 | <li><a href="#" title="Terms And Conditions">Terms And Conditions</a></li> | |||||
| 11268 | <li><a href="{{store url=""}}" title="Privacy policy">Privacy policy</a></li> | |||||
| 11269 | <li><a href="{{store url=""}}" title="Return Policy">Return Policy</a></li> | |||||
| 11270 | <li><a href="{{store url=""}}" title="Intellectual Property Claims">Intellectual Property Claims</a></li> | |||||
| 11271 | <li><a href="{{store url=""}}" title="Return Policy">Site Map</a></li> | |||||
| 11272 | </ul> | |||||
| 11273 | </div> | |||||
| 11274 | </div>]]> | |||||
| 11275 | </content> | |||||
| 11276 | ||||||
| 11277 | <is_active> | |||||
| 11278 | 1 | |||||
| 11279 | </is_active> | |||||
| 11280 | ||||||
| 11281 | </cms_item> | |||||
| 11282 | ||||||
| 11283 | <cms_item> | |||||
| 11284 | ||||||
| 11285 | <title> | |||||
| 11286 | Porto - Footer Middle 4 for 25 | |||||
| 11287 | </title> | |||||
| 11288 | ||||||
| 11289 | <identifier> | |||||
| 11290 | porto_footer_middle_4_for_25 | |||||
| 11291 | </identifier> | |||||
| 11292 | ||||||
| 11293 | <content> | |||||
| 11294 | <![CDATA[<div class="block"> | |||||
| 11295 | <div class="block-title"><strong><span>Features</span></strong></div> | |||||
| 11296 | <div class="block-content"> | |||||
| 11297 | <ul class="links"> | |||||
| 11298 | <li><a href="#">Powerful Admin Panel</a></li> | |||||
| 11299 | <li><a href="#">Mobile & Retina Optimized</a></li> | |||||
| 11300 | <li><a href="#">Super Fast WordPress Theme</a></li> | |||||
| 11301 | <li><a href="#">1st Fully Working Ajax Theme</a></li> | |||||
| 11302 | <li><a href="#">26 Unique Shop Demos</a></li> | |||||
| 11303 | </ul> | |||||
| 11304 | </div> | |||||
| 11305 | </div>]]> | |||||
| 11306 | </content> | |||||
| 11307 | ||||||
| 11308 | <is_active> | |||||
| 11309 | 1 | |||||
| 11310 | </is_active> | |||||
| 11311 | ||||||
| 11312 | </cms_item> | |||||
| 11313 | ||||||
| 11314 | <cms_item> | |||||
| 11315 | ||||||
| 11316 | <title> | |||||
| 11317 | Porto - Footer Bottom Custom Block 25 | |||||
| 11318 | </title> | |||||
| 11319 | ||||||
| 11320 | <identifier> | |||||
| 11321 | porto_footer_bottom_custom_block_25 | |||||
| 11322 | </identifier> | |||||
| 11323 | ||||||
| 11324 | <content> | |||||
| 11325 | <![CDATA[<div class="social-icons"> | |||||
| 11326 | <a href="https://www.facebook.com/" title="Facebook" target="_blank"><i class="porto-icon-facebook"></i></a> | |||||
| 11327 | <a href="https://twitter.com/" title="Twitter" target="_blank"><i class="porto-icon-twitter"></i></a> | |||||
| 11328 | <a href="https://linkedin.com/" title="Linkedin" target="_blank"><i class="porto-icon-linkedin-squared"></i></a> | |||||
| 11329 | </div>]]> | |||||
| 11330 | </content> | |||||
| 11331 | ||||||
| 11332 | <is_active> | |||||
| 11333 | 1 | |||||
| 11334 | </is_active> | |||||
| 11335 | ||||||
| 11336 | </cms_item> | |||||
| 11337 | ||||||
| 11338 | <cms_item> | |||||
| 11339 | ||||||
| 11340 | <title> | |||||
| 11341 | Porto - Custom Block for Header 23 | |||||
| 11342 | </title> | |||||
| 11343 | ||||||
| 11344 | <identifier> | |||||
| 11345 | porto_custom_block_for_header_23 | |||||
| 11346 | </identifier> | |||||
| 11347 | ||||||
| 11348 | <content> | |||||
| 11349 | <![CDATA[<span class="separator"></span> | |||||
| 11350 | <div style="display: inline-block;vertical-align: middle;"> | |||||
| 11351 | <p style="font-size: 11px;font-weight: 16px;margin: 0;">Call Us Now</p> | |||||
| 11352 | <h3 style="font-size: 18px;font-weight: 700;line-height: 24px;letter-spacing: -0.18px;margin: 0;">1-888-123-456</h3> | |||||
| 11353 | <a href="#" class="theme-color" style="font-size: 12px;text-decoration: underline;font-weight: 500;">or Chat Online</a> | |||||
| 11354 | </div> | |||||
| 11355 | <span class="separator"></span> | |||||
| 11356 | <a href="{{store url="customer/account"}}" title="My Account"><i class="porto-new-icon-user-2"></i><span>Hello!<br/><b>My Account</b></span> </a>]]> | |||||
| 11357 | </content> | |||||
| 11358 | ||||||
| 11359 | <is_active> | |||||
| 11360 | 1 | |||||
| 11361 | </is_active> | |||||
| 11362 | ||||||
| 11363 | </cms_item> | |||||
| 11364 | ||||||
| 11365 | <cms_item> | |||||
| 11366 | ||||||
| 11367 | <title> | |||||
| 11368 | Porto - Custom Notice 26 | |||||
| 11369 | </title> | |||||
| 11370 | ||||||
| 11371 | <identifier> | |||||
| 11372 | porto_custom_notice_26 | |||||
| 11373 | </identifier> | |||||
| 11374 | ||||||
| 11375 | <content> | |||||
| 11376 | <![CDATA[<div style="background-color: #f4f4f4;letter-spacing: -0.26px;"> | |||||
| 11377 | <div class="container"> | |||||
| 11378 | <div class="row"> | |||||
| 11379 | <div class="d-flex justify-content-center justify-content-lg-end order-lg-2 col-md-12 col-lg-5 align-items-center" style="margin: 12px 0;"> | |||||
| 11380 | <i class="porto-icon-shipping" style="font-size: 24px;color: #222529;line-height: 1;margin-right: 15px;"></i> | |||||
| 11381 | <div> | |||||
| 11382 | <h3 class="porto-sicon-title" style="font-weight:700;font-size:18px;line-height:18px;margin:0 0 3px;color: #222529;letter-spacing: 0.18px">FREE NEXT DAY DELIVERY*</h3> | |||||
| 11383 | <p style="font-weight:500;font-size:11px;line-height:13px;margin:0;">* On Business Days - Purchases $100 or More</p> | |||||
| 11384 | </div> | |||||
| 11385 | </div> | |||||
| 11386 | <div class="d-block justify-content-center justify-content-lg-start col-md-12 col-lg-7 align-items-center d-md-flex text-center" style="margin: 7px 0;"> | |||||
| 11387 | <h2 style="font-size: 18px;color: #777777;line-height: 1;font-weight:500;margin: 0;margin-right: 16px;letter-spacing: -0.36px;" class="align-left"><i style="font-weight: 700;font-style: normal;display: inline-block;padding: 8px 9px;margin-right: 5px;background: linear-gradient(to right,#ec7200,#ffaa01);color: #fff;transform: rotate(-1deg);">30% OFF</i> <b style="color: #222529;">$200*</b> Use Code: <b style="color: #222529;">PORTOCARS</b></h2> | |||||
| 11388 | <div class="porto-u-heading text-md-left"> | |||||
| 11389 | <h4 style="font-weight:600;color:#323232;font-size:14px;line-height:14px;margin: 0;">Online Purchases Only</h4> | |||||
| 11390 | <h5 style="font-weight:500;font-size:11px;line-height:17px;margin: 0;">* Minimal Purchase Price</h5> | |||||
| 11391 | </div> | |||||
| 11392 | </div> | |||||
| 11393 | </div> | |||||
| 11394 | </div> | |||||
| 11395 | </div>]]> | |||||
| 11396 | </content> | |||||
| 11397 | ||||||
| 11398 | <is_active> | |||||
| 11399 | 1 | |||||
| 11400 | </is_active> | |||||
| 11401 | ||||||
| 11402 | </cms_item> | |||||
| 11403 | ||||||
| 11404 | <cms_item> | |||||
| 11405 | ||||||
| 11406 | <title> | |||||
| 11407 | Porto - Footer Middle 1 for 26 | |||||
| 11408 | </title> | |||||
| 11409 | ||||||
| 11410 | <identifier> | |||||
| 11411 | porto_footer_middle_1_for_26 | |||||
| 11412 | </identifier> | |||||
| 11413 | ||||||
| 11414 | <content> | |||||
| 11415 | <![CDATA[<div class="footer-logo" style="margin-bottom: 24px;"> | |||||
| 11416 | <img src="{{media url="wysiwyg/smartwave/porto/homepage/26/logo_ecommerce_white.png"}}" alt="" /> | |||||
| 11417 | </div> | |||||
| 11418 | <p style="line-height: 24px;margin-bottom: 13px;">Lorem ipsum dolor sit amet, consectetur adipiscing elit. Praesent pulvinar feugiat quam, vitae aliquam urna egestas nec. Phasellus sit amet consequat tortor.</p> | |||||
| 11419 | <div style=""> | |||||
| 11420 | <div style="display: inline-block;vertical-align:top;margin-right: 20px;"> | |||||
| 11421 | <p style="font-size: 13px;font-weight: 600;line-height: 18px;color: #fff;margin: 0;">QUESTIONS?</p> | |||||
| 11422 | <p class="theme-color" style="font-size: 22px;font-weight: 700;line-height: 1.4;">1-888-123-456</p> | |||||
| 11423 | </div> | |||||
| 11424 | <div style="display: inline-block;vertical-align:top;"> | |||||
| 11425 | <p style="font-size: 13px;font-weight: 600;line-height: 18px;color: #fff;margin: 0;">PAYMENT METHODS</p> | |||||
| 11426 | <p><img src="{{media url="wysiwyg/smartwave/porto/homepage/26/payments.png"}}" alt="" style="max-width: 295px;" /></p> | |||||
| 11427 | </div> | |||||
| 11428 | </div>]]> | |||||
| 11429 | </content> | |||||
| 11430 | ||||||
| 11431 | <is_active> | |||||
| 11432 | 1 | |||||
| 11433 | </is_active> | |||||
| 11434 | ||||||
| 11435 | </cms_item> | |||||
| 11436 | ||||||
| 11437 | <cms_item> | |||||
| 11438 | ||||||
| 11439 | <title> | |||||
| 11440 | Porto - Custom Notice 27 | |||||
| 11441 | </title> | |||||
| 11442 | ||||||
| 11443 | <identifier> | |||||
| 11444 | porto_custom_notice_27 | |||||
| 11445 | </identifier> | |||||
| 11446 | ||||||
| 11447 | <content> | |||||
| 11448 | <![CDATA[<div class="row no-padding" style="letter-spacing: -0.28px;"> | |||||
| 11449 | <div class="col-md-6 col-lg-4 theme-bg-color" style="color: #fff;font-size: 14px;font-weight: 700;padding: 7px 2vw !important;text-align: center;"> | |||||
| 11450 | <i class="porto-icon-shipping" style="font-size: 26px;vertical-align: middle;"></i> | |||||
| 11451 | <span style="vertical-align: middle;margin-left: 3px;">FREE SHIPPING & RETURN</span> | |||||
| 11452 | </div> | |||||
| 11453 | <div class="col-md-6 col-lg-4 d-none d-md-block theme-bg-color" style="color: #fff;font-size: 14px;font-weight: 700;padding: 7px 2vw !important;background-color: #43ada9 !important;text-align: center;"> | |||||
| 11454 | <i class="porto-icon-money" style="font-size: 26px;vertical-align: middle;margin-top: 2px;margin-bottom: -2px;display: inline-block;"></i> | |||||
| 11455 | <span style="vertical-align: middle;margin-left: 3px;">MONEY BACK GUARANTEE</span> | |||||
| 11456 | </div> | |||||
| 11457 | <div class="col-lg-4 d-none d-lg-block theme-bg-color" style="color: #fff;font-size: 14px;font-weight: 700;padding: 7px 2vw !important;text-align: center;"> | |||||
| 11458 | <i class="porto-icon-support" style="font-size: 26px;vertical-align: middle;"></i> | |||||
| 11459 | <span style="vertical-align: middle;margin-left: 3px;">ONLINE SUPPORT 24/7</span> | |||||
| 11460 | </div> | |||||
| 11461 | </div>]]> | |||||
| 11462 | </content> | |||||
| 11463 | ||||||
| 11464 | <is_active> | |||||
| 11465 | 1 | |||||
| 11466 | </is_active> | |||||
| 11467 | ||||||
| 11468 | </cms_item> | |||||
| 11469 | ||||||
| 11470 | <cms_item> | |||||
| 11471 | ||||||
| 11472 | <title> | |||||
| 11473 | Porto - Footer Top - Custom Block 27 | |||||
| 11474 | </title> | |||||
| 11475 | ||||||
| 11476 | <identifier> | |||||
| 11477 | porto_footer_top_custom_block_27 | |||||
| 11478 | </identifier> | |||||
| 11479 | ||||||
| 11480 | <content> | |||||
| 11481 | <![CDATA[<div class="row" style="margin: 0;background-color: #222529;"> | |||||
| 11482 | <div class="py-4 py-lg-5 col-md-4 col-lg-3" style="padding-left: 6vw !important;display: flex;align-items: center;"> | |||||
| 11483 | <div class="porto-sicon-box style_1 default-icon" style="margin: 0;display: flex;align-items: center;"> | |||||
| 11484 | <i class="fab fa-instagram" style="color:#ffffff;font-size:50px;display:inline-block;vertical-align:middle;margin-right:15px;"></i> | |||||
| 11485 | <div class="d-inline-block" style="vertical-align:middle;"> | |||||
| 11486 | <h2 class="porto-sicon-title" style="font-weight:600;font-size:18px;line-height:18px;color:#ffffff;margin:0 0 3px;">Follow Us on Instagram</h2> | |||||
| 11487 | <p style="font-weight:400;font-size:13px;line-height:13px;color:rgba(255,255,255,0.7);margin:0;">@portoecommerce</p> | |||||
| 11488 | </div> | |||||
| 11489 | </div> | |||||
| 11490 | </div> | |||||
| 11491 | <div class="col-md-8 col-lg-9" style="padding: 0;"> | |||||
| 11492 | <div class="instagram-photos"> | |||||
| 11493 | <div class="photo-item"> | |||||
| 11494 | <img src="{{media url="wysiwyg/smartwave/porto/homepage/27/instagram_01.jpg"}}" alt="" /> | |||||
| 11495 | </div> | |||||
| 11496 | <div class="photo-item"> | |||||
| 11497 | <img src="{{media url="wysiwyg/smartwave/porto/homepage/27/instagram_02.jpg"}}" alt="" /> | |||||
| 11498 | </div> | |||||
| 11499 | <div class="photo-item"> | |||||
| 11500 | <img src="{{media url="wysiwyg/smartwave/porto/homepage/27/instagram_03.jpg"}}" alt="" /> | |||||
| 11501 | </div> | |||||
| 11502 | <div class="photo-item"> | |||||
| 11503 | <img src="{{media url="wysiwyg/smartwave/porto/homepage/27/instagram_04.jpg"}}" alt="" /> | |||||
| 11504 | </div> | |||||
| 11505 | <div class="photo-item"> | |||||
| 11506 | <img src="{{media url="wysiwyg/smartwave/porto/homepage/27/instagram_05.jpg"}}" alt="" /> | |||||
| 11507 | </div> | |||||
| 11508 | <div class="photo-item"> | |||||
| 11509 | <img src="{{media url="wysiwyg/smartwave/porto/homepage/27/instagram_06.jpg"}}" alt="" /> | |||||
| 11510 | </div> | |||||
| 11511 | </div> | |||||
| 11512 | </div> | |||||
| 11513 | </div> | |||||
| 11514 | <div class="newsletter-section" style="background-color: #4db7b3;padding: 10px 0;"> | |||||
| 11515 | <div class="container"> | |||||
| 11516 | <div class="row align-items-center"> | |||||
| 11517 | <div class="col-auto d-flex align-items-center" style="margin: 10px 0;"> | |||||
| 11518 | <i class="far fa-envelope" style="color:#fff;font-size:45px;display:inline-block;margin: 0 15px 0 0;"></i> | |||||
| 11519 | <div> | |||||
| 11520 | <h2 style="font-weight:600;font-size:18px;line-height:18px;color:#fff;margin:0;margin-bottom: 3px;">Get Special Offers and Savings</h2> | |||||
| 11521 | <p style="font-weight:400;font-size:13px;line-height:15px;margin:0;color:rgba(255,255,255,0.7);">Get all the latest information on Events, Sales and Offers.</p> | |||||
| 11522 | </div> | |||||
| 11523 | </div> | |||||
| 11524 | <div class="" style="width: 650px;flex: 0 0 auto;margin: 10px;"> | |||||
| 11525 | {{block class="Magento\Newsletter\Block\Subscribe" name="home.newsletter" template="subscribe_form.phtml"}} | |||||
| 11526 | </div> | |||||
| 11527 | <div class="text-lg-right" style="flex: 1;min-width: 152px;"> | |||||
| 11528 | <div class="social-icons d-inline-block" style="margin: 10px 0;margin-left: -30px;"> | |||||
| 11529 | <a href="https://www.facebook.com/" title="Facebook" target="_blank"><i class="porto-icon-facebook"></i></a> | |||||
| 11530 | <a href="https://twitter.com/" title="Twitter" target="_blank"><i class="porto-icon-twitter"></i></a> | |||||
| 11531 | <a href="https://linkedin.com/" title="Linkedin" target="_blank"><i class="porto-icon-linkedin-squared"></i></a> | |||||
| 11532 | </div> | |||||
| 11533 | </div> | |||||
| 11534 | </div> | |||||
| 11535 | </div> | |||||
| 11536 | </div>]]> | |||||
| 11537 | </content> | |||||
| 11538 | ||||||
| 11539 | <is_active> | |||||
| 11540 | 1 | |||||
| 11541 | </is_active> | |||||
| 11542 | ||||||
| 11543 | </cms_item> | |||||
| 11544 | ||||||
| 11545 | <cms_item> | |||||
| 11546 | ||||||
| 11547 | <title> | |||||
| 11548 | Porto - Footer Middle 1 for 27 | |||||
| 11549 | </title> | |||||
| 11550 | ||||||
| 11551 | <identifier> | |||||
| 11552 | porto_footer_middle_1_for_27 | |||||
| 11553 | </identifier> | |||||
| 11554 | ||||||
| 11555 | <content> | |||||
| 11556 | <![CDATA[<div class="footer-logo" style="margin-bottom: 24px;"> | |||||
| 11557 | <img src="{{media url="wysiwyg/smartwave/porto/homepage/26/logo_ecommerce_white.png"}}" alt="" /> | |||||
| 11558 | </div> | |||||
| 11559 | <p style="line-height: 24px;margin-bottom: 13px;">Lorem ipsum dolor sit amet, consectetur adipis.</p> | |||||
| 11560 | <div style=""> | |||||
| 11561 | <div style=""> | |||||
| 11562 | <p style="font-size: 13px;font-weight: 600;line-height: 18px;color: #fff;margin: 0;">QUESTIONS?</p> | |||||
| 11563 | <p class="theme-color" style="font-size: 22px;font-weight: 700;line-height: 1.4;">1-888-123-456</p> | |||||
| 11564 | </div> | |||||
| 11565 | </div>]]> | |||||
| 11566 | </content> | |||||
| 11567 | ||||||
| 11568 | <is_active> | |||||
| 11569 | 1 | |||||
| 11570 | </is_active> | |||||
| 11571 | ||||||
| 11572 | </cms_item> | |||||
| 11573 | ||||||
| 11574 | <cms_item> | |||||
| 11575 | ||||||
| 11576 | <title> | |||||
| 11577 | Porto - Footer Middle 2 for 27 | |||||
| 11578 | </title> | |||||
| 11579 | ||||||
| 11580 | <identifier> | |||||
| 11581 | porto_footer_middle_2_for_27 | |||||
| 11582 | </identifier> | |||||
| 11583 | ||||||
| 11584 | <content> | |||||
| 11585 | <![CDATA[<div class="block"> | |||||
| 11586 | <div class="block-title"><strong><span>Account</span></strong></div> | |||||
| 11587 | <div class="block-content"> | |||||
| 11588 | <div class="row"> | |||||
| 11589 | <div class="col-sm-6"> | |||||
| 11590 | <ul class="links"> | |||||
| 11591 | <li><a href="{{store url="customer/account"}}" title="My Account">My Account</a></li> | |||||
| 11592 | <li><a href="{{store url=""}}" title="Track Your Order">Track Your Order</a></li> | |||||
| 11593 | <li><a href="{{store url=""}}" title="Payment Methods">Payment Methods</a></li> | |||||
| 11594 | <li><a href="{{store url=""}}" title="Shipping Guide">Shipping Guide</a></li> | |||||
| 11595 | </ul> | |||||
| 11596 | </div> | |||||
| 11597 | <div class="col-sm-6"> | |||||
| 11598 | <ul class="links"> | |||||
| 11599 | <li><a href="{{store url=""}}" title="FAQs">FAQs</a></li> | |||||
| 11600 | <li><a href="{{store url=""}}" title="Product Support">Product Support</a></li> | |||||
| 11601 | <li><a href="{{store url=""}}" title="Privacy">Privacy</a></li> | |||||
| 11602 | </ul> | |||||
| 11603 | </div> | |||||
| 11604 | </div> | |||||
| 11605 | </div> | |||||
| 11606 | </div>]]> | |||||
| 11607 | </content> | |||||
| 11608 | ||||||
| 11609 | <is_active> | |||||
| 11610 | 1 | |||||
| 11611 | </is_active> | |||||
| 11612 | ||||||
| 11613 | </cms_item> | |||||
| 11614 | ||||||
| 11615 | <cms_item> | |||||
| 11616 | ||||||
| 11617 | <title> | |||||
| 11618 | Porto - Footer Middle 3 for 27 | |||||
| 11619 | </title> | |||||
| 11620 | ||||||
| 11621 | <identifier> | |||||
| 11622 | porto_footer_middle_3_for_27 | |||||
| 11623 | </identifier> | |||||
| 11624 | ||||||
| 11625 | <content> | |||||
| 11626 | <![CDATA[<div class="block"> | |||||
| 11627 | <div class="block-title"><strong><span>About</span></strong></div> | |||||
| 11628 | <div class="block-content"> | |||||
| 11629 | <div class="row"> | |||||
| 11630 | <div class="col-md-6"> | |||||
| 11631 | <ul class="links"> | |||||
| 11632 | <li><a href="{{store url="about-porto"}}" title="About Porto">About Porto</a></li> | |||||
| 11633 | <li><a href="#" title="Our Guarantees">Our Guarantees</a></li> | |||||
| 11634 | <li><a href="#" title="Terms And Conditions">Terms And Conditions</a></li> | |||||
| 11635 | <li><a href="{{store url=""}}" title="Privacy policy">Privacy policy</a></li> | |||||
| 11636 | </ul> | |||||
| 11637 | </div> | |||||
| 11638 | <div class="col-md-6"> | |||||
| 11639 | <ul class="links"> | |||||
| 11640 | <li><a href="{{store url=""}}" title="Return Policy">Return Policy</a></li> | |||||
| 11641 | <li><a href="{{store url=""}}" title="Intellectual Property Claims">Intellectual Property Claims</a></li> | |||||
| 11642 | <li><a href="{{store url=""}}" title="Return Policy">Site Map</a></li> | |||||
| 11643 | </ul> | |||||
| 11644 | </div> | |||||
| 11645 | </div> | |||||
| 11646 | </div> | |||||
| 11647 | </div>]]> | |||||
| 11648 | </content> | |||||
| 11649 | ||||||
| 11650 | <is_active> | |||||
| 11651 | 1 | |||||
| 11652 | </is_active> | |||||
| 11653 | ||||||
| 11654 | </cms_item> | |||||
| 11655 | ||||||
| 11656 | <cms_item> | |||||
| 11657 | ||||||
| 11658 | <title> | |||||
| 11659 | Porto - Footer Middle 4 for 27 | |||||
| 11660 | </title> | |||||
| 11661 | ||||||
| 11662 | <identifier> | |||||
| 11663 | porto_footer_middle_4_for_27 | |||||
| 11664 | </identifier> | |||||
| 11665 | ||||||
| 11666 | <content> | |||||
| 11667 | <![CDATA[<div class="block text-lg-right"> | |||||
| 11668 | <div class="block-title"><strong><span>Features</span></strong></div> | |||||
| 11669 | <div class="block-content"> | |||||
| 11670 | <ul class="links"> | |||||
| 11671 | <li><a href="#">Powerful Admin Panel</a></li> | |||||
| 11672 | <li><a href="#">Mobile & Retina Optimized</a></li> | |||||
| 11673 | <li><a href="#">Super Fast WordPress Theme</a></li> | |||||
| 11674 | </ul> | |||||
| 11675 | </div> | |||||
| 11676 | </div>]]> | |||||
| 11677 | </content> | |||||
| 11678 | ||||||
| 11679 | <is_active> | |||||
| 11680 | 1 | |||||
| 11681 | </is_active> | |||||
| 11682 | ||||||
| 11683 | </cms_item> | |||||
| 11684 | ||||||
| 11685 | <cms_item> | |||||
| 11686 | ||||||
| 11687 | <title> | |||||
| 11688 | Porto - Custom Notice 28 | |||||
| 11689 | </title> | |||||
| 11690 | ||||||
| 11691 | <identifier> | |||||
| 11692 | porto_custom_notice_28 | |||||
| 11693 | </identifier> | |||||
| 11694 | ||||||
| 11695 | <content> | |||||
| 11696 | <![CDATA[<div class="container"> | |||||
| 11697 | <div style="background-color: #fcf6ef;min-height: 46px;text-align: center;"> | |||||
| 11698 | <h5 style="color: #ed7e63;font-size: 14px;line-height: 24px;letter-spacing: -0.14px;margin: 0;font-weight: 500;line-height: 46px;">Get 10% OFF at the Porto Kitchen Selection - <a href='{{store url="shop.html"}}' style="font-weight: 700;color: #ed7e63;">Shop Now!</a></h5> | |||||
| 11699 | </div> | |||||
| 11700 | </div>]]> | |||||
| 11701 | </content> | |||||
| 11702 | ||||||
| 11703 | <is_active> | |||||
| 11704 | 1 | |||||
| 11705 | </is_active> | |||||
| 11706 | ||||||
| 11707 | </cms_item> | |||||
| 11708 | ||||||
| 11709 | <cms_item> | |||||
| 11710 | ||||||
| 11711 | <title> | |||||
| 11712 | Porto - Footer Top - Custom Block 28 | |||||
| 11713 | </title> | |||||
| 11714 | ||||||
| 11715 | <identifier> | |||||
| 11716 | porto_footer_top_custom_block_28 | |||||
| 11717 | </identifier> | |||||
| 11718 | ||||||
| 11719 | <content> | |||||
| 11720 | <![CDATA[<div class="brands-slider-section"> | |||||
| 11721 | <div id="brands-slider-demo-28" class="brands-slider" style="text-align: center;"> | |||||
| 11722 | <div class="owl-carousel"> | |||||
| 11723 | <div class="item"><img class="owl-lazy" data-src="{{media url="wysiwyg/smartwave/porto/homepage/28/shop28_brand1.png"}}" alt="" style="display: inline-block;" /></div> | |||||
| 11724 | <div class="item"><img class="owl-lazy" data-src="{{media url="wysiwyg/smartwave/porto/homepage/28/shop28_brand2.png"}}" alt="" style="display: inline-block;" /></div> | |||||
| 11725 | <div class="item"><img class="owl-lazy" data-src="{{media url="wysiwyg/smartwave/porto/homepage/28/shop28_brand3.png"}}" alt="" style="display: inline-block;" /></div> | |||||
| 11726 | <div class="item"><img class="owl-lazy" data-src="{{media url="wysiwyg/smartwave/porto/homepage/28/shop28_brand4.png"}}" alt="" style="display: inline-block;" /></div> | |||||
| 11727 | <div class="item"><img class="owl-lazy" data-src="{{media url="wysiwyg/smartwave/porto/homepage/28/shop28_brand5.png"}}" alt="" style="display: inline-block;" /></div> | |||||
| 11728 | <div class="item"><img class="owl-lazy" data-src="{{media url="wysiwyg/smartwave/porto/homepage/28/shop28_brand6.png"}}" alt="" style="display: inline-block;" /></div> | |||||
| 11729 | </div> | |||||
| 11730 | <script type="text/javascript"> | |||||
| 11731 | require([ | |||||
| 11732 | 'jquery', | |||||
| 11733 | 'owl.carousel/owl.carousel.min' | |||||
| 11734 | ], function ($) { | |||||
| 11735 | $("#brands-slider-demo-28 .owl-carousel").owlCarousel({ | |||||
| 11736 | autoplay: false, | |||||
| 11737 | autoplayTimeout: 5000, | |||||
| 11738 | autoplayHoverPause: true, | |||||
| 11739 | margin: 0, | |||||
| 11740 | nav: false, | |||||
| 11741 | navText: ["<em class='porto-icon-left-open-huge'></em>","<em class='porto-icon-right-open-huge'></em>"], | |||||
| 11742 | dots: false, | |||||
| 11743 | loop: false, | |||||
| 11744 | lazyLoad: true, | |||||
| 11745 | responsive: { | |||||
| 11746 | 0: { | |||||
| 11747 | items:2 | |||||
| 11748 | }, | |||||
| 11749 | 640: { | |||||
| 11750 | items:3 | |||||
| 11751 | }, | |||||
| 11752 | 768: { | |||||
| 11753 | items:4 | |||||
| 11754 | }, | |||||
| 11755 | 992: { | |||||
| 11756 | items:5 | |||||
| 11757 | }, | |||||
| 11758 | 1200: { | |||||
| 11759 | items:6 | |||||
| 11760 | } | |||||
| 11761 | } | |||||
| 11762 | }); | |||||
| 11763 | }); | |||||
| 11764 | </script> | |||||
| 11765 | </div> | |||||
| 11766 | </div>]]> | |||||
| 11767 | </content> | |||||
| 11768 | ||||||
| 11769 | <is_active> | |||||
| 11770 | 1 | |||||
| 11771 | </is_active> | |||||
| 11772 | ||||||
| 11773 | </cms_item> | |||||
| 11774 | ||||||
| 11775 | <cms_item> | |||||
| 11776 | ||||||
| 11777 | <title> | |||||
| 11778 | Porto - Footer Middle 1 for 28 | |||||
| 11779 | </title> | |||||
| 11780 | ||||||
| 11781 | <identifier> | |||||
| 11782 | porto_footer_middle_1_for_28 | |||||
| 11783 | </identifier> | |||||
| 11784 | ||||||
| 11785 | <content> | |||||
| 11786 | <![CDATA[<div class="footer-logo" style="margin-bottom: 30px;"> | |||||
| 11787 | <img src="{{media url="wysiwyg/smartwave/porto/homepage/28/logo_ecommerce_black.png"}}" alt="" /> | |||||
| 11788 | </div>]]> | |||||
| 11789 | </content> | |||||
| 11790 | ||||||
| 11791 | <is_active> | |||||
| 11792 | 1 | |||||
| 11793 | </is_active> | |||||
| 11794 | ||||||
| 11795 | </cms_item> | |||||
| 11796 | ||||||
| 11797 | <cms_item> | |||||
| 11798 | ||||||
| 11799 | <title> | |||||
| 11800 | Porto - Footer Middle 2 for 28 | |||||
| 11801 | </title> | |||||
| 11802 | ||||||
| 11803 | <identifier> | |||||
| 11804 | porto_footer_middle_2_for_28 | |||||
| 11805 | </identifier> | |||||
| 11806 | ||||||
| 11807 | <content> | |||||
| 11808 | <![CDATA[<div style="margin-bottom: 30px;"> | |||||
| 11809 | <div style="display: inline-block;vertical-align: bottom;"> | |||||
| 11810 | <p style="font-size: 13px;font-weight: 700;line-height: 24px;color: #222529;margin: 0;">Questions</p> | |||||
| 11811 | <p class="theme-color" style="font-size: 22px;font-weight: 700;line-height: 30px;margin: 0;letter-spacing: 0.25px;margin-right: 20px;padding-right: 30px;border-right: 1px solid #e7e7e7;">1-888-123-456</p> | |||||
| 11812 | </div> | |||||
| 11813 | <div class="social-icons" style="display: inline-block;vertical-align: bottom;"> | |||||
| 11814 | <a href="https://www.facebook.com/" title="Facebook" target="_blank"><i class="porto-icon-facebook"></i></a> | |||||
| 11815 | <a href="https://twitter.com/" title="Twitter" target="_blank"><i class="porto-icon-twitter"></i></a> | |||||
| 11816 | <a href="https://instagram.com/" title="Instagram" target="_blank"><i class="porto-icon-instagram"></i></a> | |||||
| 11817 | <a href="https://linkedin.com/" title="Linkedin" target="_blank"><i class="porto-icon-linkedin-squared"></i></a> | |||||
| 11818 | </div> | |||||
| 11819 | </div>]]> | |||||
| 11820 | </content> | |||||
| 11821 | ||||||
| 11822 | <is_active> | |||||
| 11823 | 1 | |||||
| 11824 | </is_active> | |||||
| 11825 | ||||||
| 11826 | </cms_item> | |||||
| 11827 | ||||||
| 11828 | <cms_item> | |||||
| 11829 | ||||||
| 11830 | <title> | |||||
| 11831 | Porto - Footer Middle 3 for 28 | |||||
| 11832 | </title> | |||||
| 11833 | ||||||
| 11834 | <identifier> | |||||
| 11835 | porto_footer_middle_3_for_28 | |||||
| 11836 | </identifier> | |||||
| 11837 | ||||||
| 11838 | <content> | |||||
| 11839 | <![CDATA[<div class="row"> | |||||
| 11840 | <div class="col-md-6 mb-4 mb-md-0"> | |||||
| 11841 | <div class="block"> | |||||
| 11842 | <div class="block-title"><strong><span>Account</span></strong></div> | |||||
| 11843 | <div class="block-content"> | |||||
| 11844 | <ul class="links"> | |||||
| 11845 | <li><a href="{{store url="customer/account"}}" title="My Account">My Account</a></li> | |||||
| 11846 | <li><a href="{{store url=""}}" title="Track Your Order">Track Your Order</a></li> | |||||
| 11847 | <li><a href="{{store url=""}}" title="Payment Methods">Payment Methods</a></li> | |||||
| 11848 | <li><a href="{{store url=""}}" title="Shipping Guide">Shipping Guide</a></li> | |||||
| 11849 | </ul> | |||||
| 11850 | </div> | |||||
| 11851 | </div> | |||||
| 11852 | </div> | |||||
| 11853 | <div class="col-md-6"> | |||||
| 11854 | <div class="block"> | |||||
| 11855 | <div class="block-title"><strong><span>About</span></strong></div> | |||||
| 11856 | <div class="block-content"> | |||||
| 11857 | <ul class="links"> | |||||
| 11858 | <li><a href="{{store url="about-porto"}}" title="About Porto">About Porto</a></li> | |||||
| 11859 | <li><a href="#" title="Our Guarantees">Our Guarantees</a></li> | |||||
| 11860 | <li><a href="#" title="Terms And Conditions">Terms And Conditions</a></li> | |||||
| 11861 | <li><a href="{{store url=""}}" title="Privacy policy">Privacy policy</a></li> | |||||
| 11862 | </ul> | |||||
| 11863 | </div> | |||||
| 11864 | </div> | |||||
| 11865 | </div> | |||||
| 11866 | </div>]]> | |||||
| 11867 | </content> | |||||
| 11868 | ||||||
| 11869 | <is_active> | |||||
| 11870 | 1 | |||||
| 11871 | </is_active> | |||||
| 11872 | ||||||
| 11873 | </cms_item> | |||||
| 11874 | ||||||
| 11875 | <cms_item> | |||||
| 11876 | ||||||
| 11877 | <title> | |||||
| 11878 | Porto - Footer Middle 4 for 28 | |||||
| 11879 | </title> | |||||
| 11880 | ||||||
| 11881 | <identifier> | |||||
| 11882 | porto_footer_middle_4_for_28 | |||||
| 11883 | </identifier> | |||||
| 11884 | ||||||
| 11885 | <content> | |||||
| 11886 | <![CDATA[<div class="block"> | |||||
| 11887 | <div class="block-title"><strong><span>Features</span></strong></div> | |||||
| 11888 | <div class="block-content"> | |||||
| 11889 | <ul class="links"> | |||||
| 11890 | <li><a href="#">Powerful Admin Panel</a></li> | |||||
| 11891 | <li><a href="#">Mobile & Retina Optimized</a></li> | |||||
| 11892 | <li><a href="#">Super Fast WordPress Theme</a></li> | |||||
| 11893 | <li><a href="#">1st Fully working Ajax Theme</a></li> | |||||
| 11894 | </ul> | |||||
| 11895 | </div> | |||||
| 11896 | </div>]]> | |||||
| 11897 | </content> | |||||
| 11898 | ||||||
| 11899 | <is_active> | |||||
| 11900 | 1 | |||||
| 11901 | </is_active> | |||||
| 11902 | ||||||
| 11903 | </cms_item> | |||||
| 11904 | ||||||
| 11905 | <cms_item> | |||||
| 11906 | ||||||
| 11907 | <title> | |||||
| 11908 | Porto - Footer Bottom Custom Block 28 | |||||
| 11909 | </title> | |||||
| 11910 | ||||||
| 11911 | <identifier> | |||||
| 11912 | porto_footer_bottom_custom_block_28 | |||||
| 11913 | </identifier> | |||||
| 11914 | ||||||
| 11915 | <content> | |||||
| 11916 | <![CDATA[<img src="{{media url="wysiwyg/smartwave/porto/homepage/28/shop28_payment_icons.png"}}" alt="" />]]> | |||||
| 11917 | </content> | |||||
| 11918 | ||||||
| 11919 | <is_active> | |||||
| 11920 | 1 | |||||
| 11921 | </is_active> | |||||
| 11922 | ||||||
| 11923 | </cms_item> | |||||
| 11924 | ||||||
| 11925 | <cms_item> | |||||
| 11926 | ||||||
| 11927 | <title> | |||||
| 11928 | Porto - Custom Block for Header 25 | |||||
| 11929 | </title> | |||||
| 11930 | ||||||
| 11931 | <identifier> | |||||
| 11932 | porto_custom_block_for_header_25 | |||||
| 11933 | </identifier> | |||||
| 11934 | ||||||
| 11935 | <content> | |||||
| 11936 | <![CDATA[<div style="display: inline-block;vertical-align: middle;margin-right: 34px;"> | |||||
| 11937 | <span class="d-block" style="font-size: 11px;font-weight: 500;line-height: 16px;">CALL US NOW</span> | |||||
| 11938 | <h4 class="theme-color" style="margin: 0;font-weight: 700;font-size: 18px;line-height: 24px;">1-888-123-456</h4> | |||||
| 11939 | </div> | |||||
| 11940 | <div style="display: inline-block;vertical-align: middle;"> | |||||
| 11941 | <a href="{{store url='wishlist'}}" title="My Wish List" style="margin-right: 20px;color: #777;text-decoration: none;font-size: 12px;font-weight: 500;line-height: 24px;">Wishlist</a> | |||||
| 11942 | <a href="{{store url='contact'}}" title="Contact Us" style="color: #777;text-decoration: none;font-size: 12px;font-weight: 500;line-height: 24px;">Contact Us</a> | |||||
| 11943 | </div>]]> | |||||
| 11944 | </content> | |||||
| 11945 | ||||||
| 11946 | <is_active> | |||||
| 11947 | 1 | |||||
| 11948 | </is_active> | |||||
| 11949 | ||||||
| 11950 | </cms_item> | |||||
| 11951 | ||||||
| 11952 | <cms_item> | |||||
| 11953 | ||||||
| 11954 | <title> | |||||
| 11955 | Porto - Secondary Menu for Header 25 | |||||
| 11956 | </title> | |||||
| 11957 | ||||||
| 11958 | <identifier> | |||||
| 11959 | porto_secondary_menu_for_header_25 | |||||
| 11960 | </identifier> | |||||
| 11961 | ||||||
| 11962 | <content> | |||||
| 11963 | <![CDATA[<nav class="navigation sw-megamenu " role="navigation"> | |||||
| 11964 | <ul> | |||||
| 11965 | <li class="ui-menu-item level0 staticwidth parent "> | |||||
| 11966 | <div class="open-children-toggle"></div> | |||||
| 11967 | <a href="{{store url='shop.html'}}" class="level-top"><span>Categories</span></a> | |||||
| 11968 | <div class="level0 submenu" style="width:630px;"> | |||||
| 11969 | <div class="container"> | |||||
| 11970 | <div class="row"> | |||||
| 11971 | <ul class="subchildmenu col-md-8 mega-columns columns2"> | |||||
| 11972 | <li class="ui-menu-item level1 parent "> | |||||
| 11973 | <div class="open-children-toggle"></div> | |||||
| 11974 | <a href="javascript:void(0)" style="pointer-events:none;"><span>Variations 1</span></a> | |||||
| 11975 | <ul class="subchildmenu "> | |||||
| 11976 | <li class="ui-menu-item level2"> | |||||
| 11977 | <a href="{{config path='web/unsecure/base_url'}}demo5_en/electronics.html"><span>Fullwidth Banner</span></a> | |||||
| 11978 | </li> | |||||
| 11979 | <li class="ui-menu-item level2"> | |||||
| 11980 | <a href="{{config path='web/unsecure/base_url'}}demo5_en/fashion.html"><span>Boxed Image Banner</span></a> | |||||
| 11981 | </li> | |||||
| 11982 | <li class="ui-menu-item level2"> | |||||
| 11983 | <a href="{{config path='web/unsecure/base_url'}}demo11_en/fashion.html"><span>Boxed Slider Banner</span></a> | |||||
| 11984 | </li> | |||||
| 11985 | <li class="ui-menu-item level2"> | |||||
| 11986 | <a href="{{config path='web/unsecure/base_url'}}demo5_en/fashion.html"><span>Left Sidebar</span></a> | |||||
| 11987 | </li> | |||||
| 11988 | <li class="ui-menu-item level2"> | |||||
| 11989 | <a href="{{config path='web/unsecure/base_url'}}demo5_en/fashion/women.html"><span>Right Sidebar</span></a> | |||||
| 11990 | </li> | |||||
| 11991 | <li class="ui-menu-item level2"> | |||||
| 11992 | <a href="{{config path='web/unsecure/base_url'}}demo17_en/fashion.html"><span>Product Flex Grid</span></a> | |||||
| 11993 | </li> | |||||
| 11994 | <li class="ui-menu-item level2"> | |||||
| 11995 | <a href="{{store url='porto-product-list-types'}}"><span>Product List Item Types</span></a> | |||||
| 11996 | </li> | |||||
| 11997 | </ul> | |||||
| 11998 | </li> | |||||
| 11999 | <li class="ui-menu-item level1 parent "> | |||||
| 12000 | <div class="open-children-toggle"></div> | |||||
| 12001 | <a href="javascript:void(0)" style="pointer-events:none;"><span>Variations 2</span></a> | |||||
| 12002 | <ul class="subchildmenu "> | |||||
| 12003 | <li class="ui-menu-item level2"> | |||||
| 12004 | <a href="{{config path='web/unsecure/base_url'}}demo5_en/fashion.html"><span>Ajax Infinite Scroll</span><span class="cat-label cat-label-label1">New</span></a> | |||||
| 12005 | </li> | |||||
| 12006 | <li class="ui-menu-item level2"> | |||||
| 12007 | <a href="{{config path='web/unsecure/base_url'}}demo10_en/fashion.html"><span>3 Columns Products</span></a> | |||||
| 12008 | </li> | |||||
| 12009 | <li class="ui-menu-item level2"> | |||||
| 12010 | <a href="{{config path='web/unsecure/base_url'}}demo5_en/fashion.html"><span>4 Columns Products</span></a> | |||||
| 12011 | </li> | |||||
| 12012 | <li class="ui-menu-item level2"> | |||||
| 12013 | <a href="{{config path='web/unsecure/base_url'}}demo11_en/fashion.html"><span>5 Columns Products</span></a> | |||||
| 12014 | </li> | |||||
| 12015 | <li class="ui-menu-item level2"> | |||||
| 12016 | <a href="{{config path='web/unsecure/base_url'}}demo13_en/fashion.html"><span>6 Columns Products</span></a> | |||||
| 12017 | </li> | |||||
| 12018 | <li class="ui-menu-item level2"> | |||||
| 12019 | <a href="javascript:void(0)"><span>7 Columns Products</span></a> | |||||
| 12020 | </li> | |||||
| 12021 | <li class="ui-menu-item level2"> | |||||
| 12022 | <a href="javascript:void(0)"><span>8 Columns Products</span></a> | |||||
| 12023 | </li> | |||||
| 12024 | </ul> | |||||
| 12025 | </li> | |||||
| 12026 | </ul> | |||||
| 12027 | <div class="menu-right-block col-md-4"> | |||||
| 12028 | <a href="#" style="padding: 0;"><img style="width:100%;float:right;margin-top: 0;height: 100%;object-fit: cover;" src="{{media url="wysiwyg/smartwave/porto/megamenu/menu-banner9.jpg"}}" alt=""> </a> | |||||
| 12029 | </div> | |||||
| 12030 | </div> | |||||
| 12031 | </div> | |||||
| 12032 | </div> | |||||
| 12033 | </li> | |||||
| 12034 | <li class="ui-menu-item level0 staticwidth parent"> | |||||
| 12035 | <div class="open-children-toggle"></div> | |||||
| 12036 | <a href="{{store url='porto-evolution-headset-default.html'}}" class="level-top"><span>Products</span></a> | |||||
| 12037 | <div class="level0 submenu" style="width:630px;"> | |||||
| 12038 | <div class="container"> | |||||
| 12039 | <div class="row"> | |||||
| 12040 | <ul class="subchildmenu col-md-8 mega-columns columns2"> | |||||
| 12041 | <li class="ui-menu-item level1 parent "> | |||||
| 12042 | <div class="open-children-toggle"></div> | |||||
| 12043 | <a href="javascript:void(0)" style="pointer-events:none;"><span>Variations</span></a> | |||||
| 12044 | <ul class="subchildmenu "> | |||||
| 12045 | <li class="ui-menu-item level2"> | |||||
| 12046 | <a href="{{config path='web/unsecure/base_url'}}demo5_en/porto-evolution-headset-default.html"><span>Product Page With Sidebar</span></a> | |||||
| 12047 | </li> | |||||
| 12048 | <li class="ui-menu-item level2"> | |||||
| 12049 | <a href="{{config path='web/unsecure/base_url'}}demo2_en/catalog/product/view/id/2349/s/jane-dress/"><span>Product Page Without Sidebar</span></a> | |||||
| 12050 | </li> | |||||
| 12051 | <li class="ui-menu-item level2"> | |||||
| 12052 | <a href="{{config path='web/unsecure/base_url'}}demo5_en/porto-evolution-headset-default.html"><span>Horizontal Thumbnails</span></a> | |||||
| 12053 | </li> | |||||
| 12054 | <li class="ui-menu-item level2"> | |||||
| 12055 | <a href="{{config path='web/unsecure/base_url'}}demo5_en/porto-evolution-headset-wide-grid.html"><span>Vertical Thumbnails</span></a> | |||||
| 12056 | </li> | |||||
| 12057 | <li class="ui-menu-item level2"> | |||||
| 12058 | <a href="{{config path='web/unsecure/base_url'}}demo10_en/porto-evolution-headset-default.html"><span>Addtocart Sticky</span></a> | |||||
| 12059 | </li> | |||||
| 12060 | <li class="ui-menu-item level2"> | |||||
| 12061 | <a href="{{config path='web/unsecure/base_url'}}demo5_en/porto-evolution-headset-wide-grid.html"><span>Vertical Tabs</span></a> | |||||
| 12062 | </li> | |||||
| 12063 | <li class="ui-menu-item level2"> | |||||
| 12064 | <a href="{{config path='web/unsecure/base_url'}}demo8_en/porto-evolution-headset-default.html"><span>Accordion Tabs</span></a> | |||||
| 12065 | </li> | |||||
| 12066 | </ul> | |||||
| 12067 | </li> | |||||
| 12068 | <li class="ui-menu-item level1 parent "> | |||||
| 12069 | <div class="open-children-toggle"></div> | |||||
| 12070 | <a href="javascript:void(0)" style="pointer-events:none;"><span>Product Layout Types</span></a> | |||||
| 12071 | <ul class="subchildmenu "> | |||||
| 12072 | <li class="ui-menu-item level2"> | |||||
| 12073 | <a href="{{store url='porto-evolution-headset-default.html'}}"><span>Default Layout</span></a> | |||||
| 12074 | </li> | |||||
| 12075 | <li class="ui-menu-item level2"> | |||||
| 12076 | <a href="{{store url='porto-evolution-headset-carousel.html'}}"><span>Extended Layout</span><span class="cat-label cat-label-label1">New</span></a> | |||||
| 12077 | </li> | |||||
| 12078 | <li class="ui-menu-item level2"> | |||||
| 12079 | <a href="{{store url='porto-evolution-headset-fullwidth.html'}}"><span>Full Width Layout</span><span class="cat-label cat-label-label1">New</span></a> | |||||
| 12080 | </li> | |||||
| 12081 | <li class="ui-menu-item level2"> | |||||
| 12082 | <a href="{{store url='porto-evolution-headset-grid.html'}}"><span>Grid Images Layout</span><span class="cat-label cat-label-label1">New</span></a> | |||||
| 12083 | </li> | |||||
| 12084 | <li class="ui-menu-item level2"> | |||||
| 12085 | <a href="{{store url='porto-evolution-headset-sticky-right-info.html'}}"><span>Sticky Right Side Info</span><span class="cat-label cat-label-label1">New</span></a> | |||||
| 12086 | </li> | |||||
| 12087 | <li class="ui-menu-item level2"> | |||||
| 12088 | <a href="{{store url='porto-evolution-headset-wide-grid.html'}}"><span>Vertical Layout</span><span class="cat-label cat-label-label1">New</span></a> | |||||
| 12089 | </li> | |||||
| 12090 | <li class="ui-menu-item level2"> | |||||
| 12091 | <a href="{{config path='web/unsecure/base_url'}}demo13_en/porto-evolution-headset-fullwidth.html"><span>Sticky Tabs</span></a> | |||||
| 12092 | </li> | |||||
| 12093 | </ul> | |||||
| 12094 | </li> | |||||
| 12095 | </ul> | |||||
| 12096 | <div class="menu-right-block col-md-4"> | |||||
| 12097 | <a href="#" style="padding: 0;"><img style="width:100%;float:right;margin-top: 0;" src="{{media url="wysiwyg/smartwave/porto/megamenu/menu-banner-static-width2.jpg"}}" alt=""> </a> | |||||
| 12098 | </div> | |||||
| 12099 | </div> | |||||
| 12100 | </div> | |||||
| 12101 | </div> | |||||
| 12102 | </li> | |||||
| 12103 | <li class="ui-menu-item level0" style="margin: 0;"> | |||||
| 12104 | <a class="level-top" href="#"><span>New Arrivals</span></a> | |||||
| 12105 | </li> | |||||
| 12106 | <li class="ui-menu-item level0" style="margin: 0;"> | |||||
| 12107 | <a class="level-top" href="#"><span>Clearance</span></a> | |||||
| 12108 | </li> | |||||
| 12109 | </ul> | |||||
| 12110 | </nav>]]> | |||||
| 12111 | </content> | |||||
| 12112 | ||||||
| 12113 | <is_active> | |||||
| 12114 | 1 | |||||
| 12115 | </is_active> | |||||
| 12116 | ||||||
| 12117 | </cms_item> | |||||
| 12118 | ||||||
| 12119 | <cms_item> | |||||
| 12120 | ||||||
| 12121 | <title> | |||||
| 12122 | Porto - Footer Top - Custom Block 29 | |||||
| 12123 | </title> | |||||
| 12124 | ||||||
| 12125 | <identifier> | |||||
| 12126 | porto_footer_top_custom_block_29 | |||||
| 12127 | </identifier> | |||||
| 12128 | ||||||
| 12129 | <content> | |||||
| 12130 | <![CDATA[<div class="row align-items-center"> | |||||
| 12131 | <div class="col-md-6"> | |||||
| 12132 | <h4 style="font-size: 20px;line-height: 1;font-weight: 600;color: #ffffff;margin: 0;margin-bottom: 4px;">Sign Up to Newsletter</h4> | |||||
| 12133 | <p style="font-size: 13px;color: #999999;line-height: 20px;margin: 0;">Get all the latest information on Events, Sales and Offers.</p> | |||||
| 12134 | </div> | |||||
| 12135 | <div class="col-md-6"> | |||||
| 12136 | {{block class="Magento\Newsletter\Block\Subscribe" name="home.newsletter" template="subscribe_form_footer.phtml"}} | |||||
| 12137 | </div> | |||||
| 12138 | </div>]]> | |||||
| 12139 | </content> | |||||
| 12140 | ||||||
| 12141 | <is_active> | |||||
| 12142 | 1 | |||||
| 12143 | </is_active> | |||||
| 12144 | ||||||
| 12145 | </cms_item> | |||||
| 12146 | ||||||
| 12147 | <cms_item> | |||||
| 12148 | ||||||
| 12149 | <title> | |||||
| 12150 | Porto - Footer Middle 3 for 29 | |||||
| 12151 | </title> | |||||
| 12152 | ||||||
| 12153 | <identifier> | |||||
| 12154 | porto_footer_middle_3_for_29 | |||||
| 12155 | </identifier> | |||||
| 12156 | ||||||
| 12157 | <content> | |||||
| 12158 | <![CDATA[<div class="block"> | |||||
| 12159 | <div class="block-title"><strong><span>Features</span></strong></div> | |||||
| 12160 | <div class="block-content"> | |||||
| 12161 | <ul class="links"> | |||||
| 12162 | <li><a href="#">Super Fast WordPress Theme</a></li> | |||||
| 12163 | <li><a href="#">Mobile & Retina Optimized</a></li> | |||||
| 12164 | <li><a href="#">Powerful Admin Panel</a></li> | |||||
| 12165 | <li><a href="#">1st Fully Working Ajax Theme</a></li> | |||||
| 12166 | <li><a href="#">10 Unique Homepage Layouts</a></li> | |||||
| 12167 | </ul> | |||||
| 12168 | </div> | |||||
| 12169 | </div>]]> | |||||
| 12170 | </content> | |||||
| 12171 | ||||||
| 12172 | <is_active> | |||||
| 12173 | 1 | |||||
| 12174 | </is_active> | |||||
| 12175 | ||||||
| 12176 | </cms_item> | |||||
| 12177 | ||||||
| 12178 | <cms_item> | |||||
| 12179 | ||||||
| 12180 | <title> | |||||
| 12181 | Porto - Footer Middle 4 for 29 | |||||
| 12182 | </title> | |||||
| 12183 | ||||||
| 12184 | <identifier> | |||||
| 12185 | porto_footer_middle_4_for_29 | |||||
| 12186 | </identifier> | |||||
| 12187 | ||||||
| 12188 | <content> | |||||
| 12189 | <![CDATA[<div class="block"> | |||||
| 12190 | <div class="block-title"><strong><span>Follow Us</span></strong></div> | |||||
| 12191 | <div class="block-content"> | |||||
| 12192 | <div class="social-icons"> | |||||
| 12193 | <a href="https://www.facebook.com/" title="Facebook" target="_blank"><i class="porto-icon-facebook"></i></a> | |||||
| 12194 | <a href="https://twitter.com/" title="Twitter" target="_blank"><i class="porto-icon-twitter"></i></a> | |||||
| 12195 | <a href="https://instagram.com/" title="Instagram" target="_blank"><i class="porto-icon-instagram"></i></a> | |||||
| 12196 | <a href="https://linkedin.com/" title="Linkedin" target="_blank"><i class="porto-icon-linkedin-squared"></i></a> | |||||
| 12197 | </div> | |||||
| 12198 | </div> | |||||
| 12199 | </div>]]> | |||||
| 12200 | </content> | |||||
| 12201 | ||||||
| 12202 | <is_active> | |||||
| 12203 | 1 | |||||
| 12204 | </is_active> | |||||
| 12205 | ||||||
| 12206 | </cms_item> | |||||
| 12207 | ||||||
| 12208 | <cms_item> | |||||
| 12209 | ||||||
| 12210 | <title> | |||||
| 12211 | Porto - Custom Block for Header 26 | |||||
| 12212 | </title> | |||||
| 12213 | ||||||
| 12214 | <identifier> | |||||
| 12215 | porto_custom_block_for_header_26 | |||||
| 12216 | </identifier> | |||||
| 12217 | ||||||
| 12218 | <content> | |||||
| 12219 | <![CDATA[<span style="display: inline-block;vertical-align: middle;font-size: 14px;font-weight: 500;letter-spacing: 0.07px;line-height: 26px;">Get 10% OFF at the Porto GAMES Selection</span> | |||||
| 12220 | <span class="separator"></span> | |||||
| 12221 | <span style="display: inline-block;vertical-align: middle;font-size: 14px;font-weight: 500;letter-spacing: 0.07px;line-height: 26px;"><a href="{{store url='shop.html'}}" class="theme-color" style="text-decoration: none;">Shop Now!</a></span>]]> | |||||
| 12222 | </content> | |||||
| 12223 | ||||||
| 12224 | <is_active> | |||||
| 12225 | 1 | |||||
| 12226 | </is_active> | |||||
| 12227 | ||||||
| 12228 | </cms_item> | |||||
| 12229 | ||||||
| 12230 | <cms_item> | |||||
| 12231 | ||||||
| 12232 | <title> | |||||
| 12233 | Porto - Footer Top - Custom Block 30 | |||||
| 12234 | </title> | |||||
| 12235 | ||||||
| 12236 | <identifier> | |||||
| 12237 | porto_footer_top_custom_block_30 | |||||
| 12238 | </identifier> | |||||
| 12239 | ||||||
| 12240 | <content> | |||||
| 12241 | <![CDATA[<ul class="footer-top-links"> | |||||
| 12242 | <li><a href="{{store url=''}}customer/account" title="My account">My account</a></li> | |||||
| 12243 | <li><a href="{{store url=''}}" title="Track Your Order">Track Your Order</a></li> | |||||
| 12244 | <li><a href="{{store url=''}}" title="Shipping Guide">Shipping Guide</a></li> | |||||
| 12245 | <li><a href="{{store url=''}}" title="Faqs">Faqs</a></li> | |||||
| 12246 | <li><a href="{{store url=''}}" title="Product Support">Product Support</a></li> | |||||
| 12247 | </ul>]]> | |||||
| 12248 | </content> | |||||
| 12249 | ||||||
| 12250 | <is_active> | |||||
| 12251 | 1 | |||||
| 12252 | </is_active> | |||||
| 12253 | ||||||
| 12254 | </cms_item> | |||||
| 12255 | ||||||
| 12256 | <cms_item> | |||||
| 12257 | ||||||
| 12258 | <title> | |||||
| 12259 | Porto - Footer Middle 1 for 30 | |||||
| 12260 | </title> | |||||
| 12261 | ||||||
| 12262 | <identifier> | |||||
| 12263 | porto_footer_middle_1_for_30 | |||||
| 12264 | </identifier> | |||||
| 12265 | ||||||
| 12266 | <content> | |||||
| 12267 | <![CDATA[<div class="row align-items-center"> | |||||
| 12268 | <div class="col-lg-2"> | |||||
| 12269 | <div class="footer-logo" style="margin-bottom: 30px;"><a href="{{store url=''}}"><img src="{{media url="wysiwyg/smartwave/porto/homepage/30/logo_ecommerce_white.png"}}" style="display: block;" alt="" /></a></div> | |||||
| 12270 | </div> | |||||
| 12271 | <div class="col-lg-7"> | |||||
| 12272 | <div class="social-icons" style="margin-bottom: 30px;"> | |||||
| 12273 | <a href="https://www.facebook.com/" title="Facebook" target="_blank"><i class="porto-icon-facebook"></i></a> | |||||
| 12274 | <a href="https://twitter.com/" title="Twitter" target="_blank"><i class="porto-icon-twitter"></i></a> | |||||
| 12275 | <a href="https://instagram.com/" title="Instagram" target="_blank"><i class="porto-icon-instagram"></i></a> | |||||
| 12276 | <a href="https://linkedin.com/" title="Linkedin" target="_blank"><i class="porto-icon-linkedin-squared"></i></a> | |||||
| 12277 | </div> | |||||
| 12278 | </div> | |||||
| 12279 | <div class="col-lg-3 text-left text-lg-right"> | |||||
| 12280 | <img src="{{media url="wysiwyg/smartwave/porto/homepage/30/shop30_payment.png"}}" style="margin-bottom: 30px;" alt="" /> | |||||
| 12281 | </div> | |||||
| 12282 | </div>]]> | |||||
| 12283 | </content> | |||||
| 12284 | ||||||
| 12285 | <is_active> | |||||
| 12286 | 1 | |||||
| 12287 | </is_active> | |||||
| 12288 | ||||||
| 12289 | </cms_item> | |||||
| 12290 | ||||||
| 12291 | <cms_item> | |||||
| 12292 | ||||||
| 12293 | <title> | |||||
| 12294 | Porto - Custom Block for Category Page Side bar for Demo24 | |||||
| 12295 | </title> | |||||
| 12296 | ||||||
| 12297 | <identifier> | |||||
| 12298 | porto_category_side_custom_block_24 | |||||
| 12299 | </identifier> | |||||
| 12300 | ||||||
| 12301 | <content> | |||||
| 12302 | <![CDATA[<h2 class="sidebar-title">Featured</h2> | |||||
| 12303 | <div class="sidebar-filterproducts custom-block" style="padding-bottom: 20px;"> | |||||
| 12304 | <div id="featured_product" class="owl-top-narrow"> | |||||
| 12305 | {{block class="Smartwave\Filterproducts\Block\Home\FeaturedList" name="featured_product" product_count="9" aspect_ratio="1" image_width="150" template="side_list.phtml"}} | |||||
| 12306 | </div> | |||||
| 12307 | <script type="text/javascript"> | |||||
| 12308 | require([ | |||||
| 12309 | 'jquery', | |||||
| 12310 | 'owl.carousel/owl.carousel.min' | |||||
| 12311 | ], function ($) { | |||||
| 12312 | $("#featured_product .owl-carousel").owlCarousel({ | |||||
| 12313 | loop: false, | |||||
| 12314 | items: 1, | |||||
| 12315 | nav: true, | |||||
| 12316 | navText: ["<em class='porto-icon-left-open-huge'></em>","<em class='porto-icon-right-open-huge'></em>"], | |||||
| 12317 | dots: false | |||||
| 12318 | }); | |||||
| 12319 | }); | |||||
| 12320 | </script> | |||||
| 12321 | </div> | |||||
| 12322 | <h2 style="font-weight:600;font-size:16px;color:#000;line-height:1;margin-bottom:15px;">Custom HTML Block</h2> | |||||
| 12323 | <h5 style="font-family:Arial;font-weight:400;font-size:11px;color:#878787;line-height:1;margin-bottom:13px;">This is a custom sub-title.</h5> | |||||
| 12324 | <p style="font-weight:400;font-size:14px;color:#666;line-height:1.42;">Lorem ipsum dolor sit amet, consectetur adipiscing elit. Cras non placerat mi. Etiam non tellus </p> | |||||
| 12325 | <div class="space" style="margin-bottom: 45px;"></div>]]> | |||||
| 12326 | </content> | |||||
| 12327 | ||||||
| 12328 | <is_active> | |||||
| 12329 | 1 | |||||
| 12330 | </is_active> | |||||
| 12331 | ||||||
| 12332 | </cms_item> | |||||
| 12333 | ||||||
| 12334 | <cms_item> | |||||
| 12335 | ||||||
| 12336 | <title> | |||||
| 12337 | Porto - Custom Block for Category Page Side bar for Demo25 | |||||
| 12338 | </title> | |||||
| 12339 | ||||||
| 12340 | <identifier> | |||||
| 12341 | porto_category_side_custom_block_25 | |||||
| 12342 | </identifier> | |||||
| 12343 | ||||||
| 12344 | <content> | |||||
| 12345 | <![CDATA[<h2 class="sidebar-title">Featured Products</h2> | |||||
| 12346 | <div class="sidebar-filterproducts custom-block" style="padding-bottom: 20px;"> | |||||
| 12347 | <div id="featured_product" class="owl-top-narrow"> | |||||
| 12348 | {{block class="Smartwave\Filterproducts\Block\Home\LatestList" name="featured_product" product_count="9" aspect_ratio="1" image_width="150" template="side_list.phtml"}} | |||||
| 12349 | </div> | |||||
| 12350 | <script type="text/javascript"> | |||||
| 12351 | require([ | |||||
| 12352 | 'jquery', | |||||
| 12353 | 'owl.carousel/owl.carousel.min' | |||||
| 12354 | ], function ($) { | |||||
| 12355 | $("#featured_product .owl-carousel").owlCarousel({ | |||||
| 12356 | loop: false, | |||||
| 12357 | items: 1, | |||||
| 12358 | nav: true, | |||||
| 12359 | navText: ["<em class='porto-icon-left-open-huge'></em>","<em class='porto-icon-right-open-huge'></em>"], | |||||
| 12360 | dots: false | |||||
| 12361 | }); | |||||
| 12362 | }); | |||||
| 12363 | </script> | |||||
| 12364 | </div>]]> | |||||
| 12365 | </content> | |||||
| 12366 | ||||||
| 12367 | <is_active> | |||||
| 12368 | 1 | |||||
| 12369 | </is_active> | |||||
| 12370 | ||||||
| 12371 | </cms_item> | |||||
| 12372 | ||||||
| 12373 | <cms_item> | |||||
| 12374 | ||||||
| 12375 | <title> | |||||
| 12376 | Porto - Custom Block for Category Page Side bar for Demo26 | |||||
| 12377 | </title> | |||||
| 12378 | ||||||
| 12379 | <identifier> | |||||
| 12380 | porto_category_side_custom_block_26 | |||||
| 12381 | </identifier> | |||||
| 12382 | ||||||
| 12383 | <content> | |||||
| 12384 | <![CDATA[<h2 class="sidebar-title">Featured Products</h2> | |||||
| 12385 | <div class="sidebar-filterproducts custom-block" style="padding-bottom: 20px;"> | |||||
| 12386 | <div id="featured_product" class="owl-top-narrow"> | |||||
| 12387 | {{block class="Smartwave\Filterproducts\Block\Home\LatestList" name="featured_product" product_count="9" aspect_ratio="1" image_width="150" template="side_list.phtml"}} | |||||
| 12388 | </div> | |||||
| 12389 | <script type="text/javascript"> | |||||
| 12390 | require([ | |||||
| 12391 | 'jquery', | |||||
| 12392 | 'owl.carousel/owl.carousel.min' | |||||
| 12393 | ], function ($) { | |||||
| 12394 | $("#featured_product .owl-carousel").owlCarousel({ | |||||
| 12395 | loop: false, | |||||
| 12396 | items: 1, | |||||
| 12397 | nav: false, | |||||
| 12398 | navText: ["<em class='porto-icon-left-open-huge'></em>","<em class='porto-icon-right-open-huge'></em>"], | |||||
| 12399 | dots: false | |||||
| 12400 | }); | |||||
| 12401 | }); | |||||
| 12402 | </script> | |||||
| 12403 | </div>]]> | |||||
| 12404 | </content> | |||||
| 12405 | ||||||
| 12406 | <is_active> | |||||
| 12407 | 1 | |||||
| 12408 | </is_active> | |||||
| 12409 | ||||||
| 12410 | </cms_item> | |||||
| 12411 | ||||||
| 12412 | <cms_item> | |||||
| 12413 | ||||||
| 12414 | <title> | |||||
| 12415 | Porto - Custom Block for Category Page Side bar for Demo27 | |||||
| 12416 | </title> | |||||
| 12417 | ||||||
| 12418 | <identifier> | |||||
| 12419 | porto_category_side_custom_block_27 | |||||
| 12420 | </identifier> | |||||
| 12421 | ||||||
| 12422 | <content> | |||||
| 12423 | <![CDATA[<h2 class="sidebar-title">Featured Products</h2> | |||||
| 12424 | <div class="sidebar-filterproducts custom-block" style="padding-bottom: 20px;"> | |||||
| 12425 | <div id="featured_product" class="owl-top-narrow"> | |||||
| 12426 | {{block class="Smartwave\Filterproducts\Block\Home\LatestList" name="featured_product" product_count="9" aspect_ratio="1" image_width="150" template="side_list.phtml"}} | |||||
| 12427 | </div> | |||||
| 12428 | <script type="text/javascript"> | |||||
| 12429 | require([ | |||||
| 12430 | 'jquery', | |||||
| 12431 | 'owl.carousel/owl.carousel.min' | |||||
| 12432 | ], function ($) { | |||||
| 12433 | $("#featured_product .owl-carousel").owlCarousel({ | |||||
| 12434 | loop: false, | |||||
| 12435 | items: 1, | |||||
| 12436 | nav: false, | |||||
| 12437 | navText: ["<em class='porto-icon-left-open-huge'></em>","<em class='porto-icon-right-open-huge'></em>"], | |||||
| 12438 | dots: false | |||||
| 12439 | }); | |||||
| 12440 | }); | |||||
| 12441 | </script> | |||||
| 12442 | </div>]]> | |||||
| 12443 | </content> | |||||
| 12444 | ||||||
| 12445 | <is_active> | |||||
| 12446 | 1 | |||||
| 12447 | </is_active> | |||||
| 12448 | ||||||
| 12449 | </cms_item> | |||||
| 12450 | ||||||
| 12451 | <cms_item> | |||||
| 12452 | ||||||
| 12453 | <title> | |||||
| 12454 | Porto - Custom Block for Category Page Side bar for Demo29 | |||||
| 12455 | </title> | |||||
| 12456 | ||||||
| 12457 | <identifier> | |||||
| 12458 | porto_category_side_custom_block_29 | |||||
| 12459 | </identifier> | |||||
| 12460 | ||||||
| 12461 | <content> | |||||
| 12462 | <![CDATA[<h2 class="sidebar-title">Featured Products</h2> | |||||
| 12463 | <div class="sidebar-filterproducts custom-block" style="padding-bottom: 20px;"> | |||||
| 12464 | <div id="featured_product" class="owl-top-narrow"> | |||||
| 12465 | {{block class="Smartwave\Filterproducts\Block\Home\FeaturedList" name="featured_product" product_count="9" aspect_ratio="1" image_width="150" template="side_list.phtml"}} | |||||
| 12466 | </div> | |||||
| 12467 | <script type="text/javascript"> | |||||
| 12468 | require([ | |||||
| 12469 | 'jquery', | |||||
| 12470 | 'owl.carousel/owl.carousel.min' | |||||
| 12471 | ], function ($) { | |||||
| 12472 | $("#featured_product .owl-carousel").owlCarousel({ | |||||
| 12473 | loop: false, | |||||
| 12474 | items: 1, | |||||
| 12475 | nav: true, | |||||
| 12476 | navText: ["<em class='porto-icon-left-open-huge'></em>","<em class='porto-icon-right-open-huge'></em>"], | |||||
| 12477 | dots: false | |||||
| 12478 | }); | |||||
| 12479 | }); | |||||
| 12480 | </script> | |||||
| 12481 | </div>]]> | |||||
| 12482 | </content> | |||||
| 12483 | ||||||
| 12484 | <is_active> | |||||
| 12485 | 1 | |||||
| 12486 | </is_active> | |||||
| 12487 | ||||||
| 12488 | </cms_item> | |||||
| 12489 | ||||||
| 12490 | <cms_item> | |||||
| 12491 | ||||||
| 12492 | <title> | |||||
| 12493 | Porto - Custom Block for Category Page Side bar for Demo30 | |||||
| 12494 | </title> | |||||
| 12495 | ||||||
| 12496 | <identifier> | |||||
| 12497 | porto_category_side_custom_block_30 | |||||
| 12498 | </identifier> | |||||
| 12499 | ||||||
| 12500 | <content> | |||||
| 12501 | <![CDATA[<h2 class="sidebar-title">Featured Products</h2> | |||||
| 12502 | <div class="sidebar-filterproducts custom-block" style="padding-bottom: 20px;"> | |||||
| 12503 | <div id="featured_product" class="owl-top-narrow"> | |||||
| 12504 | {{block class="Smartwave\Filterproducts\Block\Home\FeaturedList" name="featured_product" product_count="9" aspect_ratio="1" image_width="150" template="side_list.phtml"}} | |||||
| 12505 | </div> | |||||
| 12506 | <script type="text/javascript"> | |||||
| 12507 | require([ | |||||
| 12508 | 'jquery', | |||||
| 12509 | 'owl.carousel/owl.carousel.min' | |||||
| 12510 | ], function ($) { | |||||
| 12511 | $("#featured_product .owl-carousel").owlCarousel({ | |||||
| 12512 | loop: false, | |||||
| 12513 | items: 1, | |||||
| 12514 | nav: false, | |||||
| 12515 | navText: ["<em class='porto-icon-left-open-huge'></em>","<em class='porto-icon-right-open-huge'></em>"], | |||||
| 12516 | dots: false | |||||
| 12517 | }); | |||||
| 12518 | }); | |||||
| 12519 | </script> | |||||
| 12520 | </div>]]> | |||||
| 12521 | </content> | |||||
| 12522 | ||||||
| 12523 | <is_active> | |||||
| 12524 | 1 | |||||
| 12525 | </is_active> | |||||
| 12526 | ||||||
| 12527 | </cms_item> | |||||
| 12528 | ||||||
| 12529 | <cms_item> | |||||
| 12530 | ||||||
| 12531 | <title> | |||||
| 12532 | Porto - Custom Block for Product Page Side bar Demo25 | |||||
| 12533 | </title> | |||||
| 12534 | ||||||
| 12535 | <identifier> | |||||
| 12536 | porto_product_side_custom_block_demo25 | |||||
| 12537 | </identifier> | |||||
| 12538 | ||||||
| 12539 | <content> | |||||
| 12540 | <![CDATA[<h2 class="sidebar-title" style="border: 0;">FEATURED PRODUCTS</h2> | |||||
| 12541 | <div class="sidebar-filterproducts custom-block"> | |||||
| 12542 | <div id="featured_product" class="owl-top-narrow"> | |||||
| 12543 | {{block class="Smartwave\Filterproducts\Block\Home\LatestList" name="featured_product" product_count="9" aspect_ratio="1" image_width="150" template="side_list.phtml"}} | |||||
| 12544 | </div> | |||||
| 12545 | <script type="text/javascript"> | |||||
| 12546 | require([ | |||||
| 12547 | 'jquery', | |||||
| 12548 | 'owl.carousel/owl.carousel.min' | |||||
| 12549 | ], function ($) { | |||||
| 12550 | $("#featured_product .owl-carousel").owlCarousel({ | |||||
| 12551 | loop: false, | |||||
| 12552 | items: 1, | |||||
| 12553 | nav: false, | |||||
| 12554 | navText: ["<em class='porto-icon-left-open-big'></em>","<em class='porto-icon-right-open-big'></em>"], | |||||
| 12555 | dots: false | |||||
| 12556 | }); | |||||
| 12557 | }); | |||||
| 12558 | </script> | |||||
| 12559 | </div> | |||||
| 12560 | <div class="custom-block" style="border-top: 1px solid #e7e7e7;padding-top: 45px;"> | |||||
| 12561 | <h2 style="font-size: 12px;font-weight: 600;color: #141a1f;text-transform: uppercase;margin: 0;">Custom HTML Block</h2> | |||||
| 12562 | <h5 style="font-weight: 600;font-size: 14px;color: #7a7d82;line-height: 25px;margin: 5px 0 20px;letter-spacing: -0.01em;">This is a custom sub-title.</h5> | |||||
| 12563 | <p style="font-weight:400;font-size: 15px;color: #222529;line-height: 27px;margin-bottom: 40px;">Lorem ipsum dolor sit amet, con sec tetur elitad adipiscing Cras non placerat mi.</p> | |||||
| 12564 | </div> | |||||
| 12565 | <div class="custom-block" style="border-top: 1px solid #e7e7e7;padding-top: 45px;"> | |||||
| 12566 | <div class="row no-padding justify-content-end" style="background: url({{media url="wysiwyg/smartwave/porto/homepage/25/shop25_product_banner.jpg"}}) no-repeat;background-size: cover;padding: 150px 0 20px;"> | |||||
| 12567 | <div class="col-auto" style="padding-right: 24px !important;"> | |||||
| 12568 | <h2 style="font-size: 19px;line-height: 1;font-weight:600;margin: 0;margin-bottom: 8px;text-transform: uppercase;color: #fff;">Award Winners</h2> | |||||
| 12569 | <p style="color: rgba(255,255,255,0.5);margin-bottom: 16px;">12 Books</p> | |||||
| 12570 | <p style="margin: 0;"><a href="#" class="btn" style="background-color: #3256f4;color: #fff;font-size: 12px;font-weight: 600;line-height: 1.4;padding: 9px 15px;"><span>VIEW COLLECTIONS</span><i class="fas fa-long-arrow-alt-right" style="margin-left: 10px;"></i></a></p> | |||||
| 12571 | </div> | |||||
| 12572 | </div> | |||||
| 12573 | </div>]]> | |||||
| 12574 | </content> | |||||
| 12575 | ||||||
| 12576 | <is_active> | |||||
| 12577 | 1 | |||||
| 12578 | </is_active> | |||||
| 12579 | ||||||
| 12580 | </cms_item> | |||||
| 12581 | ||||||
| 12582 | <cms_item> | |||||
| 12583 | ||||||
| 12584 | <title> | |||||
| 12585 | Porto - Custom Block for Product Page Side bar Demo26 | |||||
| 12586 | </title> | |||||
| 12587 | ||||||
| 12588 | <identifier> | |||||
| 12589 | porto_product_side_custom_block_demo26 | |||||
| 12590 | </identifier> | |||||
| 12591 | ||||||
| 12592 | <content> | |||||
| 12593 | <![CDATA[<h2 class="sidebar-title" style="border: 0;">FEATURED PRODUCTS</h2> | |||||
| 12594 | <div class="sidebar-filterproducts custom-block"> | |||||
| 12595 | <div id="featured_product" class="owl-top-narrow"> | |||||
| 12596 | {{block class="Smartwave\Filterproducts\Block\Home\LatestList" name="featured_product" product_count="9" aspect_ratio="1" image_width="150" template="side_list.phtml"}} | |||||
| 12597 | </div> | |||||
| 12598 | <script type="text/javascript"> | |||||
| 12599 | require([ | |||||
| 12600 | 'jquery', | |||||
| 12601 | 'owl.carousel/owl.carousel.min' | |||||
| 12602 | ], function ($) { | |||||
| 12603 | $("#featured_product .owl-carousel").owlCarousel({ | |||||
| 12604 | loop: false, | |||||
| 12605 | items: 1, | |||||
| 12606 | nav: false, | |||||
| 12607 | navText: ["<em class='porto-icon-left-open-big'></em>","<em class='porto-icon-right-open-big'></em>"], | |||||
| 12608 | dots: false | |||||
| 12609 | }); | |||||
| 12610 | }); | |||||
| 12611 | </script> | |||||
| 12612 | </div> | |||||
| 12613 | <div class="custom-block" style="border-top: 1px solid #e7e7e7;padding-top: 45px;"> | |||||
| 12614 | <h2 style="font-size: 12px;font-weight: 600;color: #141a1f;text-transform: uppercase;margin: 0;">Custom HTML Block</h2> | |||||
| 12615 | <h5 style="font-weight: 600;font-size: 14px;color: #7a7d82;line-height: 25px;margin: 5px 0 20px;letter-spacing: -0.01em;">This is a custom sub-title.</h5> | |||||
| 12616 | <p style="font-weight:400;font-size: 15px;color: #222529;line-height: 27px;margin-bottom: 40px;">Lorem ipsum dolor sit amet, con sec tetur elitad adipiscing Cras non placerat mi.</p> | |||||
| 12617 | </div> | |||||
| 12618 | <div class="custom-block" style="border-top: 1px solid #e7e7e7;padding-top: 45px;"> | |||||
| 12619 | <div class="row no-padding justify-content-end" style="background: url({{media url="wysiwyg/smartwave/porto/homepage/26/shop26_home_banner2.jpg"}}) no-repeat;background-size: cover;padding: 150px 0 20px;"> | |||||
| 12620 | <div class="col-auto" style="padding-right: 24px !important;"> | |||||
| 12621 | <h2 style="font-size: 19px;line-height: 1;font-weight:600;margin: 0;margin-bottom: 8px;text-transform: uppercase;color: #fff;">AWARD WINNERS</h2> | |||||
| 12622 | <p style="color: rgba(255,255,255,0.5);margin-bottom: 16px;">12 Books</p> | |||||
| 12623 | <p style="margin: 0;"><a href="#" class="btn" style="background-color: #ec7200;color: #fff;font-size: 12px;font-weight: 600;line-height: 1.4;padding: 9px 15px;"><span>VIEW COLLECTIONS</span><i class="fas fa-long-arrow-alt-right" style="margin-left: 10px;"></i></a></p> | |||||
| 12624 | </div> | |||||
| 12625 | </div> | |||||
| 12626 | </div>]]> | |||||
| 12627 | </content> | |||||
| 12628 | ||||||
| 12629 | <is_active> | |||||
| 12630 | 1 | |||||
| 12631 | </is_active> | |||||
| 12632 | ||||||
| 12633 | </cms_item> | |||||
| 12634 | ||||||
| 12635 | <cms_item> | |||||
| 12636 | ||||||
| 12637 | <title> | |||||
| 12638 | Porto - Custom Block for Product Page Side bar Demo27 | |||||
| 12639 | </title> | |||||
| 12640 | ||||||
| 12641 | <identifier> | |||||
| 12642 | porto_product_side_custom_block_demo27 | |||||
| 12643 | </identifier> | |||||
| 12644 | ||||||
| 12645 | <content> | |||||
| 12646 | <![CDATA[<h2 class="sidebar-title" style="border: 0;">FEATURED PRODUCTS</h2> | |||||
| 12647 | <div class="sidebar-filterproducts custom-block"> | |||||
| 12648 | <div id="featured_product" class="owl-top-narrow"> | |||||
| 12649 | {{block class="Smartwave\Filterproducts\Block\Home\LatestList" name="featured_product" product_count="9" aspect_ratio="1" image_width="150" template="side_list.phtml"}} | |||||
| 12650 | </div> | |||||
| 12651 | <script type="text/javascript"> | |||||
| 12652 | require([ | |||||
| 12653 | 'jquery', | |||||
| 12654 | 'owl.carousel/owl.carousel.min' | |||||
| 12655 | ], function ($) { | |||||
| 12656 | $("#featured_product .owl-carousel").owlCarousel({ | |||||
| 12657 | loop: false, | |||||
| 12658 | items: 1, | |||||
| 12659 | nav: false, | |||||
| 12660 | navText: ["<em class='porto-icon-left-open-big'></em>","<em class='porto-icon-right-open-big'></em>"], | |||||
| 12661 | dots: false | |||||
| 12662 | }); | |||||
| 12663 | }); | |||||
| 12664 | </script> | |||||
| 12665 | </div> | |||||
| 12666 | <div class="custom-block" style="border-top: 1px solid #e7e7e7;padding-top: 45px;"> | |||||
| 12667 | <h2 style="font-size: 12px;font-weight: 600;color: #141a1f;text-transform: uppercase;margin: 0;">Custom HTML Block</h2> | |||||
| 12668 | <h5 style="font-weight: 600;font-size: 14px;color: #7a7d82;line-height: 25px;margin: 5px 0 20px;letter-spacing: -0.01em;">This is a custom sub-title.</h5> | |||||
| 12669 | <p style="font-weight:400;font-size: 15px;color: #222529;line-height: 27px;margin-bottom: 40px;">Lorem ipsum dolor sit amet, con sec tetur elitad adipiscing Cras non placerat mi.</p> | |||||
| 12670 | </div> | |||||
| 12671 | <div class="custom-block" style="border-top: 1px solid #e7e7e7;padding-top: 45px;"> | |||||
| 12672 | <div style="background-color: #4db7b3;padding: 40px 30px;"> | |||||
| 12673 | <div class="row"> | |||||
| 12674 | <div class="col-sm-12 d-flex align-items-center justify-content-center" style="flex-direction: column;color: #fff;"> | |||||
| 12675 | <h3 style="font-size: 33px;line-height: 1;text-align: left;font-weight: 700;margin: 0;font-family: 'Segoe Script','Savoye LET';">Flash Sale</h3> | |||||
| 12676 | <h2 style="font-size: 49px;line-height: 1;text-align: left;font-weight: 700;margin: 0;letter-spacing: 0.5px">30% OFF</h2> | |||||
| 12677 | </div> | |||||
| 12678 | <div class="col-sm-12 py-4"> | |||||
| 12679 | <img src="{{media url="wysiwyg/smartwave/porto/homepage/27/shop27_home_banner4.jpg"}}" alt="" style="display: block;margin: 0 auto;"> | |||||
| 12680 | </div> | |||||
| 12681 | <div class="col-sm-12 d-flex align-items-center justify-content-center" style="text-align: center;"> | |||||
| 12682 | <button class="btn" style="font-size: 14px;font-weight: 600;letter-spacing: 2.1px;line-height: 1.3333;background-color: #fff;color: #222529;padding: 16px 29px;height: auto;width: 100%;">SHOP ALL SALE</button> | |||||
| 12683 | </div> | |||||
| 12684 | </div> | |||||
| 12685 | </div> | |||||
| 12686 | </div>]]> | |||||
| 12687 | </content> | |||||
| 12688 | ||||||
| 12689 | <is_active> | |||||
| 12690 | 1 | |||||
| 12691 | </is_active> | |||||
| 12692 | ||||||
| 12693 | </cms_item> | |||||
| 12694 | ||||||
| 12695 | <cms_item> | |||||
| 12696 | ||||||
| 12697 | <title> | |||||
| 12698 | Porto - Custom Block for Product Page Side bar Demo28 | |||||
| 12699 | </title> | |||||
| 12700 | ||||||
| 12701 | <identifier> | |||||
| 12702 | porto_product_side_custom_block_demo28 | |||||
| 12703 | </identifier> | |||||
| 12704 | ||||||
| 12705 | <content> | |||||
| 12706 | <![CDATA[<h2 class="sidebar-title">FEATURED PRODUCTS</h2> | |||||
| 12707 | <div class="sidebar-filterproducts custom-block"> | |||||
| 12708 | <div id="featured_product" class="owl-top-narrow"> | |||||
| 12709 | {{block class="Smartwave\Filterproducts\Block\Home\LatestList" name="featured_product" product_count="9" aspect_ratio="1" image_width="150" template="side_list.phtml"}} | |||||
| 12710 | </div> | |||||
| 12711 | <script type="text/javascript"> | |||||
| 12712 | require([ | |||||
| 12713 | 'jquery', | |||||
| 12714 | 'owl.carousel/owl.carousel.min' | |||||
| 12715 | ], function ($) { | |||||
| 12716 | $("#featured_product .owl-carousel").owlCarousel({ | |||||
| 12717 | loop: false, | |||||
| 12718 | items: 1, | |||||
| 12719 | nav: false, | |||||
| 12720 | navText: ["<em class='porto-icon-left-open-big'></em>","<em class='porto-icon-right-open-big'></em>"], | |||||
| 12721 | dots: false | |||||
| 12722 | }); | |||||
| 12723 | }); | |||||
| 12724 | </script> | |||||
| 12725 | </div> | |||||
| 12726 | <h2 style="font-weight:600;font-size:12px;color:#000;line-height:1.4;margin-bottom:15px;">Custom HTML Block</h2> | |||||
| 12727 | <h5 style="font-family: 'Open Sans';font-weight:400;font-size: 14px;color: #777;line-height: 25px;margin-bottom: 20px;letter-spacing: 0.1px;">This is a custom sub-title.</h5> | |||||
| 12728 | <p style="font-weight:400;font-size: 13px;color: #222529;line-height: 24px;margin-bottom: 45px;">Lorem ipsum dolor sit amet, con sec tetur elitad adipiscing Cras non placerat mi.</p> | |||||
| 12729 | <div class="custom-block" style="border-top: 1px solid #e7e7e7;padding-top: 45px;"> | |||||
| 12730 | <div class="porto-ultimate-content-box" style="background: url({{media url="wysiwyg/smartwave/porto/homepage/28/shop28_home_banner2.jpg"}}) center no-repeat;background-size: cover;padding-top: 35px;background-color: #222529;height: 100%;min-height: 315px;box-shadow: rgba(0, 0, 0, 0.06) 0px 0px 20px -1px;color: #fff;"> | |||||
| 12731 | <h5 style="font-size: 12px;color: rgba(255,255,255,0.4);line-height: 1.5;text-align: center;font-weight: 500;margin: 0;letter-spacing: 0.025em;">CHECK NEW ARRIVALS</h5> | |||||
| 12732 | <h3 style="font-size: 25px;line-height: 1.2;text-align: center;font-weight: 700;margin: 0;">COOL LAMPS</h3> | |||||
| 12733 | </div> | |||||
| 12734 | </div>]]> | |||||
| 12735 | </content> | |||||
| 12736 | ||||||
| 12737 | <is_active> | |||||
| 12738 | 1 | |||||
| 12739 | </is_active> | |||||
| 12740 | ||||||
| 12741 | </cms_item> | |||||
| 12742 | ||||||
| 12743 | <cms_item> | |||||
| 12744 | ||||||
| 12745 | <title> | |||||
| 12746 | Porto - Custom Block for Product Page Side bar Demo29 | |||||
| 12747 | </title> | |||||
| 12748 | ||||||
| 12749 | <identifier> | |||||
| 12750 | porto_product_side_custom_block_demo29 | |||||
| 12751 | </identifier> | |||||
| 12752 | ||||||
| 12753 | <content> | |||||
| 12754 | <![CDATA[<h2 class="sidebar-title">FEATURED PRODUCTS</h2> | |||||
| 12755 | <div class="sidebar-filterproducts custom-block"> | |||||
| 12756 | <div id="featured_product" class="owl-top-narrow"> | |||||
| 12757 | {{block class="Smartwave\Filterproducts\Block\Home\LatestList" name="featured_product" product_count="9" aspect_ratio="1" image_width="150" template="side_list.phtml"}} | |||||
| 12758 | </div> | |||||
| 12759 | <script type="text/javascript"> | |||||
| 12760 | require([ | |||||
| 12761 | 'jquery', | |||||
| 12762 | 'owl.carousel/owl.carousel.min' | |||||
| 12763 | ], function ($) { | |||||
| 12764 | $("#featured_product .owl-carousel").owlCarousel({ | |||||
| 12765 | loop: false, | |||||
| 12766 | items: 1, | |||||
| 12767 | nav: false, | |||||
| 12768 | navText: ["<em class='porto-icon-left-open-big'></em>","<em class='porto-icon-right-open-big'></em>"], | |||||
| 12769 | dots: false | |||||
| 12770 | }); | |||||
| 12771 | }); | |||||
| 12772 | </script> | |||||
| 12773 | </div> | |||||
| 12774 | <div class="custom-block"> | |||||
| 12775 | <h2 style="text-transform: uppercase;margin: 0;font-size: 12px;font-weight: 600;color: #000;letter-spacing: 0.05em;border-bottom: 1px solid #e7e7e7;padding-bottom: 6px !important;margin-bottom: 15px;">Custom HTML Block</h2> | |||||
| 12776 | <h5 style="font-weight: 400;font-size: 13px;color: #777;line-height: 25px;margin: 5px 0 20px;letter-spacing: -0.01em;">This is a custom sub-title.</h5> | |||||
| 12777 | <p style="font-weight:400;font-size: 13px;color: #222529;line-height: 22px;margin-bottom: 30px;">Lorem ipsum dolor sit amet, con sec tetur elitad.</p> | |||||
| 12778 | </div> | |||||
| 12779 | <div class="custom-block" style="border-top: 1px solid #e7e7e7;padding-top: 22px;"> | |||||
| 12780 | <div style="background-color: #d66a79;padding: 20px;"> | |||||
| 12781 | <h2 style="font-size: 15px;line-height: 1;text-align: center;font-weight: 700;margin: -20px -20px 20px -20px;background-color: #f86c86;padding: 20px 0;color: #fff;">FLASH SALE RUNNING!</h2> | |||||
| 12782 | {{block class="Smartwave\Filterproducts\Block\Home\LatestList" name="latest_product_1" category_id="295" product_count="1" column_count="1" aspect_ratio="1" image_width="250" product_type="1" lazyload="none" template="grid.phtml"}} | |||||
| 12783 | <button class="btn btn-secondary btn-md" style="margin-top: 10px;width: 100%;">SHOP SALE NOW</button> | |||||
| 12784 | </div> | |||||
| 12785 | </div>]]> | |||||
| 12786 | </content> | |||||
| 12787 | ||||||
| 12788 | <is_active> | |||||
| 12789 | 1 | |||||
| 12790 | </is_active> | |||||
| 12791 | ||||||
| 12792 | </cms_item> | |||||
| 12793 | ||||||
| 12794 | <cms_item> | |||||
| 12795 | ||||||
| 12796 | <title> | |||||
| 12797 | Porto - Custom Block for Header 27 | |||||
| 12798 | </title> | |||||
| 12799 | ||||||
| 12800 | <identifier> | |||||
| 12801 | porto_custom_block_for_header_27 | |||||
| 12802 | </identifier> | |||||
| 12803 | ||||||
| 12804 | <content> | |||||
| 12805 | <![CDATA[<h5 style="color: #fff;font-size: 14px;line-height: 60px;font-weight: 500;margin: 0;">Get 10% OFF at the Porto Fashion Selection - <a style="font-weight: 700;" href="#">Shop Now!</a></h5>]]> | |||||
| 12806 | </content> | |||||
| 12807 | ||||||
| 12808 | <is_active> | |||||
| 12809 | 1 | |||||
| 12810 | </is_active> | |||||
| 12811 | ||||||
| 12812 | </cms_item> | |||||
| 12813 | ||||||
| 12814 | <cms_item> | |||||
| 12815 | ||||||
| 12816 | <title> | |||||
| 12817 | Porto - Footer Middle for 2 | |||||
| 12818 | </title> | |||||
| 12819 | ||||||
| 12820 | <identifier> | |||||
| 12821 | porto_footer_middle_for_2 | |||||
| 12822 | </identifier> | |||||
| 12823 | ||||||
| 12824 | <content> | |||||
| 12825 | <![CDATA[<div class="row"> | |||||
| 12826 | <div class="col-md-5 col-lg-3"> | |||||
| 12827 | <div class="block"> | |||||
| 12828 | <div class="block-title"><strong><span>CONTACT INFO</span></strong></div> | |||||
| 12829 | <div class="block-content"> | |||||
| 12830 | <ul class="contact-info" style="padding-top: 7px;"> | |||||
| 12831 | <li><i class="porto-icon-direction"> </i><p><b style="color: #fff;text-transform:uppercase;">Address</b><br>123 Street Name, City, England</p></li> | |||||
| 12832 | <li><i class="porto-icon-phone-1"> </i><p><b style="color: #fff;text-transform:uppercase;">Phone</b><br>Toll Free (123) 456-7890</p></li> | |||||
| 12833 | <li><i class="porto-icon-mail"> </i><p><b style="color: #fff;text-transform:uppercase;">Email</b><br><a href="mailto:mail@example.com">mail@example.com</a></p></li> | |||||
| 12834 | </ul> | |||||
| 12835 | </div> | |||||
| 12836 | </div> | |||||
| 12837 | </div> | |||||
| 12838 | <div class="col-md-7 offset-lg-1 col-lg-8"> | |||||
| 12839 | <div class="row"> | |||||
| 12840 | <div class="col-sm-5 col-lg-3"> | |||||
| 12841 | <div class="block"> | |||||
| 12842 | <div class="block-title"><strong><span>ACCOUNT</span></strong></div> | |||||
| 12843 | <div class="block-content"> | |||||
| 12844 | <ul class="links"> | |||||
| 12845 | <li><i class="porto-icon-right-dir theme-color"></i><a href="{{store url="about-porto-3"}}" title="About us">About us</a></li> | |||||
| 12846 | <li><i class="porto-icon-right-dir theme-color"></i><a href="{{store url="contact"}}" title="Contact Us">Contact us</a></li> | |||||
| 12847 | <li><i class="porto-icon-right-dir theme-color"></i><a href="{{store url="customer/account"}}" title="My Account">My Account</a></li> | |||||
| 12848 | <li><i class="porto-icon-right-dir theme-color"></i><a href="{{store url="sales/order/history"}}" title="My Account">Order history</a></li> | |||||
| 12849 | <li><i class="porto-icon-right-dir theme-color"></i><a href="{{store url="catalogsearch/advanced"}}" title="Contact us">Advanced search</a></li> | |||||
| 12850 | </ul> | |||||
| 12851 | </div> | |||||
| 12852 | </div> | |||||
| 12853 | </div> | |||||
| 12854 | <div class="col-sm-7 col-lg-4"> | |||||
| 12855 | <div class="block"> | |||||
| 12856 | <div class="block-title"><strong><span>MAIN FEATURES</span></strong></div> | |||||
| 12857 | <div class="block-content"> | |||||
| 12858 | <ul class="features"> | |||||
| 12859 | <li><i class="porto-icon-right-dir theme-color"></i><a href="#">Super Fast Magento Theme</a></li> | |||||
| 12860 | <li><i class="porto-icon-right-dir theme-color"></i><a href="#">1st Fully working Ajax Theme</a></li> | |||||
| 12861 | <li><i class="porto-icon-right-dir theme-color"></i><a href="#">20 Unique Homepage Layouts</a></li> | |||||
| 12862 | <li><i class="porto-icon-right-dir theme-color"></i><a href="#">Powerful Admin Panel</a></li> | |||||
| 12863 | <li><i class="porto-icon-right-dir theme-color"></i><a href="#">Mobile & Retina Optimized</a></li> | |||||
| 12864 | </ul> | |||||
| 12865 | </div> | |||||
| 12866 | </div> | |||||
| 12867 | </div> | |||||
| 12868 | <div class="col-md-12 col-lg-5"> | |||||
| 12869 | <div class="block" style="margin-bottom: 20px;"> | |||||
| 12870 | <div class="block-title"><strong><span>NEWSLETTER</span></strong></div> | |||||
| 12871 | <div class="block-content"> | |||||
| 12872 | <p style="margin-bottom: 30px;line-height: 25px;letter-spacing: 0.1px;">Get all the latest information on Events, Sales and Offers. Sign up for newsletter today.</p> | |||||
| 12873 | {{block class="Magento\Newsletter\Block\Subscribe" name="home.newsletter" template="subscribe_form.phtml"}} | |||||
| 12874 | </div> | |||||
| 12875 | </div> | |||||
| 12876 | </div> | |||||
| 12877 | </div> | |||||
| 12878 | </div> | |||||
| 12879 | </div>]]> | |||||
| 12880 | </content> | |||||
| 12881 | ||||||
| 12882 | <is_active> | |||||
| 12883 | 1 | |||||
| 12884 | </is_active> | |||||
| 12885 | ||||||
| 12886 | </cms_item> | |||||
| 12887 | ||||||
| 12888 | </blocks> | 8992 | </blocks> | |||
| 12889 | </root> | 8993 | </root> |
Araxis Merge (but not the data content of this report) is Copyright © 1993–2019 Araxis Ltd (www.araxis.com). All rights reserved.