.navbar-brand svg {
  height: 98px;
  width: auto;
}

#wrapper-navbar #navbarNavDropdown #main-menu li a {
  font-size: 17px !important;
}

.fdry-bannerNav {
  padding: 0 25px;
  background-color: #1D214B;
  color: white;
}
.fdry-bannerNav .fdry-bannerNav__wrapper {
  display: flex;
  justify-content: flex-end;
  align-items: center;
}
.fdry-bannerNav .bannerNav__menu {
  padding-left: 0;
  list-style: none;
  margin-bottom: 0;
  flex-direction: column;
  display: flex;
  -moz-column-gap: 50px;
       column-gap: 50px;
  row-gap: 12px;
  padding: 10px 0;
  height: 0px;
  pointer-events: none;
  opacity: 0;
  transition: all 0.4s;
}
.fdry-bannerNav .bannerNav__menu.active {
  height: 153px;
  pointer-events: all;
  opacity: 1;
}
@media (min-width: 680px) {
  .fdry-bannerNav .bannerNav__menu {
    flex-direction: row;
    height: auto;
    pointer-events: all;
    opacity: 1;
  }
}
.fdry-bannerNav .bannerNav__menu li a {
  color: white;
  transition: 0.3s;
  font-weight: 300;
  font-size: 13px;
}
.fdry-bannerNav .bannerNav__menu li a:hover {
  color: #5076C3;
}

.fdry-bannerNav__hamburger {
  margin-right: auto;
  display: block;
  padding: 12px 0;
}
@media (min-width: 680px) {
  .fdry-bannerNav__hamburger {
    display: none;
  }
}
.fdry-bannerNav__hamburger svg {
  width: 24px;
}
.fdry-bannerNav__hamburger svg:hover {
  cursor: pointer;
}

#page #hero-image {
  background: none;
  height: auto;
  margin-bottom: 45px;
}
#page #hero-image .hero-text {
  width: 100%;
}
@media (min-width: 900px) {
  #page #hero-image .hero-text {
    width: 60%;
  }
}
#page #hero-image .hero-text h1 {
  font-size: 30px;
  font-weight: 600;
}
@media (min-width: 900px) {
  #page #hero-image .hero-text h1 {
    font-size: 42px;
  }
}
#page #hero-image .hero-text h1, #page #hero-image .hero-text .pl-5 {
  margin-left: 0;
  padding-left: 0 !important;
}

#index-wrapper article {
  min-height: 320px;
}

#index-wrapper article img {
  margin-left: 0;
  margin-right: 0;
  width: 100%;
  height: 200px;
  -o-object-fit: cover;
     object-fit: cover;
}

#index-wrapper article .entry-header .entry-title {
  margin-bottom: 0;
}

#index-wrapper article .entry-header .entry-meta {
  margin-top: 15px;
  margin-bottom: 5px;
}

.rbr-singleProduct-top {
  padding: 0px 0 0;
}
.rbr-singleProduct-top .singleProduct-top-product-grid {
  display: grid;
  grid-template-columns: 1fr;
  -moz-column-gap: 90px;
       column-gap: 90px;
  row-gap: 45px;
}
@media (min-width: 900px) {
  .rbr-singleProduct-top .singleProduct-top-product-grid {
    grid-template-columns: 1fr 0.8fr;
  }
}
.rbr-singleProduct-top .singleProduct-top-product-grid figure {
  margin: 0 0 0 0;
}
.rbr-singleProduct-top .rbr-singleProduct-top__description {
  padding-left: 20px;
  display: flex;
  align-items: center;
}
@media (min-width: 900px) {
  .rbr-singleProduct-top .rbr-singleProduct-top__description {
    padding-left: 100px;
  }
}
.rbr-singleProduct-top .rbr-singleProduct-top__description h1 {
  font-family: "big-caslon-fb", serif;
  font-size: 34px;
  margin-bottom: 20px;
}
@media (min-width: 900px) {
  .rbr-singleProduct-top .rbr-singleProduct-top__description h1 {
    font-size: 54px;
    margin-bottom: 25px;
  }
}

.singleProduct-info__grey {
  background-color: #F5F5F5;
  padding: 50px 0;
  padding-bottom: 50px;
}
@media (min-width: 900px) {
  .singleProduct-info__grey {
    padding: 120px 0;
    padding-bottom: 120px;
  }
}
.singleProduct-info__grey .singleProduct-info__grey-top-grid {
  display: grid;
  grid-template-columns: 1fr;
  -moz-column-gap: 40px;
       column-gap: 40px;
  row-gap: 45px;
  margin-bottom: 40px;
}
@media (min-width: 900px) {
  .singleProduct-info__grey .singleProduct-info__grey-top-grid {
    grid-template-columns: 1fr 1fr;
    -moz-column-gap: 80px;
         column-gap: 80px;
    margin-bottom: 80px;
  }
}
.singleProduct-info__grey .big-text p {
  font-family: "big-caslon-fb", serif;
  font-size: 28px;
  line-height: 37px;
}
@media (min-width: 900px) {
  .singleProduct-info__grey .big-text p {
    font-size: 32px;
    line-height: 40px;
  }
}
.singleProduct-info__grey .line {
  margin: 20px 0;
  width: 100%;
  height: 1px;
  background-color: #5875BD;
}
@media (min-width: 900px) {
  .singleProduct-info__grey .line {
    margin: 30px 0;
  }
}
.singleProduct-info__grey .dark-bluebuble {
  margin: 0 20px;
  border-radius: 8px;
  background-color: #1D214B;
  background-repeat: no-repeat;
  background-position: center center;
  color: white;
  margin-bottom: 30px;
}
@media (min-width: 900px) {
  .singleProduct-info__grey .dark-bluebuble {
    margin: 0 100px;
    margin-bottom: 100px;
  }
}
.singleProduct-info__grey .dark-bluebuble .container {
  padding-top: 25px;
  padding-bottom: 25px;
}
@media (min-width: 900px) {
  .singleProduct-info__grey .dark-bluebuble .container {
    padding-top: 45px;
    padding-bottom: 45px;
  }
}
.singleProduct-info__grey .dark-bluebuble .grid {
  display: grid;
  grid-template-columns: 1fr;
  -moz-column-gap: 20px;
       column-gap: 20px;
  row-gap: 35px;
  align-items: center;
}
@media (min-width: 900px) {
  .singleProduct-info__grey .dark-bluebuble .grid {
    grid-template-columns: 1fr 1fr;
    -moz-column-gap: 120px;
         column-gap: 120px;
  }
}
.singleProduct-info__grey .dark-bluebuble .left h3 {
  font-size: 30px;
  margin-bottom: 17px;
  color: white;
}
.singleProduct-info__grey .dark-bluebuble .left p {
  font-size: 14px;
}
.singleProduct-info__grey .dark-bluebuble .left .button {
  border: 1px solid white;
  border-radius: 5px;
}
.singleProduct-info__grey .dark-bluebuble .right {
  display: grid;
  grid-template-columns: 1fr;
  -moz-column-gap: 20px;
       column-gap: 20px;
  row-gap: 20px;
}
@media (min-width: 900px) {
  .singleProduct-info__grey .dark-bluebuble .right {
    grid-template-columns: 1fr 1fr;
    row-gap: 40px;
  }
}
.singleProduct-info__grey .dark-bluebuble .right a {
  color: white;
  font-size: 13px;
}
.singleProduct-info__grey .dark-bluebuble .right .single-svg {
  display: flex;
  align-items: center;
}
.singleProduct-info__grey .dark-bluebuble .right .single-svg svg {
  width: auto;
  height: 50px;
}
@media (min-width: 900px) {
  .singleProduct-info__grey .dark-bluebuble .right .single-svg svg {
    height: 80px;
  }
}
.singleProduct-info__grey .dark-bluebuble .right .single-svg .info {
  margin-left: 12px;
}
.singleProduct-info__grey .dark-bluebuble .right .single-svg .info p {
  margin-bottom: 0;
  font-family: "big-caslon-fb", serif !important;
  font-size: 19px;
}
.singleProduct-info__grey .key-features {
  margin-bottom: 50px;
}
@media (min-width: 900px) {
  .singleProduct-info__grey .key-features {
    margin-bottom: 100px;
  }
}
.singleProduct-info__grey .key-features h2 {
  font-weight: bold;
  font-size: 32px;
  margin-bottom: 25px;
  text-align: center;
}
@media (min-width: 900px) {
  .singleProduct-info__grey .key-features h2 {
    margin-bottom: 55px;
  }
}
.singleProduct-info__grey .key-features .features-grid {
  display: grid;
  grid-template-columns: 1fr;
  row-gap: 20px;
}
@media (min-width: 900px) {
  .singleProduct-info__grey .key-features .features-grid {
    grid-template-columns: 1fr 1fr;
    -moz-column-gap: 30px;
         column-gap: 30px;
    row-gap: 30px;
  }
}
.singleProduct-info__grey .key-features .features-grid p {
  display: grid;
  grid-template-columns: 34px 1fr;
  align-items: center;
  font-size: 18px;
}
.singleProduct-info__grey .info-carousel .container {
  max-width: 810px;
  text-align: center;
}
.singleProduct-info__grey .info-carousel h2 {
  font-weight: bold;
  font-size: 32px;
  margin-bottom: 25px;
  text-align: center;
}
@media (min-width: 900px) {
  .singleProduct-info__grey .info-carousel h2 {
    margin-bottom: 55px;
  }
}
.singleProduct-info__grey .info-carousel .btn.button {
  margin-top: 10px;
  color: #1F2144;
  border-color: #1F2144;
}

.rbr-home__cards.rbr-singleProduct__card {
  padding-bottom: 60px;
}
@media (min-width: 900px) {
  .rbr-home__cards.rbr-singleProduct__card {
    padding-bottom: 100px;
  }
}

h1, h2, h3, h4, h5, h6 {
  font-family: "big-caslon-fb", serif !important;
}