.question-popup{
    border: 1px solid lightgrey;
    padding: 20px;
    margin-top: 10px;
}

#question_want_get_answer + label {
    top: -3px;
    position: relative;
}

.required-block {
    font-size: 12px;
    margin-top: 0;
    /*display: block;*/
    /*font-weight: bold;*/
    /*color: #333;*/
    /*cursor: pointer;*/
    /*text-align: left;*/
}
.catfootercontainer {    
    margin: 30px 0;
    padding: 30px;
    background: #A5D6E626;
    
}
/*.icon, [class^="icon-"] {
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    transform: translate(0, 0);
}
*/
.float-left {
    float: left !important;
}

.mr-1 {
    margin-right: 1rem!important;
}
.icon-thumbs-up:before {
    font: normal normal normal 14px/1 FontAwesome;
    content: "\f087";
}

.icon-thumbs-down:before {
    font: normal normal normal 14px/1 FontAwesome;
    content: "\f088";
}

/*
.icon-user:before {
    content: "\f007";
}

.icon-check-square {
    color: #4cbb6c;
    font-size: 52px;
}*/

/*16*/
.product .icon-check-square {
    font-size: 42px;
}
/*
.icon-check-square:before {
    content: "\f14a";
}*/


.qa_stage
{
    position: fixed;
    width: 100%;
    height: 100%;
    background: url("../img/caption.png");
    top: 0;
    left: 0;
    z-index: 99999;
}
#qa_form {
    z-index: 999999;
    padding: 30px;
    border: 1px solid #d6d4d4;
    background: #fbfbfb;
    width: 400px;
    max-width: calc(100% - 30px);

    position: fixed;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}
#qa_form .required {
    margin-top: 12px;
}
#qa_form .title {
    /*text-align: center;*/
}

/*16*/

.product #qa_form .title {
    text-align: center;
    text-transform: uppercase;
    color: #555454;
    font-family: "Open Sans", sans-serif;
    font-weight: 600;
    font-size: 18px;
    line-height: 20px;
    /*padding: 14px 20px 17px;*/
    position: relative;
    border-bottom: none;
    background: #fbfbfb;
    margin-bottom: .5rem;
}

.product #qa_form .successMessage .title {
    text-align: left;
}

/*17*/

.page-product #qa_form .title {
    margin-bottom: .5rem;
    font-family: inherit;
    font-weight: 700;
    line-height: 1.1;
    text-transform: uppercase;
    color: #232323;
    font-size: 1.375rem;
}

#qa_form ._errors
{
    /*margin-top: 15px;*/
    /*padding: 10px;*/
    /*border: 1px solid #e06840;*/
    /*border-radius: 3px;*/
    /*background: #ffcac5;*/
    /*color: #e06840;*/
}
#qa_form ._errors ul
{
    list-style: none;
    margin-bottom: 0;
}
#qa_form ._errors ul li:not(:last-child)
{
    margin-bottom: 5px;
}

#qa_form label {
    /*display: block;*/
    /*margin: 12px 0 4px 0;*/
    /*font-weight: bold;*/
    /*font-size: 12px;*/
    /*color: #333;*/
    /*cursor: pointer;*/
    /*text-align: left;*/
}
#qa_form input[type=text] {
    height: 42px;
    padding: 11px;
    /*padding: 0 5px;*/
    /*height: 28px;*/
    /*width: 300px;*/
    /*border: 1px solid #ccc;*/
    /*background: #fff;*/
    /*border-radius: 0px;*/
}

#qa_form input[type=text]:focus {
    border: 3px solid #2fb5d2;
    padding: 8px 8px 9px;
    outline: 0;
}

#qa_form textarea {
    height: 80px;
    /*width: 300px;*/
    /*border: 1px solid #ccc;*/
    /*background: #fff;*/
    /*border-radius: 0px;*/
    /*padding: 5px;*/
}

#qa_form textarea:focus {
    border: 3px solid #2fb5d2;
    padding: 8px 8px 9px;
    outline: 0;
}

#submitQuestionForm {
    /*margin-top: 20px;*/
    /*padding: 0 30px;*/
    /*font-size: 13px;*/
    /*text-align: center;*/
    /*margin-right: 30px;*/
}
#qa_form .button-small {
    padding: 4px;
    width: 50%;
    text-align: center;
    margin: 10px 0;
    background: #6f6f6f !important;
    border: 1px solid #515151;
    color: white;
    cursor: pointer;
}
#qa_form .button-small:hover,
.button-small:hover{
    background: #575757 !important;
    border-color: #303030 #303030 #666666 #444444;
}

#qa_form .footer_form a {
    background: #fbfbfb !important;
    color: #333 !important;
    border: none !important;
    width: 50%;
    text-align: center;
    padding: 4px;
    float: right;
    margin: 10px 0;
}

#qa_form .footer_form a.qaform {
    float: initial;
}

#question_want_get_answer {
	width: 16px;
    height: 16px;
}

.questionanswer_wrap {
    margin-top: 2rem;
}

.questionanswer a {
    /*padding: 4px !important;*/
    /*font: bold 13px/17px Arial, Helvetica, sans-serif;*/
    /*color: #fff !important;*/
    /*background: transparent;*/
    /*border: none;*/
}
.question_answer a, .question_content a {
    color: inherit !important;
}
.align_center a {
    /*background: #515151 !important;*/
}
#qa_form button {
    cursor: pointer;
    cursor: pointer;
    display: inline-block;
    padding: 4px 7px 3px 7px;
    border: 1px solid #CC9900;
    border-radius: 3px 3px 3px 3px;
    font-weight: bold;
    color: #000;
    background: url(../img/bg_bt.gif) repeat-x scroll 0 0 #F4B61B
}

#qa_form .send-btn {
    text-align: center;
}

.questionanswer
{
    clear: both;
}

.questionanswer .question {
    margin:0 0 12px 0;
    padding: 0;
    border-top: 1px solid #ddd;
    padding-top: 12px;
    /*cursor: default;*/
}
.questionanswer .question .question_author {
    float: left;
    padding-right:25px;
    line-height:18px
}
.questionanswer .question_author span {font-weight:bold;}
.questionanswer .question .question_author span
{
    float:left;
}


.questionanswer .question_author_infos {
    /*margin-left: 5px; */
    /*float: left*/
}
.questionanswer .question_author_infos em {color:#999}

.questionanswer .question_author_infos strong
{
    font-size: 14px;
    color: #777777;
}

.questionanswer .question .question_details {
    float: left;
    overflow:hidden;
    margin-top: 10px;
    font-size: 12px;
    color: #636363;
    line-height: 20px;
    clear: both;
}
.questionanswer .question_details h4 {padding-bottom:10px}
.questionanswer .question_details ul {
    list-style-type:none;
    margin:0
}
.questionanswer .question_details li {
    padding:2px 0 2px 12px;
    background:url(../img/bg_li.png) no-repeat 1px 45% #fff
}

.align_center
{
    padding-bottom: 0;
    float: right;
}
.top_block:after
{
    content: '';
    display: block;
    clear: both;
    margin-bottom: 11px;
}

/*16*/
.product .top_block:after
{
    margin-bottom: 20px;
}

.review_link
{
    display: inline-block;
    margin-top: 5px;
    text-decoration: underline;
}

#showFormAddQuestion
{
    /*color: #555555;*/
    /*background: #fefefe; !* Old browsers *!*/
    /*background: -moz-linear-gradient(top,  #fefefe 0%, #f5f3f2 48%, #faf9f9 100%); !* FF3.6+ *!*/
    /*background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#fefefe), color-stop(48%,#f5f3f2), color-stop(100%,#faf9f9)); !* Chrome,Safari4+ *!*/
    /*background: -webkit-linear-gradient(top,  #fefefe 0%,#f5f3f2 48%,#faf9f9 100%); !* Chrome10+,Safari5.1+ *!*/
    /*background: -o-linear-gradient(top,  #fefefe 0%,#f5f3f2 48%,#faf9f9 100%); !* Opera 11.10+ *!*/
    /*background: -ms-linear-gradient(top,  #fefefe 0%,#f5f3f2 48%,#faf9f9 100%); !* IE10+ *!*/
    /*background: linear-gradient(to bottom,  #fefefe 0%,#f5f3f2 48%,#faf9f9 100%); !* W3C *!*/
    /*filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fefefe', endColorstr='#faf9f9',GradientType=0 ); !* IE6-9 *!*/
    /*padding: 0 23px;*/
    /*display: inline-block;*/
}
#showFormAddQuestion:hover
{
    /*text-decoration: none;*/
}
.questionanswer .question_help_review
{
    clear: both;
    font-size: 12px;
    color: #959595;
    padding-top: 5px;
}
.questionanswer .question_help_yes
{
    /*padding: 3px 8px !important;*/
    cursor: pointer;
}
.questionanswer .question_help_no
{
    /*margin-left: 25px;*/
    /*padding: 3px 8px !important;*/
    cursor: pointer;
}
.successMessage
{
    /*color: #555454;*/
    /*text-transform: uppercase;*/
    /*font-family: "Open Sans", sans-serif;*/
    /*font-weight: 600;*/
    /*font-size: 18px;*/
    /*line-height: 20px;*/
    /*padding: 14px 20px 17px;*/
    /*position: relative;*/
    /*border-bottom: none;*/
    /*background: #fbfbfb;*/
    text-align: center;
}

.successMessage_wrap {
    text-align: left;
}

.questionanswer .question_answer {
    margin-left: 50px;
    padding-left: 17px;
    line-height: 20px;
    position: relative;
    padding-top: 5px;
    max-width: 800px;
    color: #4cbb6c;
}
.questionanswer .question_answer:before {
    content: '';
    display: block;
    width: 1px;
    height: 100%;
    position: absolute;
    top: 7px;
    left: 0;
    background: #4cbb6c;
    padding-bottom: 0;
    margin-bottom: 10px;
}

.btn-style
{
    position: relative;
    padding: 0 10px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    border: 1px solid #a4a4a4;
    color: #000000;
    cursor: pointer;
    text-decoration: none;
    line-height: 25px;
    background: #ffffff;
    background: -moz-linear-gradient(top, #ffffff 0%, #fcfbfa 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(100%,#fcfbfa));
    background: -webkit-linear-gradient(top, #ffffff 0%,#fcfbfa 100%);
    background: -o-linear-gradient(top, #ffffff 0%,#fcfbfa 100%);
    background: -ms-linear-gradient(top, #ffffff 0%,#fcfbfa 100%);
    background: linear-gradient(to bottom, #ffffff 0%,#fcfbfa 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#fcfbfa',GradientType=0 );
    font-size: 12px;
    display: inline-block;
}


.row_form
{
    clear: both;
    margin-top: 12px;
}
.row_form label
{
    display: inline-block!important;
    margin: 0!important;
}

/*16*/
.product .row_form > input
{
    top: 4px;
    position: relative;
}

.qa_active
{
    background: #e0c1b6;
    margin-bottom: 0!important;
    padding-bottom: 12px!important;
}
#uniform-question_want_get_answer
{
    float: left;
}

.block_qa
{
    padding: 8px 10px 10px;
    font-weight: bold;
    line-height: 18px;
    border: 1px solid #d6d4d4;
    background: #fbfbfb;
    margin: 5px 0 5px;
}
#qa_form textarea,
#qa_form input[type=text]{
    width: 100%;
}
div.checker {
    margin-top: 3px;
    margin-right: 5px;
}
.question-popup {
    cursor: pointer;
}


@media (max-width: 768px) {
    .successMessage
    {
        height: 20px;
        line-height: 20px;
        font-size: 14px;
    }
    .questionanswer {
        /*display: none;*/
    }
    .question-popup .page-product-heading:after {
        display: block;
        font-family: "FontAwesome";
        content: "\f067";
        position: absolute;
        right: 15px;
        top: 18px;
        font-size: 26px;
    }
    .question-popup .page-product-heading:hover {
        background: #333;
        border-bottom-color: #666666;
        color: #fff;
    }
}
@media (max-width: 480px) {
    #qa_form {
        /*width: 70%;*/
    }
    .successMessage {
        font-size: 12px;
        height: auto;
        width: 100%;
    }
}
@media (max-width: 350px) {
    #qa_form label {
        font-weight: normal;
        font-size: 11px;
    }
    .questionanswer .question_help_yes,
    .questionanswer .question_help_no {
        margin-left: 20px;
        margin-right: 5px;
    }
}
.questions i.icon-thumbs-up,
.questions i.icon-thumbs-down {
    color: #999999;
    font-size: 16px !important;
}
.questions i.icon-thumbs-up:hover {
    color: #008000;
}
.questions i.icon-thumbs-down:hover {
    color: #ff0000;
}
.question_content {
    font-style: italic;
    font-size: 14px;
}
.question_author_infos .icon-user {
    padding-right: 5px;
}

.required-block {
    margin-top: 3px;
}

