/* cards */
.card-grid {
  gap: 20px;
}
.listContainer {
  margin-top: 20px;
}
.card-grid .card {
  background: #f9f9f9;
  border-radius: 0px;
  padding: 0px 0px 10px 0px;
  border: 3px solid #821834;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
  margin: 10px;
  height: 660px;
}

.card-grid .card-h1 {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 133px;
  font-size: 29px;
  font-weight: 700 !important;
  line-height: 1.4em !important;
  color: #fbfbfb !important;
  margin-bottom: 0px !important;
  background: #821834;
  text-align: center;
}

.card .tab-content {
  margin-top: 24px;
}
.card .tabs {
  display: flex;
  margin-bottom: 10px;
}
.card .tab-pane b {
  font-size: 36px;
  transition: 0.3s ease-in-out;
  position: relative;
  display: inline-block;
}

.card .tab-button {
  width: 50%;
  padding: 14px 15px;
  background: #ddd;
  color: #000;
  cursor: pointer;
  border-radius: 0px;
  border-bottom: 4px solid #ddd;
}
.card .tab-button:hover {
  color: #fff;
  background: #821834;
  border-bottom: 4px solid #821834;
}

.tab-button.active {
  background: #fff;
  color: #821834;
  border-bottom: 4px solid #821834;
}
.sup-mtl {
  top: -15px;
}

.tab-pane {
  display: none;
}

.tab-pane.active {
  color: #821734;
  display: block;
  text-align: center;
}
.single .active {
  width: 100%;
  background: #fff;
  color: #821834;
  border-bottom: 4px solid #821834;
  padding: 14px 15px;
  border-radius: 0px;
}
#listContainer {
  padding: 20px;
}
.check-icon {
  width: 31px;
  margin-right: 10px;
  object-fit: contain;
}
.list-item {
  display: flex;
  padding: 0px 20px;
  align-items: center;
  margin-bottom: 10px;
  border-bottom: 1px solid #ededed;
  padding-bottom: 8px;
}
.list-item.p-tag {
  border-bottom: 0px;
  padding-left: 20px;
}
.list-item.hidden {
  display: none;
}
.toggle-btn {
  display: block;
  margin: 0 auto;
  background-color: transparent;
  color: #821834;
  padding: 8px;
  border-radius: 0px;
  cursor: pointer;
  box-shadow: none;
}

.toggle-btn:hover,
.toggle-btn:active,
.toggle-btn:focus {
  color: #821834;
  background-color: #76767600;
  border-color: #821834;
}
.info-text {
  color: #858585;
  margin-bottom: 0px !important;
}
.price-p {
  margin-bottom: 3px !important;
}

.choose-btn {
  position: relative;
  display: block;
  margin: 0 auto;
  text-align: center;
  width: 38%;
  margin-top: 26px;
  background: transparent;
  color: #000;
  text-decoration: none !important;
  cursor: pointer;
  padding: 10px 20px;
  overflow: hidden;
  font-family: sans-serif;
  border-left: 2px solid black;
  border-right: 2px solid black;
}
a.choose-btn:hover {
  color: #000;
}
/* Top and bottom borders */
.choose-btn::before,
.choose-btn::after {
  content: "";
  position: absolute;
  height: 2px;
  width: 0;
  background: black;
  transition: all 0.3s linear;
}
.choose-btn::before {
  top: 0;
  left: 0;
}
.choose-btn::after {
  bottom: 0;
  right: 0;
}
/* Left and right borders */
.choose-btn span::before,
.choose-btn span::after {
  content: "";
  position: absolute;
  width: 0px;
  height: 0;
  background: black;
  transition: all 0.3s linear;
}
.choose-btn span::before {
  left: 0;
  top: 0;
}
.choose-btn span::after {
  right: 0;
  bottom: 0;
}
/* Animate on hover */
.choose-btn:hover::before,
.choose-btn:hover::after {
  width: 100%;
}
.choose-btn:hover span::before,
.choose-btn:hover span::after {
  height: 100%;
}
.card-grid .slick-dots li.slick-active button:before {
  opacity: 1;
  color: #821834;
}
.card-grid .slick-dots li button:before {
  font-size: 15px;
}
.card-grid .slick-dots li button {
  box-shadow: none;
}
.card-grid .slick-dots {
  bottom: -36px;
}

/* cards */
.list-item.hidden {
  display: none;
}

.sup-mtl sup {
  vertical-align: super;
  font-size: 0.8em;
}
.tabs.full_t button.tab-button {
  width: 100%;
}

.list-item.hidden {
  display: none !important;
}
