
#mpm_faqs_search_preview_container {
    display: none;
    width: 100%;
    height: auto;
    background-color: #fff;
    position: absolute;
    z-index: 9999999999999;
    padding: 10px 15px;
    top: 60px;
    border: 1px solid rgba(0, 0, 0, .1);
    border-radius: 3px;
    box-shadow: 2px 2px 8px 0 rgba(0, 0, 0, .2);
}

#mpm_faqs_search_preview_container:before {
    content: '';
    width: 0;
    height: 0;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-bottom: 14px solid #fff;
    position: absolute;
    top: -14px;
}

#mpm_faqs_search_preview_container .mpm-faqs-search-result {
    display: block;
    padding: 10px 0;
    font-size: 14px;
    color: #555555;
}

#mpm_faqs_search_preview_container a.mpm-faqs-search-result:hover {
    text-decoration: none;
    color: #000;
}

#mpm_faqs_search_preview_container .mpm-faqs-search-result:not(:last-child) {
    border-bottom: 1px solid #e5e5e5;
}

#search_faqs_input_group .loader {
    display: none;
    position: absolute;
    right: 10px;
    top: 7px;
    width: 26px;
}

.categories_faq {
    width: 30%;
    float: left;
    margin-right: 20px;
}

.form_content_faq {
    width: 67%;
    float: left;
}

.button-ask-question {
    margin-top: 10px;
    width: 100%;
    border-radius: 3px;
    cursor: pointer;
    box-shadow: none;
    border: none;
    height: 42px;
    text-align: center;
    font-size: 18px;
    background-color: #2fb5d2;
    outline: none;
    color: #fff;
    margin-bottom: 10px;
}

.button-ask-question:hover {
    opacity: 0.8;
    background-color: #2fb5d2;
    color: #fff;
}

.tableOption i {
    cursor: pointer;
}

.url_faq_page {
    text-transform: none;
    margin-left: 20px;
}

.url_faq_title {
    text-transform: none;
    font-weight: normal;
}

#left_column {
    /*display: none;*/
}

.left_column_faq {
    display: block;
    padding-left: 15px;
    padding-right: 15px;
    margin-left: -15px;
    float: left;
}

#center_column_fag {
    /*float: left;*/
    /*margin-left: 10px;*/
    margin-bottom: 40px;
}

.header_home_page_fag {
    display: flex;
    align-items: center;
    width: 100vw;
    margin-left: calc(-50vw + 50%);
    background-image: url('../img/FAQS.jpg');
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    aspect-ratio: 80 / 19;
}

.title_home_page_fag {
    width: 50%;
    max-width: 505px;
    margin: 38px 50% 30px auto;
    padding: 20px 44px 0 15px;
    text-transform: lowercase;
    line-height: 26.5px;
    font-size: 32px;
    font-weight: 700;
    color: #000;
}

.title_related_products,
.title_faq_page,
.title_category_page {
    max-width: 1034px;
    margin: 0 auto 30px;
    padding: 20px 15px 0 15px;
    text-transform: lowercase;
    line-height: 26.5px;
    font-size: 32px;
    font-weight: 700;
    color: #000;
}

.title_related_products + hr,
.title_faq_page + hr,
.title_category_page + hr {
    max-width: 1034px;
    margin: 1rem auto;
}

.description_related_products,
.description_home_page_fag,
.description_category_page,
.description_faq_page {
    width: 50%;
    max-width: 505px;
    margin: 38px 50% 0 auto;
    padding-right: 44px;
    padding-left: 15px;
    line-height: 14px;
    font-size: 14px;
    letter-spacing: -0.005em;
    color: #000;
}

.category_block {
    margin-bottom: 20px;
    border-bottom: 1px solid #A39D96;
    transition: margin-bottom linear 500ms;
}

.category_block.active {
    margin-bottom: 86px;
}

.category_block:nth-last-child(2),
.category_block.active:nth-last-child(2){
    margin-bottom: 0;
}


.category_name_home_page {
    display: block;
    padding: 0 65px 20px 0;
    line-height: 30px;
    font-family: "AvantGarde Bk BT";
    font-size: 30px;
    font-weight: 700;
    letter-spacing: 0.001em;
    cursor: pointer;
    position: relative;
}

.category_name_home_page:after {
    content: '+';
    position: absolute;
    top: calc(50% - 20px);
    right: 30px;
    font-size: 30px;
    font-weight: 300;
}

.category_block.active .category_name_home_page:after {
    content: '-';
}

#search_faqs_container {
    width: 100%;
    height: auto;
    margin: 56px 0 29px;
}

#search_faqs_container.ps-16 {
    float: left;
    margin-bottom: 5px;
}

#search_faqs_content {
    display: flex;
    justify-content: flex-end;
    max-width: 367px;
    position: relative;
    margin-left: auto;
    border: none;
    transition: border linear 500ms;
}

#search_faqs_content.active {
    border-bottom: 1px solid #000;
}

#search_faqs_title {
    color: #ffffff;
    text-align: center;
    font-size: 36px;
    line-height: 2;
    font-weight: 400;
    word-break: break-word;
    margin-top: 0;
}

#search_faqs_title a, #search_faqs_title a:hover {
    color: #ffffff !important;
    text-decoration: none !important;
}

#search_faqs_input_group {
    display: none;
    align-items: center;
    width: 100%;
    height: 40px;
    position: relative;
}

#search_faqs_content.active #search_faqs_input_group {
    display: flex;
}

#search_faqs_input {
    width: 100%;
    height: 100%;
    padding: 10px 20px !important;
    font-size: 16px !important;
    border: none !important;
    background: #ffffff;
    box-shadow: none;
    border-radius: 3px 0 0 3px;
    outline: none;
}

/*.search-faqs-input-focused {
  box-shadow: 1px 0 5px 0 grey !important;
}*/

#search_faqs_submit_button,
#search_faqs_submit_button:hover {
    display: inline-block;
    background: var(--bg-primary);
    width: 18px;
    height: 18px;
    padding: 0;
    border: none;
    outline: none;
    cursor: pointer;
}

#search_faqs_submit_button img {
    width: 100%;
    height: auto;
}

#search_faqs_submit_button_icon i {
    color: #fff;
}

.icon_fag {
    margin-bottom: 10px;
    margin-left: 10px;
    float: right;
    font-size: 25px;
    display: none;
}

.icon_fag i:hover {
    font-weight: bold !important;
}

#search_faqs_open,
#search_faqs_content.active #search_faqs_close {
    display: inline-block;
    cursor: pointer;
    margin-left: 10px;
}

#search_faqs_close,
#search_faqs_content.active #search_faqs_open {
    display: none;
    cursor: pointer;
    margin-left: 10px;
}


.questions {
    position: relative;
}

.content_home_page_fag .all_questions,
.content_home_page_cat .all_questions,
.faq_cat .all_questions,
.gomakoil_faq_page .all_questions {
    position: relative;
    max-width: 1034px;
    margin: 0 auto;
}

.content_home_page_cat .all_questions {
    display: none;
}

.content_home_page_fag .questions,
.content_home_page_cat .questions,
.faq_cat .questions,
.gomakoil_faq_page .questions {
    width: 100%;
    padding: 20px 65px 20px 0;
    border-top: 1px solid #A39D96;
    text-transform: uppercase;
    line-height: 14px;
    font-size: 14px;
    letter-spacing: 0.001em;
    color: #000;
    cursor: pointer;
}

.content_home_page_fag .questions:first-of-type,
.content_home_page_cat .questions:first-of-type,
.faq_cat .questions:first-of-type,
.gomakoil_faq_page .questions:first-of-type {
    padding: 29px 65px 20px 0;
}

.gomakoil_faq_page .questions:after {
    content: '+';
    position: absolute;
    top: 50%;
    right: 30px;
    font-size: 30px;
    font-weight: 300;
    transform: translateY(-50%);
}

.gomakoil_faq_page .questions.active:after {
    content: '-';
}

.questions .mpm-faqs-arrow-point-to-right, .questions .mpm-faqs-external-link-symbol {
    float: right;
    padding: 1px;
    margin-left: 10px;
}

.questions .left-side-icon {
    margin-right: 1%;
}

.mpm-faqs--link-2 {
    font-size: 26px;
    float: right;
    color: #2fb5d2;
}

.gomakoil_faq_page .answer {
    max-width: 1034px;
    margin: 0 auto;
    font-size: 16px;
}

.answer_faq {
    width: 100%;
    display: none;
    padding-right: 65px;
    line-height: 21px;
    font-size: 16px;
    letter-spacing: -0.005em;
    word-break: break-word;
}

.answer_faq p {
    line-height: 21px;
    font-size: 16px;
    letter-spacing: -0.005em;
}

.gomakoil_faq_page .questions.active .mpm-faqs-arrow-point-to-right {
    -ms-transform: rotate(90deg);
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
    transition: 0.5s;
}

.gomakoil_faq_page .questions .mpm-faqs-arrow-point-to-right {
    -ms-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
    transition: 0.5s;
}

.more_faq_cat {
    text-decoration: underline;
    font-weight: 900;
    font-size: 16px;
}

.more_faq_cat:hover {
    opacity: 0.8;
    text-decoration: underline;
}

.content_home_page_cat {
    position: relative;
    max-width: 1034px;
    margin: 0 auto 103px;
}

.left_column_faq {
    display: block !important;
}

.no_questions {
    text-align: center;
    font-size: 25px;
    border: 1px solid red;
    background: #f54646;
    padding: 36px;
    height: 100px;
    opacity: 0.8;
    color: black;
}

.categories-tree-faqs span, .tree.categories-tree-faqs label, .tree.categories-tree-faqs i {
    cursor: pointer !important;
}

.icon-AdminFaqs:before {
    display: block;
    width: 14px;
    height: 14px;
    float: left;
    background: url("../../logo.png");
}

.block_faq_product_page {
    padding-left: 0 !important;
}

.block_faq_product_page a {
    text-decoration: none !important;
}

.answer_faq img {
    max-width: 100%;
}

.block-faq-left-column {
    box-shadow: 2px 2px 11px 0 rgba(0, 0, 0, 0.1);
    background: white;
    padding: 1.5625rem 1.25rem;
    margin-bottom: 1.5625rem;
}

.block-faq-left-column, .block-faq-left-column-16 {
    word-break: break-word;
}

.block-faq-left-column a, .block-faq-left-column-16 a {
    font-size: 14px;
    color: #555555 !important;
    width: 100%;
    display: inline-block;
    margin: 0.8rem 0 0;
    padding-bottom: 0.1875rem;
}

.block-faq-left-column a:hover, .block-faq-left-column-16 a:hover {
    color: #000;
}

.block-faq-left-column-16.block .list-block li a:hover {
    font-weight: normal;
    color: #000;
}

.block-faq-left-column-16.block .list-block li a:before {
    content: "";
    display: none;
}

.block-faq-left-column-16.block .list-block li a i {
    display: inline;
}

.faqs-category-name {
    display: inline-block;
    max-width: 85%;
}

.faqs-num-items-in-category {
    float: right;
    max-width: 85%;
    font-weight: 900;
    color: #2fb5d2;
    font-size: 12px;
}

.page-product-box.gomakoil_faq_page {
    margin-bottom: 0 !important;
}

.block-faq-product-page {
    max-width: 250px;
    margin: 0 auto;
    margin-top: 15px;
}

#module-faqs-display #wrapper {
    padding: 0;
    word-break: break-word;
}

.block-faq-left-column, .association_faqs {
    word-break: break-word;
}

.faqs-card-block {
    position: relative;
    display: block;
    margin-bottom: 1.5625rem;
    background-color: #fff;
    border-radius: 0;
    border: 1px solid rgba(0, 0, 0, .125);
    padding: 1.25rem;
    box-shadow: 2px 2px 8px 0 rgba(0, 0, 0, .2);
}

#module-faqs-display #content, #module-faqs-display .columns-container .row {
    box-shadow: none;
    background-color: transparent;
    border: none;
    color: #000;
    padding: 0;
    margin: 0;
    word-break: break-word;
}

#module-faqs-display #wrapper .breadcrumb {
    padding-top: 25px;
    padding-bottom: 25px;
    margin: 0;
}

#lipsum p {
    line-height: 1.5;
    font-size: 16px;
}

.user-assoc-popup {
    width: 160px;
    height: auto;
    border: 1px solid #ddd;
    background-color: #fff;
    border-radius: 3px;
    position: absolute;
    left: -175px;
    top: -40px;
    font-size: 14px;
    padding: 10px;
    box-shadow: 1px 1px 5px -2px #555;
    display: none;
}

.user-assoc-popup.display-right {
    left: 30px;
}

.user-assoc-popup::before, .user-assoc-popup::after {
    bottom: auto;
    content: "";
    position: absolute;
    border-style: solid;
    display: block;
    width: 0;
}

.user-assoc-popup::before {
    top: 41px;
    right: -14px;
    left: auto;
    border-width: 14px 0 0 14px;
    border-color: transparent #ddd;
}

.user-assoc-popup::after {
    top: 42px;
    right: -12px;
    left: auto;
    border-width: 12px 0 0 12px;
    border-color: transparent #fff;
}

.user-assoc-popup.display-right::before {
    right: auto;
    left: -14px;
    border-width: 14px 14px 0 0;
}

.user-assoc-popup.display-right::after {
    right: auto;
    left: -12px;
    border-width: 12px 12px 0 0;
}

#mpm_faqs_form_submit_button.disabled-submit-btn,
#mpm_faqs_form_submit_button.disabled-submit-btn:hover {
    background: #e0e9ea !important;
    color: #fff !important;
    cursor: not-allowed;
}

#mpm_faqs_form_container #consent_checkbox_container {
    display: block;
    position: relative;
    padding-left: 35px;
    margin-bottom: 12px;
    cursor: pointer;
    font-size: 14px;
    text-align: left;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

/* Hide the browser's default checkbox */
#mpm_faqs_form_container #consent_checkbox_container input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
}

/* Create a custom checkbox */
#mpm_faqs_form_container #consent_checkbox_container .custom-checkbox {
    position: absolute;
    top: 0;
    left: 0;
    height: 17px;
    width: 17px;
    background-color: #fff;
    border: 1px solid #c1c2d1;
    border-radius: 3px;
}

/* When the checkbox is checked, add a blue background */
#mpm_faqs_form_container #consent_checkbox_container input:checked ~ .custom-checkbox {
    background-color: #2fb5d2;
}

/* Create the checkmark/indicator (hidden when not checked) */
#mpm_faqs_form_container .custom-checkbox:after {
    content: "";
    position: absolute;
    display: none;
}

/* Show the checkmark when checked */
#mpm_faqs_form_container #consent_checkbox_container input:checked ~ .custom-checkbox:after {
    display: block;
}

/* Style the checkmark/indicator */
#mpm_faqs_form_container #consent_checkbox_container .custom-checkbox:after {
    left: 4px;
    top: 1px;
    width: 7px;
    height: 10px;
    border: solid #fff;
    border-width: 0 3px 3px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

.gomakoil_faq_page .answer_faq ul,
.gomakoil_faq_page .answer ul {
    padding-inline-start: 40px;
    list-style-type: disc;
}

.gomakoil_faq_page .answer_faq ol,
.gomakoil_faq_page .answer ol {
    padding-inline-start: 40px;
    list-style-type: decimal;
}

.header_related_products .slick-arrow:before {
    display: none;
}

.header_related_products .slick-arrow i:hover {
    color: #000000;
}

.header_related_products .slick-arrow i {
    font-size: 30px;
    color: #E7E7E7;
    cursor: pointer;
    transition: all 0.3s ease-in-out;
}

.header_related_products .slick-arrow {
    display: flex;
    align-items: center;
    width: 30px;
    height: 30px;
    margin-left: 15px;
    transform: none !important;
}

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

.related_products_arrows {
    display: flex;
    align-items: center;
    margin-bottom: 10px;
}

.faqs-products {
    opacity: 0;
    z-index: -1;
}

.faqs-products.initialized {
    opacity: 1;
    z-index: 1;
}

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

.usefulness_left_column {
    display: flex;
    align-items: center;
}

.usefulness_text {
    display: flex;
    flex-direction: column;
}

.usefulness_icon {
    display: flex;
    align-items: center;
    margin-right: 10px;
}

.usefulness_info .usefulness_like {
    color: #2ECC71;
}

.usefulness_info .usefulness_dislike {
    color: #E74C3C;
}

.usefulness_info {
    font-weight: 400;
    font-size: 13px;
    line-height: 18px;
    color: #949494;
}

.usefulness_title {
    font-weight: 600;
    font-size: 15px;
    line-height: 20px;
    color: #232323;
}

.usefulness_button svg {
    margin-left: 7px;
}

.usefulness_right_column {
    display: flex;
    align-items: center;
}

.usefulness_button {
    display: flex;
    align-items: center;
    margin-left: 12px;
    padding: 6px 12px;
    font-weight: 600;
    font-size: 14px;
    line-height: 19px;
    background: #FFFFFF;
    border: 1px solid transparent;
    border-radius: 3px;
    cursor: pointer;
    transition: all 0.3s ease-in-out;
}

body .usefulness_row .usefulness_right_column .usefulness_button:hover svg path {
    transition: all 0.3s ease-in-out;
}

body .usefulness_row .usefulness_right_column .usefulness_button.like_button {
    color: #2ECC71 !important;
    border-color: #2ECC71;
}

body .usefulness_row .usefulness_right_column .usefulness_button.dislike_button {
    color: #E74C3C !important;
    border-color: #E74C3C;
}

body .usefulness_row .usefulness_right_column .usefulness_button:hover svg path {
    fill: #ffffff;
}

body .usefulness_row .usefulness_right_column .usefulness_button.like_button:hover {
    color: #ffffff !important;
    border-color: #2ECC71;
    background: #2ECC71;
}

body .usefulness_row .usefulness_right_column .usefulness_button.dislike_button:hover {
    color: #ffffff !important;
    border-color: #E74C3C;
    background: #E74C3C;
}

.usefulness_row.product_tab .usefulness_title,
.usefulness_row.home .usefulness_title {
    font-size: 13px;
}

.usefulness_row.product_tab .usefulness_info,
.usefulness_row.home .usefulness_info {
    font-size: 11px;
}

.usefulness_row.product_tab .usefulness_icon,
.usefulness_row.home .usefulness_icon {
    display: none;
}

.faqs-products-ps-16 article img {
    max-width: 100%;
}

/* mod ecomm */
.back_to_list {
    max-width: 1034px;
    margin: 38px auto 0;
    padding: 0 15px;
    text-align: right;
}
.back_to_list a {
    display: inline-block;
    text-transform: uppercase;
    text-decoration: none;
    line-height: 12px;
    font-weight: 400;
    font-size: 10px;
    color: #000000;
}
.back_to_list a:before {
    content: '';
    display: inline-block;
    vertical-align: middle;
    width: 12px;
    height: 12px;
    margin-right: 10px;
    background-image: url(../img/arrow_left.svg);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}

.aninstagramfeed {
   margin-bottom: 130px;
}

.insta-title-wrap h2.an_insta-title {
    font-style: normal;
    font-weight: 700;
    font-size: 32px;
    line-height: 34px;
    text-align: center !important;
    color: #282828;
    margin-bottom: 10px;
}
.an_insta-description p {
    font-weight: 400;
    font-size: 13px;
    line-height: 113%;
    text-align: center;
    letter-spacing: 0.03em;
    color: #000000;
}

.aninstagramfeed.an_insta_block {
    background: #FFFFFF;
    width: 100vw;
    margin-left: calc(-50vw + 50%);
    padding-top: 74px;
    margin-bottom: 0px;
    padding-bottom: 63px;
}

.right_home_block a:hover {
    border: 1px solid black;
    background: black;
    color: white;
}

.an_insta_container.type-gallery {
    max-width: 924px;
    gap: 34px;
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
    margin-top: 47px;
    margin-bottom: 21px;
    padding: 0px 24px;
}

.an_insta_container.type-gallery {
    max-width: 885px;
    gap: 26px 34px;
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
    margin-top: 47px;
    margin-bottom: 21px;
}

.an_instagram-item a:hover .an_instagram-details-hover {
    opacity: 1;
    display: none !important;
}

.an_insta_container.type-gallery .an_instagram-item {
    width: calc(33.3% - 34px) !important;
}

@media screen and (max-width: 992px) {
    .content_home_page_cat {
        grid-template-columns: repeat(auto-fit, minmax(100%, 1fr));
    }
}

@media screen and (max-width: 768px) {
    #module-faqs-display .container,
    #module-faqs-display #left_column,
    #module-faqs-display #content-wrapper {
        max-width: 100% !important;
        width: 100% !important;
    }

    /*#module-faqs-display .col-sm-3,
    #module-faqs-display .col-xs-12 {
        max-width: 100% !important;
        width: 100% !important;
    }*/

    #module-faqs-display #wrapper {
        padding-top: 15px;
    }

    .header_home_page_fag {
        background: none;
        flex-wrap: wrap;
    }

    .header_home_page_fag:before {
        content: '';
        display: block;
        width: 100%;
        background-image: url(../img/FAQS_mobile.jpg);
        background-position: center;
        background-repeat: no-repeat;
        background-size: cover;
        aspect-ratio: 107 / 108;
    }

    .title_related_products,
    .title_home_page_fag,
    .title_category_page {
        width: 100%;
        max-width: 240px;
        margin: 0 auto;
        padding: 71px 15px 0;
        text-align: center;
    }

    .description_related_products,
    .description_home_page_fag,
    .description_category_page,
    .description_faq_page {
        width: 100%;
        max-width: 330px;
        margin: 24px auto 68px;
        padding: 0 15px;
        text-align: center;
        line-height: 23.1px;
    }

    /*#search_faqs_container {
        display: none;
    }*/

    .category_name_home_page {
        padding: 0 35px 20px 0;
    }

    .content_home_page_fag .questions,
    .content_home_page_cat .questions,
    .faq_cat .questions,
    .gomakoil_faq_page .questions {
        padding: 20px 35px 20px 0;
    }

    .category_name_home_page:after,
    .content_home_page_fag .questions:after,
    .content_home_page_cat .questions:after,
    .faq_cat .questions:after,
    .gomakoil_faq_page .questions:after {
        right: 0;
    }

    /* mod ecomm */
    .an_insta_container.type-gallery {
        padding: 0px;
        gap: 5px;
        max-width: 100%;
        margin-top: 26px;
        margin-bottom: 0px;
    }
    .an_insta_container.type-gallery .an_instagram-item {
        width: calc(33.3% - 3.3px) !important;
    }
    /* end mod ecomm */
}

@media screen and (max-width: 550px) {
    .usefulness_row {
        flex-direction: column;
    }

    .usefulness_row .usefulness_left_column {
        text-align: center;
        margin-bottom: 10px;
    }

    .usefulness_row .usefulness_title {
        font-size: 13px;
    }

    .usefulness_row .usefulness_info {
        font-size: 11px;
    }

    .usefulness_row .usefulness_icon {
        display: none;
    }
}

@media screen and (max-width: 425px) {
    #search_faqs_submit_button {
        padding: 0;
    }

    #search_faqs_title {
        display: none;
    }
}