#aec-left .aec-navTitle:first-child {
  display: block;
}

.aec-dcsnavTitle,
.aec-navTitle,
.aec-dcsnavAccordian {
  display: none;
}

.aec-boutique-link {
  display: none;
}

/*
#aec-left .aec-navTitle:first-child a:before {
  content: " Deep Deals On ";
}
*/

#aec-left .aec-navTitle:first-child a{
	display: none;
}
#aec-left .aec-navTitle:first-child a.aec-store-link-title{
	display: inline-block;
}
#aec-left .aec-navTitle:first-child a {
  font-size: 16px;
}

#aec-main > div#aec-boutique-container {
  border: 1px solid #e0f6fd;
  border-radius: 4px;
  display: table;
  padding-top: 14px;
  width: 100%;
}

#aec-main > div#aec-boutique-container > h1 {
  border-bottom: 1px solid #e0f6fd;
  color: #1c4073;
  font-size: 28px;
  font-weight: 500;
  margin-top: 0;
  padding-bottom: 14px;
  text-align: center;
}

#aec-main > div#aec-boutique-container > h1:before {
  content: "\f87d";
  font-family: DeepFont;
  font-weight: normal;
  margin-right: 4px;
}

.aec-boutiquebanner-sm {
  float: left;
  padding: 10px;
  text-align: center;
}

.aec-boutiquebanner-sm > a {
  display: block;
}

.aec-boutiquebanner-sm img {
  height: auto;
  max-width: 100%;
}

@media (min-width: 0px) and (max-width: 469px) {
  .aec-boutiquebanner-sm {
    width: 33.333333%;
  }
}

@media (min-width: 480px) {
  .aec-boutiquebanner-sm {
    width: 33.333333%;
  }
}

@media (min-width:640px) {
  .aec-boutiquebanner-sm {
    width: 24.333%;
  }
}

@media (min-width:768px) {
  .aec-boutiquebanner-sm {
    width: 24.333%;
  }
}

@media (min-width:820px) {
  .aec-boutiquebanner-sm {
    width: 20%;
  }
}

@media (min-width: 1200px) {
  .aec-boutiquebanner-sm {
    margin: 0 0.8%;
    width: 15%;
  }
}