/* Helping Acccordion Menu */
.help-info-title {
    font-size: 20px;
    height: 50px;
    padding: 11px 20px 20px 0px;
    border-radius: 6px !important;
    margin-top: 40px;
    margin-bottom: 40px;
    max-width: 1200px;
    margin-left: auto;
    margin-right: auto;
    font-weight: 600;
}

    .help-info-title i {
        font-size: 26px;
        color: #00782b;
        margin-right: 8px;
    }

    .help-info-title span {
        font-size: 19px;
        color: #00782b;
        margin-left: 6px;
    }

.help-section {
    width: 100%;
    /* padding: 20px; */
    text-align: right;
    margin-bottom: 40px;
    /* border: solid 1px #9edaa0; */
    border-radius: 8px;
}

    .help-section .info-icon {
        /* background: #f2f2f2; */
        text-align: center;
        display: flex;
        width: 100%;
        border: solid 2px #98caaa;
    }

        .help-section .info-icon:hover {
            border: solid 2px #efa00d;
        }

        .help-section .info-icon span {
            width: 100%;
            font-size: 15px;
            /* float: left; */
            text-align: left;
            color: #7d7d7d;
            font-weight: 600;
            /*     height: 70px;*/
            line-height: 80px;
        }

        .help-section .info-icon img {
            padding: 6px;
        }



.helpings {
    position: relative;
}

    .helpings .menu div {
        color: #303F9F;
        cursor: pointer;
        position: relative;
        transition: 1s all cubic-bezier(0.075, 0.82, 0.165, 1);
        /* border: solid 1px #fff; */
        margin-bottom: 12px;
        border-radius: 8px;
    }

        .helpings .menu div:hover,
        .helpings .menu div:focus,
        .helpings .menu div.active {
            background-color: #f2f2f2;
        }


            .helpings .menu div.active .info-icon {
                background-color: #f2f2f2;
                border: solid 2px #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;
    transition: 0.5s all cubic-bezier(0.075, 0.82, 0.165, 1);
    margin-bottom: 40px;
}

    ul.helping li {
        opacity: 0;
        transform: translateX(50px);
        position: absolute;
        list-style: none;
        transition: 1s all cubic-bezier(0.075, 0.82, 0.165, 1);
        width: 100%;
 
    }

        ul.helping li.active {
            transition-delay: 0.3s;
            z-index: 2;
            opacity: 1;
            transform: translateX(0px);
            position: relative;
        }

/*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: 12px;
    border: solid 1px #ddd;
    cursor: pointer;
    font-size: 14px;
    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: 19px;
    color: #b6b6b6;
    margin-right: 8px;
}

.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 12px 0px 0px;
    max-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;
        }
