{"id":24,"date":"2017-02-28T12:35:51","date_gmt":"2017-02-28T12:35:51","guid":{"rendered":"http:\/\/victorthemes.com\/themes\/elsey\/?page_id=24"},"modified":"2017-02-28T12:35:51","modified_gmt":"2017-02-28T12:35:51","slug":"shop-default","status":"publish","type":"page","link":"https:\/\/izoproofficial.shop\/","title":{"rendered":"Shop &#8211; Default"},"content":{"rendered":"<section class=\"wpb-content-wrapper\"><p>[vc_row full_width=&#8221;stretch_row_content_no_spaces&#8221; overlay_dotted=&#8221;&#8221;][vc_column]<div class=\"els-prslr els-banner-slider-6a4ed5b592780 els-prslr-height-fixed \"><div class=\"els-prslr-box els-prslr-box-6a4ed5b59279d\" ><div class=\"els-prslr-img\"><img decoding=\"async\" src=\"https:\/\/izoproofficial.shop\/wp-content\/uploads\/2017\/01\/parallax-two.jpg\" class=\"els-prslr-image\"><\/div><div class=\"els-prslr-content h_left v_center align_left\" style=\"\"><div class=\"els-prslr-text\"><div class=\"els-prslr-intro\"><div class=\"els-prslr-title els-animate animated\" data-animate=\"fadeInRight\">New Offer<br\/>Available For Today<\/div><\/div><div class=\"els-prslr-desc els-animate animated\" data-animate=\"fadeInRight\">New Season Drops from the brand based collection get it now to<br\/>Explore the New Offers<\/div><div class=\"els-prslr-btns\"><div class=\"els-prslr-shopNow-title els-animate animated\" data-animate=\"fadeInRight\"><a href=\"#0\">Purchase Now<\/a><\/div><div class=\"els-prslr-viewNow-title els-animate animated\" data-animate=\"fadeInRight\"><a href=\"#0\">View Collection<\/a><\/div><\/div><\/div><\/div><\/div><div class=\"els-prslr-box els-prslr-box-6a4ed5b592942\" ><div class=\"els-prslr-img\"><img decoding=\"async\" src=\"https:\/\/izoproofficial.shop\/wp-content\/uploads\/2017\/01\/parallax-one.jpg\" class=\"els-prslr-image\"><\/div><div class=\"els-prslr-content h_right v_center align_left\" style=\"\"><div class=\"els-prslr-text\"><div class=\"els-prslr-intro\"><div class=\"els-prslr-title els-animate animated\" data-animate=\"fadeInRight\">Shop With Elsey<br\/>At Low Prices<\/div><\/div><div class=\"els-prslr-desc els-animate animated\" data-animate=\"fadeInRight\">Offer Sale for Cloths Toys Books and More. Grab With Us<br\/>Explore Your Collection With Offers <\/div><div class=\"els-prslr-btns\"><div class=\"els-prslr-shopNow-title els-animate animated\" data-animate=\"fadeInRight\"><a href=\"#0\">Purchase Now<\/a><\/div><div class=\"els-prslr-viewNow-title els-animate animated\" data-animate=\"fadeInRight\"><a href=\"#0\">View Collection<\/a><\/div><\/div><\/div><\/div><\/div><div class=\"els-prslr-box els-prslr-box-6a4ed5b592a88\" ><div class=\"els-prslr-img\"><img decoding=\"async\" src=\"https:\/\/izoproofficial.shop\/wp-content\/uploads\/2017\/01\/parallax-one.jpg\" class=\"els-prslr-image\"><\/div><div class=\"els-prslr-content h_right v_center align_right\" style=\"\"><div class=\"els-prslr-text\"><div class=\"els-prslr-intro\"><div class=\"els-prslr-title els-animate animated\" data-animate=\"fadeInRight\">The Mens Fashion<br\/>Collection For 2017<\/div><\/div><div class=\"els-prslr-desc els-animate animated\" data-animate=\"fadeInRight\">The true confident come to you when you wear fashionable dress<\/div><div class=\"els-prslr-btns\"><div class=\"els-prslr-shopNow-title els-animate animated\" data-animate=\"fadeInRight\"><a href=\"#0\">View Collection <\/a><\/div><div class=\"els-prslr-viewNow-title els-animate animated\" data-animate=\"fadeInRight\"><a href=\"#0\">Purchase Now<\/a><\/div><\/div><\/div><\/div><\/div><\/div>\n    <script type=\"text\/javascript\">\n\n    \tjQuery(window).load(function() {\n\n    \t\tvar $sliderGrid = jQuery('.els-banner-slider-6a4ed5b592780');\n\n    \t\t$sliderGrid.on('init', function(event, slick) {\n    \t\t\tjQuery(document).trigger('banner-slider-loaded');\n  \t\t    var $slideActive   = $sliderGrid.find('.slick-track .slick-active');\n  \t\t    var $bannerContent = $slideActive.find('.els-animate');\n\t\t\t\t\tif ($bannerContent.length) {\n\t\t\t\t\t\t$bannerContent.css('opacity', '1');\n\t\t\t\t\t\t$bannerAnimation = $bannerContent.data('animate');\n\t\t\t\t\t\t$bannerContent.addClass($bannerAnimation);\n\t\t\t\t\t}\n\t\t    });\n\n    \t\t$sliderGrid.slick({\n\t        rows:           1,\n\t        slidesPerRow:   1,\n\t        slidesToShow:   1,\n\t        adaptiveHeight: false,\n\t        arrows:         true,\n\t        autoplay:       false,\n\t        autoplaySpeed:  3000,\n\t        dots:           false,\n\t        fade:           false,\n\t        infinite:       true,\n\t        pauseOnHover:   false,\n\t        prevArrow:      \"<div class='els-prslr-nav prslr-prev'><i class='fa fa-angle-left' aria-hidden='true'><\/i><\/div>\",\n\t        nextArrow:      \"<div class='els-prslr-nav prslr-next'><i class='fa fa-angle-right' aria-hidden='true'><\/i><\/div>\",\n\t        speed:          300,\n        });\n\n        $sliderGrid.on('beforeChange', function(event, slick, currentSlide, nextSlide) {\n        \tvar $currentSlide  = jQuery(slick.$slides[slick.currentSlide]);\n        \tvar $bannerContent = $currentSlide.find('.els-animate');\n        \tif ($bannerContent.length) {\n        \t\t$bannerContent.css('opacity', '0');\n\t\t\t\t\t\t$bannerAnimation = $bannerContent.data('animate');\n\t\t\t\t\t\t$bannerContent.removeClass($bannerAnimation);\n\t\t\t\t\t}\n\t\t\t\t});\n\n        $sliderGrid.on('afterChange', function(event, slick, currentSlide, nextSlide) {\n        \tvar $currentSlide  = jQuery(slick.$slides[slick.currentSlide]);\n        \tvar $bannerContent = $currentSlide.find('.els-animate');\n        \tif ($bannerContent.length) {\n        \t\t$bannerContent.css('opacity', '1');\n\t\t\t\t\t\t$bannerAnimation = $bannerContent.data('animate');\n\t\t\t\t\t\t$bannerContent.addClass($bannerAnimation);\n\t\t\t\t\t}\n        });\n\n      });\n\n    <\/script>\n\n  [\/vc_column][\/vc_row][vc_row full_width=&#8221;stretch_row_content&#8221; overlay_dotted=&#8221;&#8221; css=&#8221;.vc_custom_1500520285926{padding-top: 0px !important;background-color: #f6f6f6 !important;}&#8221;][vc_column css=&#8221;.vc_custom_1500520326577{padding-top: 20px !important;}&#8221;]<div class=\"els-cat-default els-cat-wrap els-cat-default-6a4ed5b592c99 \"><\/div>\n      <script type=\"text\/javascript\">\n        jQuery(document).ready(function($) {\n          var $catGridDefault = $('.els-cat-default-6a4ed5b592c99 .els-catdt-box');\n      \t\t$catGridDefault.imagesLoaded(function() {\n\t\t\t    \t$catGridDefault.matchHeight({\n\t\t\t        \tbyRow: false\n\t\t\t    \t});\n    \t\t\t});\n\t    \t});\n      <\/script>\n\n    [\/vc_column][\/vc_row][vc_row overlay_dotted=&#8221;&#8221; css=&#8221;.vc_custom_1496908524688{padding-top: 78px !important;padding-bottom: 30px !important;}&#8221;][vc_column css=&#8221;.vc_custom_1496998858589{margin-top: 0px !important;margin-right: 0px !important;margin-bottom: 0px !important;margin-left: 0px !important;border-top-width: 0px !important;border-right-width: 0px !important;border-bottom-width: 0px !important;border-left-width: 0px !important;padding-top: 0px !important;padding-bottom: 0px !important;}&#8221;]\n    <div class=\"woocommerce els-prsc-products els-products-6a4ed5b592d21 \">\n      <div class=\"els-shop-wrapper woo-col-4 els-no-ajax\">\n\n        \n        <div class=\"els-prsc-heading row\"><div class=\"col-lg-6 col-md-6 col-sm-6 col-12\"><h4 class=\"els-prsc-title\">SHOP NEW COLLECTION<\/h4><\/div><div class=\"col-lg-6 col-md-6 col-sm-6 col-12 els-prsc-view-all\"><a href=\"https:\/\/izoproofficial.shop\/?page_id=7\">              <span class=\"els-parent-dots\">\n                <span class=\"els-dots-row\">\n                 <span class=\"els-child-dots\"><\/span>\n                 <span class=\"els-child-dots\"><\/span>\n                 <span class=\"els-child-dots\"><\/span>\n                <\/span>\n                <span class=\"els-dots-row\">\n                 <span class=\"els-child-dots\"><\/span>\n                 <span class=\"els-child-dots\"><\/span>\n                 <span class=\"els-child-dots\"><\/span>\n                <\/span>\n                <span class=\"els-dots-row\">\n                 <span class=\"els-child-dots\"><\/span>\n                 <span class=\"els-child-dots\"><\/span>\n                 <span class=\"els-child-dots\"><\/span>\n                <\/span>\n              <\/span>\n              VIEW ALL PRODUCTS<\/a><\/div><\/div>\n        <div class=\"els-shop-load-anim\">\n          <div class=\"line-scale-pulse-out\">\n            <div><\/div>\n            <div><\/div>\n            <div><\/div>\n            <div><\/div>\n            <div><\/div>\n          <\/div>\n        <\/div>\n\n        <div class=\"els-products-full-wrap els-shop-default\" data-shopurl=\"https:\/\/izoproofficial.shop\/?page_id=7\">\n          <ul class=\"products\" >\n\n          \n              <li class=\"post-3081 product type-product status-publish product_cat-headpiece product_cat-mens product_tag-white first instock shipping-taxable purchasable product-type-simple\">\n\n                <div class=\"els-product-image\" >\n                  <a href=\"https:\/\/izoproofficial.shop\/?product=printable-t-shirts\" class=\"woocommerce-LoopProduct-link\"><\/a>\n\n                  <div class=\"els-product-featured-image \"><img decoding=\"async\" src=\"https:\/\/izoproofficial.shop\/wp-content\/themes\/elsey\/inc\/plugins\/woocommerce\/images\/shop-sample.jpg\" class=\"attachment-shop-catalog size-shop_catalog\" alt=\"\"\/><\/div>\n                  <div class=\"els-product-atc\">\n                    <a href=\"\/index.php?rest_route=%2Fwp%2Fv2%2Fpages%2F24&#038;add-to-cart=3081\" aria-describedby=\"woocommerce_loop_add_to_cart_link_describedby_3081\" data-quantity=\"1\" class=\"button product_type_simple add_to_cart_button ajax_add_to_cart\" data-product_id=\"3081\" data-product_sku=\"603121\" aria-label=\"Add to cart: &ldquo;Printable T-Shirts&rdquo;\" rel=\"nofollow\" data-success_message=\"&ldquo;Printable T-Shirts&rdquo; has been added to your cart\" role=\"button\">Add to cart<\/a>\t<span id=\"woocommerce_loop_add_to_cart_link_describedby_3081\" class=\"screen-reader-text\">\n\t\t\t<\/span>\n                  <\/div>\n              \t<\/div>\n\n                <div class=\"els-product-info\">\n                  <div class=\"els-product-title\">\n                    <h3><a href=\"https:\/\/izoproofficial.shop\/?product=printable-t-shirts\">Printable T-Shirts<\/a><\/h3>\n                    <div class=\"els-product-wishlist\">\n                      <div class=\"yith-add-to-wishlist-button-block\" data-product-id=\"3081\" data-attributes=\"{&quot;kind&quot;:&quot;button&quot;,&quot;icon&quot;:&quot;fa-heart-o&quot;}\"><\/div>                    <\/div>\n                  <\/div>\n                  <div class=\"els-product-cats\"><a href=\"https:\/\/izoproofficial.shop\/?product_cat=headpiece\" rel=\"tag\">Headpiece<\/a>, <a href=\"https:\/\/izoproofficial.shop\/?product_cat=mens\" rel=\"tag\">Mens<\/a><\/div>                  <div class=\"els-product-price price\"><div class=\"els-pr-price\"><span class=\"woocommerce-Price-amount amount\"><bdi><span class=\"woocommerce-Price-currencySymbol\" translate=\"no\">UGX<\/span>&nbsp;150<\/bdi><\/span><\/div><\/div>\n                <\/div>\n\n            \t<\/li>\n          \t\n              <li class=\"post-2663 product type-product status-publish product_cat-clothings product_cat-mens product_tag-black  instock downloadable shipping-taxable purchasable product-type-simple\">\n\n                <div class=\"els-product-image\" >\n                  <a href=\"https:\/\/izoproofficial.shop\/?product=bewak-multipurpose-bag\" class=\"woocommerce-LoopProduct-link\"><\/a>\n\n                  <div class=\"els-product-featured-image \"><img decoding=\"async\" src=\"https:\/\/izoproofficial.shop\/wp-content\/themes\/elsey\/inc\/plugins\/woocommerce\/images\/shop-sample.jpg\" class=\"attachment-shop-catalog size-shop_catalog\" alt=\"\"\/><\/div>\n                  <div class=\"els-product-atc\">\n                    <a href=\"\/index.php?rest_route=%2Fwp%2Fv2%2Fpages%2F24&#038;add-to-cart=2663\" aria-describedby=\"woocommerce_loop_add_to_cart_link_describedby_2663\" data-quantity=\"1\" class=\"button product_type_simple add_to_cart_button ajax_add_to_cart\" data-product_id=\"2663\" data-product_sku=\"603108\" aria-label=\"Add to cart: &ldquo;Bewak Multipurpose Bag&rdquo;\" rel=\"nofollow\" data-success_message=\"&ldquo;Bewak Multipurpose Bag&rdquo; has been added to your cart\" role=\"button\">Add to cart<\/a>\t<span id=\"woocommerce_loop_add_to_cart_link_describedby_2663\" class=\"screen-reader-text\">\n\t\t\t<\/span>\n                  <\/div>\n              \t<\/div>\n\n                <div class=\"els-product-info\">\n                  <div class=\"els-product-title\">\n                    <h3><a href=\"https:\/\/izoproofficial.shop\/?product=bewak-multipurpose-bag\">Bewak Multipurpose Bag<\/a><\/h3>\n                    <div class=\"els-product-wishlist\">\n                      <div class=\"yith-add-to-wishlist-button-block\" data-product-id=\"2663\" data-attributes=\"{&quot;kind&quot;:&quot;button&quot;,&quot;icon&quot;:&quot;fa-heart-o&quot;}\"><\/div>                    <\/div>\n                  <\/div>\n                  <div class=\"els-product-cats\"><a href=\"https:\/\/izoproofficial.shop\/?product_cat=clothings\" rel=\"tag\">Clothing<\/a>, <a href=\"https:\/\/izoproofficial.shop\/?product_cat=mens\" rel=\"tag\">Mens<\/a><\/div>                  <div class=\"els-product-price price\"><div class=\"els-pr-price\"><span class=\"woocommerce-Price-amount amount\"><bdi><span class=\"woocommerce-Price-currencySymbol\" translate=\"no\">UGX<\/span>&nbsp;190<\/bdi><\/span><\/div><\/div>\n                <\/div>\n\n            \t<\/li>\n          \t\n              <li class=\"post-2753 product type-product status-publish product_cat-clothings product_tag-black  instock downloadable shipping-taxable purchasable product-type-simple\">\n\n                <div class=\"els-product-image\" >\n                  <a href=\"https:\/\/izoproofficial.shop\/?product=mens-flap-collar\" class=\"woocommerce-LoopProduct-link\"><\/a>\n\n                  <div class=\"els-product-featured-image \"><img decoding=\"async\" src=\"https:\/\/izoproofficial.shop\/wp-content\/themes\/elsey\/inc\/plugins\/woocommerce\/images\/shop-sample.jpg\" class=\"attachment-shop-catalog size-shop_catalog\" alt=\"\"\/><\/div>\n                  <div class=\"els-product-atc\">\n                    <a href=\"\/index.php?rest_route=%2Fwp%2Fv2%2Fpages%2F24&#038;add-to-cart=2753\" aria-describedby=\"woocommerce_loop_add_to_cart_link_describedby_2753\" data-quantity=\"1\" class=\"button product_type_simple add_to_cart_button ajax_add_to_cart\" data-product_id=\"2753\" data-product_sku=\"603112\" aria-label=\"Add to cart: &ldquo;Men&#039;s Flap Collar&rdquo;\" rel=\"nofollow\" data-success_message=\"&ldquo;Men&#039;s Flap Collar&rdquo; has been added to your cart\" role=\"button\">Add to cart<\/a>\t<span id=\"woocommerce_loop_add_to_cart_link_describedby_2753\" class=\"screen-reader-text\">\n\t\t\t<\/span>\n                  <\/div>\n              \t<\/div>\n\n                <div class=\"els-product-info\">\n                  <div class=\"els-product-title\">\n                    <h3><a href=\"https:\/\/izoproofficial.shop\/?product=mens-flap-collar\">Men&#8217;s Flap Collar<\/a><\/h3>\n                    <div class=\"els-product-wishlist\">\n                      <div class=\"yith-add-to-wishlist-button-block\" data-product-id=\"2753\" data-attributes=\"{&quot;kind&quot;:&quot;button&quot;,&quot;icon&quot;:&quot;fa-heart-o&quot;}\"><\/div>                    <\/div>\n                  <\/div>\n                  <div class=\"els-product-cats\"><a href=\"https:\/\/izoproofficial.shop\/?product_cat=clothings\" rel=\"tag\">Clothing<\/a><\/div>                  <div class=\"els-product-price price\"><div class=\"els-pr-price\"><span class=\"woocommerce-Price-amount amount\"><bdi><span class=\"woocommerce-Price-currencySymbol\" translate=\"no\">UGX<\/span>&nbsp;220<\/bdi><\/span><\/div><\/div>\n                <\/div>\n\n            \t<\/li>\n          \t\n              <li class=\"post-3044 product type-product status-publish product_cat-mens product_cat-watch product_tag-leather last instock sale shipping-taxable purchasable product-type-simple\">\n\n                <div class=\"els-product-image\" >\n                  <a href=\"https:\/\/izoproofficial.shop\/?product=men-v-neck-t-shirt\" class=\"woocommerce-LoopProduct-link\"><\/a>\n\n                  <span class=\"els-product-onsale\">Sale!<\/span><div class=\"els-product-featured-image \"><img decoding=\"async\" src=\"https:\/\/izoproofficial.shop\/wp-content\/themes\/elsey\/inc\/plugins\/woocommerce\/images\/shop-sample.jpg\" class=\"attachment-shop-catalog size-shop_catalog\" alt=\"\"\/><\/div>\n                  <div class=\"els-product-atc\">\n                    <a href=\"\/index.php?rest_route=%2Fwp%2Fv2%2Fpages%2F24&#038;add-to-cart=3044\" aria-describedby=\"woocommerce_loop_add_to_cart_link_describedby_3044\" data-quantity=\"1\" class=\"button product_type_simple add_to_cart_button ajax_add_to_cart\" data-product_id=\"3044\" data-product_sku=\"603119\" aria-label=\"Add to cart: &ldquo;Men V-neck T-Shirt&rdquo;\" rel=\"nofollow\" data-success_message=\"&ldquo;Men V-neck T-Shirt&rdquo; has been added to your cart\" role=\"button\">Add to cart<\/a>\t<span id=\"woocommerce_loop_add_to_cart_link_describedby_3044\" class=\"screen-reader-text\">\n\t\t\t<\/span>\n                  <\/div>\n              \t<\/div>\n\n                <div class=\"els-product-info\">\n                  <div class=\"els-product-title\">\n                    <h3><a href=\"https:\/\/izoproofficial.shop\/?product=men-v-neck-t-shirt\">Men V-neck T-Shirt<\/a><\/h3>\n                    <div class=\"els-product-wishlist\">\n                      <div class=\"yith-add-to-wishlist-button-block\" data-product-id=\"3044\" data-attributes=\"{&quot;kind&quot;:&quot;button&quot;,&quot;icon&quot;:&quot;fa-heart-o&quot;}\"><\/div>                    <\/div>\n                  <\/div>\n                  <div class=\"els-product-cats\"><a href=\"https:\/\/izoproofficial.shop\/?product_cat=mens\" rel=\"tag\">Mens<\/a>, <a href=\"https:\/\/izoproofficial.shop\/?product_cat=watch\" rel=\"tag\">Watch<\/a><\/div>                  <div class=\"els-product-price price\"><div class=\"els-pr-price\"><del aria-hidden=\"true\"><span class=\"woocommerce-Price-amount amount\"><bdi><span class=\"woocommerce-Price-currencySymbol\" translate=\"no\">UGX<\/span>&nbsp;180<\/bdi><\/span><\/del> <span class=\"screen-reader-text\">Original price was: UGX&nbsp;180.<\/span><ins aria-hidden=\"true\"><span class=\"woocommerce-Price-amount amount\"><bdi><span class=\"woocommerce-Price-currencySymbol\" translate=\"no\">UGX<\/span>&nbsp;165<\/bdi><\/span><\/ins><span class=\"screen-reader-text\">Current price is: UGX&nbsp;165.<\/span><\/div><\/div>\n                <\/div>\n\n            \t<\/li>\n          \t\n              <li class=\"post-2358 product type-product status-publish product_cat-mens product_cat-sweaters product_cat-watch product_tag-leather first instock shipping-taxable purchasable product-type-variable\">\n\n                <div class=\"els-product-image\" >\n                  <a href=\"https:\/\/izoproofficial.shop\/?product=round-neck-t-shirt\" class=\"woocommerce-LoopProduct-link\"><\/a>\n\n                  <div class=\"els-product-featured-image \"><img decoding=\"async\" src=\"https:\/\/izoproofficial.shop\/wp-content\/themes\/elsey\/inc\/plugins\/woocommerce\/images\/shop-sample.jpg\" class=\"attachment-shop-catalog size-shop_catalog\" alt=\"\"\/><\/div>\n                  <div class=\"els-product-atc\">\n                    <a href=\"https:\/\/izoproofficial.shop\/?product=round-neck-t-shirt\" aria-describedby=\"woocommerce_loop_add_to_cart_link_describedby_2358\" data-quantity=\"1\" class=\"button product_type_variable add_to_cart_button\" data-product_id=\"2358\" data-product_sku=\"603102\" aria-label=\"Select options for &ldquo;Round Neck  T-Shirt&rdquo;\" rel=\"nofollow\">Select options<\/a>\t<span id=\"woocommerce_loop_add_to_cart_link_describedby_2358\" class=\"screen-reader-text\">\n\t\tThis product has multiple variants. The options may be chosen on the product page\t<\/span>\n                  <\/div>\n              \t<\/div>\n\n                <div class=\"els-product-info\">\n                  <div class=\"els-product-title\">\n                    <h3><a href=\"https:\/\/izoproofficial.shop\/?product=round-neck-t-shirt\">Round Neck  T-Shirt<\/a><\/h3>\n                    <div class=\"els-product-wishlist\">\n                      <div class=\"yith-add-to-wishlist-button-block\" data-product-id=\"2358\" data-attributes=\"{&quot;kind&quot;:&quot;button&quot;,&quot;icon&quot;:&quot;fa-heart-o&quot;}\"><\/div>                    <\/div>\n                  <\/div>\n                  <div class=\"els-product-cats\"><a href=\"https:\/\/izoproofficial.shop\/?product_cat=mens\" rel=\"tag\">Mens<\/a>, <a href=\"https:\/\/izoproofficial.shop\/?product_cat=sweaters\" rel=\"tag\">Sweaters<\/a>, <a href=\"https:\/\/izoproofficial.shop\/?product_cat=watch\" rel=\"tag\">Watch<\/a><\/div>                  <div class=\"els-product-price price\"><div class=\"els-pr-price\"><span class=\"woocommerce-Price-amount amount\"><bdi><span class=\"woocommerce-Price-currencySymbol\" translate=\"no\">UGX<\/span>&nbsp;145<\/bdi><\/span><\/div><\/div>\n                <\/div>\n\n            \t<\/li>\n          \t\n              <li class=\"post-3434 product type-product status-publish product_cat-mens product_tag-leather  instock shipping-taxable purchasable product-type-simple\">\n\n                <div class=\"els-product-image\" >\n                  <a href=\"https:\/\/izoproofficial.shop\/?product=casual-shoes-2\" class=\"woocommerce-LoopProduct-link\"><\/a>\n\n                  <div class=\"els-product-featured-image \"><img decoding=\"async\" src=\"https:\/\/izoproofficial.shop\/wp-content\/themes\/elsey\/inc\/plugins\/woocommerce\/images\/shop-sample.jpg\" class=\"attachment-shop-catalog size-shop_catalog\" alt=\"\"\/><\/div>\n                  <div class=\"els-product-atc\">\n                    <a href=\"\/index.php?rest_route=%2Fwp%2Fv2%2Fpages%2F24&#038;add-to-cart=3434\" aria-describedby=\"woocommerce_loop_add_to_cart_link_describedby_3434\" data-quantity=\"1\" class=\"button product_type_simple add_to_cart_button ajax_add_to_cart\" data-product_id=\"3434\" data-product_sku=\"603132\" aria-label=\"Add to cart: &ldquo;Casual Shoes&rdquo;\" rel=\"nofollow\" data-success_message=\"&ldquo;Casual Shoes&rdquo; has been added to your cart\" role=\"button\">Add to cart<\/a>\t<span id=\"woocommerce_loop_add_to_cart_link_describedby_3434\" class=\"screen-reader-text\">\n\t\t\t<\/span>\n                  <\/div>\n              \t<\/div>\n\n                <div class=\"els-product-info\">\n                  <div class=\"els-product-title\">\n                    <h3><a href=\"https:\/\/izoproofficial.shop\/?product=casual-shoes-2\">Casual Shoes<\/a><\/h3>\n                    <div class=\"els-product-wishlist\">\n                      <div class=\"yith-add-to-wishlist-button-block\" data-product-id=\"3434\" data-attributes=\"{&quot;kind&quot;:&quot;button&quot;,&quot;icon&quot;:&quot;fa-heart-o&quot;}\"><\/div>                    <\/div>\n                  <\/div>\n                  <div class=\"els-product-cats\"><a href=\"https:\/\/izoproofficial.shop\/?product_cat=mens\" rel=\"tag\">Mens<\/a><\/div>                  <div class=\"els-product-price price\"><div class=\"els-pr-price\"><span class=\"woocommerce-Price-amount amount\"><bdi><span class=\"woocommerce-Price-currencySymbol\" translate=\"no\">UGX<\/span>&nbsp;250<\/bdi><\/span><\/div><\/div>\n                <\/div>\n\n            \t<\/li>\n          \t\n              <li class=\"post-2360 product type-product status-publish product_cat-clothings product_cat-mens product_tag-cotton product_tag-white  instock purchasable product-type-simple\">\n\n                <div class=\"els-product-image\" >\n                  <a href=\"https:\/\/izoproofficial.shop\/?product=casual-t-shirt\" class=\"woocommerce-LoopProduct-link\"><\/a>\n\n                  <div class=\"els-product-featured-image \"><img decoding=\"async\" src=\"https:\/\/izoproofficial.shop\/wp-content\/themes\/elsey\/inc\/plugins\/woocommerce\/images\/shop-sample.jpg\" class=\"attachment-shop-catalog size-shop_catalog\" alt=\"\"\/><\/div>\n                  <div class=\"els-product-atc\">\n                    <a href=\"\/index.php?rest_route=%2Fwp%2Fv2%2Fpages%2F24&#038;add-to-cart=2360\" aria-describedby=\"woocommerce_loop_add_to_cart_link_describedby_2360\" data-quantity=\"1\" class=\"button product_type_simple add_to_cart_button ajax_add_to_cart\" data-product_id=\"2360\" data-product_sku=\"603101\" aria-label=\"Add to cart: &ldquo;Casual T-Shirt&rdquo;\" rel=\"nofollow\" data-success_message=\"&ldquo;Casual T-Shirt&rdquo; has been added to your cart\" role=\"button\">Add to cart<\/a>\t<span id=\"woocommerce_loop_add_to_cart_link_describedby_2360\" class=\"screen-reader-text\">\n\t\t\t<\/span>\n                  <\/div>\n              \t<\/div>\n\n                <div class=\"els-product-info\">\n                  <div class=\"els-product-title\">\n                    <h3><a href=\"https:\/\/izoproofficial.shop\/?product=casual-t-shirt\">Casual T-Shirt<\/a><\/h3>\n                    <div class=\"els-product-wishlist\">\n                      <div class=\"yith-add-to-wishlist-button-block\" data-product-id=\"2360\" data-attributes=\"{&quot;kind&quot;:&quot;button&quot;,&quot;icon&quot;:&quot;fa-heart-o&quot;}\"><\/div>                    <\/div>\n                  <\/div>\n                  <div class=\"els-product-cats\"><a href=\"https:\/\/izoproofficial.shop\/?product_cat=clothings\" rel=\"tag\">Clothing<\/a>, <a href=\"https:\/\/izoproofficial.shop\/?product_cat=mens\" rel=\"tag\">Mens<\/a><\/div>                  <div class=\"els-product-price price\"><div class=\"els-pr-price\"><span class=\"woocommerce-Price-amount amount\"><bdi><span class=\"woocommerce-Price-currencySymbol\" translate=\"no\">UGX<\/span>&nbsp;79<\/bdi><\/span><\/div><\/div>\n                <\/div>\n\n            \t<\/li>\n          \t\n              <li class=\"post-3039 product type-product status-publish product_cat-clothings product_cat-womens product_tag-white last instock featured shipping-taxable purchasable product-type-simple\">\n\n                <div class=\"els-product-image\" >\n                  <a href=\"https:\/\/izoproofficial.shop\/?product=cotton-travel-bag\" class=\"woocommerce-LoopProduct-link\"><\/a>\n\n                  <div class=\"els-product-featured-image \"><img decoding=\"async\" src=\"https:\/\/izoproofficial.shop\/wp-content\/themes\/elsey\/inc\/plugins\/woocommerce\/images\/shop-sample.jpg\" class=\"attachment-shop-catalog size-shop_catalog\" alt=\"\"\/><\/div>\n                  <div class=\"els-product-atc\">\n                    <a href=\"\/index.php?rest_route=%2Fwp%2Fv2%2Fpages%2F24&#038;add-to-cart=3039\" aria-describedby=\"woocommerce_loop_add_to_cart_link_describedby_3039\" data-quantity=\"1\" class=\"button product_type_simple add_to_cart_button ajax_add_to_cart\" data-product_id=\"3039\" data-product_sku=\"603116\" aria-label=\"Add to cart: &ldquo;Cotton Travel Bag&rdquo;\" rel=\"nofollow\" data-success_message=\"&ldquo;Cotton Travel Bag&rdquo; has been added to your cart\" role=\"button\">Add to cart<\/a>\t<span id=\"woocommerce_loop_add_to_cart_link_describedby_3039\" class=\"screen-reader-text\">\n\t\t\t<\/span>\n                  <\/div>\n              \t<\/div>\n\n                <div class=\"els-product-info\">\n                  <div class=\"els-product-title\">\n                    <h3><a href=\"https:\/\/izoproofficial.shop\/?product=cotton-travel-bag\">Cotton Travel Bag<\/a><\/h3>\n                    <div class=\"els-product-wishlist\">\n                      <div class=\"yith-add-to-wishlist-button-block\" data-product-id=\"3039\" data-attributes=\"{&quot;kind&quot;:&quot;button&quot;,&quot;icon&quot;:&quot;fa-heart-o&quot;}\"><\/div>                    <\/div>\n                  <\/div>\n                  <div class=\"els-product-cats\"><a href=\"https:\/\/izoproofficial.shop\/?product_cat=clothings\" rel=\"tag\">Clothing<\/a>, <a href=\"https:\/\/izoproofficial.shop\/?product_cat=womens\" rel=\"tag\">Womens<\/a><\/div>                  <div class=\"els-product-price price\"><div class=\"els-pr-price\"><span class=\"woocommerce-Price-amount amount\"><bdi><span class=\"woocommerce-Price-currencySymbol\" translate=\"no\">UGX<\/span>&nbsp;190<\/bdi><\/span><\/div><\/div>\n                <\/div>\n\n            \t<\/li>\n          \t        \t<\/ul>\n      \t<\/div>\n\n              <\/div>\n  \t<\/div>\n\n    [\/vc_column][\/vc_row][vc_row full_width=&#8221;stretch_row&#8221; content_placement=&#8221;middle&#8221; parallax=&#8221;content-moving&#8221; parallax_image=&#8221;3811&#8243; parallax_speed_bg=&#8221;2.5&#8243; css_animation=&#8221;none&#8221; overlay_dotted=&#8221;true&#8221; css=&#8221;.vc_custom_1510120446123{padding-top: 130px !important;padding-bottom: 142px !important;background-position: center;background-repeat: no-repeat !important;background-size: contain !important;}&#8221; overlay_color=&#8221;rgba(0,0,0,0.4)&#8221;][vc_column][vc_custom_heading text=&#8221;ONLY THIS MONTH&#8221; font_container=&#8221;tag:h5|font_size:15px|text_align:center|color:%23ffffff&#8221; google_fonts=&#8221;font_family:Hind%3A300%2Cregular%2C500%2C600%2C700|font_style:700%20bold%20regular%3A700%3Anormal&#8221; el_class=&#8221;els-this-month&#8221;][vc_custom_heading text=&#8221;SAVE 60% OFF SALE&#8221; font_container=&#8221;tag:h2|font_size:65px|text_align:center|color:%23ffffff&#8221; google_fonts=&#8221;font_family:Hind%3A300%2Cregular%2C500%2C600%2C700|font_style:600%20bold%20regular%3A600%3Anormal&#8221;][\/vc_column][\/vc_row][vc_row overlay_dotted=&#8221;&#8221; css=&#8221;.vc_custom_1496908562758{border-bottom-width: 30px !important;padding-top: 78px !important;}&#8221;][vc_column css=&#8221;.vc_custom_1496999106897{margin-top: 0px !important;margin-right: 0px !important;margin-bottom: 0px !important;margin-left: 0px !important;border-top-width: 0px !important;border-right-width: 0px !important;border-bottom-width: 0px !important;border-left-width: 0px !important;padding-top: 0px !important;padding-bottom: 0px !important;}&#8221;]\n    <div class=\"woocommerce els-prsc-products els-products-6a4ed5b59ecba \">\n      <div class=\"els-shop-wrapper woo-col-4 els-no-ajax\">\n\n        \n        <div class=\"els-prsc-heading row\"><div class=\"col-lg-6 col-md-6 col-sm-6 col-12\"><h4 class=\"els-prsc-title\">LATEST PRODUCT<\/h4><\/div><div class=\"col-lg-6 col-md-6 col-sm-6 col-12 els-prsc-view-all\"><a href=\"https:\/\/izoproofficial.shop\/?page_id=7\">              <span class=\"els-parent-dots\">\n                <span class=\"els-dots-row\">\n                 <span class=\"els-child-dots\"><\/span>\n                 <span class=\"els-child-dots\"><\/span>\n                 <span class=\"els-child-dots\"><\/span>\n                <\/span>\n                <span class=\"els-dots-row\">\n                 <span class=\"els-child-dots\"><\/span>\n                 <span class=\"els-child-dots\"><\/span>\n                 <span class=\"els-child-dots\"><\/span>\n                <\/span>\n                <span class=\"els-dots-row\">\n                 <span class=\"els-child-dots\"><\/span>\n                 <span class=\"els-child-dots\"><\/span>\n                 <span class=\"els-child-dots\"><\/span>\n                <\/span>\n              <\/span>\n              VIEW ALL PRODUCTS<\/a><\/div><\/div>\n        <div class=\"els-shop-load-anim\">\n          <div class=\"line-scale-pulse-out\">\n            <div><\/div>\n            <div><\/div>\n            <div><\/div>\n            <div><\/div>\n            <div><\/div>\n          <\/div>\n        <\/div>\n\n        <div class=\"els-products-full-wrap els-shop-default\" data-shopurl=\"https:\/\/izoproofficial.shop\/?page_id=7\">\n          <ul class=\"products\" >\n\n          \n              <li class=\"post-3082 product type-product status-publish product_cat-clothings product_cat-mens product_tag-white first instock shipping-taxable purchasable product-type-simple\">\n\n                <div class=\"els-product-image\" >\n                  <a href=\"https:\/\/izoproofficial.shop\/?product=long-sleeve-t-shirt-2\" class=\"woocommerce-LoopProduct-link\"><\/a>\n\n                  <div class=\"els-product-featured-image \"><img decoding=\"async\" src=\"https:\/\/izoproofficial.shop\/wp-content\/themes\/elsey\/inc\/plugins\/woocommerce\/images\/shop-sample.jpg\" class=\"attachment-shop-catalog size-shop_catalog\" alt=\"\"\/><\/div>\n                  <div class=\"els-product-atc\">\n                    <a href=\"\/index.php?rest_route=%2Fwp%2Fv2%2Fpages%2F24&#038;add-to-cart=3082\" aria-describedby=\"woocommerce_loop_add_to_cart_link_describedby_3082\" data-quantity=\"1\" class=\"button product_type_simple add_to_cart_button ajax_add_to_cart\" data-product_id=\"3082\" data-product_sku=\"603122\" aria-label=\"Add to cart: &ldquo;Long Sleeve T-Shirt&rdquo;\" rel=\"nofollow\" data-success_message=\"&ldquo;Long Sleeve T-Shirt&rdquo; has been added to your cart\" role=\"button\">Add to cart<\/a>\t<span id=\"woocommerce_loop_add_to_cart_link_describedby_3082\" class=\"screen-reader-text\">\n\t\t\t<\/span>\n                  <\/div>\n              \t<\/div>\n\n                <div class=\"els-product-info\">\n                  <div class=\"els-product-title\">\n                    <h3><a href=\"https:\/\/izoproofficial.shop\/?product=long-sleeve-t-shirt-2\">Long Sleeve T-Shirt<\/a><\/h3>\n                    <div class=\"els-product-wishlist\">\n                      <div class=\"yith-add-to-wishlist-button-block\" data-product-id=\"3082\" data-attributes=\"{&quot;kind&quot;:&quot;button&quot;,&quot;icon&quot;:&quot;fa-heart-o&quot;}\"><\/div>                    <\/div>\n                  <\/div>\n                  <div class=\"els-product-cats\"><a href=\"https:\/\/izoproofficial.shop\/?product_cat=clothings\" rel=\"tag\">Clothing<\/a>, <a href=\"https:\/\/izoproofficial.shop\/?product_cat=mens\" rel=\"tag\">Mens<\/a><\/div>                  <div class=\"els-product-price price\"><div class=\"els-pr-price\"><span class=\"woocommerce-Price-amount amount\"><bdi><span class=\"woocommerce-Price-currencySymbol\" translate=\"no\">UGX<\/span>&nbsp;150<\/bdi><\/span><\/div><\/div>\n                <\/div>\n\n            \t<\/li>\n          \t\n              <li class=\"post-3081 product type-product status-publish product_cat-headpiece product_cat-mens product_tag-white  instock shipping-taxable purchasable product-type-simple\">\n\n                <div class=\"els-product-image\" >\n                  <a href=\"https:\/\/izoproofficial.shop\/?product=printable-t-shirts\" class=\"woocommerce-LoopProduct-link\"><\/a>\n\n                  <div class=\"els-product-featured-image \"><img decoding=\"async\" src=\"https:\/\/izoproofficial.shop\/wp-content\/themes\/elsey\/inc\/plugins\/woocommerce\/images\/shop-sample.jpg\" class=\"attachment-shop-catalog size-shop_catalog\" alt=\"\"\/><\/div>\n                  <div class=\"els-product-atc\">\n                    <a href=\"\/index.php?rest_route=%2Fwp%2Fv2%2Fpages%2F24&#038;add-to-cart=3081\" aria-describedby=\"woocommerce_loop_add_to_cart_link_describedby_3081\" data-quantity=\"1\" class=\"button product_type_simple add_to_cart_button ajax_add_to_cart\" data-product_id=\"3081\" data-product_sku=\"603121\" aria-label=\"Add to cart: &ldquo;Printable T-Shirts&rdquo;\" rel=\"nofollow\" data-success_message=\"&ldquo;Printable T-Shirts&rdquo; has been added to your cart\" role=\"button\">Add to cart<\/a>\t<span id=\"woocommerce_loop_add_to_cart_link_describedby_3081\" class=\"screen-reader-text\">\n\t\t\t<\/span>\n                  <\/div>\n              \t<\/div>\n\n                <div class=\"els-product-info\">\n                  <div class=\"els-product-title\">\n                    <h3><a href=\"https:\/\/izoproofficial.shop\/?product=printable-t-shirts\">Printable T-Shirts<\/a><\/h3>\n                    <div class=\"els-product-wishlist\">\n                      <div class=\"yith-add-to-wishlist-button-block\" data-product-id=\"3081\" data-attributes=\"{&quot;kind&quot;:&quot;button&quot;,&quot;icon&quot;:&quot;fa-heart-o&quot;}\"><\/div>                    <\/div>\n                  <\/div>\n                  <div class=\"els-product-cats\"><a href=\"https:\/\/izoproofficial.shop\/?product_cat=headpiece\" rel=\"tag\">Headpiece<\/a>, <a href=\"https:\/\/izoproofficial.shop\/?product_cat=mens\" rel=\"tag\">Mens<\/a><\/div>                  <div class=\"els-product-price price\"><div class=\"els-pr-price\"><span class=\"woocommerce-Price-amount amount\"><bdi><span class=\"woocommerce-Price-currencySymbol\" translate=\"no\">UGX<\/span>&nbsp;150<\/bdi><\/span><\/div><\/div>\n                <\/div>\n\n            \t<\/li>\n          \t\n              <li class=\"post-3040 product type-product status-publish product_cat-clothings product_cat-mens product_tag-white  instock shipping-taxable purchasable product-type-simple\">\n\n                <div class=\"els-product-image\" >\n                  <a href=\"https:\/\/izoproofficial.shop\/?product=running-shoes\" class=\"woocommerce-LoopProduct-link\"><\/a>\n\n                  <div class=\"els-product-featured-image \"><img decoding=\"async\" src=\"https:\/\/izoproofficial.shop\/wp-content\/themes\/elsey\/inc\/plugins\/woocommerce\/images\/shop-sample.jpg\" class=\"attachment-shop-catalog size-shop_catalog\" alt=\"\"\/><\/div>\n                  <div class=\"els-product-atc\">\n                    <a href=\"\/index.php?rest_route=%2Fwp%2Fv2%2Fpages%2F24&#038;add-to-cart=3040\" aria-describedby=\"woocommerce_loop_add_to_cart_link_describedby_3040\" data-quantity=\"1\" class=\"button product_type_simple add_to_cart_button ajax_add_to_cart\" data-product_id=\"3040\" data-product_sku=\"603115\" aria-label=\"Add to cart: &ldquo;Running Shoes&rdquo;\" rel=\"nofollow\" data-success_message=\"&ldquo;Running Shoes&rdquo; has been added to your cart\" role=\"button\">Add to cart<\/a>\t<span id=\"woocommerce_loop_add_to_cart_link_describedby_3040\" class=\"screen-reader-text\">\n\t\t\t<\/span>\n                  <\/div>\n              \t<\/div>\n\n                <div class=\"els-product-info\">\n                  <div class=\"els-product-title\">\n                    <h3><a href=\"https:\/\/izoproofficial.shop\/?product=running-shoes\">Running Shoes<\/a><\/h3>\n                    <div class=\"els-product-wishlist\">\n                      <div class=\"yith-add-to-wishlist-button-block\" data-product-id=\"3040\" data-attributes=\"{&quot;kind&quot;:&quot;button&quot;,&quot;icon&quot;:&quot;fa-heart-o&quot;}\"><\/div>                    <\/div>\n                  <\/div>\n                  <div class=\"els-product-cats\"><a href=\"https:\/\/izoproofficial.shop\/?product_cat=clothings\" rel=\"tag\">Clothing<\/a>, <a href=\"https:\/\/izoproofficial.shop\/?product_cat=mens\" rel=\"tag\">Mens<\/a><\/div>                  <div class=\"els-product-price price\"><div class=\"els-pr-price\"><span class=\"woocommerce-Price-amount amount\"><bdi><span class=\"woocommerce-Price-currencySymbol\" translate=\"no\">UGX<\/span>&nbsp;169<\/bdi><\/span><\/div><\/div>\n                <\/div>\n\n            \t<\/li>\n          \t\n              <li class=\"post-2905 product type-product status-publish product_cat-bags product_cat-mens product_tag-white last instock shipping-taxable purchasable product-type-simple\">\n\n                <div class=\"els-product-image\" >\n                  <a href=\"https:\/\/izoproofficial.shop\/?product=toses-handbag\" class=\"woocommerce-LoopProduct-link\"><\/a>\n\n                  <div class=\"els-product-featured-image \"><img decoding=\"async\" src=\"https:\/\/izoproofficial.shop\/wp-content\/themes\/elsey\/inc\/plugins\/woocommerce\/images\/shop-sample.jpg\" class=\"attachment-shop-catalog size-shop_catalog\" alt=\"\"\/><\/div>\n                  <div class=\"els-product-atc\">\n                    <a href=\"\/index.php?rest_route=%2Fwp%2Fv2%2Fpages%2F24&#038;add-to-cart=2905\" aria-describedby=\"woocommerce_loop_add_to_cart_link_describedby_2905\" data-quantity=\"1\" class=\"button product_type_simple add_to_cart_button ajax_add_to_cart\" data-product_id=\"2905\" data-product_sku=\"603113\" aria-label=\"Add to cart: &ldquo;Toses Handbag&rdquo;\" rel=\"nofollow\" data-success_message=\"&ldquo;Toses Handbag&rdquo; has been added to your cart\" role=\"button\">Add to cart<\/a>\t<span id=\"woocommerce_loop_add_to_cart_link_describedby_2905\" class=\"screen-reader-text\">\n\t\t\t<\/span>\n                  <\/div>\n              \t<\/div>\n\n                <div class=\"els-product-info\">\n                  <div class=\"els-product-title\">\n                    <h3><a href=\"https:\/\/izoproofficial.shop\/?product=toses-handbag\">Toses Handbag<\/a><\/h3>\n                    <div class=\"els-product-wishlist\">\n                      <div class=\"yith-add-to-wishlist-button-block\" data-product-id=\"2905\" data-attributes=\"{&quot;kind&quot;:&quot;button&quot;,&quot;icon&quot;:&quot;fa-heart-o&quot;}\"><\/div>                    <\/div>\n                  <\/div>\n                  <div class=\"els-product-cats\"><a href=\"https:\/\/izoproofficial.shop\/?product_cat=bags\" rel=\"tag\">Bags<\/a>, <a href=\"https:\/\/izoproofficial.shop\/?product_cat=mens\" rel=\"tag\">Mens<\/a><\/div>                  <div class=\"els-product-price price\"><div class=\"els-pr-price\"><span class=\"woocommerce-Price-amount amount\"><bdi><span class=\"woocommerce-Price-currencySymbol\" translate=\"no\">UGX<\/span>&nbsp;60<\/bdi><\/span><\/div><\/div>\n                <\/div>\n\n            \t<\/li>\n          \t        \t<\/ul>\n      \t<\/div>\n\n              <\/div>\n  \t<\/div>\n\n    [\/vc_column][\/vc_row][vc_row full_width=&#8221;stretch_row&#8221; overlay_dotted=&#8221;&#8221; css=&#8221;.vc_custom_1495895515386{padding-top: 0px !important;padding-bottom: 0px !important;background-color: #f6f6f6 !important;}&#8221;][vc_column css=&#8221;.vc_custom_1495898134717{padding-top: 86px !important;padding-bottom: 82px !important;}&#8221;]\n    <!-- Blog Start -->\n    <div class=\"els-blog-wrapper els-blog-slider els-top-arrow els-blog-6a4ed5b5a35ac \">\n\n      <h4 class=\"els-blog-title\">LATEST JOURNAL<\/h4>\n      <div class=\"els-blog-inner els-blog-slider-wrap owl-carousel\">\n\n        <div class=\"els-blog-slider-item row\"><div class=\"els-blog-slider-details col-lg-12 col-md-12 col-sm-12 col-12\"><ul><li class=\"els-blog-slider-cat\"><a href=\"https:\/\/izoproofficial.shop\/?cat=1\" rel=\"category\">Uncategorized<\/a><\/li><li><span>\/<\/span><\/li><li class=\"els-blog-slider-date\">06 Jul 2026<\/li><\/ul><h4 class=\"els-blog-slider-title\">Hello world!<\/h4><div class=\"els-blog-slider-excerpt\">Welcome to WordPress. This is your first post.[&#8230;]<\/div><div class=\"els-blog-readmore\"><a href=\"https:\/\/izoproofficial.shop\/?p=1\">Read More<\/a><\/div><\/div><\/div>\n\t          <div class=\"els-blog-slider-item row\"><div class=\"els-blog-slider-image col-lg-5 col-md-5 col-sm-12 col-12\"><img decoding=\"async\" src=\"https:\/\/izoproofficial.shop\/wp-content\/uploads\/2017\/01\/blog-img-two-235x235.jpg\" alt=\"Minimal Trending Fashion Summer 2017\"\/><\/div><div class=\"els-blog-slider-details col-lg-7 col-md-7 col-sm-12 col-12\"><ul><li class=\"els-blog-slider-cat\"><a href=\"https:\/\/izoproofficial.shop\/?cat=16\" rel=\"category\">Fashion<\/a><span>&nbsp;&amp;&nbsp;<\/span><a href=\"https:\/\/izoproofficial.shop\/?cat=17\" rel=\"category\">Lifestyle<\/a><span>&nbsp;&amp;&nbsp;<\/span><a href=\"https:\/\/izoproofficial.shop\/?cat=19\" rel=\"category\">Trend<\/a><\/li><li><span>\/<\/span><\/li><li class=\"els-blog-slider-date\">16 Mar 2017<\/li><\/ul><h4 class=\"els-blog-slider-title\">Minimal Trending Fashion Summer 2017<\/h4><div class=\"els-blog-slider-excerpt\">[vc_row][vc_column][vc_column_text]Leverage agile frameworks to provide a robust synopsis[&#8230;]<\/div><div class=\"els-blog-readmore\"><a href=\"https:\/\/izoproofficial.shop\/?p=52\">Read More<\/a><\/div><\/div><\/div>\n\t          <div class=\"els-blog-slider-item row\"><div class=\"els-blog-slider-image col-lg-5 col-md-5 col-sm-12 col-12\"><img decoding=\"async\" src=\"https:\/\/izoproofficial.shop\/wp-content\/uploads\/2017\/01\/blog-img-one-235x235.jpg\" alt=\"Ways to Step Up Your Style\"\/><\/div><div class=\"els-blog-slider-details col-lg-7 col-md-7 col-sm-12 col-12\"><ul><li class=\"els-blog-slider-cat\"><a href=\"https:\/\/izoproofficial.shop\/?cat=16\" rel=\"category\">Fashion<\/a><span>&nbsp;&amp;&nbsp;<\/span><a href=\"https:\/\/izoproofficial.shop\/?cat=18\" rel=\"category\">Music<\/a><\/li><li><span>\/<\/span><\/li><li class=\"els-blog-slider-date\">12 Mar 2017<\/li><\/ul><h4 class=\"els-blog-slider-title\">Ways to Step Up Your Style<\/h4><div class=\"els-blog-slider-excerpt\">[vc_row][vc_column][vc_column_text]Credibly innovate granular internal or &#8220;organic&#8221; sources whereas[&#8230;]<\/div><div class=\"els-blog-readmore\"><a href=\"https:\/\/izoproofficial.shop\/?p=94\">Read More<\/a><\/div><\/div><\/div>\n\t          <div class=\"els-blog-slider-item row\"><div class=\"els-blog-slider-image col-lg-5 col-md-5 col-sm-12 col-12\"><img decoding=\"async\" src=\"https:\/\/izoproofficial.shop\/wp-content\/uploads\/2017\/01\/blog-img-two-235x235.jpg\" alt=\"Recommended Fashion Books for Summer\"\/><\/div><div class=\"els-blog-slider-details col-lg-7 col-md-7 col-sm-12 col-12\"><ul><li class=\"els-blog-slider-cat\"><a href=\"https:\/\/izoproofficial.shop\/?cat=16\" rel=\"category\">Fashion<\/a><span>&nbsp;&amp;&nbsp;<\/span><a href=\"https:\/\/izoproofficial.shop\/?cat=17\" rel=\"category\">Lifestyle<\/a><\/li><li><span>\/<\/span><\/li><li class=\"els-blog-slider-date\">25 Feb 2017<\/li><\/ul><h4 class=\"els-blog-slider-title\">Recommended Fashion Books for Summer<\/h4><div class=\"els-blog-slider-excerpt\">[vc_row][vc_column][vc_column_text]Proactively envisioned multimedia based expertise and cross-media growth[&#8230;]<\/div><div class=\"els-blog-readmore\"><a href=\"https:\/\/izoproofficial.shop\/?p=95\">Read More<\/a><\/div><\/div><\/div>\n\t          <div class=\"els-blog-slider-item row\"><div class=\"els-blog-slider-image col-lg-5 col-md-5 col-sm-12 col-12\"><img decoding=\"async\" src=\"https:\/\/izoproofficial.shop\/wp-content\/uploads\/2017\/01\/blog-img-one-235x235.jpg\" alt=\"The Coolest Grinder On The Street\"\/><\/div><div class=\"els-blog-slider-details col-lg-7 col-md-7 col-sm-12 col-12\"><ul><li class=\"els-blog-slider-cat\"><a href=\"https:\/\/izoproofficial.shop\/?cat=16\" rel=\"category\">Fashion<\/a><span>&nbsp;&amp;&nbsp;<\/span><a href=\"https:\/\/izoproofficial.shop\/?cat=17\" rel=\"category\">Lifestyle<\/a><\/li><li><span>\/<\/span><\/li><li class=\"els-blog-slider-date\">10 Feb 2017<\/li><\/ul><h4 class=\"els-blog-slider-title\">The Coolest Grinder On The Street<\/h4><div class=\"els-blog-slider-excerpt\">[vc_row][vc_column][vc_column_text]Objectively innovate empowered manufactured products whereas parallel platforms.[&#8230;]<\/div><div class=\"els-blog-readmore\"><a href=\"https:\/\/izoproofficial.shop\/?p=93\">Read More<\/a><\/div><\/div><\/div>\n\t          <div class=\"els-blog-slider-item row\"><div class=\"els-blog-slider-image col-lg-5 col-md-5 col-sm-12 col-12\"><img decoding=\"async\" src=\"https:\/\/izoproofficial.shop\/wp-content\/uploads\/2017\/01\/blog-img-two-235x235.jpg\" alt=\"The Best Accessories From Milan Fashion Week\"\/><\/div><div class=\"els-blog-slider-details col-lg-7 col-md-7 col-sm-12 col-12\"><ul><li class=\"els-blog-slider-cat\"><a href=\"https:\/\/izoproofficial.shop\/?cat=16\" rel=\"category\">Fashion<\/a><span>&nbsp;&amp;&nbsp;<\/span><a href=\"https:\/\/izoproofficial.shop\/?cat=17\" rel=\"category\">Lifestyle<\/a><\/li><li><span>\/<\/span><\/li><li class=\"els-blog-slider-date\">05 Jan 2017<\/li><\/ul><h4 class=\"els-blog-slider-title\">The Best Accessories From Milan Fashion Week<\/h4><div class=\"els-blog-slider-excerpt\">[vc_row][vc_column][vc_column_text]Completely synergize resource taxing relationships via premier niche[&#8230;]<\/div><div class=\"els-blog-readmore\"><a href=\"https:\/\/izoproofficial.shop\/?p=99\">Read More<\/a><\/div><\/div><\/div>\n\t          <div class=\"els-blog-slider-item row\"><div class=\"els-blog-slider-image col-lg-5 col-md-5 col-sm-12 col-12\"><img decoding=\"async\" src=\"https:\/\/izoproofficial.shop\/wp-content\/uploads\/2017\/01\/blog-img-one-235x235.jpg\" alt=\"Fashion Collection Blue Color\"\/><\/div><div class=\"els-blog-slider-details col-lg-7 col-md-7 col-sm-12 col-12\"><ul><li class=\"els-blog-slider-cat\"><a href=\"https:\/\/izoproofficial.shop\/?cat=16\" rel=\"category\">Fashion<\/a><span>&nbsp;&amp;&nbsp;<\/span><a href=\"https:\/\/izoproofficial.shop\/?cat=19\" rel=\"category\">Trend<\/a><\/li><li><span>\/<\/span><\/li><li class=\"els-blog-slider-date\">20 Dec 2016<\/li><\/ul><h4 class=\"els-blog-slider-title\">Fashion Collection Blue Color<\/h4><div class=\"els-blog-slider-excerpt\">[vc_row][vc_column][vc_column_text]Efficiently unleash cross-media information without cross-media value. Quickly[&#8230;]<\/div><div class=\"els-blog-readmore\"><a href=\"https:\/\/izoproofficial.shop\/?p=100\">Read More<\/a><\/div><\/div><\/div>\n\t          <div class=\"els-blog-slider-item row\"><div class=\"els-blog-slider-image col-lg-5 col-md-5 col-sm-12 col-12\"><img decoding=\"async\" src=\"https:\/\/izoproofficial.shop\/wp-content\/uploads\/2017\/01\/blog-img-two-235x235.jpg\" alt=\"Where Music Is Headed Next\"\/><\/div><div class=\"els-blog-slider-details col-lg-7 col-md-7 col-sm-12 col-12\"><ul><li class=\"els-blog-slider-cat\"><a href=\"https:\/\/izoproofficial.shop\/?cat=17\" rel=\"category\">Lifestyle<\/a><span>&nbsp;&amp;&nbsp;<\/span><a href=\"https:\/\/izoproofficial.shop\/?cat=19\" rel=\"category\">Trend<\/a><\/li><li><span>\/<\/span><\/li><li class=\"els-blog-slider-date\">25 Nov 2016<\/li><\/ul><h4 class=\"els-blog-slider-title\">Where Music Is Headed Next<\/h4><div class=\"els-blog-slider-excerpt\">[vc_row][vc_column][vc_column_text]Collaboratively administrate empowered markets via plug-and-play networks. Dynamically[&#8230;]<\/div><div class=\"els-blog-readmore\"><a href=\"https:\/\/izoproofficial.shop\/?p=102\">Read More<\/a><\/div><\/div><\/div>\n\t          <div class=\"els-blog-slider-item row\"><div class=\"els-blog-slider-image col-lg-5 col-md-5 col-sm-12 col-12\"><img decoding=\"async\" src=\"https:\/\/izoproofficial.shop\/wp-content\/uploads\/2017\/01\/blog-img-one-235x235.jpg\" alt=\"Sharp Looks For 2016\"\/><\/div><div class=\"els-blog-slider-details col-lg-7 col-md-7 col-sm-12 col-12\"><ul><li class=\"els-blog-slider-cat\"><a href=\"https:\/\/izoproofficial.shop\/?cat=16\" rel=\"category\">Fashion<\/a><span>&nbsp;&amp;&nbsp;<\/span><a href=\"https:\/\/izoproofficial.shop\/?cat=17\" rel=\"category\">Lifestyle<\/a><\/li><li><span>\/<\/span><\/li><li class=\"els-blog-slider-date\">10 Oct 2016<\/li><\/ul><h4 class=\"els-blog-slider-title\">Sharp Looks For 2016<\/h4><div class=\"els-blog-slider-excerpt\">[vc_row][vc_column][vc_column_text]Podcasting operational change management inside of workflows to[&#8230;]<\/div><div class=\"els-blog-readmore\"><a href=\"https:\/\/izoproofficial.shop\/?p=103\">Read More<\/a><\/div><\/div><\/div>\n\t          <div class=\"els-blog-slider-item row\"><div class=\"els-blog-slider-image col-lg-5 col-md-5 col-sm-12 col-12\"><img decoding=\"async\" src=\"https:\/\/izoproofficial.shop\/wp-content\/uploads\/2017\/01\/blog-img-two-235x235.jpg\" alt=\"Minimal Trending Fashion Summer 2016\"\/><\/div><div class=\"els-blog-slider-details col-lg-7 col-md-7 col-sm-12 col-12\"><ul><li class=\"els-blog-slider-cat\"><a href=\"https:\/\/izoproofficial.shop\/?cat=17\" rel=\"category\">Lifestyle<\/a><span>&nbsp;&amp;&nbsp;<\/span><a href=\"https:\/\/izoproofficial.shop\/?cat=19\" rel=\"category\">Trend<\/a><\/li><li><span>\/<\/span><\/li><li class=\"els-blog-slider-date\">13 Sep 2016<\/li><\/ul><h4 class=\"els-blog-slider-title\">Minimal Trending Fashion Summer 2016<\/h4><div class=\"els-blog-slider-excerpt\">[vc_row][vc_column][vc_column_text]Capitalize on low hanging fruit to identify a[&#8230;]<\/div><div class=\"els-blog-readmore\"><a href=\"https:\/\/izoproofficial.shop\/?p=112\">Read More<\/a><\/div><\/div><\/div>\n\t          \n      <\/div>\n\n      \n    <\/div>\n    <!-- Blog End -->\n\n    \t    <script type=\"text\/javascript\">\n\t      jQuery(document).ready(function($) {       \n\t        var $owl = $('.els-blog-6a4ed5b5a35ac .els-blog-slider-wrap');   \n\t        $owl.owlCarousel({\n\t          items:         2,\n\t          margin:        29,\n\t          loop:          true,\n\t          nav:           true,\n\t          dots:          false,\n\t          autoplay:      true,           \n\t          navSpeed:      500, \n\t          dotsSpeed:     500, \n\t          autoplaySpeed: 500, \n\t          autoHeight:    false,\n\t          navText:       [\"<i class='fa fa-angle-left' aria-hidden='true'><\/i>\", \"<i class='fa fa-angle-right' aria-hidden='true'><\/i>\"],\n\t          responsive:    {\n\t                            0: {\n\t                                items: 1\n\t                            },\n\t                            480: {\n\t                                items: 2\n\t                            },\n\t                         },\n\t        });\n\t      });      \n\t    <\/script>\n\t  [\/vc_column][\/vc_row][vc_row overlay_dotted=&#8221;&#8221; css=&#8221;.vc_custom_1495899209855{padding-top: 0px !important;padding-bottom: 0px !important;}&#8221;][vc_column css=&#8221;.vc_custom_1495899798616{padding-top: 60px !important;padding-bottom: 0px !important;}&#8221;]<div class=\"els-img-carousel \"><ul class=\"owl-carousel\" id=\"els-img-carousel-6a4ed5b5a829c\"><li><div class=\"\"><img decoding=\"async\" src=\"https:\/\/izoproofficial.shop\/wp-content\/uploads\/2017\/01\/client-logo-one.png\" alt=\"\"><\/div><\/li><li><div class=\"\"><img decoding=\"async\" src=\"https:\/\/izoproofficial.shop\/wp-content\/uploads\/2017\/01\/client-logo-two.png\" alt=\"\"><\/div><\/li><li><div class=\"\"><img decoding=\"async\" src=\"https:\/\/izoproofficial.shop\/wp-content\/uploads\/2017\/01\/client-logo-three.png\" alt=\"\"><\/div><\/li><li><div class=\"\"><img decoding=\"async\" src=\"https:\/\/izoproofficial.shop\/wp-content\/uploads\/2017\/01\/client-logo-four.png\" alt=\"\"><\/div><\/li><li><div class=\"\"><img decoding=\"async\" src=\"https:\/\/izoproofficial.shop\/wp-content\/uploads\/2017\/01\/client-logo-five.png\" alt=\"\"><\/div><\/li><\/ul><\/div>      \n    <script type=\"text\/javascript\">\n      jQuery(document).ready(function($) {       \n        var $owl = $('#els-img-carousel-6a4ed5b5a829c');   \n        $owl.imagesLoaded(function() {    \n          $owl.owlCarousel({\n            items:         5,\n            margin:        10,\n            loop:          true,\n            nav:           false,\n            dots:          false,\n            autoplay:      false,           \n            navSpeed:      500, \n            dotsSpeed:     500, \n            autoplaySpeed: 500, \n            autoHeight:    false,\n            navText:       [\"<i class='fa fa-angle-left' aria-hidden='true'><\/i>\", \"<i class='fa fa-angle-right' aria-hidden='true'><\/i>\"],\n            responsive:    {\n                              0: {\n                                  items: 3\n                              },\n                              400: {\n                                  items: 4\n                              },\n                              600: {\n                                  items: 5                              }\n                           },\n            onInitialized: setOwlStageColor,\n            onResized:     setOwlStageColor,\n            onTranslated:  setOwlStageColor\n          }); \n        });     \n        function setOwlStageColor(event) {  \n          $('#els-img-carousel-6a4ed5b5a829c .owl-stage').css('background', \"\");\n        }        \n      });        \n    <\/script>\n        \n    [\/vc_column][\/vc_row]<\/p>\n<\/section>","protected":false},"excerpt":{"rendered":"[vc_row full_width=&#8221;stretch_row_content_no_spaces&#8221; overlay_dotted=&#8221;&#8221;][vc_column][\/vc_column][\/vc_row][vc_row full_width=&#8221;stretch_row_content&#8221; overlay_dotted=&#8221;&#8221; css=&#8221;.vc_custom_1500520285926{padding-top: 0px !important;background-color:[&#8230;]","protected":false},"author":1,"featured_media":0,"parent":0,"menu_order":0,"comment_status":"closed","ping_status":"closed","template":"","meta":{"footnotes":""},"class_list":["post-24","page","type-page","status-publish","hentry"],"jetpack_sharing_enabled":true,"_links":{"self":[{"href":"https:\/\/izoproofficial.shop\/index.php?rest_route=\/wp\/v2\/pages\/24","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/izoproofficial.shop\/index.php?rest_route=\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/izoproofficial.shop\/index.php?rest_route=\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/izoproofficial.shop\/index.php?rest_route=\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/izoproofficial.shop\/index.php?rest_route=%2Fwp%2Fv2%2Fcomments&post=24"}],"version-history":[{"count":0,"href":"https:\/\/izoproofficial.shop\/index.php?rest_route=\/wp\/v2\/pages\/24\/revisions"}],"wp:attachment":[{"href":"https:\/\/izoproofficial.shop\/index.php?rest_route=%2Fwp%2Fv2%2Fmedia&parent=24"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}