.hi-module-hide {
    display: none !important;
}
.hi-faq-item {
    border: 1.5px solid #F6E8CF;
    border-top: none;
}
.hi-faq-item:first-child {
    border-top: 1.5px solid #F6E8CF;
}
.hi-faq-question {
    border-color: #ddd;
    -webkit-transition: opacity 0.2s linear;
    -moz-transition: opacity 0.2s linear;
    -ms-transition: opacity 0.2s linear;
    -o-transition: opacity 0.2s linear;
    transition: opacity 0.2s linear;
}
.hi-faq-question:hover {
    opacity: 0.7;
}

#module-hifaq-faqdetails .page-content ul {
    padding-left: 15px;
}

#product .hi-faq-product-page .col-md-7 {
    max-width: 564px;
    margin-left: auto;
    margin-right: auto;
}

.hi-faq-question a {
    position: relative;
    font-size: 16px;
    color: #0D3940;
    display: flex;
    align-items: center;
    justify-content: space-between;
    text-decoration: none;
}
.hi-faq-question img {
    width: 16px;
    height: 16px;
    margin-left: 20px;
}
.hi-faq-question-link.collapsed .icon-collapse-plus {
    display: none;
}

.hi-faq-question-link.collapsed .icon-collapse-minus {
    display: inline-block;
}

.hi-faq-question-link:not(.collapsed) .icon-collapse-plus {
    display: inline-block;
}
.hi-faq-product-page-container {
    background: #FCF7EE;
}
.hi-faq-product-page-container .btn-primary {
    margin-top: 35px;
}
.hi-faq-question-link:not(.collapsed) .icon-collapse-minus {
    display: none;
}
.hi-faq-answer{
    display: none;
    height: auto;
    padding: 10px 15px;
}
.hi-faq-answer ul {
    padding-left: 40px;
}
#module-hifaq-faqdetails #main ul {
    padding-left: 40px;
}
.faq-question-title {
    font-weight: 600;
    font-size: 20px;
}
.hi-faq-category-items {
    margin-bottom: 15px;
}
#module-hifaq-faqcategory .hi-faq-page-description {
    padding-top: 0;
}

#module-hifaq-faqsearch header,
#module-hifaq-faqcategory header,
#module-hifaq-faqdetails header,
#module-hifaq-faq header {
    margin-bottom: 50px !important;
}
#module-hifaq-faqsearch nav[aria-label="breadcrumb"],
#module-hifaq-faqcategory nav[aria-label="breadcrumb"],
#module-hifaq-faqdetails nav[aria-label="breadcrumb"],
#module-hifaq-faq nav[aria-label="breadcrumb"] {
    position: absolute;
    top: 168px;
}
.hi-faq-top-search-container {
    background: #FCF7EE;
    padding: 55px 0;
    padding-top: 75px;
}
.hi-faq-top-search-content {
    max-width: 615px;
    margin: 0 auto;
    color: #0D3940;
}
.hi-faq-top-search-content h2 {
    text-align: center;
    font-family: "Instrument Serif";
    font-size: 40px;
    font-weight: normal;
    margin-bottom: 35px;
    color: #0D3940;
}
.hi-faq-top-search-note {
    font-size: 16px;
    margin-top: 35px;
    text-align: center;
    color: #fff;
}
body .hi-faq-top-search-input {
    height: 48px;
    border-radius: 8px;
    color: #0D3940;
    margin: 0 auto;
    padding-left: 30px;
    border: 0;
    background: white;
}
body .hi-faq-top-search-input::placeholder {
    color: #0D3940;
}
body .hi-faq-search-container .btn-primary {
    border-top-right-radius: 8px;
    border-bottom-right-radius: 8px;
}
#left-column .hi-faq-block {
    background: #FCF7EE;
    margin-top: 0;
    margin-right: 30px;
    padding: 40px;
}
#left-column .hi-faq-block p {
    font-size: 16px;
    text-transform: uppercase;
    font-weight: 600;
    color: #CDB292;
}
#left-column .hi-faq-block a {
    color: #0D3940;
    font-size: 14px;
    font-weight: 600;
}
.hi-faq-main-page {
    padding: 40px;
    border: 1px solid #F6E8CF;
    margin-bottom: 50px;
    padding-bottom: 0;
}
.hi-faq-main-page h3 {
    font-size: 30px;
    font-weight: 400;
    font-family: "Instrument Serif";
}
.hi-faq-main-page p {
    color: #979797;
    margin-bottom: 35px;
}
.hi-faq-search-container {
    position: relative;
}
.hi-faq-search-results {
    background: white;
    border: none;
    border-radius: 6px;
    box-shadow: 2px 2px 8px 0 rgba(0,0,0,.2);
    max-height: 400px;
    left: 0;
    position: absolute;
    top: 54px;
    width: 100%;
    z-index: 50;
}
.hi-faq-page-description {
    padding-bottom: 20px;
    padding-top: 20px;
}
.hi-faq-search-elemenets {
    max-height: 376px;
    list-style: none;
    overflow-y: auto;
    padding: 12px;
    margin: 0;
}
.hi-faq-search-elemenets li {
    border-radius: 4px;
    padding-bottom: 14px;
    padding-left: 16px;
    padding-right: 16px;
    padding-top: 10px;
}
.hi-faq-search-elemenets li > a:active,
.hi-faq-search-elemenets li > a:focus {
    text-decoration: none;
}
.hi-faq-search-elemenets li:hover {
    background: #f5f5f5;
}
.hi-faq-search-item-category {
    color: #b4b8b7;
    font-size: 13px;
    font-weight: 500;
    margin-bottom: 2px;
}
.hi-faq-search-item-question {
    color: #2fb5d2;
    font-size: 18px;
    font-weight: 400;
    line-height: normal;
    margin-bottom: 8px;
}
.hi-faq-search-item-answer {
    color: #7a7a7a;
}
.hi-faq-category-item {
    margin-bottom: 40px;
}
.hi-faq-category-item h2 {
    margin-bottom: 10px;
    line-height: 24px;
    font-size: 16px;
    padding-right: 20px;
}
.hi-faq-category-item h2 a {
    color: #CDB292;
    text-transform: uppercase;
    font-weight: 600;
    font-size: 16px;
}
.hi-faq-category-item ul {
    margin-bottom: 0;
    padding-bottom: 0;
}
.hi-faq-category-faqs a {
    color: #0D3940;
    font-size: 14px;
}
.hi-faq-category-faqs a:hover {
    text-decoration: underline;
}
.hi-faq-category-faqs li {
    margin-bottom: 12px;
    padding-right: 15px;
}
.hi-faq-category-item::after {
    height: 100%;
    content: '';
    width: 1px;
    background: #F6E8CF;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 15px;
}
.hi-faq-category-item:last-child::after,
.hi-faq-category-item:nth-child(3n)::after {
    content: none !important;
    display: none !important;
}
.hi-faq-category-row {
    margin-bottom: 24px;
}
body .hi-faq-view-all-questions {
    margin-bottom: 0;
}
.hi-faq-view-all-questions a {
    color: #0D3940;
    text-decoration: underline;
    text-decoration-color: #0D3940;
    text-underline-offset: 3px;
    font-weight: 600;
    font-size: 14px;
}

.hi-faq-block-17 {
    margin-top: 50px;
    margin-bottom: 25px;
}
.hi-faq-block > p {
    color: #232323;
    margin-bottom: 1rem;
}
.hi-faq-block .h6 {
    text-align: center;
    font-size: 40px;
    color: #0D3940;
    font-family: "Instrument Serif";
    font-weight: 400;
    margin-bottom: 40px;
}

.hi-faq-product-page .h6 {
    text-align: left;
    font-size: 40px;
    color: #0D3940;
    font-family: "Instrument Serif";
    font-weight: 400;
    margin-bottom: 30px;
}
.hi-faq-block .btn-primary {
    margin-top: 40px;
    display: table;
    margin-left: auto;
    padding: 12px 30px;
    margin-right: auto;
    margin-bottom: 30px;
    font-size: 16px;
}
.hi-faq-block > ul > li {
    padding: 0.5rem 0;
    border-bottom: 1.5px solid #CDB292;
}

.hi-faq-block-question > ul > li {
    padding: 0;
    border: none;
}

.hi-faq-block-categories ul li a {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.hi-faq-block a.post-read-more-button {
  font-style: italic;
}
.hi-faq-items .faq-info-block {
  padding-top: 15px;
}
.hi-faq-block.hi-faq-faqs > ul > li {
    padding: 1.5rem 0;
}
.hi-faq-block.hi-faq-faqs > ul > li:first-child {
    padding-top: 0.5rem;
}

.hi-faq-search-block form {
    position: relative;
}
.hi-faq-search-block input[type="text"] {
    border: none;
    padding: 10px;
    color: #7a7a7a;
    border: 1px solid rgba(0,0,0,.25);
    width: 100%;
}
.hi-faq-search-block button {
    position: absolute;
    background: none;
    border: none;
    bottom: .3125rem;
    right: .125rem;
    color: #7a7a7a;
}
.hi-faq-search-block input[type=text]:focus {
    outline: 3px solid #2fb5d2;
    color: #232323;
    background: #fff;
}
.hi-faq-search-block input[type=text]:focus + button .search,
.hi-faq-search-block button[type=submit] .search:hover {
    color: #2fb5d2;
}
.hi-faq-search-block .hi-faq-button-search {
    bottom: 9px;
    right: 10px;
}
.hi-faq-search-block .hi-faq-button-search:before {
    content: "\f002";
    display: block;
    font-family: "FontAwesome";
    font-size: 17px;
    width: 100%;
    text-align: center;
}

.hi-faq-link {
    text-align: right;
}
#module-hifaq-faqdetails #products .thumbnail-container,
#module-hifaq-faqdetails #products .product-description,
#module-hifaq-faqdetails #products .highlighted-informations {
    max-width: 244px;
}

#module-hifaq-faqdetails #products .product-miniature{
    margin: 0 .4rem;
}
#module-hifaq-faqdetails #products .product-miniature:first-child{
    margin-left: 0;
}
#module-hifaq-faqdetails #products .product-miniature:last-child{
    margin-right: 0;
}
#module-hifaq-faqdetails #products > .title {
    color: #232323;
    padding: 10px 0;
}
.hi-faq-product-page {
    margin-top: 50px;
}
.hi-faq-product-page .row {
    align-items: center;
}
.hi-faq-product-page .col-md-7 {
    padding-top: 70px;
    padding-bottom: 70px;
    padding-left: 100px;
    padding-right: 100px;
}
.hi-faq-question {
    padding: 15px;
}

.hi-faq-feedback-block {
    position: fixed;
    margin: 40px;
    bottom: 20px;
    right: 20px;
    box-shadow: 0 2px 12px rgb(0 0 0 / 20%);
    background: #fff;
    border-radius: 8px;
    padding: 12px;
    min-width: 330px;
    z-index: 9999;
}
.hi-faq-feedback-block.hi-faq-feedback-block-static {
    position: static;
    margin: 20px 0 0 0;
    box-shadow: none;
    border-radius: 0;
    border-top: 1px solid #eeee;
    min-width: auto;
    max-width: 100%;
}
.hi-faq-feedback-block-actions {
    display: flex;
    justify-content: center;
    align-items: stretch;
    flex-direction: row;
    padding-top: 16px;
    gap: 10px 12px;
    flex-wrap: wrap;
}
.hi-faq-feedback-button {
    min-width: 100px;
    width: calc(50% - 6px);
    height: 40px;
    background: #F0F2F5;
    display: flex;
    align-items: center;
    border-radius: 6px;
    padding: 0 12px;
    justify-content: center;
    cursor: pointer;
    font-weight: bold;
    font-size: 15px;
    column-gap: 6px;
}
.hi-faq-feedback-button.hi-faq-feedback-button-disabled {
    opacity: 0.5;
}
.hi-faq-feedback-button:hover {
    background: #e8e8e8;
}
.hi-faq-feedback-block-title-block {
    font-size: 14px;
    font-weight: bold;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.hi-faq-feedback-block-title {
    font-size: 14px;
    font-weight: bold;
}
.hi-faq-feedback-dismiss {
    padding: 4px;
    background: transparent;
    border-radius: 50%;
    cursor: pointer;
}
.hi-faq-feedback-dismiss:hover {
    background: #e8e8e8;
}
.hi-faq-feedback-happy-icon {
    display: block;
    width: 16px;
    height: 16px;
    background: url(../img/happy.svg) no-repeat;
    background-size: 100%;
}
.hi-faq-feedback-sad-icon {
    display: block;
    width: 16px;
    height: 16px;
    background: url(../img/sad.svg) no-repeat;
    background-size: 100%;
}
.hi-faq-feedback-dismiss-icon {
    display: block;
    width: 16px;
    height: 16px;
    background: url(../img/dismiss.svg) no-repeat;
    background-size: 100%;
}

.hi-faq-how-improvel {
    font-size: 14px;
    padding-top: 8px;
    padding-bottom: 5px;
}
.hi-faq-comment-area {
    display: block;
    width: 100%;
    margin-bottom: 10px;
    border-radius: 4px;
    resize: none;
    border: 1px solid #e8e8e8;
    height: 120px;
    padding: 5px 8px;
    font-size: 14px;
}

.hi-faq-feedback-success-message {
    font-size: 13px;
    color: #65676B;
    font-weight: normal;
}
.hi-faq-feedback-success-icon {
    display: block;
    width: 32px;
    height: 32px;
    background: url(../img/success.svg) no-repeat;
    background-size: 100%;
}
.hi-faq-feedback-success-wrapper {
    display: flex;
    column-gap: 5px;
    align-items: center;
}
.hi-faq-feedback-success-wrapper .hi-faq-feedback-block-title-block {
    flex-direction: column;
    align-items: flex-start;
}
.hi-faq-feedback-success-wrapper .hi-faq-feedback-dismiss {
    display: flex;
    align-self: flex-start;
    margin-left: auto;
}

.hi-faq-search-bar-input-group i {
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
    left: 7px;
}

@media(max-width: 768px) {
    .hi-faq-top-search-container {
        padding: 50px 0 30px 0px;
    }
    .hi-faq-top-search-content h2 {
        font-size: 32px;
        line-height: 34px;
        margin-bottom: 25px;
    }
    .hi-faq-top-search-content {
        padding-left: 20px;
        padding-right: 20px;
    }
    .hi-faq-top-search-note {
        margin-top: 25px;
    }
    .hi-faq-search-results {
        border-radius: 0;
    }
    .hi-faq-top-search-input {
        max-width: 95%;
    }
    .hi-faq-search-bar-input-group .btn-primary {
        font-size: 14px;
    }

    #module-hifaq-faqsearch nav[aria-label="breadcrumb"],
    #module-hifaq-faqcategory nav[aria-label="breadcrumb"],
    #module-hifaq-faqdetails nav[aria-label="breadcrumb"],
    #module-hifaq-faq nav[aria-label="breadcrumb"] {
        top: 88px;
    }
    #left-column .hi-faq-block {
        margin-right: 0;
        margin-top: 15px;
    }
    .hi-faq-main-page {
        padding: 0;
        border: none;
    }
}
@media(max-width: 767px) {
    .hi-faq-feedback-block {
        position: static;
        margin: 20px 0 0 0;
        width: 100%;
    }
}

@media (max-width: 575.98px) { 
    .hi-faq-block-right .hi-faq-item:first-child {
        border-top: none;
    }

    .hi-faq-category-faqs li {
        padding-right: 0;
    }

    .hi-faq-category-item::after {
        content: unset;
    }
}