/* Product Promotion */
.product-promotion {
  margin-bottom: 10px;
  padding: 5px;  
  max-width: 100%;
    width: 340px;
    margin: 0 auto;
    word-wrap: break-word;
    background-color: #fff;
    background-clip: border-box;
    border: 1px solid rgba(0,0,0,.125);
    border-radius: .25rem;
}
.product-promotion .promotion-image {
  float: left;
  margin-right: 10px;
  text-align: center;  
}
.product-promotion .promotion-name {
    font-size: 1.3em;
    font-weight: bold;
    color: #d83836;
}
.product-promotion .promotion-timer,
.product-promotion .promotion-details {
  clear1: both;
  margin: 0 auto;
  position: relative;
}
.product-promotion .timer-title {
  color: #333;
  font-size: 1.15em;
  font-weight: bold;
  line-height: 1em;
  padding-bottom: 10px;
}
.product-promotion .timer-counter {  
}
.product-promotion  #counter {
  width: 280px;
  height: 48px;
  margin: 0 auto;
  overflow: hidden;
}
.product-promotion .promotion-details {
  margin-top: 15px;
  margin-bottom: 17px;
}
.product-promotion .details-title {
    position: relative;
}
.product-promotion .details-title > a {
    color: #212529 !important;
    font-size: 1.1em!important;
    text-decoration: none!important;
    text-decoration: underline !important;
}

/* Category Promotion */
.category-promotion {
  margin: 5px 0;
  min-height: 30px;
}
.category-promotion .promotion-image {
  float: left;
  margin-right: 3px;
}
.category-promotion .promotion-details {
}
.category-promotion .details-title {
}
.category-promotion .details-title > a {
  color: red;
  font-size: 12px;
  border-bottom: 1px dashed;
  text-decoration: none !important;
}

/* Promotion Popup */
.popup-image {
  float: left;
  margin-right: 20px;
}
.popup-image img {
}  
.popup-description {  
  margin-bottom: 10px;
}
.popup-image + .popup-description {  
  float: left;
  width: 350px;
}
.products-wrapper {
  clear: both;
  display: none;
}
.products-title {
  font-weight: bold;
  padding: 5px 0;
  font-size: 1.1em;
}
.promotion-products {
}
.promotion-product {
  display: block;
  float: left;
  height: 60px;
  width: 45%;
}  
.promotion-product .product-image {
  float: left;
}
.promotion-product .product-image img {
}
.promotion-product .product-description {
  overflow: hidden;
  margin-left: 45px;
}
.promotion-product .product-name {
  padding-bottom: 5px; 
  height: 23px;
  overflow: hidden;
}
.promotion-product .promotion-product-price {
}
.promotion-product .promotion-product-price .product-price {
  display: block;
  font-weight: bold;
  color: #333333;
  margin-bottom: 4px;
}
.promotion-product .promotion-product-price .product-price-old {
  color: #F00;
  text-decoration: line-through;
}
.promotion-product .promotion-product-price .product-price-new {
  font-weight: bold;
}

/* Modal */
.promotion-details .modal .modal-title {
  margin: 0 auto;
}

.promotion-details .modal .close {
  margin: 0 !important;
  padding: 0 !important;
}


