﻿/* GLOBAL STYLES */

.product-questions-page  {
    display: block;
    background-color: #f9f9f9;
    padding: 40px;
}

/* THEME STYLES */


#question-form {
	margin: 0 0 50px;
}

.product-question-list {
	margin: 0;
}
.product-question-item {
	border-top: 1px solid #eee;
	border-bottom: none;
    padding:25px;
}
.product-question-item:last-child {
	padding-bottom: 0;
}

.write-product-question-button {
    min-width: 150px;
    height: 50px;
    padding: 0 30px;
    color: #fff;
    text-transform: uppercase;
    transition: opacity 0.2s ease;
    background-color: #d8a843;
    border: none;
    cursor: pointer;
}

.write-product-question-button:hover {
    opacity: 0.9;
}

.write-question .buttons {
    border: none;
    padding: 0;
}

.write-question .inputs{
    position: relative;
    width: 440px;
    max-width: 100%;
    margin: 0 auto 15px;
    text-align: center;
    white-space: nowrap;
    font-size: 0
}

.write-question .inputs label{
    display: block;
    width: 100%;
    margin: 0 0 10px;
    text-align: center;
    font-size: 14px;
    color: #444;
}

.question-item-head{
    float: right;
    width: 20%;
    margin: 0;
}

.question-item-head .question-info{
    margin: 0 0 10px;
    width: 100%;
    display: block;
}

.question-item-head .user{
    display: block;
    padding: 0 0 0 15px;
    margin: 0 0 20px;
}

.question-item-head .date{
    display: block;
    margin: 0 0 5px;
}

.question-content {
    float: left;
    width: 80%;
    border: 0;
}

.question-text{
    margin: 0 0 20px;
    color: #555;
}

.clearfix::after {
    content: "";
    clear: both;
    display: table;
}

.product-question-helpfulness .vote{
    font-weight:bold;
    cursor:pointer;
}

.write-question .message-error{
    margin-bottom:20px;
}

.product-question-helpfulness .result{
    margin-right:10px;
    font-weight: bold;
}

.submitQuestionResult{
    margin-bottom: 10px;
    font-weight: bold;
}

.question-content .reply{
    background-color: #dadada;
    margin: 15px 25px;
    padding: 10px;
    display:inline-block;
}

.question-content .reply-text{
    line-height: 30px;
}