
.questions-wrapper {
    max-width: 800px;
}
.questions-wrapper .questions-title {
    background-color: #f3f3f3;
    border: 1px solid #e9e9e9;
    padding: 8px 10px;
    color: #636363;
}
.questions-wrapper .questions-title:after {
    display: table;
    content: "";
    clear: both;
}
.questions-wrapper .questions-title .fa {
    font-size: 24px;
    margin-right: 8px;
    line-height: 22px;
    float: left;
}
.questions-wrapper .questions-title span {
    font-size: 16px;
    line-height: 24px;
    font-weight: bold;
    float: left;
}
.questions-wrapper .questions-content {
    background-color: #f9f9f9;
    border: 1px solid #e9e9e9;
    border-top: none;
    padding: 20px 20px 12px 20px;
}


.questions-wrapper .questions-content .questions-product-wrapper {
    padding-bottom: 20px;
    margin-bottom: 20px;
    border-bottom: 1px solid #e9e9e9;
}
.questions-wrapper .questions-content .questions-product-wrapper:after {
    display: table;
    content: "";
    clear: both;
}
.questions-wrapper .questions-content .questions-product-wrapper .questions-product-img {
    float: left;
    margin-right: 20px;
    width: 110px;
}
.questions-wrapper .questions-content .questions-product-wrapper .questions-product-img img {
    max-width: 100%;
    height: auto;
}
.questions-wrapper .questions-content .questions-product-wrapper .questions-product-desc {
    float: left;
    width: calc(100% - 130px);
}
.questions-wrapper .questions-content .questions-product-wrapper .questions-product-title {
    padding-top: 5px;
    font-size: 18px;
    font-weight: bold;
}
.questions-wrapper .questions-content .questions-product-wrapper .questions-product-price {
    padding: 12px 0;
    font-size: 28px;
    font-weight: bold;
}
.questions-wrapper .questions-content .questions-product-wrapper .questions-go-to-product a {
    font-size: 14px;
    color: #0063c3;
    text-decoration: underline;
}
.questions-wrapper .questions-content .questions-product-wrapper .questions-go-to-product a:hover {
    text-decoration: none;
}


    .questions-wrapper .questions-content .ask-a-question button {
        border-radius: 3px;
        -moz-border-radius: 3px;
        -webkit-border-radius: 3px;
        border: none;
        cursor: pointer;
        color: #111;
        font-size: 14px;
        font-weight: bold;
        padding: 8px 15px;
        font-family: Arial, Helvetica, sans-serif;
        -moz-box-shadow: 0 1px 0 rgba(255,255,255,.6) inset;
        -webkit-box-shadow: 0 1px 0 rgba(255,255,255,.6) inset;
        box-shadow: 0 1px 0 rgba(255,255,255,.6) inset;
        border-color: #adb1b8 #a2a6ac #8d9096;
        border-style: solid;
        border-width: 1px;
        background: #f6f7f9;
        background: -moz-linear-gradient(top, #f6f7f9 0%, #e8eaec 100%);
        background: -webkit-linear-gradient(top, #f6f7f9 0%,#e8eaec 100%);
        background: linear-gradient(to bottom, #f6f7f9 0%,#e8eaec 100%);
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f6f7f9', endColorstr='#e8eaec',GradientType=0 );
    }
        .questions-wrapper .questions-content .ask-a-question button:hover {
            -moz-box-shadow: 0 1px 0 rgba(255,255,255,.3) inset;
            -webkit-box-shadow: 0 1px 0 rgba(255,255,255,.3) inset;
            box-shadow: 0 1px 0 rgba(255,255,255,.3) inset;
            background: #e6e9ef;
            background: -moz-linear-gradient(top, #e6e9ef 0%, #dadde2 100%);
            background: -webkit-linear-gradient(top, #e6e9ef 0%,#dadde2 100%);
            background: linear-gradient(to bottom, #e6e9ef 0%,#dadde2 100%);
            filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e6e9ef', endColorstr='#dadde2',GradientType=0 );
        }
.questions-wrapper .questions-content .questions-list {
    padding-top: 25px;
    padding-bottom: 5px;
}
.questions-wrapper .questions-content .questions-list .question:after, .questions-wrapper .questions-content .questions-list .answer:after {
    display: table;
    content: "";
    clear: both;
}
.questions-wrapper .questions-content .questions-list .question {
    margin-bottom: 5px;
}
.questions-wrapper .questions-content .questions-list .question .question-label, .questions-wrapper .questions-content .questions-list .answer .answer-label {
    font-size: 12px;
    font-weight: bold;
    float: left;
    width: 90px;
    line-height: 14px;
}
.questions-wrapper .questions-content .questions-list .question .question-content, .questions-wrapper .questions-content .questions-list .answer .answer-content {
    font-size: 12px;
    float: left;
    width: calc(100% - 90px);
    line-height: 16px;
}
.questions-wrapper .questions-content .questions-list .question .question-content {
    color: #0063c3;
    font-weight: bold;
}
.questions-wrapper .questions-content .questions-list .answer {
    margin-bottom: 25px;
}
.questions-wrapper .questions-content .questions-list .answer .answer-content .answer-author-date {
    font-size: 12px;
    padding-top: 3px;
    opacity: 0.6;
}
.questions-wrapper .questions-footer {
    padding-top: 10px;
    border-top: 1px solid #e9e9e9;
    padding-top: 12px;
}
.questions-wrapper .questions-footer:after {
    display: table;
    content: "";
    clear: both;
}
.questions-wrapper .questions-footer .number-of-questions {
    width: 70%;
    text-align: left;
    float: left;
    padding-top: 4px;
    font-size: 12px;
}
.questions-wrapper .questions-footer .questions-controls {
    width: 30%;
    text-align: right;
    float: left;
}
.questions-wrapper .questions-footer .questions-controls a .fa {
    color: #909090;
    font-size: 22px;
    -webkit-transition: color 300ms ease;
    -moz-transition: color 300ms ease;
    -o-transition: color 300ms ease;
    transition: color 300ms ease;
}
.questions-wrapper .questions-footer .questions-controls a:hover .fa {
    color: #0063c3;
}
.questions-wrapper .questions-footer .questions-controls a:first-of-type .fa {
    margin-right: 10px;
}
.questions-wrapper .questions-content .ask-question .ask-question-product-wrapper {
    padding-bottom: 15px;
}
.questions-wrapper .questions-content .ask-question .ask-question-product-wrapper:after {
    display: table;
    content: "";
    clear: both;
}
.questions-wrapper .questions-content .ask-question .ask-question-product-wrapper .ask-question-product-img {
    float: left;
    margin-right: 8px;
    width: 70px;
}
.questions-wrapper .questions-content .ask-question .ask-question-product-wrapper .ask-question-product-img img {
    max-width: 100%;
    height: auto;
}
.questions-wrapper .questions-content .ask-question .ask-question-product-wrapper .ask-question-product-title {
    float: left;
    padding-top: 27px;
    font-size: 18px;
    font-weight: bold;
    width: calc(100% - 78px);
}
.questions-wrapper .questions-content .ask-question > div {
    margin-bottom: 17px;
}
.questions-wrapper .questions-content .ask-question .ask-question-button {
    text-align: right;
    margin-bottom: 0;
}
.questions-wrapper .questions-content .ask-question label {
    display: block;
    margin-bottom: 7px;
    font-size: 14px;
    font-weight: bold;
}
.questions-wrapper .questions-content .ask-question label em {
    font-style: normal;
    color: #cf0000;
}
.questions-wrapper .questions-content .ask-question input {
    display: block;
    border-radius: 3px;
    height: 32px;
    line-height: 32px;
    font-size: 14px;
    font-family: Arial, Helvetica, sans-serif;
    border: 1px solid #ccc;
    width: 60%;
    padding: 0 7px;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
}
.questions-wrapper .questions-content .ask-question input.error {
    border: 1px solid #cf0000;
    -moz-box-shadow: 0px 0px 5px rgba(207, 0, 0, 0.3);
    -webkit-box-shadow: 0px 0px 5px rgba(207, 0, 0, 0.3);
    box-shadow: 0px 0px 5px rgba(207, 0, 0, 0.3);
}
.questions-wrapper .questions-content .ask-question .error-message {
    color: #cf0000;
    font-size: 14px;
    display: block;
    margin-top: 5px;
}
.questions-wrapper .questions-content .ask-question .rate-message {
    color: #757575;
    font-size: 12px;
    display: block;
    margin-top: 5px;
    margin-bottom: 15px;
}
.questions-wrapper .questions-content .ask-question textarea {
    display: block;
    border-radius: 3px;
    font-size: 14px;
    font-family: Arial, Helvetica, sans-serif;
    border: 1px solid #ccc;
    margin-bottom: 15px;
    width: 100%;
    padding: 7px;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
}
.questions-wrapper .questions-content .ask-question button {
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border: none;
    cursor: pointer;
    color: #111;
    font-size: 14px;
    font-weight: bold;
    padding: 8px 15px;
    font-family: Arial, Helvetica, sans-serif;
    -moz-box-shadow: 0 1px 0 rgba(255,255,255,.6) inset;
    -webkit-box-shadow: 0 1px 0 rgba(255,255,255,.6) inset;
    box-shadow: 0 1px 0 rgba(255,255,255,.6) inset;
    border-color: #adb1b8 #a2a6ac #8d9096;
    border-style: solid;
    border-width: 1px;
    background: #f6f7f9;
    background: -moz-linear-gradient(top, #f6f7f9 0%, #e8eaec 100%);
    background: -webkit-linear-gradient(top, #f6f7f9 0%,#e8eaec 100%);
    background: linear-gradient(to bottom, #f6f7f9 0%,#e8eaec 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f6f7f9', endColorstr='#e8eaec',GradientType=0 );
}
.questions-wrapper .questions-content .ask-question button:hover {
    -moz-box-shadow: 0 1px 0 rgba(255,255,255,.3) inset;
    -webkit-box-shadow: 0 1px 0 rgba(255,255,255,.3) inset;
    box-shadow: 0 1px 0 rgba(255,255,255,.3) inset;
    background: #e6e9ef;
    background: -moz-linear-gradient(top, #e6e9ef 0%, #dadde2 100%);
    background: -webkit-linear-gradient(top, #e6e9ef 0%,#dadde2 100%);
    background: linear-gradient(to bottom, #e6e9ef 0%,#dadde2 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e6e9ef', endColorstr='#dadde2',GradientType=0 );
}
@media screen and (max-width: 640px) {
    .questions-wrapper .questions-content .ask-question input {
        width: 100%;
    }
}
@media screen and (max-width: 480px) {
    .questions-wrapper .questions-content .questions-list .question .question-content, .questions-wrapper .questions-content .questions-list .answer .answer-content, .questions-wrapper .questions-content .questions-list .question .question-label, .questions-wrapper .questions-content .questions-list .answer .answer-label {
        float: none;
        width: 100%;
    }
    .questions-wrapper .questions-content .questions-list .question .question-label, .questions-wrapper .questions-content .questions-list .answer .answer-label {
        padding-bottom: 5px;
    }
    .questions-wrapper .questions-content .questions-list .question .question-content {
        margin-bottom: 7px;
    }
    .questions-wrapper .questions-content .questions-list .answer {
        margin-bottom: 30px;
    }
    .questions-wrapper .questions-content .ask-question button {
        padding: 12px 0;
        width: 100%;
        text-align: center;
    }
}
