/* Helping Acccordion Menu */


.help-info-title {
    font-size: 15px;
    padding: 0px 20px 20px 0px;
    border-radius: 6px !important;
    margin-top: 0px;
    margin-left: auto;
    margin-right: auto;
    font-weight: 600;
}

    .help-info-title i {
        font-size: 20px;
        color: #00782b;
        margin-right: 4px;
    }

    .help-info-title span {
        font-size: 14px;
        color: #00782b;
        margin-left: 6px;
    }

.help-section {
    width: 100%;
    text-align: right;
    margin-bottom: 30px;
    border-radius: 8px;
}

.help-section .menu {
display:flex;
}

    .help-section .info-icon {
        text-align: center;
        width: 100%;
        border: solid 1px #98caaa;
    }

        .help-section .info-icon:hover {
            border: solid 2px #efa00d;
        }

        .help-section .info-icon span {
            width: 100%;
            font-size: 13px;
            text-align: left;
            color: #7d7d7d;
            font-weight: 500;
        }

        .help-section .info-icon img {
            padding: 4px 4px;
            height: 40px;
        }



.helpings {
    position: relative;
}

    .helpings .menu div {
        color: #303F9F;
        cursor: pointer;
        position: relative;
        border-radius: 8px;
        padding: 1px;
        margin: 0px 1px;
        background-color: #f2f2f2;
    }
        .helpings .menu div:hover,
        .helpings .menu div:focus,
        .helpings .menu div.active {
        }


            .helpings .menu div.active .info-icon {
                background-color: #f2f2f2;
                border: solid 1px #efa00d
            }

                .helpings .menu div.active .info-icon span,
                .helpings .menu div:hover .info-icon span {
                    color: #efa00d;
                }


ul.helping {
    position: relative;
    list-style: none;
    margin: 0;
    padding: 0;
    margin-bottom: 40px;
}

    ul.helping li {
       display:none
    }

        ul.helping li.active {
         display:block
        }

/*Accordion */

#FAQ {
/*    border: solid 1px #ee9d00;
    padding: 30px 12px 30px 20px;
    border-radius: 8px;*/
}

.faq {
    list-style: none;
}

    .faq li {
        margin-bottom: 1em;
        position: relative;
    }

.faq-q {
    cursor: pointer;
    padding: 10px;
    border-radius: 6px;
    margin-bottom: 6px;
    border: solid 1px #ddd;
    cursor: pointer;
    font-size: 13px;
    font-weight: 600;
}


    .faq-q:focus {
        background-color: #f2f2f2;
    }

    .faq-q:hover {
        background: #f2f2f2;
    }


.before-member i {
    font-size: 19px;
    color: #b6b6b6;
    margin-right: 8px;
}

.before-shopping i {
    font-size: 16px;
    color: #b6b6b6;
    margin-right: 2px;
}

.before-payment i {
    font-size: 19px;
    color: #b6b6b6;
    margin-right: 8px;
}

.before-shipment i {
    font-size: 19px;
    color: #b6b6b6;
    margin-right: 8px;
}

.before-refun i {
    font-size: 19px;
    color: #b6b6b6;
    margin-right: 8px;
}

.before-vendor i {
    font-size: 19px;
    color: #b6b6b6;
    margin-right: 8px;
}

.faq-a {
    display: none;
    font-size: 14px;
    font-weight: 400;
    position: relative;
    padding: 12px;
    color: #000;
    background-color: #f2f2f2;
    margin-top: 8px;
}

/* Scroll */

#inner-faq {
    padding: 0px 8px 0px 0px;
  /*  mopx-height: 514px;
    height: 100%;*/
    overflow: auto;
}

    #inner-faq::-webkit-scrollbar {
        width: 10px;
        height: 10px;
        padding-top: 40px;
        right: 30px;
    }


    #inner-faq::-webkit-scrollbar-track-piece {
        height: 30px;
        width: 30px;
    }


    #inner-faq::-webkit-scrollbar {
        min-width: 12px;
        width: 12px;
        max-width: 12px;
        min-height: 12px;
        height: auto;
        max-height: 12px;
        background: #f0f0f0;
        cursor: pointer;
    }

    #inner-faq::-webkit-scrollbar-thumb {
        background: #959595;
        border: none;
        border-radius: 10px;
        border: solid 2px #fff;
        box-shadow: inset 0px 0px 3px #999;
        cursor: pointer;
    }

        #inner-faq::-webkit-scrollbar-thumb:hover {
            background: #7d7d7d;
            border: solid 1px #fff;
            cursor: pointer;
        }
