/**
 * Mageplaza
 *
 * NOTICE OF LICENSE
 *
 * This source file is subject to the Mageplaza.com license that is
 * available through the world-wide-web at this URL:
 * https://www.mageplaza.com/LICENSE.txt
 *
 * DISCLAIMER
 *
 * Do not edit or add to this file if you wish to upgrade this extension to newer
 * version in the future.
 *
 * @category    Mageplaza
 * @package     Mageplaza_Faqs
 * @copyright   Copyright (c) Mageplaza (https://www.mageplaza.com/)
 * @license     https://www.mageplaza.com/LICENSE.txt
 */

.breadcrumbs .item:not(:last-child) {
    display:none !important;
}
.breadcrumbs .items .item.home{

    display:none;
}
.breadcrumbs .items .item.faq{
    display:none;
}
.breadcrumbs .items .item.Shopping{
    padding-left:10px;
}
.breadcrumbs .items .item.Shopping a{
    font-weight:700;
    font-size:15px;
    color: #33b2eb;
    margin-left: 6px;
}
.breadcrumbs .items .item.Shopping::before{
    font-weight:bold;
    font-size:15px;
}
.breadcrumbs .item.Shopping::before {
    font-weight: 900;
    content: '\f104';
    font-family: "Font Awesome 5 Free";
    color:#33b4ec;

}
.mpfaqs-container__additional-info__rating.container{
    width:100% !important;
    text-align:left;
    border-top: 1px solid #ccc;
    padding-top: 28px;
}
.mpfaqs-container__additional-info__rating.container .rating-positive{
    max-width:280px;
    min-width:180px;
    display:inline-block;
}
.mpfaqs-container__additional-info__rating.container .rating-negative{
    max-width:280px;
    min-width:180px;
    display:inline-block;
}
.mpfaqs-container {
    display: flex;
    flex-wrap: wrap;
    margin-top: 55px;

}
.block.mpfaqs-search.mpfaqs{
    width:85%;
    margin:auto;
}

/** search css */
.mpfaqs-search__field {
    width: 60%;
    margin: auto;
    position: relative;
}

.mpfaqs-search__field i {
    position:absolute;
    font-size: 25px;
    top: 11%;
    left: 2%;
}
.mpfaqs-search__action {
    position: absolute;
    top: 0;
    right: 0;
    border: 1px solid #33b2eb;
    box-shadow: none !important;
    width: 24%;
    text-align: center;
    border-radius: 3px;
    height: 43px;
}

.mpfaqs-search__action .btn {
    height: 44px !important;
    line-height: 42px !important;
    font-weight: 600;
}

#mpfaqs-search__field__searchbox {
    padding: 9px 10px 9px 50px;
    border-radius: 3px;
    border: 1px solid #ccc;
    height: 44px;
    margin: 0 0 10px 0;
    display: block;
    box-sizing: border-box;
    box-shadow: none !important;
    width: 74%;
}

#mpfaqs-search__field__searchbox:focus {
    box-shadow: none !important;
}

@media (max-width: 480px) {
    .mpfaqs-search__action .btn {
        width: 65px;
        padding: 0;
        font-size: 13px;
    }

    #mpfaqs-search__field__searchbox {
        padding: 15px 10px 15px 34px;
    }

    .mpfaqs-search__field i {
        top:3%;
    }
}

.mpfaqs-suggestion-content i {
    padding: 7px;
}

.mpfaqs-suggestion {
    cursor: pointer;
}

/** article materialize view css*/
.mpfaqs-container .section {
    width: 100%;
    padding-left: 10px;
    padding-right: 10px;
}

.mpfaqs-container__content {
    padding-right: 25px;
    padding-left: 25px;
    margin-bottom: 30px;
}

.mpfaqs-container__content__header {
    margin-bottom: 30px;
    padding: 0px 10px 10px 0;
    width: 100%;
    border-bottom: solid 1px #bdbdbd;
}

.mpfaqs-container__content__header .article-icon {
    float: left;
    padding: 10px 10px 0 5px;
    display:none;
}

.mpfaqs-container__content__header .faqs-loader {
    position: absolute;
    width: 20px;
    top: 0;
    right: 0;
}

.mpfaqs-container__content__header .like-count {
    position: relative;
}

.mpfaqs-container__content__header__information {
    padding: 0 20px 15px 0 !important;
}
.mpfaqs-container__content__header__information h3 {
    margin: 0 !important;
}

.mpfaqs-container__content__header__information .header-description {
    margin-top: 8px;
}

.mpfaqs-container__content__header__information span {
    padding-right: 15px;
}

.addthis_inline_share_toolbox a {
    padding: 10px !important;
    margin: 0 7px !important;
    background-color: transparent !important;
    border: solid 1px #bdbdbd !important;
}

.mpfaqs-container__additional-info {
    padding-left: 25px;
    padding-right: 25px;
}

.mpfaqs-container__additional-info__social {
    padding-top: 30px;
    padding-bottom: 20px;
}

.mpfaqs-container__additional-info__rating {
    padding-top: 10px;
}

#rating-label {
    margin-bottom: 60px;
    font-weight: 700;
}

#rating-actions {
    margin-top: 20px;
}

#rating-actions a {
    width: 85%;
}

#rating-actions .in-active {
    color: #33b4ec;
}
#rating-actions .rating-positive {
    border-color: #33b4ec;
    border-radius:3px;
}
#rating-actions .rating-negative {
    border-color: #33b4ec;
    border-radius:3px;
}

/** article index materialize css*/
.mpfaqs-list .collapsible {
    border: none !important;
    box-shadow: none !important;
}

.mpfaqs *{
    font-family: "Segoe UI", 微軟正黑體, "Microsoft JhengHei", Arial, 新細明體;
    /*! font-weight:bolder; */
}
#mpfaqs-list-container {
    position: relative;
    word-break: break-all;
    margin-top: 38px;
}

#mpfaqs-list-container .section {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    flex-direction: row;
    gap: 14px;
}
.mpfaqs-article-index .section::after {
    content: "";
    flex: auto;
}
.mpfaqs-list__block {
    margin-bottom: 15px;
    margin-left: 0 !important;
}

.mpfaqs-list__block__category {
    padding: 5px 0 5px 0;
}

.mpfaqs-list__block__category span {
    font-size: 1.4rem;
}

.mpfaqs-list__block__question li.mpfaqs-item {
    /*! display: none; */
    margin-bottom: 0;
    padding-bottom: 15px;
}

.view-all-faq {
    color:#33b2eb;
    font-size: 13px;
    font-weight: bold;
    margin-bottom: 24px;
}

.mpfaqs-list__block__question .collapsible-header a {
    color: inherit;
}

.mpfaqs-list__block__question .collapsible-header i {
    color: #ccc;
}

.mpfaqs-list__block__question .collapsible-body {
    display: none;
}

.ln_overlay {
    background-color: #FFFFFF;
    height: 100%;
    left: 0;
    opacity: 0.5;
    filter: alpha(opacity=50);
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 555;
    display: none;
}

.loader img {
    top: 40%;
    left: 45%;
    display: block;
    position: fixed;
}

.ln_slider_container {
    width: calc(100% - 20px);
    margin: 0 15px 0 5px;
}

/** mpfaqs product tab materialize css */
#mpfaqs-tab-list-container h3 {
    font-weight: 300;
    font-size: 2.6rem;
}

#mpfaqs-tab-list-container .section {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    margin-top: 25px;
    padding-left: 30px;
    padding-right: 30px;
}

.mpfaqs-tab-list__title {
    padding: 5px;
    margin-bottom: 15px;
}

.mpfaqs-tab-list .collapsible {
    border: none !important;
    box-shadow: none !important;
}

.mpfaqs-tab-list__block__question li.mpfaqs-item {
    display: none;
    margin-bottom: 0;
    padding: 0.5rem 1rem 0.5rem 1rem;
}

.mpfaqs-tab-list__block__question .collapsible-header a {
    color: inherit;
}

.mpfaqs-tab-list__block__question .collapsible-header i {
    color: #ccc;
}

.mpfaqs-tab-list__block__question_author i {
    width: 2rem;
    font-size: 1.6rem;
    display: inline-block;
    text-align: center;
    margin-right: 1rem;
}

.mpfaqs-tab-form {
    display: none;
}

.view-tab-all-faq {
    padding: 0.5rem 1rem 0.5rem 1rem;
}

.view-tab-all-faq a {
    cursor: pointer;
    color: inherit !important;
}

/** question form css */
.mpfaqs-form-title {
    padding: 10px;
    border-bottom: solid 1px #ccc;
    margin-bottom: 15px;
}

.mpfaqs-form-title span {
    font-size: 2.6rem;
    font-weight: 300;
}

.mpfaqs-form-fieldset input {
    height: 3.8rem !important;
}

.mpfaqs-form-fieldset label, .mpfaqs-form-fieldset span {
    font-size: 1.3rem !important;
}

#mpfaqs-form-actions {
    padding-top: 30px;
}

@media (max-width: 480px) {
    .mpfaqs-form-fieldset label, .mpfaqs-form-fieldset span {
        font-size: 1.1rem !important;
    }
}

.mpfaqs-form-fieldset textarea {
    height: 46px !important;
}

#mpfaqs-question-form .faqs-loader {
    width: 35px;
    display: none;
    position: absolute;
}

@media (max-width: 394px) {
    #mpfaqs-question-form .faqs-loader {
        position: relative;
    }
}

.white-popup {
    position: relative;
    background: #FFF;
    width: auto;
    max-width: 800px;
    margin: 20px auto;
}

#term-popup {
    padding: 30px 30px 75px 40px;
}

#term-popup a {
    cursor: pointer;
    float: right;
    margin-top: 15px;
}

.term-popup__term-content {
    max-height: 600px;
    overflow-x: auto;
}

.term-popup__term-title {
    border-bottom: solid 1px #ccc;
    padding-bottom: 20px;
}

.term-popup__term-title h2 {
    margin: 0;
    font-weight: 600;
}

/** article widget css */
.mpfaqs-widget-list .collapsible {
    border: none !important;
    box-shadow: none !important;
}

#mpfaqs-widget-list-container {
    position: relative;
}

#mpfaqs-widget-list-container .section {
    width: 100%;
    margin-top: 25px;
    padding-left: 30px;
    padding-right: 30px;
}

.mpfaqs-widget-list__block {
    margin-bottom: 15px;
    margin-left: 0 !important;
}

.mpfaqs-widget-list__block__category {
    padding: 5px;
    margin-bottom: 15px;
}

.mpfaqs-widget-list__block__category span {
    font-size: 1.4rem;
}

.mpfaqs-widget-list__block__question li.mpfaqs-widget-item {
    display: none;
    margin-bottom: 0;
    padding: 0.5rem 1rem 0.5rem 1rem;
}

.view-widget-all-faq {
    padding: 0.5rem 1rem 0.5rem 1rem;
}

.mpfaqs-widget-list__block__question .collapsible-header a {
    color: inherit;
}

.mpfaqs-widget-list__block__question .collapsible-header i {
    color: #ccc;
}

.mpfaqs-widget-list__block__question .collapsible-body {
    display: none;
}

.mpfaqs-section_related_articles {
    height: 400px;
    overflow: auto;
}

#mpfaqs-tab-list-container, #mpfaqs-question-form, #term-popup {
    word-break: break-all;
}

.mp-input-field {
    margin-top: 1rem;
}
/*Custom Table Admin*/

.mpfaqs-article-view .breadcrumbs{
    margin-top:13px;
}
.mpfaqs-article-view #maincontent .columns {
    width: unset;
    margin: 0 auto;
}

.mpfaqs table.rwd-table {
    width: unset;
    display: inline-block;
    margin: 1em 0;
    min-width: 300px;
    max-width:80%
}
.mpfaqs .rwd-table th {
    background-color: #f1f1f1;
}
.rwd-table tr {
    border-bottom: 1px solid #dad9d9;
}
.mpfaqs .rwd-table td, .mpfaqs .rwd-table th {
    padding: 0;
    display: table-cell;
    text-align: left;
    vertical-align: unset;
    border-radius: 2px;
}

.rwd-table td:first-child {
    padding-top: .5em;
}
.rwd-table td:last-child {
    padding-bottom: .5em;
}
.mpfaqs-article-view #rating-label .message{
    margin-top:20px;
}
@media (min-width: 480px) {
    .rwd-table td:before {
        display: none;
    }

}
.rwd-table th, .rwd-table td {
    text-align: left;
}
@media (min-width: 480px) {
    .rwd-table th, .rwd-table td {
        display: table-cell;
        padding: .25em .5em;
    }
    .rwd-table th:first-child, .rwd-table td:first-child {
        padding-left: 0;
    }
    .rwd-table th:last-child, .rwd-table td:last-child {
        padding-right: 0;
    }
}
.rwd-table {
    color: #000;
    border-radius: .4em;
    overflow: hidden;
}

@media (min-width: 480px) {
    .rwd-table th, .rwd-table td {
        padding: 1em !important;
    }
}

@media only screen and (max-width: 767px) {
    #rating-label {
        text-align:left;
    }
    #rating-actions {
        text-align:center;
    }
    .mpfaqs table.rwd-table {
        width: unset;
        display: inline-block;
        margin: 1em 0;
        min-width: 300px;
        max-width:100%
    }
    .mpfaqs .rwd-table th {
        display: none !important;
    }
    .mpfaqs .rwd-table th, .mpfaqs .rwd-table td{
        padding: unset;
        display: block;
        text-align: right;
        vertical-align: unset;
        border-radius: unset;
        max-width: 84%;
    }
    td {
        font-weight: bold;
        font-size:14px;
    }
    td p{
        font-weight: 500;
        font-size:10px;
        margin:0
    }
    .rwd-table td:before {
        content: attr(data-th) " ";
        font-weight: 500;
        width: 8.5em;
        display: inline-block;
        text-align: left;
        padding-right: 0;
        max-width: 25em;
        float: left;
        font-size: 14px;
    }
}
