/**
 * Discussions Tab for WooCommerce Products - Style
 *
 * @version 1.0.6
 * @since   1.0.0
 * @author  Algoritmika Ltd
 */

.alg-dtwp-wrapper #comments {
	float: none;
	padding: 0;
	margin: 0;
}

.alg-dtwp-wrapper .comments-area {
	-webkit-box-shadow: none;
	box-shadow: none;
	padding-top: 0;
}

.alg-dtwp-wrapper #respond,
.alg-dtwp-wrapper .comment-list #respond {
	float: none;
	display: inline-block;
	width: 100%;
}

.alg-dtwp-wrapper #respond #comment,
.alg-dtwp-wrapper .comment-list #respond #comment {
	width: 98%;
}

.alg-dtwp-wrapper .comments-area.Hub #respond,
.alg-dtwp-wrapper .comment-list .comments-area.Hub #respond {
	width: 97%;
}

.alg-dtwp-wrapper .comments-area.Hub #respond #comment,
.alg-dtwp-wrapper .comment-list .comments-area.Hub #respond #comment {
	border: 1px solid #ccc;
}

.alg-dtwp-wrapper .comments-area.Hub #respond #commentform input[type="text"], .alg-dtwp-wrapper .comments-area.Hub #respond #commentform input[type="email"],
.alg-dtwp-wrapper .comment-list .comments-area.Hub #respond #commentform input[type="text"],
.alg-dtwp-wrapper .comment-list .comments-area.Hub #respond #commentform input[type="email"] {
	background: #eee;
}

.alg-dtwp-wrapper .comments-area.Hub .comment-text,
.alg-dtwp-wrapper .comment-list .comments-area.Hub .comment-text {
	background: #f6f6f6 !important;
}
