.transition {
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out; }

.ellips {
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  display: block; }

/*// FlashSale - Start Counter Timer
.countdown-inner {
    text-align: center;
    > div {
      display: inline-block;
      font-size: $font-large;
      padding: 5px;
      text-transform: uppercase;
      text-align: center;
      background-color: $black;
      color: $white;
      &:not(:last-child) {
        margin-right: 5px;
      }
       span {
          display: block;
          font-size: $font-micro;
        }   
    }
}
// End Counter Timer


// AddThis Style
.addthis_inline_share_toolbox {
    @include flex;
    @include align-items(center);
    .font_bold {
        padding-right: 12px;
        font-weight: 500;
    }
}


// Noserch Results
.no-search-result {
    text-align: center;
    max-width: 312px;
    margin: 40px auto;
    i, span {
        font-size: 90px;
        color: $ternary;
        margin-bottom: 25px;
        display: block;
        font-weight: 400;
        position: relative;
        &:before {
            position: absolute;
            left: 0;right: 0;
        }
    }
}*/
.page404 {
  text-align: center; }
  .page404 .page-title404 {
    font-size: 120px;
    display: block;
    text-align: center;
    margin-bottom: 10px;
    margin-top: 75px;
    font-weight: bold; }
  .page404 .content-404 p {
    color: #909090; }
  .page404 .content-404 .actionbutton {
    margin-top: 85px;
    margin-bottom: 75px; }
    .page404 .content-404 .actionbutton a {
      min-width: 235px; }

.table-record-row .pager {
  text-align: right; }
  .table-record-row .pager select, .table-record-row .pager input {
    max-width: 80px;
    height: 35px; }
  .table-record-row .pager .btn-icon {
    font-weight: 600; }
.table-record-row span, .table-record-row input, .table-record-row select {
  display: inline-block;
  vertical-align: middle; }

.inner-info {
  color: #292F36;
  font-size: 1rem;
  line-height: 30px; }

.ui-menu .ui-menu-item {
  margin: 10px;
  border-bottom: 1px solid #CECECE;
  padding-bottom: 15px; }
.ui-menu .ui-menu-item-wrapper {
  display: block; }
.ui-menu .search-img {
  float: left;
  margin-right: 10px;
  max-width: 50px; }
.ui-menu .search-result {
  padding: 15px;
  text-align: right;
  clear: both;
  overflow: hidden;
  position: sticky;
  background: #fff;
  bottom: 0; }
.ui-menu .search-prod-desc {
  padding-left: 65px; }
  .ui-menu .search-prod-desc .name {
    padding-bottom: 5px;
    word-break: break-all;
    text-align: left;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    max-width: 95%; }
  .ui-menu .search-prod-desc .price-wrap {
    -webkit-justify-content: left;
    -moz-justify-content: left;
    -ms-justify-content: left;
    justify-content: left;
    -ms-flex-pack: left; }
    .ui-menu .search-prod-desc .price-wrap span {
      margin-right: 10px !important;
      margin-left: 0 !important; }
.ui-menu.search-dropdown {
  max-height: 400px;
  overflow-y: auto;
  overflow-x: hidden;
  background: #fff;
  max-width: 300px; }

@media all and (min-width: 768px) {
  .m-view {
    display: none; } }
