.product-card {
  border-radius: 0px;
  background: #fafafa;
  margin-top: 2em;
}

.product-card .card-body {
  padding: 20px 16px 16px;

}

.product-card .card-body .pro-disc {
  font-family: Trueno;
  font-size: 14px;
  font-weight: 300;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.43;
  letter-spacing: normal;
  text-align: left;
  color: #7b7b7b;
  margin-bottom: 17px;
}

.product-card .card-body ul {
  list-style-type: none;
  padding-inline-start: 0px;
}

.product-card .card-body ul li {
  font-family: Trueno;
  font-size: 16px;
  font-weight: 600;
  font-stretch: normal;
  font-style: normal;
  line-height: 1;
  letter-spacing: normal;
  text-align: left;
  color: var(--sf-black);
  margin-bottom: 14px;
}

.product-card .card-body ul li span {}

.product-card .card-body ul li .content {
  display: inline-grid;
}

.product-card .card-body ul li p {
  margin: 1px 0 0 0px;
  font-family: Trueno;
  font-size: 14px;
  font-weight: 300;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.21;
  letter-spacing: normal;
  text-align: left;
  color: #7b7b7b;
}

.product-card .card-header {

  padding: 20px 16px;
  border-bottom: solid 1px #cccccc;
  background-color: #ffffff;
  display: block;
  width: 100%;
  font-family: Trueno;
  font-size: 20px;
  font-weight: 600;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.25;
  letter-spacing: normal;
  text-align: left;
  color: var(--sf-black);
}

.product-card .card-body .icon-wrap {}

.product-card .card-body .icon-wrap span {
  margin: 0 5px;
}

.product-card .card-body .icon-wrap span img {}


.product-card .card-footer {
  padding: 21px 16px 17px 18px;
  background-color: #ffffff;
  border-top: none;
  border-radius: 0px;
}

.product-card .card-footer .qty {
  font-family: Trueno;
  font-size: 14px;
  font-weight: 300;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.21;
  letter-spacing: normal;
  text-align: left;
  color: #7b7b7b;
}

.product-card .card-footer .qty span {
  font-weight: 600;
}

.product-card .card-footer .price {
  font-family: Trueno;
  font-size: 20px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.25;
  letter-spacing: normal;
  text-align: left;
  color: var(--sf-black);
}

.product-card .card-title {
  display: block;
  margin: 0px;
}

.product-card .card-title span {
  display: block;

}

.product-card .card-title p {
  display: inline-block;

}

.product-card .card-title:after {
  content: "\f106";
  font-family: 'Font Awesome 5 Free';
  font-weight: bolder;
  font-size: 20px;
  color: #2b2b2a;
  float: right;
  -webkit-text-stroke: 1px #fff;

}



.product-card .card-title.collapsed:after {
  content: "\f107";
}




.card-default {
  display: flex;
  margin: 10px 0;
  border: solid 1px #cccccc;
  background-color: #ffffff;
  width: 600px;
  max-width: 100%;
}

.card-default .card-media {
  width: 288px;
  height: 264px;
  margin: 0 24px 0 0;
}

.card-default .card-media img {
  width: 100%;
  height: 100%;
}

.card-default .content {
  display: inline-block;
  width: 50%;
}

.card-default .content h2 {
  font-family: TruenoRg;
  font-size: 24px;
  font-weight: 600;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.25;
  letter-spacing: normal;
  text-align: left;
  color: var(--sf-black);
  margin: 20px 0px 20px 0px;
}

.card-default .content p {
  font-family: TruenoRg;
  font-size: 14px;
  font-weight: 600;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: left;
  color: #262626;
  margin: 32px 0px 0px 0px;
}

.card-default .content .date {
  opacity: 0.5;
  font-family: TruenoRg;
  font-size: 14px;
  font-weight: 300;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.21;
  letter-spacing: normal;
  text-align: left;
  color: var(--sf-black);
}

.card-default .content .discount {
  width: 50px;
  height: 25px;
  padding: 4px 11px 4px 8px;
  margin: 12px 0px 16px 0;
  background-color: #d8d8d8;
  font-family: TruenoRg;
  font-size: 14px;
  font-weight: 600;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.21;
  letter-spacing: normal;
  text-align: left;
  color: var(--sf-black);
}

.card-default .content .price {
  margin: 5px 0 0;
  font-family: TruenoRg;
  font-size: 16px;
  font-weight: 600;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.56;
  letter-spacing: normal;
  text-align: left;
  color: var(--sf-black);
}

.card-default .content .dis-price {
  opacity: 0.5;
  font-family: TruenoRg;
  font-size: 14px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.21;
  letter-spacing: normal;
  text-align: left;
  color: var(--sf-black);
  text-decoration: line-through;
}

.vcard {
  display: block;
  margin: 10px 0;
  border: solid 1px #cccccc;
  background-color: #ffffff;
  width: 288px;
  max-width: 100%;
}

.vcard .card-media {
  width: 288px;
  height: 225px;
  margin: 0 24px 0 0;
}

.vcard .content {
  display: inline-block;
  width: 100%;
  padding: 21px 28px 24px 24px;
}

.vcard .content h2 {
  font-family: TruenoRg;
  font-size: 20px;
  font-weight: 600;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.25;
  letter-spacing: normal;
  text-align: left;
  color: var(--sf-black);
  margin: 0 0 12px;
}

.vcard .content .info {
  font-family: TruenoRg;
  font-size: 14px;
  font-weight: 600;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: left;
  color: #262626;
  margin: 0px 0px 24px 0;
}

.vcard .content .rewards {}

.vcard .content .rewards span {
  margin: 0 0 0 8px;
  font-family: TruenoRg;
  font-size: 20px;
  font-weight: 600;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.25;
  letter-spacing: normal;
  text-align: left;
  color: var(--sf-black);
}

.vcard .content .rewards img {
  width: 23px;
  height: 23px;
  vertical-align: bottom;
}

.vcard-lg {
  display: block;
  margin: 10px 0;
  border: solid 1px #cccccc;
  background-color: #ffffff;
  /* width: 392px; */
  max-width: 100%;
}

.vcard-lg .card-media {
  width: 100%;
  height: 300px;
  margin: 0 24px 0 0;
}

.vcard-lg .content {
  display: inline-block;
  width: 100%;
  padding: 0px 28px 24px 24px;
}

@media (max-width: 768px) {
  .card-default .card-media {
    width: 140px;
    height: 131px;
    margin: 0 16px 0 0;
  }

  .card-default .content p {
    font-size: 10px;
    margin: 20px 0px 0px 0px;
  }

  .card-default .content h2 {
    font-size: 14px;
    margin: 8px 0px 8px 0px;
  }

  .vcard {
    width: 100%;
    max-width: 100%;
  }

  .vcard .card-media {
    width: 100%;
    height: 225px;
    margin: 0 24px 0 0;
  }

  .vcard-lg .card-media {
    width: 100%;
    height: 300px;

  }
}