.content-bundle {
  margin-top: 2rem;
}
.title-bundel {
  margin-bottom: 2rem;
  width: 100%;
}
.text-leftbundles {
  width: 100%;
}
.text-leftbundles span {
  color: #f00;
  font-family: "Sarabun-Medium";
  margin: 0 10px;
}
.text-leftbundles p {
  margin: 0;
}
.text-leftbundles a {
  padding: 0 8px;
  border-radius: 5px;
  color: #f37f20;
  border: 1px solid #f37f20;
  display: inline-block;
}
.readmore-bundles a {
  color: #f37f20;
  text-decoration: underline;
}
.readmore-bundles a:hover {
  color: #000;
}

.btn-addToCart {
  text-align: center;
  border-radius: 10px;
  color: #fff;
  margin: 0.75rem auto;
  width: 100%;
  background: #f37f20;
  padding: 5px 5px;
  border: 1px solid #f37f20;
  transition: all 0.6s;
}
.btn-addToCart:hover {
  background: #fba80c;
}

.btn-outOfStock {
  text-align: center;
  border-radius: 10px;
  color: #fff;
  margin: 0.75rem auto;
  width: 100%;
  background: rgb(243, 32, 32);
  padding: 5px 5px;
  border: 1px solid rgb(243, 32, 32);
  transition: all 0.6s;
}
.btn-outOfStock:hover {
  background: rgb(251, 12, 12);
}

.allbanner-bundles img {
  width: 100%;
}
.allbanner-bundles {
  text-align: center;
  overflow: hidden;
}
.content-allbundles {
  padding: 10% 0;
  background: #fff;
}
.title-bundles {
  text-transform: none;
  font-family: "PlayfairDisplay-Bold";
}
.dropdowndiscount {
  padding: 1rem 0.75rem;
  border-radius: 10px;
  border: none;
  overflow-x: hidden;
  overflow-y: auto;
  display: block;
  height: 0;
  opacity: 0;
  transition: all 0.5s;
  right: auto;
  left: 0;
  top: 100% !important;
  transform: none !important;
  box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
}
.text-leftbundles:hover > .dropdowndiscount {
  height: 315px;
  opacity: 1;
}
.discountshow .dropdown:hover > .dropdowndiscount {
  height: 315px;
  opacity: 1;
}
.discountshow .dropdowndiscount {
  top: 100% !important;
}

.subtitle-bundles {
  text-align: center;
  margin-bottom: 2rem;
}
.subtitle-bundles p {
  margin: 0;
}
.subtitle-bundles span {
  color: #f37f20;
  text-transform: uppercase;
}
.backpage {
  text-align: center;
  border-radius: 10px;
  color: #fff;
  margin: 0.75rem auto;
  width: 190px;
  background: #fba80c;
  padding: 5px 13px;
  border: 1px solid #fba80c;
  transition: all 0.6s;
}

.textdiscount {
  margin-bottom: 1rem;
}
.textdiscount h1 {
  color: #f37f20;
  font-size: 1.3rem;
  margin-bottom: 0.3rem;
  font-family: "Sarabun-Medium";
}
.textdiscount p {
  margin: 0;
  color: #848484;
  font-size: 0.9rem;
}
.tagdiscount {
  padding: 0.5rem;
  margin-bottom: 1rem;
  color: #fff;
  background: url("../images/tagdis.png") left center no-repeat #fff;
  background-size: 130px;
  border-radius: 10px;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.15);
  text-align: center;
}
.tagdiscount img {
  width: 40px;
  margin-bottom: 0.5rem;
  filter: brightness(0) invert(1);
}
.tagdiscount h1 {
  font-size: 0.9rem;
  margin: 0;
  text-align: center;
  font-family: "Sarabun-Medium";
}
.tagdiscount p {
  margin: 0;
  font-size: 0.7rem;
}
.tagdiscount a {
  padding: 2px 15px;
  border-radius: 5px;
  color: #fff;
  border: 1px solid #f37f20;
  background: #f37f20;
  transition: all 0.5s;
}
.tagdiscount a:hover {
  color: #f37f20;
  background: #fff;
}

.btn-tagdiscount{
  padding: 2px 15px;
  border-radius: 5px;
  color: #fff;
  border: 1px solid #f37f20;
  background: #f37f20;
  transition: all 0.5s;
}
.btn-tagdiscount:hover {
  color: #f37f20;
  background: #fff;
}

.tagdiscount p.textgray {
  color: #848484;
  font-size: 0.7rem;
}
.tagdiscount ul {
  list-style: none;
  color: #000;
  text-align: left;
}
.tagdiscount ul p {
  font-size: 1rem;
}
.tagdiscount ul li {
  margin-bottom: 0.5rem;
}

.morebundles {
  margin-top: 2rem;
}
.collapsebuybundle {
  display: none;
}
.bundlesshow {
  margin-bottom: 1rem;
}
.bundlesshow span,
.discountshow span {
  padding: 2px 5px;
  color: #f37f20;
  background: #fff;
  border-radius: 5px;
  border: 1px solid #f37f20;
  margin-right: 5px;
}
.bundlesshow span.redtext,
.discountshow span.redtext {
  padding: 0;
  border: none;
  border-radius: 0;
  background: none;
  color: #f00;
  margin: 0 5px;
}
.buymore-btn {
  box-shadow: none;
  border: none;
  color: #f37f20;
  background: #fff;
  border-radius: 0;
  display: block;
  width: 100%;
}

.freegift-bix {
  text-align: center;
  padding: 5px 8px;
  border-radius: 10px;
  color: #f37f20;
  border: 1px solid #f37f20;
  background: #fff;
  transition: all 0.6s;
  height: 100%;

  display: flex;
  align-items: center;
  justify-content: center;
}

.freegift-bix:hover {
  background: #f37f20;
  color: #fff;
}
.freegift-bix h1 {
  font-size: 14px;
  margin: 0;
  font-family: "PlayfairDisplay-Bold";
  text-transform: uppercase;
}
.freegiftcollep .col-6 {
  margin-bottom: 1rem;
}
.dropdownfreegift {
  padding: 0.5rem;
  background: #000;
  border: 3px solid #fff;
  border-radius: 10px;
  height: 0;
  opacity: 0;
  right: auto;
  left: 0;
  display: block;
  top: 100% !important;
  transform: none !important;
  overflow: hidden;
  transition: all 0.5s;
  box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
}
.dropdownfreegift img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: 0.4;
}
.freegift-bix:hover > .dropdownfreegift {
  height: 315px;
  opacity: 1;
}
.text-freegift {
  position: absolute;
  width: 100%;
  height: 100%;
  text-align: center;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  align-content: center;
  z-index: 1;
  left: 0;
  top: 0;
}
.text-freegift h1 {
  font-size: 1rem;
  margin: 0;
}
.text-freegift p {
  margin: 0;
}
.text-freegift span {
  color: #f00;
}
.img-freegift {
  text-align: center;
  overflow: hidden;
}
.img-freegift img {
  width: 100%;
}
.freegift-box {
  text-align: left;
  margin-bottom: 1rem;
}
.freegift-box h1 {
  text-align: left;
  font-size: 1rem;
  margin: 0;
}
.freegift-box .row {
  align-items: normal;
}
.freegift-box p {
  margin: 0;
  color: #939393;
  font-size: 0.8rem;
}
.detail-article h6 {
  font-size: 18px;
  height: 50px;
  line-height: 1.5;
  margin-bottom: 0px;
  font-weight: 600;
  font-family: "PlayfairDisplay-Bold";
  display: inline;
  -webkit-line-clamp: 2;
  text-overflow: ellipsis;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  word-wrap: break-word; /* Important for long words! */
}

.cart-bundel {
  font-size: 14px !important;
}

.fix-high {
  height: 60px !important;
  line-height: 1.5 !important;
  margin-bottom: 0px;
  font-weight: 600;
  display: inline;
  -webkit-line-clamp: 2;
  text-overflow: ellipsis;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  word-wrap: break-word; /* Important for long words! */
}

.detail-article small {
  line-height: 1.5;
  margin-bottom: 0.5rem;
  color: #848484;
}

@media (min-width: 768px) {
  .readmore-bundles {
    text-align: right;
  }
  .content-allbundles {
    padding: 5% 0;
  }
  .title-bundel {
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
  .text-leftbundles {
    display: flex;
    align-items: center;
    justify-content: flex-start;
  }
  .tagdiscount ul {
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
  .dropdowndiscount {
    right: 0;
    left: auto;
  }
  .text-leftbundles:hover > .dropdowndiscount {
    height: 415px;
  }
  .discountshow .dropdown:hover > .dropdowndiscount {
    height: 415px;
  }
  .tagdiscount {
    padding: 0.75rem;
    background-size: 150px;
  }

  .img-freegift {
    height: 100%;
  }
  .img-freegift img {
    height: 100%;
    object-fit: cover;
  }
  
  .dropdown-menu.dropdowndiscount.rightshow {
    min-width: 24rem;
    left: auto !important;
    right: 0;
  }
}

@media (min-width: 992px) {
  .buymore-btn {
    text-align: right;
  }
}

@media (min-width: 1200px) {
  .tagdiscount {
    background-size: 185px;
  }
  .tagdiscount img {
    width: 50px;
  }
  .products-list {
    overflow: inherit;
  }
}
@media (min-width: 1600px) {
  .tagdiscount {
    background-size: 170px;
  }
}
