.Description {
  text-overflow: ellipsis;
  width: 200px;
  overflow: hidden;
  word-break: inherit !important;
}

.offer-header-title {
  display: flex;
  align-items: center;
  padding: 6px;
  color: #444;
  font-size: 14px;
  margin: 0;
}

.save-extra {
  font-weight: bold;
}

.saving-prompt {
  font-weight: normal;
  margin-left: 5px;
}

.offer-header-title:before {
  content: url('../images/savings-indicator.png');
  margin-right: 10px;
}

.mar-btm-offers {
  margin-bottom: 25px;
}
/*offers list and tile section*/
.product-offers .offer-list {
  border: 1px solid #ddd;
}

  .product-offers .offer-list ul {
    text-align: left;
  }

  .product-offers .offer-list.active {
    height: auto;
  }

  .product-offers .offer-list li {
    border-top: 1px solid #ddd;
    padding: 6px;
  }

.d-none {
  display: none;
}

.product-offers .offer-list li h3 {
  margin: 10px 0;
}

.product-offers .offer-tile {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 6px;
  border-top: 1px solid #ddd;
  padding: 6px;
}

  .product-offers .offer-tile .offer-short-description {
    display: block;
  }

.offer-tile-list .offer-name {
  margin-bottom: 5px;
}

.offer-list-section {
  line-height: 1.6;
}

.offer-tile-list {
  border: 1px solid #ddd;
  padding: 6px;
  line-height: 1.3;
  height: 100%;
}


  .offer-list-section .offer-name, .offer-tile-list .offer-name {
    font-weight: bold;
  }

.product-offers .read-morebtn {
  border: 0;
  background-color: transparent;
  outline: none;
  font-weight: 600;
  color: #000;
  min-width: 70px;
  cursor: pointer;
}

  .product-offers .read-morebtn:hover {
    text-decoration: underline;
  }

.product-offers .offer-tile .read-morebtn {
  margin-top: 10px;
  display: block;
}

.vertical-line {
  border-left: 1px solid;
  margin-left: 10px;
  margin-right: 10px;
}

.see-morebtn {
  border-top: 1px solid #ddd;
  padding: 6px;
}

.see-moreoffers {
  font-size: 14px;
  font-weight: 600;
  color: #000;
  margin-top: 20px;
  position: relative;
  padding-left: 16px;
}

  .see-moreoffers:hover {
    text-decoration: underline;
  }

  .see-moreoffers:before {
    content: "";
    background-image: url('../images/down-arrow.png');
    position: absolute;
    width: 10px;
    height: 6px;
    background-repeat: no-repeat;
    background-size: 10px;
    left: 0;
    top: 5px;
    transition: 0.6s all;
  }

  .see-moreoffers.rotate:before {
    transform: rotate(180deg);
  }

.see-moreoffers-tile {
  font-size: 14px;
  font-weight: 600;
  color: #000;
  margin-top: 20px;
  position: relative;
  padding-left: 16px;
}

  .see-moreoffers-tile:hover {
    text-decoration: underline;
  }

  .see-moreoffers-tile:before {
    content: "";
    background-image: url('../images/down-arrow.png');
    position: absolute;
    width: 10px;
    height: 6px;
    background-repeat: no-repeat;
    background-size: 10px;
    left: 0;
    top: 5px;
    transition: 0.6s all;
  }

  .see-moreoffers-tile.rotate:before {
    transform: rotate(180deg);
  }

/*.product-offers .offer-tile li:not(:nth-child(-n+3)),
.product-offers .offer-list li:not(:nth-child(-n+3)) {
    display: none;
}*/

.showhide {
  display: none;
}
/*popup*/
.offers-popup {
  position: relative;
  background: #FFF;
  padding: 25px 0;
  width: auto;
  max-width: 800px;
  margin: 0 auto 20px;
}

.offers-popup-zoom-in .mfp-with-anim {
  opacity: 0;
  transition: all 0.2s ease-in-out;
  transform: scale(0.8);
}

.offers-popup-zoom-in.mfp-bg {
  opacity: 0;
  transition: all 0.3s ease-out;
}

.offers-popup-zoom-in.mfp-ready .mfp-with-anim {
  opacity: 1;
  transform: scale(1);
}

.offers-popup-zoom-in.mfp-ready.mfp-bg {
  opacity: 0.8;
}

.offers-popup-zoom-in.mfp-removing .mfp-with-anim {
  transform: scale(0.8);
  opacity: 0;
}

.offers-popup-zoom-in.mfp-removing.mfp-bg {
  opacity: 0;
}

.offers-popup .popup-header {
  padding-left: 17px;
  padding-right: 50px;
  word-break: break-word;
  border-bottom: 1px solid #ddd;
  margin-top: -15px;
  padding-bottom: 10px;
  min-height: 44px;
}

  .offers-popup .popup-header span {
    font-size: 30px;
    font-weight: normal;
    color: #444;
  }

.offers-popup .mfp-close {
  margin-top: 5px;
}

.offers-popup .popup-header {
  padding-left: 17px;
  padding-right: 50px;
  word-break: break-word;
  border-bottom: 1px solid #ddd;
  margin-top: -15px;
  padding-bottom: 10px;
  min-height: 44px;
}

  .offers-popup .popup-header span {
    font-size: 30px;
    font-weight: normal;
    color: #444;
  }

.offers-popup .popup-content {
  padding: 17px 17px 0px;
}

.productOffer-popup-short-description, .offer-period {
  margin-bottom: 15px;
  line-height: 1.3
}

.offer-period-title {
  font-weight: bold;
  margin-right: 5px;
}

@media(max-width:767px) {
  .slider-see-more {
    border: 1px solid #ddd;
    padding: 5px;
    line-height: 1.5;
    height: 100%;
    margin-left: 5px;
    min-width: 100px;
  }

  .product-offers .offer-tile {
    grid-template-columns: 1fr 1fr;
  }

  .product-offers .offer-tile {
    grid-template-columns: repeat(auto-fill,minmax(160px,1fr));
    grid-auto-flow: column;
    grid-auto-columns: minmax(160px,1fr);
    margin-bottom: 0;
    overflow-x: auto;
  }

  .slider-see-more .see-moreoffers-tile:before {
    transform: rotate(270deg);
  }

  .slider-see-more .see-moreoffers-tile.rotate:before {
    transform: rotate(90deg);
  }
  /*.product-offers .offer-tile li:not(:nth-child(-n+2)) {
            display: none;
        }*/
}

.product-offers .offer-tile li.d-block,
.product-offers .offer-list li.d-block {
  display: block;
}

#productOffer-popup-full-description ul {
    padding-left: 20px;
    list-style: disc;
}

#productOffer-popup-full-description ol {
    padding-left: 20px;
    list-style: auto;
}