/* html {
  font-size: 16px;
} */
:root {
  --bs-font-sans-serif: 'Open Sans', sans-serif;
  --bs-primary: #2f4571;
  --bs-primary-rgb: 47, 69, 113;
}
h1, h2, h3, .subheader {
  font-family: 'Fira Sans Condensed', sans-serif;
}
h1 {
  font-weight: 700;
  color: var(--bs-primary);
  font-size: 2rem;
}
h2 {
  font-weight: 500;
  color: var(--bs-primary);
  font-size: 1.8rem;
}
h3 {
  color: var(--bs-primary);
  font-weight: 500;
  font-size: 1.6rem;
}
h4 {
  color: var(--bs-body-color);
  font-weight: 500;
  font-size: 1.4rem;
  margin-bottom: 1rem;
  margin-top: 2rem;
}
b {
  font-weight: 600;
}
.bi {
  display: inline-block;
  vertical-align: -.125em;
  fill: currentcolor;
}
.prd {
  padding: 10px;
  background-color: #E9ECEF;
  font-weight: 700;
}
.fs-xs {
  font-size: .5rem;
}
.fs-sm {
  font-size: .75rem;
}
.toprated {
  background-color: rgba(255 255 0 / 60%);
}
.title {
  color: #fff;
  font-family: 'Oswald', sans-serif;
  font-size: 42px;
  font-weight: bold;
  line-height: 1em;
  padding: 5px 0 0 20px;
  margin-bottom: -5px;
  text-shadow: 3px 3px 3px rgb(130 130 130 / 50%);
}
.title p {
  color: #cfe2ff;
  font-family: 'Oswald', sans-serif;
  font-size: 18px;
  font-weight: 600;
  margin: 0;
  text-transform: uppercase;
  text-shadow: none;
  line-height: 2em;
}
.sidebar h2 span {
  text-transform: uppercase;
}
.sidebar ul li {
  font-size: 18px;
}
.sidebar ul li {
  font-size: 16px;
  font-weight: 600;
  margin-left: -8px
}
.sidebar h2 {
  font-size: 1.2em;
  padding: 15px;
  background-color: #333;
  color: white;
}
#floating {
  top: 0.5rem;
}
#floating p {
  font-size: 16px;
}
#floating h2 {
  background-color: yellow;
  color: #333;
}
.footer {
  padding: 30px 0 30px 0;
}
.footer .title {
  font-size: 28px;
  text-shadow: 2px 2px 2px rgb(130 130 130 / 50%);
}
.footer .title p {
  font-size: 14px;
}
.nav-link {
  color: var(--bs-light);
}
.nav-link:focus, .nav-link:hover {
  color: var(--bs-light);
}
.nav-link:hover {
  text-decoration: underline;
}
.rounded-img {
  width: 300px;
  height: 300px;
  border-radius: 50%;
  object-fit: cover;
}
.progress-container {
  margin: 25px 0 15px 0;
}

/* Category */
.category {
  border: solid #e0e0e0 2px;
  padding: 20px;
}
.category ul {
  -webkit-column-count:3;
  -webkit-column-gap:1.5em;
  -webkit-column-rule:none;
  -ms-column-count:3;
  -ms-column-gap:1.5em;
  -ms-column-rule:none;
  -moz-column-count:3;
  -moz-column-gap:1.5em;
  -moz-column-rule:none;
  column-count:3;
  column-gap:1.5em;
  column-rule:none;
  -moz-column-fill:balance;
  -webkit-column-fill:balance;
  column-fill:balance;
  counter-reset:criteria;
  margin: 0;
}
.category ul li {
  font-weight: 600;
  margin-left: -8px
}
@media only screen and (min-width: 41.625em) and (max-width: 51.75em) {
  .category ul {
    -webkit-column-count:2;
    -webkit-column-gap:1.5em;
    -webkit-column-rule:none;
    -moz-column-count:2;
    -moz-column-gap:1.5em;
    -moz-column-rule:none;
    -ms-column-count:2;
    -ms-column-gap:1.5em;
    -ms-column-rule:none;
    column-count:2;
    column-gap:1.5em;
    column-rule:none;
  }
}
.category-top {
  font-weight: 600;
  margin: 0;
}
.category-top li {
  margin-left: -8px;
  margin-bottom: 8px;
}
.category-top span {
  font-weight: 300;
  font-size: .925rem;
}
.category-foot {
  border: none;
  padding: 0;
}

/* Progress bars */
.progress {
  font-size: 14px;
  height: 25px;
}
.progress+.progress {
  margin-top: 10px;
}
.progress .progress-bar {
  -moz-animation: progress-bar-stripes 1s linear infinite, animateBar .4s ease-in 1;
  -webkit-animation: progress-bar-stripes 1s linear infinite, animateBar .4s ease-in 1;
  animation: progress-bar-stripes 1s linear infinite, animateBar .4s ease-in 1;
}
.bg-success.purple {
  background-color: #9f2b68 !important;
}
@-moz-keyframes animateBar {
  0% {-moz-transform: translateX(-100%);}
  100% {-moz-transform: translateX(0);}
}
@-webkit-keyframes animateBar {
  0% {-webkit-transform: translateX(-100%);}
  100% {-webkit-transform: translateX(0);}
}
@keyframes animateBar {
  0% {transform: translateX(-100%);}
  100% {transform: translateX(0);}
}

/* Vertical progress bars */
.progress-bar-vertical {
  width: 20px;
  min-height: 250px;
  display: flex;
  align-items: flex-end;
  margin-right: 20px;
  float: left;
}
.progress-bar-vertical .progress-bar {
  width: 100%;
  height: 0;
  -webkit-transition: height 0.6s ease;
  -o-transition: height 0.6s ease;
  transition: height 0.6s ease;
}
.progress-bar-vertical .progress-text {
  position: absolute;
  top: 25%;
  left: 10px;
  transform-origin: 0 0;
  transform: rotate(90deg);
}
#fixed {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 9999;
  width: 100%;
  text-align: center;
  margin: auto;
  height: 50px;
  line-height: 46px;
}
#fixed a {
  font-weight: bold;
  color: white;
  text-decoration: underline;
  display: inline-block;
  vertical-align: middle;
  line-height: 1.5em;
}
.navbar .navbar-brand,
footer .navbar-brand {
  white-space: unset;
}
.navbar-brand img {
  width: 90px;
}
@media (max-width: 575.98px) {
  .navbar,
  footer {
    padding: 1rem 0 .5rem 0;
  }
  .navbar .navbar-toggler {
    float: right;
    margin-top: -25px;
  }
  .navbar .container img,
  footer .container img {
    width: 75px;
    float: left;
    margin-right: 8px;
    margin-top: 10px;
  }
  .navbar .d-flex,
  footer .d-flex {
    display: unset !important;
    height: 110px;
  }
  .navbar .title {
    font-size: 32px;
    padding-left: 0;
  }
  footer .title {
    padding-left: 0;
  }
  .navbar .title p,
  footer .title p {
    font-size: 14px;
    line-height: 1.5em;
    margin-top: 5px;
  }
  footer .footer {
    padding: 15px 0 15px 0;
  }
  footer ul.nav .nav-item a {
    padding: 0.5rem 0.5rem;
  }
  #navbarHeader .container .row div:nth-child(1) {
    padding-top: 1rem !important;
    padding-bottom: 0 !important;
  }
  #navbarHeader .container .row div:nth-child(2) {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  body {
    font-size: .9rem;
  }
  h1 {
    font-size: 1.8rem;
  }
  h2 {
    font-size: 1.6rem;
  }
  h3 {
    font-size: 1.4rem;
  }
  h4 {
    font-size: 1.2rem;
  }
  .lead {
    font-size: 1rem;
  }
  .btn {
    font-size: .9rem;
  }
  .category {
    padding: 10px;
  }
  .category ul {
    -webkit-column-count: 2;
    -ms-column-count: 2;
    -moz-column-count: 2;
    column-count: 2;
  }
  .author .row div:first-child {
    text-align: right;
  }
}
@media (min-width: 576px) and (max-width: 767.98px) {
  #fixed {
    height: 48px;
    line-height: 44px;
  }
}
@media (min-width: 768px) and (max-width: 991.98px) {
  .sidebar h2 {
    padding: 10px;
  }
  .btn {
    font-size: .9rem;
  }
  .author {
    text-align: center;
  }
  .author .author-info {
    margin-top: .5rem;
    padding-left: 0;
  }
  .title {
    font-size: 38px;
  }
}

/* Buttons */
/* https://gradientbuttons.colorion.co/ */
.btn-grad {
  background-image: linear-gradient(to right, #1A2980 0%, #26D0CE  51%, #1A2980  100%);
  padding: 15px 45px;
  text-align: center;
  text-transform: uppercase;
  transition: 0.5s;
  background-size: 200% auto;
  color: white;            
  box-shadow: 0 0 20px #eee;
  border-radius: 10px;
  /* display: block;
  margin: 10px; */
}
.btn-grad:hover {
  background-position: right center; /* change the direction of the change here */
  color: #fff;
  text-decoration: none;
}

/* Product details */
.product-details-block.redesign-24 ul.product-highlights {
  margin-bottom: 1.5rem;
  order: 3;
}
.product-details-block.redesign-24 ul.product-highlights li.highlight .highlight-heading {
  top: -9px;
  right: 0;
  left: 0;
}
.product-details-block.redesign-24 ul.product-highlights li.highlight:first-child {
  border-radius: 6px;
}
.product-details-block.redesign-24 ul.product-highlights li.highlight {
  width: 100%;
  padding: 15px;
}
.product-details-block.redesign-24 ul.product-highlights li.highlight:last-child {
  border-radius: 6px;
}
.product-details-block.redesign-24 .customer-reviews .scrollable div.reviews {
  gap: 10px;
}
.product-details-block.redesign-24 .customer-reviews .scrollable div.reviews .review {
  border-radius: 6px !important;
}
.product-details-block.redesign-24 .customer-reviews .scrollable div.reviews .review .r-stars {
  height: 16px;
}
.product-details-block.redesign-24 .customer-reviews .scrollable div.reviews .review .r-stars .r-star {
  content: url(../img/star.svg);
  height: 16px;
  width: 16px;
  filter: invert(86%) sepia(26%) saturate(5257%) hue-rotate(353deg) brightness(102%) contrast(102%);
  opacity: .75;
  margin-right: 3px;
}
.product-details-block.redesign-24 .customer-reviews .scrollable div.reviews .review .r-stars .r-star.active {
  content: url(../img/star-fill.svg);
}
.product-details-block.redesign-24 .customer-reviews .scrollable div.reviews .review .r-stars span {
  height: 16px;
}
.product-details-block.redesign-24 .scores {
  margin-bottom: 1.5rem;
  order: 5;
  border-radius: 6px;
  min-width: 65%;
}
@media (max-width: 767px) {
  .product-details-block.redesign-24 .scores {
    min-width: 100%;
    margin-bottom: 0;
  }
  .product-details-block.redesign-24 .customer-reviews {
    order: 5;
  }
  .product-details-block.redesign-24 .customer-reviews .scrollable {
    overflow-x: scroll;
    width: 100vw;
    margin-left: -22px;
    scroll-snap-type: x mandatory;
    scrollbar-width: none;
  }
  .product-details-block.redesign-24 .customer-reviews .scrollable div.reviews {
    width: fit-content;
    margin: 0 25px;
  }
  .product-details-block.redesign-24 .customer-reviews .scrollable div.reviews .review {
    width: calc(100vw - 80px);
    scroll-snap-align: center;
  }
  a .img-fluid {
    width: 80%;
  }
  a .img-full {
    width: 100%;
  }
}
@media (min-width: 576px) {
  .product-details-block.redesign-24 ul.product-highlights {
    margin-bottom: 30px;
    order: unset;
    padding-left: 0;
  }
  .product-details-block.redesign-24 ul.product-highlights li.highlight:first-child {
    border-radius: 6px 0 0 6px;
  }
  .product-details-block.redesign-24 ul.product-highlights li.highlight {
    width: 50%;
    padding: 35px 20px 30px 20px;
  }
  .product-details-block.redesign-24 ul.product-highlights li.highlight:last-child {
    border-radius: 0 6px 6px 0;
    border-left: none !important;
  }
}
@media (min-width: 768px) {
  .product-details-block.redesign-24 .scores {
    margin-bottom: 0;
    order: unset;
  }
  .product-details-block.redesign-24 .title-gallery-wrapper .scores {
    margin-right: calc(50% + 30px);
  }
}

/* Information pop-ups */
.new-authors-block .authors-writers .authors-written-by .authors-image {
  flex-shrink: 0;
}
.new-authors-block .authors-writers .authors-written-by .authors-image picture {
  height: 65px;
  width: 65px;
  border-radius: 65px;
}
.new-authors-block .authors-writers .authors-written-by .authors-image picture img {
  height: 65px;
  width: 65px;
  border-radius: 65px;
}
.new-authors-block .authors-writers .authors-written-by,
.statements .statement .fact-checked-statement,
.product-details-block .scores .customer-inner,
.product-details-block .scores .test-lab-inner {
  cursor: pointer;
}
.new-authors-block .authors-writers .authors-written-by .authors-image picture:nth-child(2) {
  z-index: -1;
  margin-left: -10px;
}
.author-pop-up .modal-content {
  overflow: auto;
  background-color: unset;
  border: unset;
}
.author-pop-up .modal-content i:not(.sf-icon) {
  height: 32px;
  width: 32px;
  border-radius: 32px;
  min-width: 32px;
  background-color: var(--bs-white);
  margin: 0 !important;
  text-align: center;
}
.author-pop-up .modal-content i:not(.sf-icon) svg,
.statements .modal-close svg {
  margin-top: 8px;
}
.author-pop-up .modal-content .author-main {
  border-top-left-radius: 22px;
  border-top-right-radius: 150px;
}
.author-pop-up .modal-content .author-main #author-image-modal {
  height: 120px;
  width: 120px;
  border-radius: 120px;
  overflow: hidden;
  flex-shrink: 0;
}
.author-pop-up .modal-content .author-main #author-image-modal img {
  border: 4px solid var(--bs-gray-100) !important;
  height: 120px;
  width: 120px;
  border-radius: 120px;
  min-width: 120px;
}
.author-pop-up .modal-content .author-read-more {
  border-bottom-right-radius: 1rem;
  border-bottom-left-radius: 1rem;
}
.author-pop-up .modal-content .author-main #author-information {
  margin-top: 0 !important;
  margin-bottom: 0 !important;
}
.author-pop-up .modal-content .author-main #author-information #author-name {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}
.author-pop-up .modal-content .author-main #author-information #author-title {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}
.modal .modal-close {
  position: absolute;
  right: 16px;
  top: 16px;
  line-height: 0;
  font-size: 30px;
  z-index: 99999;
}
.modal .modal-close:hover {
  cursor: pointer;
}
.statements .learn-more-modal-header p {
  max-width: 75%;
}

/* Back to top */
#back-to-top[data-container=container] {
  max-width: 1195px;
}
#back-to-top {
  padding-right: 20px;
  padding-bottom: 20px;
  bottom: 78px;
}
#back-to-top a {
  transition: background-color .1s linear;
  box-shadow: 0 0 4px 0 rgba(26,27,31,.08), 0 4px 8px -2px rgba(26,27,31,.12);
  height: 44px;
  width: 44px;
  border-radius: 44px;
}

@media (min-width: 768px) {
  .new-authors-block .authors-writers .authors-written-by .authors-name-title {
    width: max-content;
  }
  .author-pop-up {
    max-width: 928px;
  }
  .author-pop-up .modal-content .author-main {
    padding: 30px !important;
  }
  #back-to-top {
    bottom: 14px;
  }
}
