/** Shopify CDN: Minification failed

Line 72:2 Expected "}" to go with "{"

**/
@media only screen and (max-width: 750px) {
  .information-line-slick .row {
    display: none;
    padding: 5px 0 !important;
  }
  .information-line-slick .row.slick-initialized {
    display: block;
  }
  summary.information-line__title.d-inline {
    color: #000;
    font-weight: 600;
    text-transform: uppercase;
    font-size: 11px;
    text-wrap: nowrap;
  }
  .information-line-slick .row details p {
      margin-bottom: 0;
      margin-top: 5px;
      font-size: 10px;
      line-height: 10px;
  }
  .information-line .icon {
      width: 20px;
      min-width: 20px;
  }
  .information-line-slick .d-flex.align-items-center.justify-content-center.justify-content-lg-start {
      max-width: 90%;
      margin-inline: auto;
  }
  details summary::-webkit-details-marker {
    display:none;
  }
}

@media only screen and (min-width: 750px) {
  .information-line-slick .row .col-12 {
    height: fit-content;
    margin: auto;
  }
  .information-line-slick .row p {
      margin-bottom: 0;
      font-size: 12px;
  }
  .information-line-slick summary{
    display: block;
  }
}
.footer__section-head > p,
.footer__subscription .title_h5 {
    color: #000;
}

/*Start Edit by TYDAL*/

@media only screen and (max-width: 700px) {

.tydal-reviews-star-rating {
  justify-content: center !important;
  margin-top: 10px !important;
}

/*End Edit by TYDAL*/




  