.hi-faq-item{
    background-color: #fff;
    border: 1px solid #ddd;
    margin-bottom: 10px;
}
.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;
}
.hi-faq-question a {
    position: relative;
    color: #333;
    padding: 10px 0;
    display: block;
    text-decoration: none;
}
.hi-faq-item .hi-faq-answer ul{
    list-style: auto;
    padding-left: 40px;
}
.hi-faq-item .hi-faq-answer img{
    max-width: 100%;
    object-fit: cover;
    height: auto;
}
#module-hifaq-faqdetails .card-block ul{
    padding-left: 40px;
}
.faq_cat_item a.collapsed{
    position: relative;
}
.hi-faq-answer{
    height: auto;
    padding: 10px 15px;
}
.collapse {
    display: none;
}
.faq_category{
    margin-bottom: 25px;
}

.faq_category .faq_cat_item{
    margin-bottom: 5px;
    margin-right: 5px;
    text-align: center;
}
.faq_category .faq_cat_item img{
    max-width: 100%;
}
.faq_category .faq_cat_info.last{
    margin-right: 0px;
}

.faq_category .faq_cat_info a {
    padding: 5px;
    display: block;
    background: #f5f5f5;
    border: 1px solid #ddd;
    color: #333;
    font-weight: 600;
    text-transform: uppercase;
    cursor: pointer;
    -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;
}
.faq_category .faq_cat_info a:hover,
.faq_category .faq_cat_info a.selected{
    opacity: 0.7;
    background: #fff;
    color: #333;
}

.hi-faq-top-search-container {
        /*background: #2fb5d2;*/
    padding: 35px 0;
    margin-bottom: 30px;
}
.hi-faq-top-search-content {
    max-width: 800px;
    margin: 0 auto;
}
.hi-faq-top-search-content h1 {
    text-align: center;
    font-size: 40px;
    font-weight: normal;
    margin-bottom: 35px;
}
.hi-faq-top-search-note {
    font-size: 16px;
    margin-top: 35px;
    text-align: center;

}
/*
.hi-faq-top-search-input {
    height: 48px;
    border: 0;
    border-radius: 4px;
    margin: 0 auto;
}
*/
.hi-faq-search-container {
    position: relative;
    max-width: 700px;
    margin: 0 auto;
}
.hi-faq-search-results {
    background: white;
    border: none;
    box-shadow: 2px 2px 4px 0 rgba(0,0,0,.2);
    max-height: 400px;
    left: 0;
    position: absolute;
    top: 54px;
    width: 100%;
    z-index: 50;
}
.hi-faq-page-description {
    margin-bottom: 30px;
    float: none !important;
    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 {
    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 {

    font-size: 18px;
    /*font-weight: 500;*/
    margin-bottom: 5px;
}
.hi-faq-search-item-question {
    color: var(--gris);
    font-weight: 400;
    line-height: normal;
    margin-bottom: 8px;
}
.hi-faq-search-item-answer {
    color: #7a7a7a;
}

.hi-faq-category-item h2 {
    margin-bottom: 26px;
}
.hi-faq-category-item h2 a {
    /*color: #2fb5d2;*/
    font-weight: normal;
    font-size: 24px;
}
.hi-faq-category-faqs a {
    color: #5b5f62;
    font-size: 14px;
}
.hi-faq-category-faqs a:hover {
    text-decoration: underline;
}
.hi-faq-category-faqs li {
    margin-bottom: 12px;
}
.hi-faq-category-item {
    padding-bottom: 12px;
}
.hi-faq-category-row {
    margin-bottom: 24px;
    border-bottom: 1px solid #f3f4f5;
}
.hi-faq-view-all-questions a {
    color: #b0b0b0;
}

.hi-faq-block-17 {
    box-shadow: 2px 2px 8px 0 rgba(0, 0, 0, .2);
    margin-bottom: 1.563rem;
    background: #fff;
    padding: 1.563rem 1.25rem;
}
.hi-faq-block > p {
    color: #232323;
    margin-bottom: 1rem;
}
.hi-faq-block a {
    color: #232323;
}
.hi-faq-block a:hover {
    color: #2fb5d2;
}
.hi-faq-block > ul > li {
    padding: 0.5rem 0;
    border-bottom: 1px solid #e2e2e2;
}
.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 .button-search {
    bottom: 9px;
    right: 10px;
}
.hi-faq-search-block .button-search:before {
    content: "\f002";
    display: block;
    font-family: "FontAwesome";
    font-size: 17px;
    width: 100%;
    text-align: center;
}

.hi-faq-link {
    text-align: right;
}
.hi-faq-question .collapsed + .hi-faq-link {
    display: none;
}
#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: 15px;
}

@media(max-width: 768px) {
    .hi-faq-top-search-container {
        padding: 25px 0;
    }
    .hi-faq-top-search-content h1 {
        font-size: 30px;
        margin-bottom: 25px;
    }
    .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-item .hi-faq-answer iframe{
        width: 100%;
        height: auto;
    }
}
@media(max-width: 767px) {
    #module-hifaq-faqcategory #main .page-content{
        padding: 0;
        margin: 0;
    }
    .hi-faq-item .hi-faq-answer ul,
    .hi-faq-item .hi-faq-answer ol{
        padding-left: 20px;
    }
}
