/*
Theme Name: Heaven's Light
Theme URI: 
Author: Sudipta Chakraborti
Author URI: 
Description: 
Version: 1.0
*/


.field_error {
	color: red;
	font-size: 14px;
}
.ajax_success {
  color: #32ab00;
  font-size: 20px;
}
.ajax_error {
  color: red;
  font-size: 20px;
}


img.alignleft {
    float: left;
    margin: 10px 10px 10px 0;
}
img.alignright {
    float: right;
    margin: 10px 0px 10px 10px;
}



#comments .comment-list {
  list-style: none;
  padding-left: 0;
}
#comments .comment-list ol {
  list-style: none;
  padding-left: 0;
}
#comments .comment-list li.comment {
  position: relative;
  margin-top: 20px;
  margin-bottom: 20px;
}
#comments .comment-list li p:after {
  clear: both;
  display: block;
  content: '';
}
#comments .comment-list li .commentmetadata {
  padding-bottom: 6px;
  font-size: 12px;
  position: absolute;
  right: 0;
  top: 13px;
}
#comments .comment-list li.comment li.comment {
  margin-top: 20px;
  margin-bottom: 20px;
  margin-left: 40px;
}
.comment-author {
  padding-bottom: 6px;
}
.comment-author img {
  margin-right: 6px;
}
.comment-body {
  position: relative;
  padding-bottom: 30px;
}
.depth-3 .comment-body {
  padding-bottom: 10px;
  border-bottom: 1px solid #9c8b47;
}
#comments .comment-list .reply {
    position: absolute;
    left: 0;
    right: 0;
    border-bottom: 1px solid #9c8b47;
    text-align: right;
    padding-bottom: 4px;
    margin-top: -10px;
}
#commentform p {
  margin-bottom: 20px;
}
#respond #reply-title {
  font-size: 22px;
  margin: 0 0 12px 0;
}
#comments .comment-list .reply a {
  display: inline-block;
  padding: 6px 12px;
  line-height: 1.42857143;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  -ms-touch-action: manipulation;
  touch-action: manipulation;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  background-image: none;
  border: none;
  border-radius: 4px;
  color: #fff;
}
#comments .comment-list .reply a {
  background-color: #940909;
  text-shadow: none;
}
#comments .comment-list .reply a:hover {
  background-color: #2570bd;
}


.sorter .short-by select { 
  width: 160px;
}
.product-view-area .short-description {
  border-top: none;
}


@media only screen and (min-width: 768px) {
  
}

@media only screen and (min-width: 1200px) and (max-width: 1600px) {
  
}
@media only screen and (max-width: 767px) {
  
}


/*===============================================================================================*/
.as_menu > ul > li.current-menu-item > a:before {
  width: 29px;
}
.as_menu ul li.current-menu-item a {
  color: #ffffff;
}
.hvn_content ul {
  list-style: none;
  padding-left: 0;
}
.hvn_content ul li {
  background: url(images/sun_bullet.svg) left top 7px no-repeat;
  padding: 4px 0 8px 34px;
  background-size: 25px;
}
.as_service_box .as_icon img {
  width: 60px;
}
.as_loader {
  z-index: 9999;
}