.nbs-flexisel-item .product-container {
  padding: 0 8px;
}

.nbs-flexisel-item .content_price {
  text-align: center;
}

.nbs-flexisel-item .content_price span {
  font-size: 14px !important;
  line-height: 20px;
}

.nbs-flexisel-item .right-block h5 {
  height: 45px;
}

.nbs-flexisel-item .left-block {
  height: 222px;
}

.nbs-flexisel-item .left-block .product-image-container {
  border: 6px solid #ededef;
  border-radius: 6px;
  height: 100%;
}

.nbs-flexisel-item .left-block .product_img_link img {
  margin: auto;
  height: 100%;
}

.nbs-flexisel-item .ticker_box {
  border: 1px solid #000;
  background: #eee;
  border-radius: 4px;
  margin: 10px auto;
  padding: 10px;
  overflow: hidden;
}

.sales_end_label {
  height: 20px;
  padding: 10px 0 10px;
}

.dsCountDown {
  height: 20px;
  padding: 10px;
  padding-top: 0 !important;
  color: #2fa7ad;
  font-size: 16px;
  font-weight: bold;
}

.ds-element {
  display: inline-block;
  line-height: 0.7;
  margin-bottom: 15px;
}

.ds-element-title {
  text-align: left;
  width: 38px;
  padding-bottom: 5px;
  padding-left: 5px;
}

.ds-element-value {
  padding-right: 15px;
}

@media (max-width: 580px) {
  .ds-element-title {
    width: 29px;
  }
  .ds-element-value {
    padding-right: 11px;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .nbs-flexisel-item .right-block h5 {
    height: 66px;
  }

  div.product-container div.right-block h5 a {
    font-size: 14px;
  }

  .nbs-flexisel-item .content_price span {
    font-size: 12px !important;
  }

  .dsCountDown {
    font-size: 11px;
  }

  .nbs-flexisel-item .ticker_box {
    padding: 10px 0;
  }
  .ds-element-value {
    padding-right: 12px;
  }
  .ds-element-title {
    width: 22px;
  }
}

@media (min-width: 992px) and (max-width: 1200px) {
  .dsCountDown {
    font-size: 12px;
    padding-top: 0 !important;
  }

  .ds-element-title {
    width: 20px;
    padding-left: 0 !important;
    line-height: 1 !important;
  }
}

h5.limited-time-offer-title {
  text-overflow: ellipsis;
  -webkit-line-clamp: 2;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

#eventform btn.active {
  background-color: #198086;
}

@media all and (display-mode: standalone) {
  .datepicker-dropdown.dropdown-menu {
    left: 0 !important;
  }
}

.ui-datepicker-calendar {
  border: 1px solid grey;
  background: white;
}

.ui-datepicker-header {
  border: 1px solid grey;
  background: white;
}
