.most-wanted {
  overflow: hidden;
}
.most-wanted td.product {
  width: 16.66667%;
  margin: 0;
  border: 0;
  padding: 5px;
}
.most-wanted td.product * {
  font-weight: 600;
}
.most-wanted .price-box {
  white-space: nowrap;
}
.most-wanted .price-box * {
  display: inline;
  font-size: 16px;
}
.most-wanted .price-box .price-label {
  display: none;
}

.top-info {
  float: left;
}
.top-info p {
  display: inline-block;
  line-height: 26px;
  color: #ecf0f1;
  position: relative;
  padding-right: 30px;
}
.top-info p:after {
  display: block;
  content: "";
  position: absolute;
  height: 11px;
  border-right: 1px solid #ecf0f1;
  right: 15px;
  position: absolute;
  top: 7px;
}
.top-info p:last-child:after {
  display: none;
}
.top-info p:last-child {
  padding-right: 0;
}

@media (max-width: 1024px) {
  .myaffix .top-header {
    position: fixed;
    width: 100%;
    top: 0;
    background-color: #000;
  }
  .myaffix .header .quick-access {
    position: fixed;
  }
}
@media (min-width: 1025px) {
  .myaffix .header-container {
    position: fixed;
    width: 100%;
    background-color: #fff;
    top: 0;

  }
  .myaffix .branding {
    display: none;
  }

  .myaffix .header .quick-access {
    margin-top: 7px;
  }
  .myaffix .top-currency, .myaffix .top-info, .myaffix .top-cart .block-title {
    display: none;
  }
  .myaffix .top-header-content, .myaffix .top-header {
    min-height: 0;
    height: 0;
    padding: 0;
  }
  .myaffix .top-cart .block-content {
    top: 91px;
  }
}
@-webkit-keyframes ani-affix {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }

  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

@keyframes ani-affix {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }

  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
