.transition, .product-item-info, .product-item-info:hover .prod-img {
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out; }

.ellips {
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  display: block; }

/* PDPA page */
.pdpa-heading {
  color: #fff;
  border-color: #404040;
  background-image: linear-gradient(to right top, rgba(191, 148, 49, 0.1) -50% -40%, #bf9431 20% 70%, rgba(191, 148, 49, 0.1) 140% 150%);
  padding: 24px 20px;
  margin-bottom: 47px;
  margin-top: 40px;
  font-size: 1rem;
  display: flex;
  border-radius: 8px;
  align-items: center; }
  .pdpa-heading img {
    margin-left: auto;
    padding-left: 8px;
    float: right; }

.pdpa-list {
  margin: 0;
  padding: 0 !important;
  list-style: none; }
  .pdpa-list li {
    display: block; }
    .pdpa-list li a {
      position: relative;
      text-align: center;
      color: #00BB84;
      border-radius: 8px;
      padding: 11px 16px;
      margin-bottom: 8px;
      display: block;
      border: 1px solid #00BB84; }
      .pdpa-list li a.active, .pdpa-list li a:active {
        color: #fff;
        border-color: #404040;
        background-image: linear-gradient(to right top, rgba(191, 148, 49, 0.1) -50% -40%, #bf9431 20% 70%, rgba(191, 148, 49, 0.1) 140% 150%); }
      .pdpa-list li a:hover {
        color: #404040;
        border-color: #404040;
        background: transparent; }
    .pdpa-list li.topmenu {
      display: none;
      padding: 10px 0 30px 0;
      color: #00BB84;
      font-weight: bold;
      font-size: 1.5rem; }
      .pdpa-list li.topmenu .close {
        font-weight: 400;
        text-shadow: none;
        opacity: 1;
        color: #00BB84; }

.pdpa-title {
  margin-bottom: 2rem;
  text-align: center; }
  .pdpa-title h2 {
    letter-spacing: 0.15px;
    position: relative;
    font-weight: bold; }
    .pdpa-title h2:after {
      content: "";
      position: absolute;
      bottom: -10px;
      width: 200px;
      left: 0;
      right: 0;
      margin: 0 auto;
      height: 2px;
      border-bottom: 2px solid #B0B5C5; }

.pdpa-wrap {
  margin-bottom: 60px; }
  .pdpa-wrap p {
    margin-bottom: 0;
    margin-left: 0 !important;
    margin-right: 0 !important; }
  .pdpa-wrap .mini-title {
    border-bottom: 1px solid #B0B5C5;
    padding-bottom: 1px;
    margin-bottom: 1rem; }

.pdpa-subtitle {
  margin-bottom: 2rem; }
  .pdpa-subtitle h4 {
    letter-spacing: 0.15px;
    position: relative;
    font-weight: bold;
    display: inline-block;
    font-size: 20px; }
    .pdpa-subtitle h4:after {
      content: "";
      position: absolute;
      bottom: -10px;
      width: 40px;
      left: 0;
      right: 0;
      margin: 0 auto;
      height: 2px;
      border-bottom: 2px solid #B0B5C5; }

.pdpa_title {
  text-align: center;
  font-size: 1rem; }
  .pdpa_title.bottom_space {
    margin-bottom: 50px; }

.mini-title {
  font-size: 1rem;
  font-weight: bold;
  margin-top: 24px; }

.groupradio {
  margin-top: 20px; }

.desc-title {
  border-bottom: 1px solid #B0B5C5;
  padding-bottom: 15px;
  margin-bottom: 15px;
  font-weight: bold;
  font-size: 20px; }

.pdpa-content ul, .pdpa-content ol {
  padding-left: 18px;
  line-height: 1.8; }

.desc-subtitle {
  font-size: 1rem; }

h2.sidebar-heading, .pdpa-heading {
  display: none; }

@media all and (max-width: 991px) {
  h2.sidebar-heading, .pdpa-heading {
    display: flex;
    font-size: 20px; }

  .pdpa-title h2:after {
    width: 100%;
    border-color: #B0B5C5; }

  .pdpa-heading.medical_title {
    margin-top: 0;
    margin-bottom: 30px; }

  .pdpa-list {
    width: 100%;
    max-width: 420px;
    position: fixed;
    left: 0;
    top: 0;
    transform: translateX(-100%);
    transition: transform 250ms ease-in-out;
    background: #CED4DA;
    overflow-y: auto;
    z-index: 15000;
    max-height: 100%;
    transition: .4s;
    -webkit-transition: .3s;
    -moz-transition: .3s;
    -ms-transition: .3s;
    -o-transition: .3s;
    height: 100%;
    z-index: 999;
    padding: 16px; }
    .pdpa-list li {
      margin: 0 16px; }
      .pdpa-list li a {
        border: none;
        border-radius: 0;
        border-bottom: 1px solid #707D8F !important;
        font-weight: bold;
        text-align: left;
        line-height: 1.8;
        padding-top: .5rem;
        padding-bottom: .5rem; }
        .pdpa-list li a.active {
          background: transparent;
          color: #404040;
          border-color: #404040 !important; }
        .pdpa-list li a:hover {
          background: transparent;
          color: #404040; }
      .pdpa-list li.topmenu {
        display: block;
        padding-top: 24px; }
    .pdpa-list.open {
      -webkit-transform: translate(0, 0);
      -moz-transform: translate(0, 0);
      transform: translate(0, 0);
      transition: .5s;
      -webkit-transition: .5s;
      -moz-transition: .5s;
      -ms-transition: .5s;
      -o-transition: .5s; }

  .pdpa_title {
    font-weight: 400;
    font-size: 0.875rem; }
    .pdpa_title.bottom_space {
      margin-bottom: 24px; } }
.header-set-3 {
  position: fixed; }
