@import "../../../theme/variables.css";
@import "bootstrap-grid.css";

* {
    box-sizing: border-box;
}

html,
body {
    margin: 0;
    padding: 0;
    font-size: 18px;
}

html {
    scroll-behavior: smooth;
}

body {
    background-color: #fff;
    color: #3d3935;
    overflow-x: hidden;
}

body,
a,
h1,
h2,
h3,
h4,
h5 {
    font-family: "Adelle Sans Regular";
    font-weight: normal;
}

h1,
h2,
h3,
h4,
h5 {
    margin: 0;
}

a {
    text-decoration: none;
    color: inherit;
}

.text-center {
    text-align: center;
}

/* workaround for not having bold font */
.bold {
    text-shadow: 0.5px 0 0 #3d3935;
}

.boldWhite {
    text-shadow: 1px 0 0 #fff;
}

.relative {
    position: relative;
}

.red {
    color: #f00;
}

.section-title {
    font-family: "Berlingske Serif Bold";
    font-weight: bold;
    font-size: 33px;
    line-height: 39px;
}

header {
    position: sticky;
    top: 0;
    width: 100%;
    background-color: #fff;
    z-index: 9;
}

@media (min-width: 1025px) {
    header {
        padding: 25px 0;
    }
}

header .container {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

@media (min-width: 1025px) {
    header .header-logo {
        max-width: 175px;
    }
}

header .header-links {
    display: flex;
    align-items: center;
}

header .header-links .header-link {
    margin: 0 12px;
    font-size: 15px;
    color: #3d3935;
}

header .header-cta-button {
    border-radius: 4px;
    font-family: "Adelle Sans Semi Bold";
    font-weight: 600;
    background-image: linear-gradient(180deg, #f4e8a0, #f5b453);
    letter-spacing: 1px;
    white-space: nowrap;
    color: #3d3935;
    margin: 0 20px;
    padding: 10px 40px;
    font-size: 18px;
}

header .header-phone-number {
    text-align: right;
}

header .header-phone-number small {
    font-family: "Adelle Sans Semi Bold";
    font-weight: 600;
    font-size: 12px;
}

header .header-phone-number .number {
    font-family: "Berlingske Serif SemiBold";
    font-weight: 600;
    font-size: 20px;
}

.hero {
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: center;
    background-repeat: no-repeat;
    background-color: #e5e1dc;
}
.hidden{
  display: none;
}
@media (min-width: 1025px) {
    .hero {
        align-items: start;
        padding-left: 58%;
        background-position: center bottom;
        background-size: contain;
        background-image: url(https://cdn.kintsugihair.com/images/KeraNew/hero-img-alt.png);
        padding-top: 5%;
        padding-bottom: 5%;
    }
}

.hero .hero-title {
    font-family: "Berlingske Serif Bold";
    font-weight: bold;
    margin: 0;
}

@media (min-width: 1025px) {
    .hero .hero-title {
        line-height: 72px;
        font-size: 60px;
    }
}

.hero .hero-description {
    margin: 25px 0 20px;
}

@media (min-width: 1025px) {
    .hero .hero-description {
        line-height: 29px;
        font-size: 21px;
    }
}

.hero .hero-button {
    border-radius: 4px;
    font-family: "Adelle Sans Semi Bold";
    font-weight: 600;
    background-image: linear-gradient(180deg, #f4e8a0, #f5b453);
    letter-spacing: 1px;
    white-space: nowrap;
    color: #3d3935;
    padding: 10px 110px;
    font-size: 23px;
}

.differences {
    padding: 60px 0;
}

@media (min-width: 1024px) and (max-width: 1024px) {
    .differences .container {
        max-width: 720px;
    }
}

.differences .table-differences {
    font-family: "Adelle Sans Bold";
    font-weight: 800;
    width: 100%;
    border-collapse: collapse;
    margin-bottom: 60px;
}

.differences .table-differences td {
    padding: 10px 5px;
}

.differences .table-differences .product-name {
    font-size: 22px;
}

.differences .table-differences tr:nth-child(2) {
    border: 5px solid #fbbc59;
}

.differences .table-differences td:first-of-type {
    width: 300px;
}

.differences .table-differences td:not(:first-of-type) {
    position: relative;
    background-color: #fafafa;
    text-align: center;
    font-size: 20px;
}

.differences .table-differences td:not(:first-of-type):before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 15px;
    height: 100%;
    background-color: #fff;
}

.differences .table-differences .table-differences-image {
    max-width: 25px;
    max-height: 25px;
}

.differences .img-table-differences {
    max-width: 90%;
    margin: 45px 0;
}

.differences .differences-banner {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: start;
    background-repeat: no-repeat;
    background-color: #f1f1f2;
}

.faq .differences-banner {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: start;
    background-repeat: no-repeat;
    background-color: #f1f1f2;
}

@media (min-width: 1025px) {
    .differences .differences-banner {
        padding: 60px 0;
        background-image: url(https://cdn.kintsugihair.com/images/KeraNew/Kintsugi-KeraNew-open-bottle@2x.jpg);
        background-position: right center;
        background-size: contain;
    }

    .faq .differences-banner {
        padding: 60px 0;
        background-image: url(https://cdn.kintsugihair.com/images/KeraNew/Kintsugi-KeraNew-open-bottle@2x.jpg);
        background-position: right center;
        background-size: contain;
    }
}

.differences .differences-banner-description {
    font-size: 18px;
    line-height: 26px;
}

@media (min-width: 1025px) {
    .differences .differences-banner-description {
        width: 45%;
    }
}

.differences .differences-banner-button {
    border-radius: 4px;
    font-family: "Adelle Sans Semi Bold";
    font-weight: 600;
    background-image: linear-gradient(180deg, #f4e8a0, #f5b453);
    letter-spacing: 1px;
    white-space: nowrap;
    color: #3d3935;
    display: inline-block;
    margin: 25px 0;
    padding: 10px 120px;
    font-size: 23px;
    max-width: 100%;
}

.faq .differences-banner-button {
    border-radius: 4px;
    font-family: "Adelle Sans Semi Bold";
    font-weight: 600;
    background-image: linear-gradient(180deg, #f4e8a0, #f5b453);
    letter-spacing: 1px;
    white-space: nowrap;
    color: #3d3935;
    display: inline-block;
    margin: 25px 0;
    padding: 10px 120px;
    font-size: 23px;
    max-width: 96%;
}

.results {
    background-color: #fff;
}

@media (min-width: 1025px) {
    .results {
        padding: 60px 0;
    }
}

.results .results-legend {
    display: inline-block;
    margin-top: 15px;
}

.results .results-list {
    margin-bottom: 45px;
}

.results .results-list .results-list-item {
    list-style-type: none;
    padding: 5px 0;
    font-size: 17px;
}

.results .results-list .results-li-image {
    width: 18px;
    margin-right: 5px;
}

.results .results-img-compare-1 {
    z-index: 1;
}

@media (min-width: 1025px) {
    .results .results-img-compare-1 {
        position: absolute;
        top: -30px;
        right: 5%;
    }
}

.results .results-statistics {
    position: relative;
    padding: 120px 0 90px 0;
    color: #fff;
    background-color: #3d3935;
}

.results .results-statistics .container {
    position: relative;
    display: flex;
    text-align: center;
}

@media (min-width: 1025px) {
    .results .results-statistics .container {
        justify-content: space-evenly;
    }
}

.results .results-statistics .results-statistic {
    font-size: 28px;
    line-height: 38px;
}

.results .results-statistics small {
    margin-bottom: 30px;
    font-size: 12px;
}

@media (min-width: 1025px) {
    .results .results-statistics small {
        margin-top: -15px;
    }
}

.results .results-img-compare-2 {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
}

@media screen and (min-width: 1025px) {
    .results .results-img-compare-2 {
        max-width: 708px;
    }
}

.ingredients {
    margin-top: 120px;
    padding: 60px 0;
    background-color: #fafafa;
}

.ingredients .section-title {
    text-align: center;
}

.ingredients .ingredients-content-wrapper {
    display: flex;
    margin-top: 30px;
}

@media (min-width: 1025px) {
    .ingredients .desktop-ingredients-index-items {
        display: flex;
    }
}

@media (min-width: 1025px) {
    .ingredients .mobile-ingredients-index-items {
        display: none;
    }
}

.ingredients .ul-ingredients-index {
    margin: -12px 5px 0 0;
    padding: 0;
}

.ingredients .ingredients-index-item {
    font-family: "Berlingske Serif Bold";
    font-weight: bold;
    padding: 17px 0;
    opacity: 0.5;
    list-style-type: none;
    font-size: 24px;
    text-align: right;
    cursor: pointer;
}

.ingredients .ingredients-index-item:hover {
    transition: all 0.3s ease-in-out;
    opacity: 0.65;
}

.ingredients .ingredients-index-item.active {
    opacity: 1;
}

.ingredients .ingredients-index-item .count {
    margin-right: 5px;
    font-size: 18px;
    color: #fbbc59;
}

.ingredients .ingredients-index-legend {
    display: flex;
    cursor: pointer;
    background-color: #efede6;
    justify-content: center;
    align-items: center;
    padding: 5px 0;
    margin: 0 10px 0 0;
}

.ingredients .ingredients-index-legend img {
    max-width: 40px;
    max-height: 40px;
}

.ingredients .ingredients-index-legend p {
    font-family: "Adelle Sans Bold";
    font-weight: 800;
    margin: 0;
    padding: 10px;
    font-size: 16px;
    text-align: center;
}

.ingredients .ingredients-list-lines-image {
    height: 300px;
}

.ingredients .ingredients-list-lines-image:not(.active) {
    display: none;
}

.ingredients .ingredients-list-details {
    font-family: "Adelle Sans Light";
    font-weight: 200;
    flex-grow: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 3px solid #fbbc59;
    background-color: #fff;
    z-index: 2;
}

@media (min-width: 1025px) {
    .ingredients .ingredients-list-details {
        padding: 0 90px;
    }
}

.ingredients .ingredients-list-details .ingredient-content:not(.active) {
    display: none;
}

.ingredients .ingredients-list-details .ingredient-01-item {
    display: flex;
    align-items: center;
    font-size: 14px;
}

@media (min-width: 1025px) {
    .ingredients .ingredients-list-details .ingredient-01-item {
        margin: 10px 0;
    }
}

.ingredients .ingredients-list-details .ingredient-01-item .ingredient-01-item-image {
    width: 80px;
    margin-right: 15px;
}

.ingredients .ingredients-list-details .ingredient-01-item .ingredient-01-item-title {
    font-family: "Adelle Sans Bold";
    font-weight: 800;
    display: block;
}

.ingredients .ingredients-list-details .ingredient-mobile-title {
    font-family: "Berlingske Serif Bold";
    font-weight: bold;
    font-size: 24px;
}

.ingredients .ingredients-list-details .ingredient-mobile-title .count {
    margin-right: 5px;
    font-size: 18px;
    color: #fbbc59;
}

.ingredients .ingredients-list-details .ingredient-text {
    line-height: 22px;
    font-size: 17px;
}

.ingredients .ingredients-list-details .ingredient-image-list {
    display: flex;
    width: 100%;
    justify-content: center;
}

@media (min-width: 1025px) {
    .ingredients .ingredients-list-details .ingredient-image-list .ingredient-image {
        width: 145px;
        margin: 20px 15px 0;
    }
}

.os {
    padding: 60px 0;
}

.os .container {
    display: flex;
}

.os .os-product-text {
    flex: 1;
}

.os .os-product-text .os-product-text-img {
    display: block;
}

@media (min-width: 1025px) {
    .os .os-product-text .os-product-text-img {
        width: 85%;
    }
}

.os .os-sales-options-wrapper {
    flex: 1;
    align-self: flex-start;
}

@media (min-width: 1025px) {
    .os .os-sales-options-wrapper {
        position: sticky;
        top: 120px;
    }
}

.os .os-sales-options-wrapper .os-sales-options-title sup {
    font-size: 16px;
}

.os .os-sales-options-wrapper .os-sales-options-subtitle {
    font-family: "Adelle Sans Semi Bold";
    font-weight: 600;
}

.os .os-sales-options-wrapper .os-sales-options-reviews {
    display: flex;
    align-items: center;
    margin-top: 5px;
    margin-bottom: 15px;
    font-size: 14px;
}

.os .os-sales-options-wrapper .os-question-mark {
    display: flex;
    margin-top: 10px;
    color: #49b249;
    font-size: 20px;
    text-decoration: underline;
    cursor: pointer;
}

.os .os-sales-options-wrapper .os-question-mark .question-mark-image {
    width: 30px;
    margin-right: 10px;
    height: fit-content;
    max-height: 30px;
}

.os .os-sales-options-wrapper .os-sales-options-reviews .os-sales-options-stars {
    width: 130px;
    margin-right: 15px;
}

.heroBanner-reviews {
    display: flex;
    align-items: center;
    margin-top: 5px;
    margin-bottom: 15px;
    font-size: 14px;
}
.heroBanner-reviews b {
    font-size: 15px;
}
.heroBanner-reviews img {
    width: 170px;
    height: 34px;
    margin-right: 15px;
}

.os .os-sales-options {
    margin-top: 30px;
}

.os .os-sales-options .sale-one-time,
.os .os-sales-options .sale-continuity {
    border-radius: 4px;
    padding: 15px 15px 12px;
    border: 2px solid #aaa;
}

.os .os-sales-options .sale-one-time.collapsed,
.os .os-sales-options .sale-continuity.collapsed {
    background-color: #efede6;
}

.os .os-sales-options .sale-one-time.collapsed .option-info-wrapper,
.os .os-sales-options .sale-continuity.collapsed .option-info-wrapper {
    display: none;
}

.os .os-sales-options .sale-one-time:not(.collapsed) .checkbox:before,
.os .os-sales-options .sale-continuity:not(.collapsed) .checkbox:before {
    content: "";
    position: absolute;
    top: 3px;
    left: 3px;
    width: 16px;
    height: 16px;
    border-radius: 50%;
    background-color: #090;
}

.checkbox,
.radio {
    margin-bottom: 0px !important;
}

.os .os-sales-options .sale-continuity {
    margin-top: -2px;
}

.os .os-sales-options .sale-option {
    display: inline-block;
    cursor: pointer;
}

.os .os-sales-options .checkbox {
    position: relative;
    display: inline-block;
    width: 26px;
    height: 26px;
    border: 2px solid #555;
    border-radius: 50%;
}

.os .os-sales-options .option-title {
    font-family: "Adelle Sans Bold";
    font-weight: 800;
    display: inline-block;
    position: relative;
    top: -5px;
    margin-left: 10px;
    font-size: 22px;
}

.os .option-info-wrapper {
    transition: all 0.3s ease-in-out;
    text-align: center;
    margin-top: 15px;
}

.os .option-info-wrapper .option-benefits {
    width: 90%;
    margin: 0 auto 15px;
    font-size: 13px;
}

@media (min-width: 1025px) {
    .os .option-info-wrapper .option-benefits {
        display: flex;
        align-items: center;
        justify-content: center;
    }
}

.os .option-info-wrapper .option-benefits .white-space-nowrap {
    white-space: nowrap;
}

.os .option-info-wrapper .option-benefits .check {
    width: 15px;
    height: 15px;
    margin-right: 5px;
}

.os .option-info-wrapper .option-benefits .text {
    margin-right: 20px;
}

.os .option-info-wrapper .lbl-choose-package {
    position: relative;
    display: inline-block;
    width: 90%;
    margin-top: 15px;
    text-align: left;
    font-size: 15px;
}

.os .option-info-wrapper .lbl-choose-package:before {
    content: "";
    position: absolute;
    top: -15px;
    left: 0;
    width: 60px;
    border-top: 1px solid #999;
}

.os .option-info-wrapper .option-quantities {
    display: flex;
    justify-content: center;
    margin: 15px 0;
}

.os .option-info-wrapper .option-quantities .quantity {
    border-radius: 4px;
    font-family: "Berlingske Serif SemiBold";
    font-weight: 600;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    height: 62px;
    margin: 2px 15px;
    padding: 5px 15px;
    font-size: 24px;
    border: 2px solid #999;
    text-align: center;
    cursor: pointer;
}

.os .option-info-wrapper .option-quantities .quantity small {
    font-family: "Adelle Sans Regular";
    font-weight: normal;
    font-size: 14px;
}

.os .option-info-wrapper .option-quantities .quantity.selected {
    background-color: #f4df93;
}

.os .option-info-wrapper .prices {
    font-family: "Adelle Sans Semi Bold";
    font-weight: 600;
    display: inline-block;
    position: relative;
    margin: 20px 0 5px;
    font-size: 16px;
}

.os .option-info-wrapper .prices:before {
    content: "";
    position: absolute;
    top: -15px;
    left: 50%;
    transform: translateX(-50%);
    width: 60px;
    border-top: 1px solid #999;
}

.os .option-info-wrapper .prices .regular-price {
    text-decoration: line-through;
    text-decoration-color: #f00;
}

.os .option-info-wrapper .your-price {
    font-family: "Adelle Sans Semi Bold";
    font-weight: 600;
    display: inline-block;
    font-size: 16px;
}

.os .option-info-wrapper .your-price .value {
    font-family: "Berlingske Serif SemiBold";
    font-weight: 600;
    font-size: 32px;
    color: #090;
}

.os .option-info-wrapper .btn-add-to-cart {
    border-radius: 4px;
    font-family: "Adelle Sans Semi Bold";
    font-weight: 600;
    background-image: linear-gradient(180deg, #f4e8a0, #f5b453);
    letter-spacing: 1px;
    white-space: nowrap;
    color: #3d3935;
    display: inline-block;
    margin: 10px 0 15px;
    cursor: pointer;
    font-size: 24px;
}

.os .option-info-wrapper .btn-add-to-cart.disabled {
    color: #707070;
    pointer-events: none;
}

@media (min-width: 1025px) {
    .os .option-info-wrapper .btn-add-to-cart {
        padding: 10px 90px;
    }
}

.os .os-sales-options .shipping-text {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 10px;
}

.os .os-sales-options .shipping-text img {
    height: 1.7em;
    margin-right: 10px;
}

.os .os-sales-options .shipping-text .green-text {
    color: #019a01;
    font-family: "Adelle Sans Bold";
}

.os .option-info-wrapper .option-disclaimer {
    position: relative;
    display: inline-block;
    font-size: 11px;
    text-align: left;
}

@media (min-width: 1025px) {
    .os .option-info-wrapper .option-disclaimer {
        width: calc(90% - 45px);
        padding-left: 45px;
    }
}

.os .option-info-wrapper .option-disclaimer .disclaimer-checkbox {
    position: absolute;
    width: 30px;
    height: 30px;
    border: 3px solid #090;
}

@media (min-width: 1025px) {
    .os .option-info-wrapper .option-disclaimer .disclaimer-checkbox {
        left: 0;
    }
}

.os .option-info-wrapper .option-disclaimer .disclaimer-checkbox .check {
    position: absolute;
    top: -8px;
    left: 3px;
    width: 30px;
    display: none;
}
.os .option-info-wrapper .option-disclaimer .disclaimer-checkbox .check.checked {
    display: initial;
}

.os .option-info-wrapper .option-disclaimer .text-checkbox {
    display: inline-block;
    width: 100%;
    font-size: 16px;
    color: #090;
}

.reviews {
    position: relative;
    padding: 60px 0 0;
}

.reviews .text-reviews-first-img-background,
.reviews .text-reviews-second-img-background {
    position: absolute;
    z-index: -1;
}

.reviews .text-reviews-first-img-background {
    bottom: 0;
    left: 0;
}

.reviews .text-reviews-second-img-background {
    top: 0;
    right: 0;
}

.reviews .section-title {
    text-align: center;
}

.reviews .video-slider-reviews {
    padding: 60px 0;
    background-color: #fafafa;
    padding-top: 0px;
}

.reviews .video-slider-reviews .slick-list {
    margin-bottom: 30px;
}

.reviews .video-slider-reviews .slick-dots li {
    margin: 0;
}

.reviews .video-slider-reviews .slick-dots li.slick-active button:before {
    color: #fbbc59;
    opacity: 1;
}

.reviews .video-slider-reviews .slick-dots li button:before {
    font-size: 12px;
}

.reviews .video-slider-reviews .slick-dots li button:hover:before,
.reviews .video-slider-reviews .slick-dots li button:focus:before {
    color: #fbbc59;
    opacity: 0.5;
}

.reviews .video-slider-reviews .video-slider-items {
    display: flex;
    margin: 30px 0 0;
}

.reviews .video-slider-reviews .video-slider-items .video-slider-item {
    margin: 0 15px;
}

.reviews .video-slider-reviews .video-slider-items .video-slider-item video-js.video-js,
.reviews .video-slider-reviews .video-slider-items .video-slider-item .vjs-poster {
    background-color: transparent;
}

.reviews .video-slider-reviews .video-slider-items .video-slider-info {
    margin-bottom: 10px;
    padding: 20px;
    background-color: #fff;
    box-shadow: 0 1px 5px rgba(0, 0, 0, 0.05), 0 1px 5px rgba(0, 0, 0, 0.05);
}

.reviews .video-slider-reviews .video-slider-items .text,
.reviews .video-slider-reviews .video-slider-items .person-name {
    display: inline-block;
}

.reviews .video-slider-reviews .video-slider-items .text {
    font-style: italic;
    font-size: 15px;
}

.reviews .video-slider-reviews .video-slider-items .person-name {
    font-family: "Adelle Sans Bold";
    font-weight: 800;
    margin-top: 5px;
    font-size: 15px;
}

.reviews .text-reviews-wrapper {
    position: relative;
    padding: 60px 0;
}

.reviews .text-reviews-wrapper .text-reviews {
    display: flex;
    justify-content: space-between;
    margin-top: 30px;
}

.reviews .text-reviews-wrapper .review {
    display: flex;
    font-size: 15px;
}

.reviews .text-reviews-wrapper .review .person-review-img {
    width: 200px;
    height: 200px;
    margin-right: 30px;
}

.reviews .text-reviews-wrapper .review .review-content {
    font-style: italic;
}

.expectations {
    background-color: #fafafa;
}

@media (min-width: 1025px) {
    .expectations {
        padding: 135px 0 60px 0;
    }
}

.expectations .expectations-wrapper {
    display: flex;
    align-items: center;
}

@media (min-width: 1025px) {
    .expectations .expectations-wrapper .expectations-image {
        height: 550px;
        margin-right: 90px;
    }
}

.expectations .expectations-timeline .section-title {
    margin-bottom: 30px;
}

@media (min-width: 1025px) {
    .expectations .expectations-timeline .section-title {
        margin-top: -60px;
        margin-left: -10px;
    }
}

.expectations .expectations-timeline .expectations-timeline-ul {
    margin: 0;
    padding: 0;
}

.expectations .expectations-timeline .expectations-timeline-item {
    position: relative;
    padding: 0 0 30px 20px;
    list-style-type: none;
    border-left: 2px dashed #b4b6b8;
    font-size: 17px;
}

.expectations .expectations-timeline .expectations-timeline-item:before {
    content: url(https://cdn.kintsugihair.com/images/KeraNew/what-to-expect-oval-inactive.svg);
    position: absolute;
    top: 2px;
    left: -11px;
}

.expectations .expectations-timeline .expectations-timeline-item .title {
    font-family: "Adelle Sans Bold";
    font-weight: 800;
    display: block;
    margin-bottom: 5px;
}

.guarantee {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #efede7;
}

@media (min-width: 1025px) {
    .guarantee {
        padding: 45px 0;
    }
}

.guarantee .guarantee-img-background {
    position: absolute;
    bottom: 0;
    right: 0;
}

@media (min-width: 1025px) {
    .guarantee .guarantee-img {
        margin-right: 60px;
    }
}

.faq {
    position: relative;
    padding: 60px 0;
}

.faq .faq-img-background {
    position: absolute;
    top: 0;
    left: 0;
    max-height: 100%;
    z-index: -1;
}

.faq .section-title {
    text-align: center;
    margin-bottom: 30px;
}

.faq .faq-question {
    padding: 15px 0 30px;
    border-bottom: 1px solid #aaa;
}

.faq .faq-question .question-toggle-img {
    transition: all 0.3s ease-in-out;
    float: right;
    margin-top: -5px;
}

.faq .faq-question .question-toggle-img.rotate {
    transform: rotate(180deg);
}

.faq .faq-question .question {
    font-family: "Adelle Sans Bold";
    font-weight: 800;
    cursor: pointer;
}

.faq .faq-question .answer {
    margin-left: 20px;
}

.testimonialTitle {
    text-align: center;
    font-size: 30px;
    margin-top: 23px;
}

.testimonialName {
    font-size: 26px;
    margin-left: 10px;
    margin-top: 15px;
    font-weight: bold;
}

.testimonialContent {
    margin-top: 15px;
    width: 62%;
    font-size: 18px;
}

.faqImages {
    display: flex;
    width: 20%;
}

.img-responsive {
    margin-right: 10px;
    width: 100%;
}

@media (min-width: 1025px) {
    .faq .faq-question .answer-supplement-image {
        max-width: 450px;
    }
}

.faq .faq-buy-button {
    border-radius: 4px;
    font-family: "Adelle Sans Semi Bold";
    font-weight: 600;
    background-image: linear-gradient(180deg, #f4e8a0, #f5b453);
    letter-spacing: 1px;
    white-space: nowrap;
    color: #3d3935;
    display: inline-block;
    margin-top: 60px;
    padding: 15px 120px;
    font-size: 22px;
    max-width: 100%;
}

footer {
    padding: 15px 0 45px;
    background-color: #3d3935;
    color: rgba(255, 255, 255, 0.75);
    font-size: 16px;
    text-align: center;
}

footer .footer-text {
    display: inline-block;
    line-height: 26px;
    border: 1px solid rgba(255, 255, 255, 0.5);
}

@media (min-width: 1025px) {
    footer .footer-text {
        padding: 10px 90px;
    }
}

footer .footer-bottom-text {
    font-size: 14px;
}

footer .footer-link {
    color: #fbbc59;
}

.reviewList .item {
    list-style: none;
    display: flex;
    border-bottom: 1px solid #bcbcbc;
    padding: 40px 0px;
}
.reviewList .reviewer_details {
    width: 25%;
}
.reviewList .review_content {
    width: 75%;
}

.reviewList .reviewer_initial {
    background-color: #efede6;
    width: 90px;
    height: 90px;
    display: inline-block;
    text-align: center;
    border-radius: 50px;
    font-family: "Berlingske Serif";
    font-size: 35px;
    line-height: 90px;
    position: relative;
}
.reviewList .verified_icon {
    position: absolute;
    left: 0px;
    bottom: 0px;
}
.reviewList .verified_customer {
    font-size: 10px;
    line-height: 22px;

    font-style: italic;
    display: block;
}

.reviewList .reviewer_name {
    font-size: 19px;
    font-weight: bold;
    display: block;
}
.reviewList .review_rating {
    width: 175px;
    height: 35px;
    display: block;
}
.reviewList .review_rating img {
    height: inherit;
    display: block;
}
.reviewList .review_title {
    font-size: 25px;
    line-height: 33px;
    font-weight: bold;
    display: block;
    margin-top: 15px;
    margin-bottom: 5px;
}

.reviewList .review_description {
    font-size: 20px;
    line-height: 30px;
    width: 80%;
    display: block;
}
.os-sales-options-reviews.scroll-link {
    cursor: pointer;
}

.heroBanner-reviews.scroll-link {
    cursor: pointer;
}
#pagination ul {
    display: block;
    text-align: center;
}
#pagination li {
    display: inline;
    list-style: none;
    padding: 0px 20px;
}
#pagination li span,
#pagination li a {
    font-size: 20px;
    color: #9e9c9a;
    text-transform: uppercase;
}
#pagination li.active span {
    color: #ffba3f;
    cursor: pointer;
}

#pagination li .current.prev,
#pagination li .current.next {
    color: #ebebeb;
}
