/*block categories*/
#blog_categories_displayLeftColumn ul.tree {
  padding: 0;
}

#blog_categories_displayLeftColumn ul.tree > li > a {
  color: #727272;
}

#blog_categories_displayLeftColumn ul.tree > li > a:hover {
  color: #669834;
}

#blog_categories_displayLeftColumn li span.grower {
  display: block;
  position: absolute;
  right: 0;
  top: 20px;
  color: #727272;
  cursor: pointer;
  font-family: "FontAwesome";
  font-size: 14px;
  font-weight: 400;
}

#blog_categories_displayLeftColumn li span.grower.OPEN:before,
#blog_categories_displayLeftColumn li span.grower.CLOSE:before {
  content: "\f0d7";
  display: block;
  vertical-align: middle;
  text-align: center;
}

#blog_categories_displayLeftColumn li:hover span.grower {
  color: #669834;
}

#blog_categories_displayLeftColumn li:hover > a {
  color: #669834;
}

#blog_categories_displayLeftColumn li > ul li {
  padding-left: 30px;
}

#blog_categories_displayLeftColumn li span.grower:hover + a,
#blog_categories_displayLeftColumn li span.OPEN + a,
#blog_categories_displayLeftColumn li a:hover,
#blog_categories_displayLeftColumn li a.selected {
  text-decoration: none;
}

/*common style lasted post and comment*/
.blog_lastest_posts li h3,
.blog_comments li h3,
.post_name h3 {
  margin-bottom: 5px;
  text-transform: capitalize;
}

.post_name h3 {
  margin-bottom: 10px;
}

h3 .post_name {
  color: #434343;
  font-family: 'Montserrat', sans-serif;
  font-size: 16px;
}

h3 .post_name:hover {
  color: #669834;
}

.blog_lastest_posts li,
.blog_comments li {
  margin-bottom: 20px;
}

.blog_lastest_posts li.last,
.blog_comments li.last {
  margin-bottom: 0;
}

.blog_lastest_posts li h5 a,
.blog_comments li h5 a {
  position: relative;
  padding-left: 15px;
}

.blog_lastest_posts li h5 a:before,
.blog_comments li h5 a:before {
  font-size: 14px;
  font-family: "FontAwesome";
  position: absolute;
  top: 0;
  left: 0;
  content: "\f0da";
  font-weight: 400;
  color: #7a9c63;
  line-height: 20px;
}

@media (min-width: 992px) {
  #left_column .blog_lastest_posts li > a.img,
  #left_column .blog_comments li > a.img {
    float: left;
    width: 30%;
  }
  #left_column .blog_lastest_posts li > a.img img,
  #left_column .blog_comments li > a.img img {
    max-width: 70px;
    height: auto;
  }
}

#left_column .blog_lastest_posts li .title-lastest-post,
#left_column .blog_comments li .title-lastest-post {
  padding-right: 10px;
}

@media (min-width: 992px) {
  #left_column .blog_lastest_posts li .title-lastest-post,
  #left_column .blog_comments li .title-lastest-post {
    float: left;
    width: 70%;
  }
}

#left_column .blog_lastest_posts li .title-lastest-post h3,
#left_column .blog_comments li .title-lastest-post h3 {
  display: inline-block;
  margin-top: 0;
  font-size: 14px;
}

#left_column .blog_lastest_posts li .title-lastest-post h3 a,
#left_column .blog_comments li .title-lastest-post h3 a {
  font-size: 14px;
}

#left_column .blog_lastest_posts li .title-lastest-post p,
#left_column .blog_comments li .title-lastest-post p {
  color: #bebebe;
  font-size: 13px;
}

#left_column .blog_lastest_posts ul.ul-lastest-post li .title-lastest-post h3 a {
  font-weight: normal;
  font-size: 14px;
}

.cs-blog-border-bottom {
  overflow: hidden;
  border: 1px solid #a2ba92;
  margin-bottom: 5px;
}

.date_add,
.author {
  font-size: 10px;
  margin: 0 0 3px;
  display: block;
  font-size: 12px;
  opacity: 0.7;
  filter: alpha(opacity=70);
}

.author,
#plpost .comment {
  position: relative;
}

.comment {
  margin: 0;
}

#plpost .tag_blog {
  padding: 20px 30px;
  border-top: 1px solid #f0f0f0;
  border-bottom: 1px solid #f0f0f0;
  font-size: 20px;
  color: #434343;
  margin-bottom: 50px;
}

#plpost .tag_blog .title_tag_blog,
#plpost .tag_blog .tag_list {
  display: inline-block;
}

#plpost .tag_blog .title_tag_blog span a,
#plpost .tag_blog .tag_list span a {
  color: #434343;
  margin-left: 10px;
}

#plpost .tag_blog .title_tag_blog span a:hover,
#plpost .tag_blog .tag_list span a:hover {
  color: #669834;
}

/*block comment private*/
.comment_content {
  overflow: hidden;
  margin: 9px 0;
}

/*block tag*/
.blog_tags .block_content {
  text-align: left;
}

.blog_tags .block_content a {
  display: inline-block;
  padding: 5px;
  margin: 0 5px 2px 0;
  text-transform: capitalize;
  transition: all 0.3s ease-in 0s;
  -moz-transition: all 0.3s ease-in 0s;
}

.blog_tags .block_content a:hover {
  background: #000;
  color: #fff;
}

.no_item {
  padding: 0 18px;
}

.cs_liblog .comment {
  display: inline-block;
  padding: 5px 0;
  float: left;
}

.cs_liblog .author {
  float: right;
  padding: 5px 0;
}

ul#product_list.list .cs_liblog .cs_liblog_image {
  padding-left: 0;
}

ul#product_list.list .cs_liblog .cs_liblog_content {
  padding-right: 0;
}

.time-stamp {
  position: absolute;
  top: 20px;
  left: 20px;
  background-color: #000;
  opacity: 0.66;
  padding: 15px 10px;
  display: none;
}

.time-stamp span {
  display: block;
  font-weight: bold;
  font-size: 14px;
  color: #fff;
  text-transform: uppercase;
}

.time-stamp span.time-date {
  font-size: 26px;
  padding-bottom: 5px;
}

#csbloglatestpost {
  overflow: hidden;
  clear: both;
  padding: 60px 0;
  background-size: cover !important;
  background-position: 50% 50%;
  z-index: 0;
}

#csbloglatestpost .cs-item-content {
  border: 1px solid #f0f0f0;
  border-bottom: 1px solid #d8d8d8;
}

.cs-item-content {
  background-color: #fff;
  padding-bottom: 30px;
}

.cs-item-content a.cs-read-more.btn.btn-default {
  background: none;
  border: none;
  color: #669834;
  font-size: 14px;
  padding: 30px 0 0 0;
}

.cs-item-content a.cs-read-more.btn.btn-default:before {
  content: "\f101";
  font-family: "FontAwesome";
  display: inline-block;
  padding-right: 5px;
}

.cs-item-content a.cs-read-more.btn.btn-default:hover, .cs-item-content a.cs-read-more.btn.btn-default:focus, .cs-item-content a.cs-read-more.btn.btn-default:active {
  background: none !important;
  color: #434343;
  outline: transparent;
  box-shadow: none !important;
}

.cs-item-content .cs-bloglastest-right-content {
  padding-left: 30px;
  padding-right: 30px;
}

.cs-item-content .cs-item-content-top {
  position: relative;
}

.cs-item-content .cs-item-content-top:before {
  content: "";
  position: absolute;
  left: 0;
  right: 100%;
  top: 0;
  height: 4px;
  -webkit-transition-property: right;
  transition-property: right;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}

.cs-item-content .cs-item-content-top:after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 4px;
  height: 0;
  -webkit-transition-property: height;
  transition-property: height;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}

.cs-item-content .cs-bloglastest-img {
  position: relative;
  overflow: hidden;
  display: block;
}

.cs-item-content .cs-bloglastest-img:before {
  content: "";
  position: absolute;
  left: 100%;
  right: 0;
  bottom: 0;
  height: 4px;
  -webkit-transition-property: left;
  transition-property: left;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
  z-index: 2;
}

.cs-item-content .cs-bloglastest-img:after {
  content: "";
  position: absolute;
  right: 0;
  bottom: 0;
  width: 4px;
  height: 0;
  -webkit-transition-property: height;
  transition-property: height;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}

.cs-item-content:hover .cs-item-content-top:before {
  background-color: #669834;
  left: 0;
  width: 100%;
  z-index: 1;
}

.cs-item-content:hover .cs-item-content-top:after {
  background-color: #669834;
  height: 100%;
}

.cs-item-content:hover .cs-bloglastest-img:before {
  background-color: #669834;
  left: 0;
}

.cs-item-content:hover .cs-bloglastest-img:after {
  background-color: #669834;
  height: 100%;
}

.rss.rss-blog {
  float: left;
  padding: 3px 15px 0;
}

.content_sortPagiBar .rss a {
  display: inline-block;
  font-size: 0;
  margin-top: 2px;
  text-align: center;
}

.content_sortPagiBar .rss a:after {
  font-family: "FontAwesome";
  content: "\f09e";
  color: white;
  width: 30px;
  height: 30px;
  background-color: #669834;
  display: inline-block;
  border-radius: 50%;
  font-size: 15px;
  border: 1px solid #669834;
  line-height: 30px;
  transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -webkit-transition: all 0.3s ease 0s;
}

#module-csblog-tag #product_list section,
#module-csblog-categoryPost #product_list section {
  box-shadow: 1px 2px 10px #e0e0e0;
  -moz-box-shadow: 1px 2px 10px #e0e0e0;
  -webkit-box-shadow: 1px 2px 10px #e0e0e0;
  display: block;
  overflow: hidden;
}

#product_list.list .cs-item-content .cs-item-content-top {
  float: left;
  width: 40%;
}

#product_list.list .cs-item-content .cs-bloglastest-right-content {
  float: right;
  width: 60%;
}

@media (max-width: 767px) {
  #product_list.list .cs-item-content .cs-bloglastest-right-content {
    float: none;
  }
}

.img_detailblog {
  position: relative;
}

#module-csblog-post .center-blog {
  position: relative;
}

#module-csblog-post .center-blog:after {
  border: 1px solid #f0f0f0;
  border-bottom: 1px solid #d8d8d8;
  position: absolute;
  left: 15px;
  right: 15px;
  top: 0;
  display: block;
  height: 100%;
  content: "";
  z-index: 0;
}

.pl_comment_form.blog_block,
#plpost,
.related_posts.blog_block,
.out_related_products.blog_block,
.blog-comment-list,
.pl_comment_form.blog_block {
  position: relative;
  z-index: 1;
}

.out_related_products.blog_block h3.title {
  padding-left: 30px;
}

.content-blog-detail {
  padding: 30px;
}

.content-blog-detail .name_detail {
  font-size: 20px;
  font-weight: bold;
}

.content-blog-detail .name_detail {
  margin-top: 0;
  margin-bottom: 20px;
}

.content-blog-detail .plpost_content {
  color: #a1a1a1;
  line-height: 20px;
}

.related_posts.blog_block h3.title {
  padding-left: 30px;
  color: #666666;
}

.related_posts.blog_block .owl-item {
  padding: 15px;
}

ul.blog_content li {
  box-shadow: 1px 2px 10px #e0e0e0;
  -moz-box-shadow: 1px 2px 10px #e0e0e0;
  -webkit-box-shadow: 1px 2px 10px #e0e0e0;
}

ul.blog_content li .content {
  padding: 30px;
}

ul.blog_content li .content .post-name h3 a {
  font-family: 'Raleway', sans-serif;
  color: #434343;
  font-size: 16px;
  font-weight: normal;
}

ul.blog_content li .content .post-name h3 a:hover {
  color: #669834;
}

ul.blog_content li .content .readmore a {
  background: none;
  border: none;
  color: #669834;
  font-size: 14px;
  padding: 30px 0 0 0;
}

.blog-comment-list h3.title,
.blog_block h3.title {
  font-size: 20px;
  text-transform: uppercase;
  color: #000000;
}

.blog-comment-list ul.blog_content li.item-related-post,
.blog_block ul.blog_content li.item-related-post {
  margin-top: 30px;
  padding-top: 30px;
  border-top: 1px solid #e5e5e5;
  color: #a1a1a1;
}

.blog-comment-list ul.blog_content li.item-related-post:nth-of-type(1),
.blog_block ul.blog_content li.item-related-post:nth-of-type(1) {
  border-top: none;
  margin-top: 30px;
  padding-top: 0;
}

.blog-comment-list ul.blog_content li.item-related-post h3,
.blog_block ul.blog_content li.item-related-post h3 {
  margin-top: 0;
}

.blog-comment-list ul.blog_content li.item-related-post h3 .post-name,
.blog_block ul.blog_content li.item-related-post h3 .post-name {
  font-family: 'Raleway', sans-serif;
  font-weight: 500;
}

.blog-comment-list ul.blog_content li.item-related-post h3 .post-name a,
.blog_block ul.blog_content li.item-related-post h3 .post-name a {
  color: #434343;
}

.blog-comment-list ul.blog_content li.item-related-post h3 .post-name a:hover,
.blog_block ul.blog_content li.item-related-post h3 .post-name a:hover {
  color: #669834;
}

.related_posts.blog_block ul.blog_content li.item-related-post:nth-of-type(1) {
  margin-top: 0;
  position: relative;
}

.post-date-add {
  display: inline-block;
  margin-right: 30px;
  margin-bottom: 10px;
}

.post-date-add:before {
  content: "\f1da";
  font-family: "FontAwesome";
  font-size: 11px;
  margin-right: 3px;
  display: inline-block;
}

.post-author {
  display: inline-block;
  color: #669834;
  font-size: 13px;
  font-weight: bold;
}

.post-author:before {
  content: "\f007";
  font-family: "FontAwesome";
  font-size: 11px;
  margin-right: 3px;
  display: inline-block;
}

.blog-comment-list,
.pl_comment_form.blog_block {
  padding: 30px;
}

#cs_section_product_list .box-button-container {
  display: none;
}

#module-csblog-post .cs-item .cs-product {
  min-height: 320px;
  padding-bottom: 15px;
  float: left;
  border: 1px solid #f0f0f0;
  position: relative;
  width: 100%;
}

#module-csblog-post .cs-item .cs-product:after {
  position: absolute;
  border-bottom: 1px solid #d8d8d8;
  content: "";
  width: 100%;
  height: 1px;
  display: block;
  bottom: 0px;
  left: 0;
}

#module-csblog-post .cs-item .cs-product .product-image {
  background: white;
  display: block;
  margin-bottom: 11px;
}

#module-csblog-post .cs-item .cs-product .product-image img {
  max-width: 100%;
  width: 100%;
  height: auto;
}

#module-csblog-post .cs-item .cs-product .product-info {
  padding: 10px 15px;
  display: block;
  clear: both;
}

#module-csblog-post .cs-item .cs-product .product-info .product-title, #module-csblog-post .cs-item .cs-product .product-info .content_price, #module-csblog-post .cs-item .cs-product .product-info .comments_note {
  width: 50%;
}

#module-csblog-post .cs-item .cs-product .product-info .content_price, #module-csblog-post .cs-item .cs-product .product-info .comments_note {
  text-align: right;
  float: right;
}

#module-csblog-post .cs-item .cs-product .product-info .product-title {
  float: left;
  text-align: left;
}

#module-csblog-post .cs-item .cs-product .product-info .product-title .category-name {
  color: #a1a1a1;
  font-style: italic;
  font-size: 13px;
  font-weight: normal;
  text-transform: capitalize;
}

#module-csblog-post .cs-item .cs-product .product-info .product-title h5 {
  margin-top: 0;
}

#module-csblog-post .cs-item .cs-product .product-info .price_display, #module-csblog-post .cs-item .cs-product .product-info .comments_note {
  float: right;
  text-align: right;
  margin-bottom: 5px;
}

#module-csblog-post .cs-item .cs-product .product-info .price_display .price, #module-csblog-post .cs-item .cs-product .product-info .comments_note .price {
  font-size: 16px;
  font-weight: bold;
}

.blog-comment-list {
  color: #a1a1a1;
  font-size: 14px;
  line-height: 22px;
}

.blog-comment-list .author-comment {
  color: #666666;
  text-transform: capitalize;
}

.blog-comment-list .comment-content {
  margin-top: 10px;
  margin-bottom: 10px;
}

.blog-comment-list .comment-item {
  margin-bottom: 20px;
  padding-bottom: 20px;
  border-bottom: 1px solid #e5e5e5;
}

.blog-comment-list .comment-item.last {
  margin-bottom: 0;
  padding-bottom: 0;
  border-bottom: none;
}

.pl_comment_form.blog_block .blog_content {
  margin-top: 20px;
}

.pl_comment_form.blog_block label {
  color: #666666;
}

.pl_comment_form.blog_block p.submit a.exclusive_large {
  border: 1px solid  #ccc;
  color: #434343;
  height: 40px;
  line-height: 40px;
  min-width: 130px;
  max-width: 100%;
  display: inline-block;
  text-align: center;
  padding: 0;
  text-transform: uppercase;
}

.pl_comment_form.blog_block p.submit a.exclusive_large:hover {
  color: #669834;
  border-color: #669834;
}

#left_column #categories_block_left ul li,
#left_column #csblocknewproducts_sidebar ul li,
#left_column #blog_categories_displayLeftColumn ul li,
#left_column #blog_comments_displayLeftColumn ul li {
  padding-top: 10px;
  margin-top: 10px;
  margin-bottom: 15px;
  border-top: 1px solid #e5e5e5;
  position: relative;
}

#left_column #categories_block_left ul li h3,
#left_column #csblocknewproducts_sidebar ul li h3,
#left_column #blog_categories_displayLeftColumn ul li h3,
#left_column #blog_comments_displayLeftColumn ul li h3 {
  margin-top: 0;
}

#left_column #blog_categories_displayLeftColumn ul li {
  margin-top: 15px;
  padding-top: 15px;
}

#left_column #blog_comments_displayLeftColumn ul li {
  border-top-style: dotted;
}

#left_column #blog_comments_displayLeftColumn .block_content {
  margin-bottom: 30px;
}

#left_column #blog_comments_displayLeftColumn ul li:first-child {
  padding-top: 0;
  margin-top: 0;
  border: none;
}

.title-lastest-post {
  float: left;
}

ul.ul-lastest-post li a.img {
  float: left;
  display: block;
}

#blog_lastest_posts_displayLeftColumn ul.ul-lastest-post li {
  display: block;
  clear: both;
  overflow: hidden;
  margin-bottom: 30px;
}

#blog_lastest_posts_displayLeftColumn ul.ul-lastest-post li.last {
  margin-bottom: 0;
}

#module-csblog-categoryPost .content_sortPagiBar {
  margin-bottom: 30px;
}
