www.candefashions.com Open in urlscan Pro
12.167.4.240  Public Scan

Submitted URL: http://candefashions.com/
Effective URL: https://www.candefashions.com/
Submission: On March 07 via api from GB — Scanned from GB

Form analysis 1 forms found in the DOM

Name: mainPOST /

<form name="main" method="post" action="/" id="main">
  <div>
    <input type="hidden" name="__EVENTTARGET" id="__EVENTTARGET" value="">
    <input type="hidden" name="__EVENTARGUMENT" id="__EVENTARGUMENT" value="">
  </div>
  <script type="text/javascript">
    //<![CDATA[
    var theForm = document.forms['main'];
    if (!theForm) {
      theForm = document.main;
    }

    function __doPostBack(eventTarget, eventArgument) {
      if (!theForm.onsubmit || (theForm.onsubmit() != false)) {
        theForm.__EVENTTARGET.value = eventTarget;
        theForm.__EVENTARGUMENT.value = eventArgument;
        theForm.submit();
      }
    }
    //]]>
  </script>
  <script src="/WebResource.axd?d=ResVH1nORxddBdpBfFZ6ZBEGzyRXjoiUnqo12HGp72QkPk0pTw0L1YlyLos1cCj2esKdPz1jz9c6Bcobj1dh53qu6tXbdPvVJFn2zpPg8hU1&amp;t=637750578580544600" type="text/javascript"></script>
  <script type="text/javascript">
    //<![CDATA[
    function banner_track(el, id) {
      el.href = '/banners.aspx?BannerId=' + id;
      el.mousedown = '';
      return true;
    } //]]>
  </script>
  <script src="/cms/includes/swfobject.js" type="text/javascript"></script>
  <script src="/ScriptResource.axd?d=ZxwEtj8GNwWp5FXJbqkslnm1d0RPijQHSgL7aFbKdimFihmXj35HN776D2q3YFd9fm5YOaIPuCWYVP_PGl9P2EvJ6Nn1pJnx8wkyN-cR1vkl8MRemUUXWDYzvJxmEdCkUc7rRqN_RVFvlhZRKOw6z9aRU8nUZxIVlYuwTkNB6tA1&amp;t=ffffffff8333b97c"
    type="text/javascript"></script>
  <script
    src="/ScriptResource.axd?d=odJx2BDZKMuMsuncug0FnhC7phsCFG_3sbgorXCQQ7vQh0xRmk59wd9Ui-bli60FFUiyQg0UUpr8JofiecqWf3sTccXUyvQ91qRfcFZT-qJ54LoxOhsR0Z1a8gTZNwbvU8GUnFdTUyQ1XFpZ6HBRQyADC-vjpLu76iLznnKN9gNxtPxZl6o5IF08Ik0Un1KC0&amp;t=ffffffff8333b97c"
    type="text/javascript"></script><input type="hidden" name="hdnSubDirectory" id="hdnSubDirectory">
  <script type="text/javascript">
    //<![CDATA[
    Sys.WebForms.PageRequestManager._initialize('AjaxManager', 'main', [], [], [], 90, '');
    //]]>
  </script>
  <div class="container">
    <div id="HeaderMain">
      <div class="header">
        <div class="topBar">
          <div class="inner">
            <div class="tbNav"><a href="https://www.candefashions.com/service/">Customer Service</a> | <a href="https://www.candefashions.com/service/layaway-terms/">Layaway Terms</a></div>
            <div class="callUs"><span class="red">Call Us Today:</span> Monday to Saturday 10am to 6pm (PST) <span class="sep">|</span> 213-629-2861</div>
          </div>
        </div>
        <a class="sitelogo" href="https://www.candefashions.com/">C&amp;E Fashions</a>
        <div class="tagline">
          <div class="top">The Art of Footwear</div>
          <div class="bot">Los Angeles, Established 1980</div>
        </div>
        <div class="accountSummary">
          <span id="AnonymousView">
            <a class="register" href="https://www.candefashions.com/my-account/register/">Register</a> | <a class="login" href="https://www.candefashions.com/my-account/login/">Login</a>
          </span>
          <span id="MemberView" class="hide" style="display: none;">
            <a class="register" href="https://www.candefashions.com/my-account/">My Account</a> | <a class="login" href="https://www.candefashions.com/my-account/logout/">Log Out</a>
          </span>
          <a class="cartLink" href="https://www.candefashions.com/shopping-cart/"><span id="spanCartTotal">0 Items</span></a>
        </div>
        <div class="eco hide" id="eco">
        </div>
        <div class="clear">&nbsp;</div>
        <div class="dropCart recent-cart" style="display:block;">
          <div class="dropCartHeader" id="Add2CartHeader"></div>
          <div class="dropCartContent">
            <div class="itemWrapper" id="divItemAdded"></div>
            <div class="clear">&nbsp;</div>
          </div>
          <div class="dropCartButtons">
            <span class="btnWrapper close-cart"><input class="btn" type="button" value="Continue Shopping"></span>
            <span class="btnWrapper btnRed"><input class="btn" type="button" value="Checkout" onclick="window.location='https://www.candefashions.com/shopping-cart/'"></span>
            <div class="clear">&nbsp;</div>
          </div>
        </div>
      </div>
    </div>
    <script type="text/javascript">
      /* <![CDATA[ */
      var p = getQueryVariable("print");
      var isPrint = (p && p.toLowerCase() == "y");
      if (isPrint) {
        $("#HeaderMain").hide();
        $("#HeaderPrint").show();
      } else {
        $("#HeaderMain").show();
        $("#HeaderPrint").hide();
      }
      if (!isPrint) $.getJSON("/ajax/store/ajax.aspx?F=GetSummary", function(o) {
        if (!o.Success) return;
        if (o.Member) {
          $("#AnonymousView").hide();
          $("#MemberView").show();
        } else {
          $("#MemberView").hide();
          $("#AnonymousView").show();
        }
        var i = o.Items;
        $("#spanCartTotal").html(i + ' Item' + (i == 1 ? '' : 's') + (i > 0 ? ' - $' + o.Total.toFixed(2) : ''));
        if (o.ecoMsg) {
          $("#eco").show().html(o.ecoMsg);
        }
      });
      /* ]]> */
    </script>
    <script src="https://aesearch.americaneagle.com/sites/candefashions/includes/idevAutoSuggest.min.js" type="text/javascript"></script>
    <script type="text/javascript">
      /* <![CDATA[ */
      $(document).ready(function() {
        divWidth = '320px';
        idevInitQueryCode('CT_Header_1_txtKeyword', 'https://aesearch.americaneagle.com/sites/candefashions/Autosuggest.aspx?f=GetSuggestions&df=Search', '');
      });
      /* ]]> */
    </script>
    <div class="mainNav">
      <ul class="sf-menu sf-js-enabled">
        <li><a href="/store/footwear/" class="sf-with-ul">Footwear<span class="sf-sub-indicator"> »</span></a>
          <ul style="display: none; visibility: hidden;">
            <li><a href="/store/footwear/lace-ups/oxfords/">Lace-Ups/Oxfords</a></li>
            <li><a href="/store/footwear/loafers-and-drivers/">Loafers and Drivers</a></li>
            <li><a href="/store/footwear/monkstraps/">Monkstraps</a></li>
            <li><a href="/store/footwear/spectators/">Spectators</a></li>
            <li><a href="/store/footwear/suede/">Suede</a></li>
            <li><a href="/store/footwear/exotics/">Exotics</a></li>
            <li><a href="/store/footwear/formal-shoes/">Formal Shoes</a></li>
            <li><a href="/store/footwear/boots/">Boots</a></li>
            <li><a href="/store/footwear/sandals/">Sandals</a></li>
            <li><a href="/store/footwear/sneakers/">Sneakers</a></li>
            <li class="last"><a href="/store/footwear/extra-large-shoes/">Extra Large Shoes</a></li>
          </ul>
        </li>
        <li><a href="/store/new-arrivals/">New Arrivals</a></li>
        <li><a href="/store/on-sale/" class="sf-with-ul">On Sale<span class="sf-sub-indicator"> »</span></a>
          <ul style="display: none; visibility: hidden;">
            <li><a href="/store/on-sale/last-pair-/-clearance/">Last Pair / Clearance</a></li>
            <li class="last"><a href="/store/on-sale/all-sale-items/">All Sale Items</a></li>
          </ul>
        </li>
        <li><a href="/store/accessories/" class="sf-with-ul">Accessories<span class="sf-sub-indicator"> »</span></a>
          <ul style="display: none; visibility: hidden;">
            <li><a href="/store/accessories/belts/">Belts</a></li>
            <li><a href="/store/accessories/hats/">Hats</a></li>
            <li class="last"><a href="/store/accessories/bags/">Wallets/Bags</a></li>
          </ul>
        </li>
        <li><a href="/designers/" class="sf-with-ul">Designers<span class="sf-sub-indicator"> »</span></a>
          <ul style="display: none; visibility: hidden;">
            <li><a href="/designers/jean-pierre/">Jean Pierre</a></li>
            <li><a href="/designers/corrente/">Corrente</a></li>
            <li><a href="/designers/pelle-exotics/">Pelle Exotics</a></li>
            <li><a href="/designers/carrucci/">Carrucci</a></li>
            <li><a href="/designers/ugo-versare/">Ugo Vasare</a></li>
            <li><a href="/designers/mezlan/">Mezlan</a></li>
            <li><a href="/designers/bacco-bucci/">Bacco Bucci</a></li>
            <li><a href="/designers/maurice/">Maurice</a></li>
            <li><a href="/designers/toscana/">Toscana</a></li>
            <li><a href="/designers/dogen/">Dogen</a></li>
            <li><a href="/designers/frye/">Frye</a></li>
            <li><a href="/designers/johnston-and-murphy/">Johnston &amp; Murphy</a></li>
            <li><a href="/designers/c-and-e-label/">C &amp; E Label</a></li>
            <li><a href="/designers/goodoo-sneakers/">Goodoo Sneakers</a></li>
            <li class="last"><a href="/designers/coly-los-angeles/">Coly</a></li>
          </ul>
        </li>
        <li><a href="#" onclick="return false;" class="sf-with-ul" style="display: none;">Shop By <span class="sf-sub-indicator"> »</span></a>
          <ul style="display: none; visibility: hidden;">
            <li><a href="/newarrivals/">New Arrivals</a></li>
            <li><a href="/bestsellers/">Best Sellers</a></li>
            <li class="last"><a href="/sale/">Sale</a></li>
          </ul>
        </li>
      </ul>
      <div class="siteSearch" onkeypress="javascript:return WebForm_FireDefaultButton(event, 'CT_Header_1_btnSearch')">
        <input name="CT_Header_1$txtKeyword" type="text" id="CT_Header_1_txtKeyword" class="text hint blur" title="Search" autocomplete="off">
        <span class="btnWrapper"><input type="submit" name="CT_Header_1$btnSearch" value="GO" id="CT_Header_1_btnSearch" class="btn"></span>
        <div id="searchQuery"></div>
      </div>
      <div class="clear">&nbsp;</div>
    </div>
    <div class="sitebody">
      <a name="maincontent"></a>
      <img border="0" src="/assets/1/12/DHL_Banner-Best.jpg" alt="DHL Banner Best" width="950" height="66">
      <div id="CT_Main_1_BannerRotating" class="bannerWidget" style="height:450px;"><!-- height needs to be set based on images in group -->
        <div class="bwContent" data-options="{&quot;time&quot;:&quot;7&quot;, &quot;transition&quot;:&quot;fade&quot;, &quot;style&quot;:&quot;none&quot;}" style="position: relative; width: 950px; height: 453px;">
          <div class="bwItem" data-options="{&quot;bannerId&quot;:&quot;55&quot;, &quot;isAdmin&quot;:&quot;False&quot;}" style="position: absolute; top: 0px; left: 0px; display: block; z-index: 8; opacity: 1;"><img border="0"
              src="/assets/1/12/6531-1233-Burgundy-top-front.jpeg" alt="Banner Ugo Burgundy Wingtip" width="950" height="450"><br></div>
          <div class="bwItem" data-options="{&quot;bannerId&quot;:&quot;49&quot;, &quot;isAdmin&quot;:&quot;False&quot;}" style="position: absolute; top: 0px; left: 0px; display: none; z-index: 7; opacity: 0;">
            <a href="https://www.candefashions.com/designers/ugo-versare/" onmousedown="return banner_track(this,49);"><img border="0" src="/assets/1/12/Banners-Perforated.jpeg" alt="Store-1" width="950" height="450"></a><br></div>
          <div class="bwItem" data-options="{&quot;bannerId&quot;:&quot;48&quot;, &quot;isAdmin&quot;:&quot;False&quot;}" style="position: absolute; top: 0px; left: 0px; display: none; z-index: 6; opacity: 0;">
            <a href="https://www.candefashions.com/store/footwear/loafers-and-drivers/" onmousedown="return banner_track(this,48);"><img border="0" src="/assets/1/12/Banners-Pink_Suede.jpeg" alt="Banners Pink suede" width="950" height="450"></a><br>
          </div>
          <div class="bwItem" data-options="{&quot;bannerId&quot;:&quot;50&quot;, &quot;isAdmin&quot;:&quot;False&quot;}" style="position: absolute; top: 0px; left: 0px; display: none; z-index: 5; opacity: 0;">
            <a href="https://www.candefashions.com/designers/carrucci/" onmousedown="return banner_track(this,50);"><img border="0" src="/assets/1/12/Banners-Double_Monkstrap.jpeg" alt="Banners Double Monkstrap" width="950" height="450"></a><br>
          </div>
          <div class="bwItem" data-options="{&quot;bannerId&quot;:&quot;23&quot;, &quot;isAdmin&quot;:&quot;False&quot;}" style="position: absolute; top: 0px; left: 0px; display: none; z-index: 4; opacity: 0;">
            <a href="https://www.candefashions.com/store/footwear/loafers-and-drivers/" onmousedown="return banner_track(this,23);"><img border="0" src="/assets/1/12/Banner21.jpg" alt="Banner2" width="950" height="450"></a><br></div>
          <div class="bwItem" data-options="{&quot;bannerId&quot;:&quot;51&quot;, &quot;isAdmin&quot;:&quot;False&quot;}" style="position: absolute; top: 0px; left: 0px; display: none; z-index: 3; opacity: 0;">
            <a href="https://www.candefashions.com/store/accessories/belts/" onmousedown="return banner_track(this,51);"><img border="0" src="/assets/1/12/Banners-Belts.jpeg" alt="Banners Belts" width="950" height="450"></a><br></div>
          <div class="bwItem" data-options="{&quot;bannerId&quot;:&quot;52&quot;, &quot;isAdmin&quot;:&quot;False&quot;}" style="position: absolute; top: 0px; left: 0px; display: none; z-index: 2; opacity: 0;">
            <a href="https://www.candefashions.com/designers/carrucci/" onmousedown="return banner_track(this,52);"><img border="0" src="/assets/1/12/Banners-Red_Penny.jpeg" alt="Banners Red Penny" width="950" height="450"></a><br></div>
          <div class="bwItem" data-options="{&quot;bannerId&quot;:&quot;56&quot;, &quot;isAdmin&quot;:&quot;False&quot;}" style="position: absolute; top: 0px; left: 0px; display: none; z-index: 1; opacity: 0;"><img border="0"
              src="/assets/1/12/805-07SV-Ruby-pair1.jpeg" alt="Banner Ruby Embroidered Velvet" width="950" height="450"><br></div>
        </div>
        <div class="nav" style="opacity: 0.9;">
          <span class="prev">Previous</span>
          <span class="numSlide">1 of 8</span>
          <span class="next">Next</span>
        </div>
      </div><input name="CT_Main_1$hdnCount" type="hidden" id="CT_Main_1_hdnCount" class="hdnCount" value="7">
      <div class="itemList homeList">
        <div class="itemRow">
          <div class="itemWrapper" style="min-height: 251px;">
            <a class="itemLink" href="#" style="min-height: 241px;"><img alt="NarniSport" src="/assets/1/14/MainFCKEditorDimension/5817-1233A-Camel-1.JPG" style="width:313px; height:238px;"></a>
            <div class="inner">
              <a class="over" href="/store/footwear/exotics/"> <span class="txt"> <span class="itemTitle">Exotics</span> <span class="sub">Genuine Exotic skins for the discerning shopper <span class="red bold">&gt;</span></span> </span> </a>
            </div>
          </div>
          <div class="itemWrapper" style="min-height: 251px;">
            <a class="itemLink" href="#" style="min-height: 241px;"><img alt="item name" class="itemImage" src="/assets/1/14/MainFCKEditorDimension/478-119S-Pink-1.JPG" style="width:313px; height:238px;"></a>
            <div class="inner">
              <a class="over" href="/store/footwear/loafers-and-drivers/"> <span class="txt"> <span class="itemTitle">loafers &amp; Drivers</span> <span class="sub">Stunning Loafers offer versatile dressing <span class="red bold">&gt;</span></span> </span> </a>
            </div>
          </div>
          <div class="itemWrapper last" style="min-height: 251px;">
            <a class="itemLink" href="#" style="min-height: 241px;"><img alt="item name" class="itemImage" src="/assets/1/14/MainFCKEditorDimension/19030-1233-Black-1.JPG" style="width:313px; height:238px;"></a>
            <div class="inner">
              <a class="over" href="/store/footwear/lace-ups/oxfords/"> <span class="txt"> <span class="itemTitle">Oxfords</span> <span class="sub">Smart Lace-ups will take you anywhere in style <span class="red bold">&gt;</span></span> </span> </a>
            </div>
          </div>
        </div>
        <div class="clear"> &nbsp;</div>
        <div class="itemRow">
          <div class="itemWrapper" style="min-height: 248px;">
            <a class="itemLink" href="#" style="min-height: 238px;"><img alt="item name" class="itemImage" src="/assets/1/14/Tyson-Black-pair4.jpg" style="width:313px; height:238px;"></a>
            <div class="inner">
              <a class="over" href="/store/on-sale/last-pair-/-clearance/"> <span class="txt"> <span class="itemTitle">Last Pairs</span> <span class="sub">Shop our Clearance items <span class="red bold">&gt;</span></span> </span> </a>
            </div>
          </div>
          <div class="itemWrapper" style="min-height: 248px;">
            <a class="itemLink" href="#" style="min-height: 238px;"><img alt="item name" class="itemImage" src="/assets/1/14/MainFCKEditorDimension/Belts-Jess.jpg" style="width:313px; height:238px;"></a>
            <div class="inner">
              <a class="over" href="/store/accessories/belts/"> <span class="txt"> <span class="itemTitle">Belts</span> <span class="sub">Shop our finest men's line of belts <span class="red bold">&gt;</span></span> </span> </a>
            </div>
          </div>
          <div class="itemWrapper last" style="min-height: 248px;">
            <a class="itemLink" href="#" style="min-height: 238px;"><img alt="item name" class="itemImage" src="/assets/1/14/MainFCKEditorDimension/478-108S-Blue-3.jpeg
" style="width:313px; height:238px;"></a>
            <div class="inner">
              <a class="over" href="/store/footwear/boots/"> <span class="txt"> <span class="itemTitle">Boots</span> <span class="sub">Handsome Boots for the season <span class="red bold">&gt;</span></span> </span> </a>
            </div>
          </div>
        </div>
        <div class="clear">
          <br>
          <img alt="PoliIIBlu" src="/assets/1/14/MainFCKEditorDimension/PoliIIBlu.jpg" style="width:313px; height:238px;"><img alt="1583Sport" src="/assets/1/14/1583Sport.jpg" style="width:313px; height:238px;"><img alt="NarniSport"
            src="/assets/1/14/MainFCKEditorDimension/NarniSport1.jpg" style="width:313px; height:238px;"><img alt="TreviBrnMulti" src="/assets/1/14/MainFCKEditorDimension/TreviBrnMulti.jpg" style="width:313px; height:238px;"><img alt="3321Tabaco2"
            src="/assets/1/14/3321Tabaco2.jpg" style="width:313px; height:238px;"><img alt="ValdanoBlk" src="/assets/1/14/ValdanoBlk.jpg" style="width:313px; height:238px;"><img alt="2019-15Cognac" src="/assets/1/14/2019-15Cognac1.jpg"
            style="width:313px; height:238px;">
        </div>
      </div>
      <div class="clear">&nbsp;</div>
      <div class="welcome">
        <div class="top"><span class="txt">Welcome</span></div>
        <div class="inner">
          <p> With long standing brick and mortar retail stores in Los Angeles, C &amp; E Fashions has set the standard for classic and contemporary footwear, and is well known for their fabulous collections of fashion footwear and exotic skins.</p>
          <p>
            <span style="color:#ff0000;"><strong>Our Los Angeles Store is located at 839 South Los Angeles St. in the heart of the Garment District. Los Angeles, CA. 90014. &nbsp;</strong></span><strong><span style="color:#ff0000;">Our store hours
                are Monday through Saturday, from 10am - 6pm. &nbsp;We open on Sundays by appointment only. &nbsp;</span></strong><strong><span style="color:#ff0000;">Please call us at 213-629-2861 to schedule an exclusive appointment with
                us!</span></strong>
          </p>
          <p> We carry some of the most exclusive and sought after European shoe manufacturers, including Dami, Mauri, Matteo Massimo, Fennix, Mezlan and Bacco Bucci, and our own C &amp; E Collection! In addition to these extensive collections, we
            also carry exclusive designs of Mauri, Fennix, Mezlan, and other designers which are custom made especially for us and are available only on our website at <a href="https://www.candefashions.com/">www.candefashions.com</a>. Our specialty
            is our custom lasts (the shape and length of the shoe), which are known to be avant garde and fashion forward.</p>
          <p> Because we buy directly in Europe, our pricing is competitive and our shoes are offered at some of the best prices found on the web! We specialize in fine leathers and exotic skins including alligator, crocodile, ostrich, lizard,
            stingray and snakeskin.</p>
          <p> A family business, we treat each customer as an individual. We strive to make each customer's shopping experience one that is pleasing and gratifying. We pride ourselves on our return business. Indeed, it is our goal at C &amp; E to
            keep each customer for life.</p>
        </div>
      </div>
    </div>
    <div class="footer">
      <div class="advFooter">
        <ul class="advList">
          <li><strong class="listhdng"><a href="https://www.candefashions.com/store/">Store</a></strong>
            <ul class="linkList">
              <li><a href="https://www.candefashions.com/store/footwear/">Footwear</a></li>
              <li><a href="https://www.candefashions.com/store/new-arrivals/">New Arrivals</a></li>
              <li><a href="https://www.candefashions.com/store/on-sale/">On Sale</a></li>
              <li><a href="https://www.candefashions.com/store/accessories/">Accessories</a></li>
            </ul>
          </li>
        </ul>
        <ul class="advList" style="width:175px;">
          <li><strong class="listhdng"><a href="https://www.candefashions.com/service/">Customer Service</a></strong>
            <ul class="linkList">
              <li><a href="https://www.candefashions.com/service/contact/">Contact Us</a></li>
              <li><a href="https://www.candefashions.com/service/order/">Where's My Order</a></li>
              <li><a href="https://www.candefashions.com/service/faq/">FAQ's</a></li>
              <li><a href="https://www.candefashions.com/service/layaway-terms/">Layaway Terms</a></li>
              <li><a href="https://www.candefashions.com/service/shipping_policy/">Shipping Policy</a></li>
              <li><a href="https://www.candefashions.com/service/returns/">Return Policy</a></li>
            </ul>
          </li>
        </ul>
        <ul class="advList">
          <li><strong class="listhdng"><a href="https://www.candefashions.com/about/">About Us</a></strong>
            <ul class="linkList">
              <li><a href="https://www.candefashions.com/about/">About C&amp;E</a></li>
              <li><a href="https://www.candefashions.com/testimonials/">Testimonials</a></li>
              <li><a href="https://www.candefashions.com/about/shoe-size-conversion-chart/">Size Chart</a></li>
              <li><a href="https://www.candefashions.com/about/shoe-care/">Shoe Care</a></li>
              <li><a href="https://www.candefashions.com/about/glossary-of-shoe-terms/">Glossary</a></li>
            </ul>
          </li>
        </ul>
        <ul class="advList">
          <li><strong class="listhdng"><a href="https://www.candefashions.com/my-account/">My Account</a></strong>
            <ul class="linkList">
              <li><a href="https://www.candefashions.com/my-account/login/">Login</a></li>
              <li><a href="https://www.candefashions.com/my-account/register/">Register</a></li>
            </ul>
          </li>
        </ul>
        <div class="footerRight">
          <div id="CT_Footer_0_Panel1" class="emailSignup" onkeypress="javascript:return WebForm_FireDefaultButton(event, 'CT_Footer_0_btnSubmit')">
            <strong class="ftrHeading">Join Our Mailing List</strong>
            <p>Sign up to receive information on new products and sales!</p>
            <input name="CT_Footer_0$txtEmail" type="text" id="CT_Footer_0_txtEmail" class="text hint blur" title="Enter Your Email Address">
            <span class="btnWrapper"><input type="submit" name="CT_Footer_0$btnSubmit" value="Join" id="CT_Footer_0_btnSubmit" class="btn"></span>
          </div>
          <div class="followUs">
            <strong class="ftrHeading">Follow Us</strong>
            <div class="socialLinks">
              <a href="http://www.facebook.com/pages/CE-Fashions/121548124528304" target="_blank"><img alt="facebook" src="/cms/images/layout/icon_facebook.gif"></a>
            </div>
          </div>
        </div>
        <div class="clear">&nbsp;</div>
        <div class="callUs">
          <span class="call">Call Us Today:</span> Monday to Saturday 10am to 6pm (PST) <span class="sep">|</span> 213-629-2861
        </div>
        <div style="position:absolute; right: 5px; bottom: 5px;">
          <table width="135" border="0" cellpadding="2" cellspacing="0" title="Click to Verify - This site chose Symantec SSL for secure e-commerce and confidential communications.">
            <tbody>
              <tr>
                <td width="135" align="center" valign="top">
                  <script type="text/javascript" src="https://seal.verisign.com/getseal?host_name=www.candefashions.com&amp;size=L&amp;use_flash=YES&amp;use_transparent=YES&amp;lang=en"></script><br>
                  <a href="http://www.symantec.com/verisign/ssl-certificates" target="_blank" style="color:#000000; text-decoration:none; font:bold 7px verdana,sans-serif; letter-spacing:.5px; text-align:center; margin:0px; padding:0px;">ABOUT SSL CERTIFICATES</a>
                </td>
              </tr>
            </tbody>
          </table>
        </div>
      </div>
      <div class="subFooter">
        <div class="footerLinks">
          <a href="https://www.candefashions.com/service/online-policies/">Online Policies</a> | <a href="https://www.candefashions.com/service/terms/">Terms of Use</a> | <a href="https://www.candefashions.com/sitemap/">Site Map</a>
        </div>
        <div class="copyright">©2022 C &amp; E Fashions - All rights reserved</div>
      </div>
    </div>
    <!-- start of global MOC wrapper -->
    <div id="overlay-main" class="siteOverlay" style="display: none;">
      <div class="overlayBar">
        <span class="overlayClose">Close</span>
      </div>
      <div class="overlayContent" id="mainOverlayContent">
        <!-- everything here gets replaced by the MOC -->
      </div>
    </div>
    <!-- end of global MOC wrapper -->
  </div>
  <div>
    <input type="hidden" name="__VIEWSTATEGENERATOR" id="__VIEWSTATEGENERATOR" value="3989C74E">
    <input type="hidden" name="__EVENTVALIDATION" id="__EVENTVALIDATION"
      value="/wEdAAceed3ph7IlipYD5P9XfiuyvOTpRsWy/YUFOCU39Xd7HI7xx/dlg0x14WHDXfyZzk2DLQnupc5YmZjOpyYAgT92yrt46iHClOVNTjT6HDoUNk4JJyvdOKBiqvMWt8TcowmjUg50FokhK40q+RT4+89U050ryJJmxUCvU0ae9nEBT/+EbnTDvl6T0jcm1kllDNY=">
  </div>
  <div><input type="hidden" name="__VIEWSTATE" id="__VIEWSTATE"
      value="/wEPDwULLTExNzk4MzI1MzYPZBYCZg9kFgQCAg9kFgICAw9kFgJmDxYCHgdWaXNpYmxlZ2QCBQ9kFgYCBQ9kFgRmD2QWAgICDxYCHwBoZAIBD2QWAgICDxYCHwBoZAIJD2QWAgICD2QWAgICD2QWAmYPFgIeBXN0eWxlBQ1oZWlnaHQ6NDUwcHg7ZAIND2QWAmYPZBYCAgIPFgIfAGhkZGNG3KU34Qu9gEHrd784qQwf7w9Y9mNdxjar4A5gdpoz">
  </div>
</form>

Text Content

Skip to Main Content
Customer Service | Layaway Terms
Call Us Today: Monday to Saturday 10am to 6pm (PST) | 213-629-2861
C&E Fashions
The Art of Footwear
Los Angeles, Established 1980
Register | Login My Account | Log Out 0 Items

 
 
 
 * Footwear »
   * Lace-Ups/Oxfords
   * Loafers and Drivers
   * Monkstraps
   * Spectators
   * Suede
   * Exotics
   * Formal Shoes
   * Boots
   * Sandals
   * Sneakers
   * Extra Large Shoes
 * New Arrivals
 * On Sale »
   * Last Pair / Clearance
   * All Sale Items
 * Accessories »
   * Belts
   * Hats
   * Wallets/Bags
 * Designers »
   * Jean Pierre
   * Corrente
   * Pelle Exotics
   * Carrucci
   * Ugo Vasare
   * Mezlan
   * Bacco Bucci
   * Maurice
   * Toscana
   * Dogen
   * Frye
   * Johnston & Murphy
   * C & E Label
   * Goodoo Sneakers
   * Coly
 * Shop By »
   * New Arrivals
   * Best Sellers
   * Sale


 
















Previous 1 of 8 Next
Exotics Genuine Exotic skins for the discerning shopper >
loafers & Drivers Stunning Loafers offer versatile dressing >
Oxfords Smart Lace-ups will take you anywhere in style >
 
Last Pairs Shop our Clearance items >
Belts Shop our finest men's line of belts >
Boots Handsome Boots for the season >


 
Welcome

With long standing brick and mortar retail stores in Los Angeles, C & E Fashions
has set the standard for classic and contemporary footwear, and is well known
for their fabulous collections of fashion footwear and exotic skins.

Our Los Angeles Store is located at 839 South Los Angeles St. in the heart of
the Garment District. Los Angeles, CA. 90014.  Our store hours are Monday
through Saturday, from 10am - 6pm.  We open on Sundays by appointment only.
 Please call us at 213-629-2861 to schedule an exclusive appointment with us!

We carry some of the most exclusive and sought after European shoe
manufacturers, including Dami, Mauri, Matteo Massimo, Fennix, Mezlan and Bacco
Bucci, and our own C & E Collection! In addition to these extensive collections,
we also carry exclusive designs of Mauri, Fennix, Mezlan, and other designers
which are custom made especially for us and are available only on our website at
www.candefashions.com. Our specialty is our custom lasts (the shape and length
of the shoe), which are known to be avant garde and fashion forward.

Because we buy directly in Europe, our pricing is competitive and our shoes are
offered at some of the best prices found on the web! We specialize in fine
leathers and exotic skins including alligator, crocodile, ostrich, lizard,
stingray and snakeskin.

A family business, we treat each customer as an individual. We strive to make
each customer's shopping experience one that is pleasing and gratifying. We
pride ourselves on our return business. Indeed, it is our goal at C & E to keep
each customer for life.

 * Store
   * Footwear
   * New Arrivals
   * On Sale
   * Accessories

 * Customer Service
   * Contact Us
   * Where's My Order
   * FAQ's
   * Layaway Terms
   * Shipping Policy
   * Return Policy

 * About Us
   * About C&E
   * Testimonials
   * Size Chart
   * Shoe Care
   * Glossary

 * My Account
   * Login
   * Register

Join Our Mailing List

Sign up to receive information on new products and sales!

Follow Us

 
Call Us Today: Monday to Saturday 10am to 6pm (PST) | 213-629-2861


ABOUT SSL CERTIFICATES

Online Policies | Terms of Use | Site Map
©2022 C & E Fashions - All rights reserved
Close