.width-200 {
    width: 200px;
}

.thfaqf-faq-list {
    /*margin-bottom: 3.5rem;*/
}

.thfaqf-faq-item {
    border-width: 1px;
    border-style: solid;
    border-color: transparent;
    margin-bottom: 3px;
    word-wrap: break-word;
    overflow: hidden;
}

.thfaqf-faq-item-title {
    padding: 10px;
    cursor: pointer;
}

.thfaqf-faq-item-content {
    padding: 1.5rem 1.5rem;
    /*display: none;*/
}

.thfaqf-faq-item-content p {
    margin-bottom: 0 !important;
}

.thfaqf-faq-item-title h3 {
    margin: 0;
    font-size: 20px;
    font-weight: 600;
}

.thfaqf-faq-item span.thfaqf-title-text {
    display: block;
    margin-right: 10px;
}

.thfaqf-faq-item span.thfaqf-toggle-icon {

}

.thfaqf-faq-item span.thfaq-arrow {
    bottom: 7px;
}

.thfaqf-faq-item span.thfaq-marker:after {
    content: '\002B';
    font-weight: bold;
    float: right;
}

.thfaqf-faq-item.thfaqf-active span.thfaq-marker:after {
    content: "\2212";
}

.thfaqf-faq-item span.thfaq-arrow:after {
    content: "\f078";
    font-weight: normal;
    float: right;
    font-family: FontAwesome;
    font-size: 13px;
}

.thfaqf-faq-item.thfaqf-active span.thfaq-arrow:after {
    content: "\f077";
    font-family: FontAwesome;
    font-weight: normal;
    font-size: 13px;
}

.thfaqf-faq-last-updated {
    text-align: right;
    margin: 0.5rem 0;
    opacity: 0.8;
    font-size: .875em;
}

.thfaqf-edit-faq-link {
    text-align: right;
}

/******* Social Share Styles *******/
p.thfaqf-social-share-wrapper {
    margin: 1rem 0;
}

a.thfaqf-share-icon {
    margin: 0px 7px 0px 2px;
    cursor: pointer;
    text-decoration: none;
    border-bottom: none;
    box-shadow: none;
    -webkit-box-shadow: none;
}

a.thfaqf-icon-facebook:before {
    content: "\ea90";
    color: #1a0dab;
}

a.thfaqf-icon-email:before {
    content: "\e945";
    color: black;
}

a.thfaqf-icon-twitter:before {
    content: "\ea96";
    color: #5aafeb;
}

a.thfaqf-icon-linkedin:before {
    content: "\eaca";
    color: #0663a6;
}

span.thfaqf-social-share-title {
    display: block;
    float: left;
    white-space: nowrap;
    overflow: hidden;
    cursor: initial;
    width: auto;
    margin: 1px 5px 0px 0px;
}

/******* Theme Comaptible Styles *******/
.thfaqf-theme-wrapper-divi span.thfaqf-toggle-icon {
    bottom: 7px;
}

.thfaqf-theme-wrapper-hestia span.thfaqf-social-share-title,
.thfaqf-theme-wrapper-twentynineteen span.thfaqf-social-share-title,
.thfaqf-theme-wrapper-twentyseventeen span.thfaqf-social-share-title {
    margin: 2px 5px 0px 0px;
}

.card .thfaqf-theme-wrapper-hestia img {
    width: 13px;
}

.thfaqf-faq-item {
    margin-bottom: 12px;
}

.thfaqf-theme-wrapper-hestia .thfaqf-faq-item {
    text-align: left;
}

.thfaqf-theme-wrapper-flatsome span.thfaqf-social-share-title {
    margin: 0px 5px 0px 0px;
}

.thfaqf-theme-wrapper-twentynineteen span.thfaqf-social-share-title {
    width: 180px;
}

.thfaqf-theme-wrapper-twentynineteen span.thfaqf-title-text {
    margin-right: 15px;
}

.thfaqf-theme-wrapper-twentynineteen span.thfaqf-title-text {
    margin-right: 15px;
}

.thfaqf-theme-wrapper-hestia .thfaqf-faq-item-title h4,
.thfaqf-theme-wrapper-twentysixteen .thfaqf-faq-item-title h4 {
    margin-bottom: 0px;
}

.thfaqf-theme-wrapper-avada .thfaqf-faq-item-title h4,
.thfaqf-theme-wrapper-astra .thfaqf-faq-item-title h4 {
    margin-bottom: 3px;
}

.thfaqf-theme-wrapper-twentynineteen .thfaqf-faq-item-title h4 {
    margin-bottom: 8px;
}

.thfaqf-faq-list-title {
    margin-bottom: 0.75rem;
}


.thfaqf-widget .thfaqf-faq-list-title br,
.thfaqf-widget .thfaqf-social-share-title {
    display: none;
}

@media screen and (max-width: 420px) {
    span.thfaqf-social-share-title {
        display: none;
    }
}


.thfaqf-social-share-wrapper .thfaqf-share-icon {
    text-decoration: none !important;
}

/** radio btn style**/
.thfaq-input-hidden-field {
    position: absolute;
    left: -9999px;
    display: inline-block;
}

input[type ='radio'].thfaq-input-hidden-field:checked + label > img {
    border: 0px solid green;
    box-shadow: 0 0 0px 2px green;
    width: 40px;
    margin-left: 5px;
    border-radius: 3px;
}

input[type = 'radio'].thfaq-input-hidden-field + label > img {
    width: 40px;
    margin-left: 5px;
    border-radius: 3px;
}

.thfaq-icon-settings input[type = 'radio'].thfaq-input-hidden-field + label > img {
    width: 30px;
    margin-left: 5px;
    border-radius: 3px;
}

.thfaq-icon-settings input[type ='radio'].thfaq-input-hidden-field:hover + label > img {
    width: 29px;
    margin-left: 5px;
}

.thfaq-icon-settings input[type ='radio'].thfaq-input-hidden-field:checked + label > img {
    border: 0px solid green;
    box-shadow: 0 0 0px 2px green;
    width: 30px;
    margin-left: 5px;
    border-radius: 3px;
}

.thfaqf-widget .thfaqf-theme-wrapper-flatsome .thfaqf-faq-item br {
    display: none;
}

#product-sidebar .thfaqf-widget .thfaqf-theme-wrapper-flatsome .thfaqf-faq-item-content p,
#shop-sidebar .thfaqf-widget .thfaqf-theme-wrapper-flatsome .thfaqf-faq-item-content p {
    margin-bottom: 4px;
}

#woo-products-wrap .thfaqf-theme-wrapper-hestia .thfaqf-faq-item span.thfaq-arrow {
    bottom: 12px !important;
}



