.mfaqOverlay {

    position: fixed;

    top: 200px;

    bottom: 0;

    left: 0;

    right: 0;

    background: rgba(0, 0, 0, 0.7);

    transition: opacity 500ms;

    visibility: hidden;

    opacity: 0;

}

.mfaqOverlay:target {

    visibility: visible;

    opacity: 1;

    z-index: 1000000 !important;

}

div#mfaqPostQuestion_Wrapper .form-field {

    width: 100%;

    margin-bottom: 20px;

}

div#mfaqPostQuestion_Wrapper .form-field label {

    font-size: 14px;

    color: black;

}

button#mfaqPostQuestionbutton {

    width: 100%;

    font-weight: normal;

    font-size: 15px;

}

div#mfaqPostQuestion_Wrapper {

    width: 100%;

}

div#mfaqPostQuestion_Wrapper .form-field input {

    width: 100%;

}

.mfaqPopup h2 {

    text-align: center;

    font-size: 20px !important;

}

.mfaqPopup {

    margin: 70px auto;

    padding: 20px;

    background: #fff;

    border-radius: 5px;

    width: 40%;

    position: relative;

    transition: all 5s ease-in-out;

}

.mfaqPopup h2 {

    margin-top: 0;

    color: #333;

    font-family: Tahoma, Arial, sans-serif;

}

.mfaqPopup .close {

    position: absolute;

    top: 20px;

    right: 30px;

    transition: all 200ms;

    font-size: 30px;

    font-weight: bold;

    text-decoration: none;

    color: #333;

}

.mfaqPopup .close:hover {

    color: #06D85F;

}

.mfaqPopup .content {

    max-height: 30%;

    overflow: auto;

}



@media screen and (max-width: 700px){

  .mfaqPopup{

    width: 70%;

  }

}

.mfaq-top-filter-question {

    width: 100%;

}

.mfaqPopupButton a {

    background: #ccc;

    padding: 6px;

    font-size: 14px;

    color: black;

}

.mfaqPopupButton {

    text-align: right;

}

.mfaq-top-filter-question .mfaq_user_question {

    width: 38%;

    display: inline-block;

}

.mfaq-top-filter-question .mfaq_filters {

    width: 60%;

    display: inline-block;

}

.mfaq_product_question_wrapper_main {

    position: relative;

}

.opinion-header .mfaq_likes_dislike {

    text-align: right;

}

.opinion-header div {

    width: 45%;

    display: inline-block;

}

.comment-area {

    padding: 0px 18px 18px;

}

span.positive {

    background-image: url(../images/like.png);

}

.mfaq_likes_dislike a img {

    width: 16px;

}

.mfaq_likes_dislike div a {

    display: inline-block;

    margin-right: 11px;

}

.comment-area textarea,

.comment-area button.submit-comment,

.comment-area input#guest_user_name,

.comment-area input#guest_user_email,

.comment-area label,

.comment-area a.login-comment-mfaq {

    font-size: 13px;

}

.comment-area a.login-comment-mfaq {

    background: #ccc;

    padding: 10px;

    color: black;

}

.comment-form-fields .mfaq_form_field {

    display: inline-block;

    width: 49%;

}

.mfaq_form_field.guest-email {

    float: right;

}

.comment-form-fields {

    width: 100%;

    margin-bottom: 15px;

}

.mfaq_form_field input {

    width: 100%;

}

.comment-area textarea {

    font-size: 13px;

}

.comment-area > div {

    display: inline-block;

    width: 100%;

    padding: 0 0px;

    margin-bottom: 15px;

    box-sizing: border-box;

    vertical-align: top;

    cursor: default;

}

.comment-area > div > div {

    width: 100%;

}

button.submit-comment {

    float: right;

    margin: 10px 0px;

}

.comments-wrapper {

    padding: 0px 18px 18px;

}

.comments-wrapper.mfaq_scroll {

    max-height: 400px;

    overflow-y: scroll;

}

.comments-wrapper > div {

    display: inline-block;

    width: 100%;

    padding: 0 0px;

    margin-bottom: 15px;

    box-sizing: border-box;

    vertical-align: top;

    cursor: default;

}

.comments-wrapper > div > div {

    width: 100%;

    padding: 10px 12px 10px;

    box-sizing: border-box;

    border-radius: 4px;

    background-color: #fff;

    border: 1px solid #cccccc59;

    text-align: left;

}

.comments-wrapper .comment-title {

    font-size: 14px;

    font-weight: 800;

    color: black;

    padding: 6px 0px;

    border-bottom: 1px solid #ccc;

    margin: 0px 0px 9px 0px;

}

#mfaq_spinner {

    display: none;

}

.mfaq_spinner {

    position: absolute;

    z-index: 10000;

    left: 50%;

    top: 50%;

    height:60px;

    width:60px;

    margin:0px auto;

    -webkit-animation: rotation .6s infinite linear;

    -moz-animation: rotation .6s infinite linear;

    -o-animation: rotation .6s infinite linear;

    animation: rotation .6s infinite linear;

    border-left:6px solid rgba(0,174,239,.15);

    border-right:6px solid rgba(0,174,239,.15);

    border-bottom:6px solid rgba(0,174,239,.15);

    border-top:6px solid rgba(0,174,239,.8);

    border-radius:100%;

}

@-webkit-keyframes rotation {

   from {-webkit-transform: rotate(0deg);}

   to {-webkit-transform: rotate(359deg);}

}

@-moz-keyframes rotation {

   from {-moz-transform: rotate(0deg);}

   to {-moz-transform: rotate(359deg);}

}

@-o-keyframes rotation {

   from {-o-transform: rotate(0deg);}

   to {-o-transform: rotate(359deg);}

}

@keyframes rotation {

   from {transform: rotate(0deg);}

   to {transform: rotate(359deg);}

}

#mfaq-accordion-wrapper {

    margin: 10px 0 0;

}

#mfaq-accordion-wrapper * {

    box-sizing: border-box;

}

.aspect-tab {

    position: relative;

    width: 99%;

    max-width: 1000px;

    margin: 0 auto 10px;

    border-radius: 2px;

    background-color: #fff;

    box-shadow: 0 0 0 1px rgba(236, 236, 236, 1);

    opacity: 1;

    transition: box-shadow 0.2s, opacity 0.4s;

}

.aspect-tab:hover {

    box-shadow: 0 4px 10px 0 rgba(0, 0, 0, .11);

}

.aspect-input {

    display: none;

}

.aspect-input:checked ~ .aspect-content + .aspect-tab-content {

    max-height: 3000px;

}

.aspect-input:checked ~ .aspect-content:after {

    transform: rotate(0);

}

.aspect-label {

    position: absolute;

    top: 0;

    left: 0;

    height: 100%;

    max-height: 80px;

    width: 100%;

    margin: 0;

    padding: 0;

    font-size: 0;

    z-index: 1;

    cursor: pointer;

}

.aspect-label:hover ~ .aspect-content:after {

    background-image: url('data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyNCIgaGVpZ2h0PSIyNCIgdmlld0JveD0iMCAwIDI0IDI0Ij4KICAgIDxnIGZpbGw9Im5vbmUiIGZpbGwtcnVsZT0iZXZlbm9kZCI+CiAgICAgICAgPHBhdGggZD0iTTI0IDI0SDBWMGgyNHoiIG9wYWNpdHk9Ii44NyIvPgogICAgICAgIDxwYXRoIGZpbGw9IiM1NTZBRUEiIGZpbGwtcnVsZT0ibm9uemVybyIgZD0iTTE1Ljg4IDE1LjI5TDEyIDExLjQxbC0zLjg4IDMuODhhLjk5Ni45OTYgMCAxIDEtMS40MS0xLjQxbDQuNTktNC41OWEuOTk2Ljk5NiAwIDAgMSAxLjQxIDBsNC41OSA0LjU5Yy4zOS4zOS4zOSAxLjAyIDAgMS40MS0uMzkuMzgtMS4wMy4zOS0xLjQyIDB6Ii8+CiAgICA8L2c+Cjwvc3ZnPgo=');

}

.aspect-content {

    position: relative;

    display: block;

    height: 80px;

    margin: 0;

    padding: 0 60px 0 20px;

    font-size: 0;

    white-space: nowrap;

    cursor: pointer;

    user-select: none;

    -webkit-user-select: none;

    -khtml-user-select: none;

    -moz-user-select: none;

    -ms-user-select: none;

    -o-user-select: none;

}

.aspect-content:before, .aspect-content:after {

    content: '';

    display: inline-block;

    vertical-align: middle;

}

.aspect-content:before {

    height: 100%;

}

.aspect-content:after {

    position: absolute;

    width: 24px;

    height: 100%;

    right: 30px;

    background-image: url('data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyNCIgaGVpZ2h0PSIyNCIgdmlld0JveD0iMCAwIDI0IDI0Ij4KICAgIDxnIGZpbGw9Im5vbmUiIGZpbGwtcnVsZT0iZXZlbm9kZCI+CiAgICAgICAgPHBhdGggZD0iTTI0IDI0SDBWMGgyNHoiIG9wYWNpdHk9Ii44NyIvPgogICAgICAgIDxwYXRoIGZpbGw9IiNBOUFDQUYiIGZpbGwtcnVsZT0ibm9uemVybyIgZD0iTTE1Ljg4IDE1LjI5TDEyIDExLjQxbC0zLjg4IDMuODhhLjk5Ni45OTYgMCAxIDEtMS40MS0xLjQxbDQuNTktNC41OWEuOTk2Ljk5NiAwIDAgMSAxLjQxIDBsNC41OSA0LjU5Yy4zOS4zOS4zOSAxLjAyIDAgMS40MS0uMzkuMzgtMS4wMy4zOS0xLjQyIDB6Ii8+CiAgICA8L2c+Cjwvc3ZnPgo=');

    background-repeat: no-repeat;

    background-position: center;

    transform: rotate(180deg);

}

.aspect-name {

    display: inline-block;

    width: 100%;

    margin-left: 16px;

    font-weight: 600;

    color: #242a32;

    white-space: normal;

    text-align: left;

    vertical-align: middle;

}

.aspect-stat {

    width: 34%;

    text-align: right;

}

.all-opinions, .aspect-name {

    font-size: 14px;

    line-height: 22px;

}

.all-opinions {

    color: #5d5d5d;

    text-align: left;

}

.aspect-content + .aspect-tab-content {

    max-height: 0;

    overflow: hidden;

    transition: max-height 0.3s;

}

.aspect-content > div, .aspect-stat > div {

    display: inline-block;

}

.aspect-content > div {

    vertical-align: middle;

}

.positive-count, .negative-count, .neutral-count {

    display: inline-block;

    margin: 0 0 0 20px;

    padding-left: 26px;

    background-repeat: no-repeat;

    font-size: 13px;

    line-height: 20px;

    color: #363636;

}

.positive-count {

    background-image: url('../images/thumb-up.png');

    background-position: 2px;

    background-size: 20px;

}

.negative-count {

    background-image: url('../images/thumb-down.png');

    background-position: 2px;

    background-size: 20px;

    

}

.neutral-count {

    background-image: url('data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyMCIgaGVpZ2h0PSIyMCIgdmlld0JveD0iMCAwIDIwIDIwIj4KICAgIDxwYXRoIGZpbGw9IiNCQUMyRDYiIGZpbGwtcnVsZT0iZXZlbm9kZCIgZD0iTTEwIDE4LjU3MWMtNC43MjYgMC04LjU3MS0zLjg0NS04LjU3MS04LjU3MSAwLTQuNzI2IDMuODQ1LTguNTcxIDguNTcxLTguNTcxIDQuNzI2IDAgOC41NzEgMy44NDUgOC41NzEgOC41NzEgMCA0LjcyNi0zLjg0NSA4LjU3MS04LjU3MSA4LjU3MXpNMjAgMTBjMCA1LjUxNC00LjQ4NiAxMC0xMCAxMFMwIDE1LjUxNCAwIDEwIDQuNDg2IDAgMTAgMHMxMCA0LjQ4NiAxMCAxMHpNNS43MTQgMTEuNDI3YS43MTQuNzE0IDAgMSAwIDAgMS40MjloOC41NzJhLjcxNC43MTQgMCAxIDAgMC0xLjQyOUg1LjcxNHptLjM1Ny01YTEuMDcxIDEuMDcxIDAgMSAwIDAgMi4xNDMgMS4wNzEgMS4wNzEgMCAwIDAgMC0yLjE0M3ptNy44NTggMGExLjA3MSAxLjA3MSAwIDEgMCAwIDIuMTQzIDEuMDcxIDEuMDcxIDAgMCAwIDAtMi4xNDN6Ii8+Cjwvc3ZnPgo=');

}

.aspect-info {

    width: 65%;

    white-space: nowrap;

    font-size: 0;

}

.aspect-info:before {

    content: '';

    display: inline-block;

    height: 44px;

    vertical-align: middle;

}

.chart-pie {

    position: relative;

    display: inline-block;

    height: 44px;

    width: 44px;

    border-radius: 50%;

    background-color: #e4e4e4;

    vertical-align: middle;

}

.chart-pie:after {

    content: '';

    display: block;

    position: absolute;

    height: 40px;

    width: 40px;

    top: 2px;

    left: 2px;

    border-radius: 50%;

    background-color: #fff;

}

.chart-pie-count {

    position: absolute;

    display: block;

    height: 100%;

    width: 100%;

    font-size: 14px;

    font-weight: 500;

    line-height: 44px;

    color: #242a32;

    text-align: center;

    z-index: 1;

}

.chart-pie > div {

    clip: rect(0, 68px, 60px, 42px);

}

.chart-pie > div, .chart-pie.over50 .first-fill {

    position: absolute;

    height: 44px;

    width: 44px;

    border-radius: 50%;

}

.chart-pie.over50 > div {

    clip: rect(auto, auto, auto, auto);

}

.chart-pie.over50 .first-fill {

    clip: rect(0, 44px, 44px, 22px);

}

.chart-pie:not(.over50) .first-fill {

    display: none;

}

.second-fill {

    position: absolute;

    clip: rect(0, 22px, 44px, 0);

    width: 100%;

    height: 100%;

    border-radius: 50%;

    border-width: 3px;

    border-style: solid;

    box-sizing: border-box;

}

.chart-pie.positive .first-fill {

    background-color: #8bc34a;

}

.chart-pie.positive .second-fill {

    border-color: #8bc34a;

}

.chart-pie.negative .first-fill {

    background-color: #d4320e;

}

.chart-pie.negative .second-fill {

    border-color: #d4320e;

}

.aspect-tab-content {

    background-color: #f9f9f9;

    font-size: 0;

    text-align: justify;

}

.sentiment-wrapper {

    padding: 18px 18px 18px;

}

.sentiment-wrapper > div {

    display: inline-block;

    width: 100%;

    padding: 0 5px;

    box-sizing: border-box;

    vertical-align: top;

    cursor: default;

}

.sentiment-wrapper > div > div {

    width: 100%;

    padding: 16px 24px 20px;

    box-sizing: border-box;

    border-radius: 4px;

    background-color: #d9d9d9;

    border: 1px solid #ececec;

    text-align: left;

}

.opinion-header {

    position: relative;

    width: 100%;

    margin: 0px 0 10px;

    font-size: 13px;

    font-weight: 500;

    line-height: 20px;

    color: #242a32;

    text-transform: capitalize;

    border-bottom: 1px solid #e9e9e9;

    padding-bottom: 8px;

}

.opinion-header > span:nth-child(2) {

    position: absolute;

    right: 0;

}

.opinion-header + div > span {

    font-size: 13px;

    font-weight: 400;

    line-height: 22px;

    color: #363636;

}

.opinion-header span {

    font-weight: bold;

}

.mfaq_filters {

    margin: 0px 0px 15px 2px;

}

@media screen and (max-width: 800px) {

    .aspect-label {

        max-height: 102px;

    }

    .aspect-content {

        height: auto;

        padding: 10px 87px 10px 30px;

    }

    .aspect-content:before {

        display: none;

    }

    .aspect-content:after {

        top: 0;

    }

    .aspect-content > div {

        display: block;

        width: 100%;

    }

    .aspect-stat {

        margin-top: 10px;

        text-align: left;

    }

}

@media screen and (max-width: 750px) {

    .sentiment-wrapper > div {

        display: block;

        width: 100%;

        max-width: 100%;

    }

    .sentiment-wrapper > div:not(:first-child) {

        margin-top: 10px;

    }

}

@media screen and (max-width: 500px) {

    .aspect-label {

        max-height: 140px;

    }

    .aspect-stat > div {

        display: block;

        width: 100%;

    }

    .all-opinions {

        margin-bottom: 10px;

    }

    .all-opinions + div > span:first-child {

        margin: 0;

    }

} 