.product-img{
    width: 100%;
}
.item-actions{
    list-style: none;
    margin:0;
    padding: 0;
}
.item-actions .btn {
  float: left;
  margin: 0 2px 4px 0;
  width: 47%;
}

.item-actions li{
    margin-top: 5px;
}
.faq{
    margin-left: 0;
    padding-left: 0;
    font-size: 20px;
}
.faq .short-answer{
    font-size: 13px;
}
.faq li{
    border-bottom:1px solid #ccc;
    margin-bottom: 20px;
}
footer{
    position: relative;
    width: 100%;
    background: #222 !important;
}
.question-main{
    color: #2A7FFF;
}
.comment-seperator{
    clear: both;
    margin-top: 30px;
}
.user-avatar{
    width: 50px;
}
.post-time{
    float: right;
}
.time-passed{
    float: right;
}
.comment-info{
    padding: 6px;
    border-bottom: 1px solid #ccc;
    background-color: #EC971F;
}
.userpanel-menu{
    list-style: none;
    margin: 0;
    padding: 0;
}
.userpanel-menu li{
    background-color: #eee;
    padding: 5px 10px;
    float: left;
}
.userpanel-menu .active{
    background-color: #2A7FFF;
    color: #fff;
    padding: 5px 10px;
}
.userpanel-menu li a{
    width: 100%;
}
.userpanel-menu .active a{
    color: #fff;
    padding: 5px 10px;
}
.attachments .file{
    float: left;
    margin-right: 10px;
}
.attachments .file img{
    width: 50px;
}
.header-2{
    background: #53BB62;
}
.product-title{
    width: 100%;
    text-align: center;
}
.comment-user-1 a,.comment-user-2 a{
    color: #449D44;
}
.comment-user-3 a{
    color: #C9302C;
}
.top-avatar{
    width: 70px;
}
.header-2 .navy > ul > li > a{
    color: #ddd;
}
.header-2 .navy > ul > li > a:hover{
    color:#ECA91E !important;
}
.has-sub  .active{
    background-color: #32C8DE;
}
.has-sub .active a{
    color:#fff !important;
}
.navy > ul > .active a{
    color:#32C8DE !important;
}
.entry-img{
    border:2px solid #ccc;
}
.btn-default {
  background-color: #fafafa;
  border-color: #ccc;
  color: #333;
}
.panel-divider{
    margin: 20px 0;
    border-bottom: 2px solid #ccc;
}
.main-block{
    min-height: 500px;
}