.news-page__image{margin-bottom:20px;}
.news-page__image img{border-radius:3px}

/* Neoseo BLOG Start */
.list-group-item.active {color:#444444;font-weight: 600;}
.article-module__item{display:flex;flex-direction:column;margin:0 0 20px;padding:0}
.article-module__image img{max-height:200px;border-radius:4px 4px 0 0;cursor:pointer;object-fit:cover}
.article-module__category-date-viewed {display:flex;align-items:center;margin:0 0 10px;color:#888;font-size:.85em}
.article-module__description{display:flex;flex-direction:column;flex:1 1 auto;padding:15px}
.article-module__date, .article-module__viewed{margin:0 15px 0 0}
.article-module__viewed {flex:0 0 auto}
.article-module__date .fa, .article-module__viewed .fa {margin:0 5px 0 0;font-size:.9em}
.article-module__name{display:block;margin:0 0 10px;font-weight:500}
.article-module__text, .article-desription {font-size:.95em}

.article-list{display:flex;flex-wrap:wrap;margin-bottom:10px}
.article-list__layout{display:flex}
.article-list__item{margin:0 0px 20px;padding:0}
.article-list__image img{border-radius:3px 3px 0 0;cursor:pointer}
.article-list__category-date-viewed {display:flex;align-items:center;margin:0 0 10px;color:#888;font-size:.85em}
.article-list__date, .article-list__viewed{margin:0 15px 0 0}
.article-list__date .fa, .article-list__viewed .fa {margin:0 5px 0 0}
.article-list__name {display:block;margin:0 0 10px;font-weight:500}
.article-list__description {padding:15px}
.article-list__text{line-height:1.5em;font-size:.95em}

.article-page{margin:0 0 30px}
.article-page__image{float:left;margin:0 15px 10px 0;width:30%}
.article-page__image img{border-radius:3px}
.article-page__description{margin:30px 0;line-height:1.5em}
.article-page__posted{text-align:right;font-size:.95em;color:#888}
.article-page__posted .fa-eye{margin:0 5px 0 0}
.article-page__posted .fa-calendar{margin:0 5px 0 15px}
.article-page ol, .article-page ul {display:inline-block;padding:0 0 0 15px;clear:both}


#blog-search {
  border: 1px solid #ccc;
  margin-bottom: 5px;
}
#blog-search > .form-control {
  border: none;
  border-right: 1px solid #ccc;
}
#blog-search > .input-group-btn, #blog-search #button-search {
  height: 100%;
  background: #ececec;
  padding: 2px 9px 2px;
  color: #747474;
}

.related-products-container {
  display: flex;
  flex-wrap: wrap;
  padding: 0 5px;
}
.related-products-container .related-products-grid {
  margin-bottom: 15px;
}
.related-products-container .related-products-grid .product-thumb {
  background: #fff;
  border: 1px solid #fff;
  margin: 5px -10px;
  padding: 10px;
}
.related-products-container .related-products-grid .product-thumb h4 {
  font-weight: 600;
  font-size: 16px;
  text-align: center;
  height: 37px;
  overflow: hidden;
}
.related-products-container .related-products-grid .product-thumb h4 > a {
  color: #000;
}
.related-products-container .related-products-grid .product-thumb .price {
  font-size: 18px;
  text-align: center;
  min-height: 20px;
}

#related_articles {
  padding: 0 5px;
}

.related-products-column .product-thumb {
  padding: 10px 0;
  margin: 0;
  display: flex;
  border: none;
  border-bottom: 1px solid #EEE;
}
.related-products-column .product-thumb .image {
  margin-right: 10px;
  width: 75px;
}
.related-products-column .product-thumb .quickview {
  display: none;
}
.related-products-column .product-thumb .quickview > * {
  display: none;
}
.related-products-column .product-thumb .caption {
  min-height: auto;
  padding: 0;
  flex-basis: calc(100% - 85px);
  
}
.related-products-column .product-thumb h4 {
  font-weight: 400;
  font-size: 16px;
}
.related-products-column .product-thumb h4 > a {
  color: #000;
}
.related-products-column .product-thumb h4 > a:hover {
  color: #000;
}
.related-products-column .product-thumb h4 .price {
  color: #000;
  font-size: 16px;
  text-align: center;
  min-height: 20px;
}

@media (max-width: 1199px) {
  .related-products-container .related-products-grid .product-thumb .price {
    font-size: 16px;
    text-align: center;
    min-height: 20px;
  }

  .related-products-column .product-thumb {
    align-items: center;
    flex-direction: column;
  }
  .related-products-column .product-thumb .caption {
    width: 100%;
    text-align: center;
  }
}
#button-comment:hover {
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.5);
  opacity: 0.94;
}

@media (max-width: 767px) {
  .article-thumb {
    display: flex;
    flex-direction: column !important;
  }

  .product-layout .news .image img {
    width: 100%;
  }

  #form-comment.with-captcha #button-comment {
    bottom: -5px;
  }
}
.comment-reply-link {
  color: #ffffff;
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
	background-color: #229ac8;
	background-image: linear-gradient(to bottom, #23a1d1, #1f90bb);
	background-repeat: repeat-x;
	border-color: #1f90bb #1f90bb #145e7a;
}
.comment-reply-link:hover {
  background-color: #1f90bb;
	background-position: 0 -15px;
  color: #fff;
}

.entry-meta {
  padding: 0 0 6px;
  margin-top: 0;
  display: flex;
}
.entry-meta a {
  font-size: 12px;
  color: #000;
}
.entry-meta a:hover {
  text-decoration: underline;
}
.entry-meta .fa {
  font-size: 15px;
  margin-right: 2px;
}
.entry-meta span {
  font-size: 12px;
  display: inline-block;
  margin-bottom: 5px;
  color: #595959;
}

@media (max-width: 1199px) and (min-width: 768px) {
  .entry-meta span {
    font-size: 12px;
  }
}
.row.article-block {
  margin-bottom: 30px;
}

.common-home .row.article-block .product-layout {
  padding-left: 0;
  padding-right: 0;
}



.blog-content .product-grid .caption,
.article-block .product-thumb .caption, .article-block .article-thumb .caption {
  margin-top: 0;
}

.article-block .product-layout .product-thumb, .article-block .product-layout .product-thumb:hover, .article-block .product-layout .article-thumb, .article-block .product-layout .article-thumb:hover {
  padding: 10px 0;
  margin: 0;
  border-bottom: 1px solid #EEE;
}

.product-block .product-thumb .caption {
  min-height: 140px;
  position: relative;
}

.product-layout .entry-meta {
  display: block;
}

.product-layout .entry-meta .entry-date {
  display: block;
}

/* Blog - comments */
.comment-body {
  background-color: #fff;
  margin: 0;
  overflow: hidden;
  padding: 20px 10px;
  position: relative;
  border-radius: 0;
}
.comment-body .comment-content {
  padding: 0 0 15px;
  font-size: 13px;
  line-height: 1.25;
  word-wrap: break-word;
}
.comment-body .comment-top {
  display: flex;
}
.comment-body .comment-top .comment-meta {
  padding-bottom: 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 50%;
}
.comment-body .comment-top .comment-meta .comment-author {
  padding-right: 15px;
  width: 50%;
}
.comment-body .comment-top .comment-meta .comment-author::after {
  content: '';
  width: 2px;
  height: 25px;
  display: block;
  background: white;
  position: absolute;
  left: 25%;
  top: 18px;
  border-radius: 3px;
  box-shadow: 0 0 1px 1px #bbbaba;
}
.comment-body .comment-top .comment-meta .comment-date {
  width: 50%;
  padding-left: 10px;
  position: relative;
  top: -2px;
}
.comment-body .comment-top .comment-rating {
  display: flex;
  width: 50%;
  justify-content: flex-end;
}
.comment-body .comment-top .comment-rating span {
  position: relative;
  margin-right: 5px;
  font-size: 16px;
}
.comment-body .comment-middle {
  display: flex;
}
.comment-body .comment-middle .comment-quot {
  display: flex;
  width: 10%;
  font-size: 108px;
  color: #eee;
  padding-top: 38px;
}
.comment-body .comment-middle .comment-content {
  padding: 21px 15px 15px 0;
  display: flex;
  width: 90%;
  color: #000;
}
.comment-body .comment-bottom {
  display: flex;
  justify-content: flex-end;
}
.product-thumb__rating {
  margin:0;
}
.product-thumb__rating .fa-stack {
  color: #fea900;
  font-weight: 900;
  font-size:0.8em;
  width: 1.5em;
}

.product-thumb__rating .fa-stack-2x {
  font-size: 1em;
}

@media (max-width: 991px) {
  .comment-body .comment-left {
    width: 26%;
  }

  .comment-body .comment-right {
    width: 73%;
  }
}
@media (max-width: 767px) {
  .comment-body .comment-left {
    width: 25%;
  }

  .comment-body .comment-right {
    width: 74%;
  }
}
@media (max-width: 480px) {
  .comment-body .comment-left {
    width: 100%;
    margin-bottom: 15px;
  }

  .comment-body .comment-right {
    width: 100%;
  }
}
.comment-author {
  font-size: 12px;
  text-transform: uppercase;
  font-weight: 700;
  margin-bottom: 5px;
}

.comment-date {
  font-size: 12px;
  line-height: 16px;
  margin-bottom: 5px;
  margin-top: 5px;
  opacity: 0.8;
}

.comment-children {
  margin-left: 0;
  padding-left: 40px;
}
.comment-children .comment-body {
  background: #ededed;
  border-radius: 3px;
  margin-bottom: 10px;
}
.comment-children .comment-left {
  margin-bottom: 20px;
}
.comment-children .comment-meta {
  display: flex;
}
@media (max-width: 414px) {
  .comment-children .comment-meta {
    flex-direction: column;
  }
}
.comment-children .comment-meta > div {
  margin: 0;
}
.comment-children .comment-meta .comment-author {
  padding-right: 15px;
  width: 130px;
}
@media (max-width: 414px) {
  .comment-children .comment-meta .comment-author {
    margin-bottom: 10px;
  }
}
.comment-children .comment-meta .comment-author::after {
  content: '';
  width: 2px;
  height: 25px;
  display: block;
  background: white;
  position: absolute;
  left: 120px;
  top: 18px;
  border-radius: 3px;
  box-shadow: 0 0 1px 1px #bbbaba;
}
@media (max-width: 414px) {
  .comment-children .comment-meta .comment-author::after {
    display: none;
  }
}

@media (min-width: 768px) and (max-width: 1199px) {
  .comment-author {
    font-size: 12px;
  }

  .comment-date {
    font-size: 10px;
  }
}
#form-comment #input-captcha {
  margin-right: 20px;
  width: 50%;
  float: left;
}
#form-comment .buttons {
  display: inline-block;
  margin: 0;
  margin-bottom: 4px;
}
#form-comment .comment-captcha label {
  width: 100%;
  text-align: left;
}
#form-comment .comment-captcha .col-sm-10 {
  clear: left;
}
#form-comment.with-captcha #button-comment {
  position: relative;
  bottom: -30px;
}

#form-comment .paginator {
  padding-bottom: 15px;
}

#reply-remove {
  white-space: nowrap;
}

.article-block.arbs .product-thumb .entry-meta span {
  font-size: 11px;
}

.article-block.arbs .product-thumb .entry-meta span .fa {
  font-size: 12px;
  margin-right: 1px;
}

@media (max-width: 1199px) {
  .paginator > div {
    float: none;
    width: 100%;
    text-align: left;
  }

  .paginator .text-left {
    position: relative;
    top: -5px;
  }
}
.row.actik {
  padding-top: 5px;
}

@media (max-width: 1199px) {
  .row.actik {
    font-size: 13px;
    line-height: 1.25;
  }
}
@media (max-width: 991px) {
  .row.actik {
    line-height: 1.2;
  }
  .row.actik img {
    float: none;
    width: auto;
    max-width: 100%;
    display: block;
  }
}
.wrapps.asb-wrap {
  padding-top: 0;
}

.aticle-body {
  color: #000;
}
.aticle-body ul, .aticle-body ol {
  padding-left: 0;
  margin-top: 15px;
  margin-bottom: 15px;
}
.aticle-body li {
  margin-left: 30px;
  margin-bottom: 5px;
  margin-top: 5px;
}
.aticle-body img {
  max-width: 100%;
  margin-bottom: 8px;
  margin-top: 8px;
}

#form-comment #input-review + .help-block {
  font-size: 12px;
  margin-bottom: 14px;
}

.articles-top {
  margin-bottom: 20px;
  padding: 25px 20px;
  background: #fff;
  border: 1px solid #fff;
  min-height: 175px;
}
.articles-top h2 {
  font-size: 33px;
}
.articles-top p {
  color: #000;
}
.articles-top a.moreLink {
  text-transform: uppercase;
  color: #eee;
  font-size: 15px;
  text-align: center;
  background: linear-gradient(to top, white 46%, rgba(125, 185, 232, 0) 100%);
  width: 100%;
}

.articles-bottom {
  padding: 10px;
  background: #fff;
  border: 1px solid #fff;
}

.article-block .article-layout .news {
  overflow: hidden;
  margin: 0px -10px 10px;
  background: #fff;
  border: 1px solid #fff;
}
.article-block .article-layout .news > a {
  color: #000;
}
.article-block .article-layout .news .image {
  padding: 2px 2px 0 2px;
}
.article-block .article-layout .news .image > a > img {
  width: 100%;
  margin: 0 auto;
}
.article-block .article-layout .news .caption {
  height: auto;
  padding: 10px;
  overflow: hidden;
}
.article-block .article-layout .news .caption h4 a {
  color: #000;
  text-transform: uppercase;
}
.article-block .article-layout .news .caption .entry-meta {
  height: 24px;
}
.article-block .article-layout .news .caption .entry-meta .entry-date {
  width: 50%;
}
.article-block .article-layout .news .caption .entry-meta .rating-container {
  position: relative;
  top: -3px;
  width: 50%;
  display: flex;
  justify-content: flex-end;
}
.article-block .article-layout .news .caption .entry-meta .rating-container .rating {
  margin-right: 0;
}
.article-block .article-layout .news .caption h4 {
  height: 36px;
  text-transform: uppercase;
  overflow: hidden;
  font-weight: bold;
}
.article-block .article-layout .news .caption p {
  opacity: 0.8;
  color: #000;
  overflow: hidden;
  padding: 10px 0;
  height: 170px;
}
.article-block .article-layout .news .caption .post-info {
  padding: 10px 0 0 10px;
  width: 130px;
  display: flex;
  border-top: 1px solid #e1e1e1;
  color: #000;
}
.article-block .article-layout .news .caption .post-info .entry-views {
  margin-right: 15px;
}
.article-block .article-layout .news .caption .post-info .entry-views i {
  margin-right: 10px;
}
.article-block .article-layout .news .caption .post-info .entry-comments-link i {
  margin-right: 10px;
}
.article-block .article-layout .news:hover .image > a img {
  outline: 2px solid #eee;
}

@media (max-width: 1199px) {
  .article-block .article-layout .news .caption .entry-meta {
    height: 44px;
    flex-direction: column;
  }
  .article-block .article-layout .news .caption .entry-meta .entry-date {
    width: 100%;
    text-align: center;
  }
  .article-block .article-layout .news .caption .entry-meta .rating-container {
    width: 100%;
    justify-content: center;
  }
}
@media (max-width: 991px) {
  .article-block .article-layout .news .caption .entry-meta {
    height: auto;
    flex-direction: row;
  }
  .article-block .article-layout .news .caption .entry-meta .entry-date {
    width: 50%;
    text-align: left;
  }
  .article-block .article-layout .news .caption .entry-meta .rating-container {
    width: 50%;
    justify-content: flex-end;
  }
}
@media (max-width: 400px) {
  .article-block .article-layout .news .caption .entry-meta {
    flex-direction: column;
  }
  .article-block .article-layout .news .caption .entry-meta .entry-date {
    width: 100%;
    text-align: center;
  }
  .article-block .article-layout .news .caption .entry-meta .rating-container {
    width: 100%;
    justify-content: center;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .article-block .article-layout .news .caption {
    height: auto;
  }
}
@media (max-width: 767px) {
  .article-layout-posts .news {
    margin: 0px -11px 10px;
  }
  .article-layout-posts .news > a {
    color: #000;
  }
  .article-layout-posts .news .image > a > img {
    margin: 0 auto;
  }
  .article-layout-posts .news .caption {
    padding: 10px;
    overflow: hidden;
  }
  .article-layout-posts .news .caption a {
    color: #000;
  }
  .article-layout-posts .news .caption p {
    overflow: hidden;
    height: 139px;
    padding: 10px 0;
  }
  .article-layout-posts .news .caption h4 {
    margin-top: 5px;
    height: 40px;
    overflow: hidden;
  }
}
@media (max-width: 480px) and (min-width: 391px) {
  .article-block .article-layout .news {
    font-size: 12px;
  }
  .article-block .article-layout .news .h4 {
    font-size: 14px;
  }
  .article-block .article-layout .news .caption {
    height: auto;
  }
}
@media (max-width: 390px) {
  .article-block .article-layout .news {
    font-size: 12px;
  }
  .article-block .article-layout .news .h4 {
    font-size: 14px;
  }
  .article-block .article-layout .news .caption {
    height: auto;
  }
}
.item > div {
  padding-left: 15px;
}

.testimonial-container {
  transition: 0.5s;
  text-align: center;
  padding: 40px 10px 10px 10px;
  height: auto;
  line-height: 2;
}
.testimonial-container hr {
  margin-top: 0;
}

.btn-post {
  transition: 0.5s;
  border-radius: 5px;
  background: #eee;
  padding: 5px 10px;
  color: #888;
  border: none;
}
.btn-post:hover {
  color: #444;
  background: #ddd;
}

.reviewer-name {
  color: #000;
  font-weight: bold;
  margin-right: 5px;
}
.reviewer-name:hover {
  color: #000;
  text-decoration: underline;
}

.admin-block {
  text-indent: 10px;
}
.admin-block .admin-name {
  color: #000;
  font-weight: bold;
  margin-right: 5px;
}
.admin-block .admin-name:hover {
  color: #000;
  text-decoration: underline;
}
.admin-block .admin-name i {
  margin-right: 5px;
}
.admin-block .admin-description {
  text-indent: 48px;
}

.entry-category-link {
  display: flex;
  height: auto;
  overflow: hidden;
}
.entry-category-link i {
  margin-right: 5px;
}

.article-thumb .image > a > img {
  display: block;
  max-width: 200px;
  width: auto;
  height: auto;
  margin: 0 10px 10px 0;E
}

.article-thumb > .images > a > img {
  max-width: 300px;
  height: auto;
}

.news-list__name {
  font-size: 1.2em;
}

@media (max-width: 991px) {
  .article-thumb .image > a > img {
    display: block;
    max-width: 200px;
    width: auto;
    height: auto;
    margin-right: auto;
    margin-left: auto;
  }
}
@media (min-width: 992px) {
  .article-thumb .image {
    flex: 0 0 75px;
    margin-right: 15px;
  }
}
@media (min-width: 992px) {
  .article-thumb .image > a > img {
    max-width: 100%;
  }
}
.article-thumb {
  transition: 0.1s ease-in-out;
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  background: #fff;
  opacity: 1;
}

.article-thumb .descripts {
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  line-height: 1.3em;
  height: 3.9em;  
}
.article-search-container {
  transition: 0.1s ease-in-out;
  display: flex;
  flex-direction: column;
  padding: 10px 10px 5px 10px;
  background: #fff;
  opacity: 1;
  border: 1px solid #fff;
  margin: 0 0 10px;
  color: #000;
}
.article-search-container .buttons.clearfix {
  width: 96%;
  margin: 0 auto !important;
}
.article-search-container .entry-meta span, .article-search-container .entry-meta i {
  color: #000;
}

.blog-content .module {
  margin: 0;
}

.article-post {
  transition: 0.1s ease-in-out;
  display: flex;
  flex-direction: column;
  background: #fff;
  opacity: 1;
  border: 1px solid #fff;
  margin: 0 0 10px;
  color: #000;
}
.article-post h2 {
  font-size: 33px;
}
.article-post .entry-meta {
  display: flex;
  flex-direction: column;
}
.article-post .entry-meta_top {
  margin-bottom: 5px;
}
.article-post .entry-meta_top .entry-date {
  border-right: 1px solid #000;
  padding-right: 10px;
  margin-right: 10px;
  color: #000;
}
.article-post .entry-meta_top .entry-author {
  color: #000;
}
.article-post .entry-meta_top .entry-author a {
  color: #000;
}
.article-post .entry-meta_top .entry-author a:hover {
  color: #000;
}
.article-post .entry-meta_bottom {
  font-weight: bold;
}
.article-post .entry-meta_bottom i {
  font-weight: bold;
}

.costumer-comments {
  background: #fff;
  padding: 15px 15px 0 15px;
}
.costumer-comments .form-horizontal .costumer-form {
  background: #ececec;
  margin: 0 -15px;
  padding: 10px 30px;
}
.costumer-comments .form-horizontal .costumer-form #comment_write {
  font-weight: bold;
  margin: 20px 0 40px;
  text-transform: uppercase;
}
.costumer-comments .form-horizontal .costumer-form .customer-info {
  display: flex;
}
.costumer-comments .form-horizontal .costumer-form .customer-info .control-label {
  width: 20%;
  text-align: left;
}
.costumer-comments .form-horizontal .costumer-form .customer-info .form-control {
  width: 80%;
}
.costumer-comments .form-horizontal .costumer-form .customer-comment {
  display: flex;
}
.costumer-comments .form-horizontal .costumer-form .customer-comment .control-label {
  display: flex;
  width: 20%;
  text-align: left;
}
.costumer-comments .form-horizontal .costumer-form .customer-comment .form-control {
  width: 80%;
}
.costumer-comments .form-horizontal .costumer-form .costumer-form-submit {
  display: flex;
  flex-direction: column;
  padding-left: 21%;
}

.articles-layout {
  padding: 5px 5px 5px 9px;
}
.articles-layout .article-thumb .images {
  margin-right: 20px;
}
.articles-layout .article-thumb .entry-meta {
  color: #000;
}
.articles-layout .article-thumb .entry-meta .entry-date {
  border-right: 1px solid #000;
  padding-right: 10px;
  margin-right: 10px;
}
.articles-layout .article-thumb .entry-meta .entry-author a {
  color: #000;
}
.articles-layout .article-thumb .entry-meta .entry-author a:hover {
  color: #000;
}
.articles-layout .article-thumb .caption p {
  color: #000;
}
.articles-layout .article-thumb .caption .caption-bottom {
  display: flex;
  align-items: center;
  margin: 20px 0;
  justify-content: space-between;
}
.articles-layout .article-thumb .caption .caption-bottom ._left {
  display: flex;
}
.articles-layout .article-thumb .caption .caption-bottom ._left .button_more {
  padding: 7.5px 12px;
	font-size: 12px;
	border: 1px solid #cccccc;
	border-radius: 4px;
	box-shadow: inset 0 1px 0 rgba(255,255,255,.2), 0 1px 2px rgba(0,0,0,.05);
  color: #ffffff;
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
	background-color: #229ac8;
	background-image: linear-gradient(to bottom, #23a1d1, #1f90bb);
	background-repeat: repeat-x;
	border-color: #1f90bb #1f90bb #145e7a;
}
.articles-layout .article-thumb .caption .caption-bottom ._left .button_more:hover:hover {
  background-color: #1f90bb;
	background-position: 0 -15px;
  color: #fff;
}

.articles-layout .article-thumb .caption .caption-bottom ._right {
  display: flex;
  width: 280px;
  justify-content: space-between;
  padding-right: 20px;
}
.articles-layout .article-thumb .caption .caption-bottom ._right .rating-container {
  top: -4px;
  position: relative;
}
.articles-layout .article-thumb .caption .caption-bottom ._right .entry-views, .articles-layout .article-thumb .caption .caption-bottom ._right .entry-comments-link {
  color: #000;
}
.articles-layout .article-thumb .caption .caption-bottom ._right .entry-views i, .articles-layout .article-thumb .caption .caption-bottom ._right .entry-comments-link i {
  margin-right: 5px;
}

@media (max-width: 767px) {
  .article-thumb > .images > a > img {
    max-width: 100%;
  }
  .news-list__name {
    margin: 10px 0 5px 0!important;
  }
  .news-list__category-date-viewed {
    margin:0;
  }
  .comment-top {
    flex-direction: column;
  }
  .comment-top .comment-meta {
    width: 100% !important;
  }
  .comment-top .comment-meta .comment-author::after {
    left: 50% !important;
  }
  .comment-top .comment-rating {
    margin-top: 10px;
    width: 100% !important;
    justify-content: flex-start !important;
  }

  .costumer-comments .form-horizontal .customer-info {
    display: flex;
    flex-direction: column;
  }
  .costumer-comments .form-horizontal .customer-info .control-label {
    width: 100% !important;
    text-align: left;
    margin-bottom: 20px;
  }
  .costumer-comments .form-horizontal .customer-info .form-control {
    width: 100% !important;
  }
  .costumer-comments .form-horizontal .customer-comment {
    display: flex;
    flex-direction: column;
  }
  .costumer-comments .form-horizontal .customer-comment .control-label {
    width: 100% !important;
    text-align: left;
    margin-bottom: 20px;
  }
  .costumer-comments .form-horizontal .customer-comment .form-control {
    width: 100% !important;
  }
  .costumer-comments .form-horizontal .costumer-form-submit {
    display: flex;
    flex-direction: column;
    padding-left: 0 !important;
  }
}
@media (max-width: 550px) {
  .comment-quot {
    display: none !important;
  }

  .articles-layout .article-thumb .caption .caption-bottom {
    flex-direction: column;
  }
  .articles-layout .article-thumb .caption .caption-bottom ._left {
    width: 100%;
    justify-content: center;
    order: 2;
  }
  .articles-layout .article-thumb .caption .caption-bottom ._right {
    width: 100%;
    justify-content: space-between;
    padding: 10px 20px 20px;
    order: 1;
  }
}
.side-module .blog-category {
  padding-top: 15px;
  /* list group */
}
.side-module .blog-category .blog-category-button {
  display: flex;
  justify-content: space-between;
  padding: 5px 30px 5px 10px;
  align-items: center;
  height: 46px;
}
.side-module .blog-category .blog-category-button h3 {
  margin: 0;
  font-weight: bold;
  text-transform: uppercase;
}
.side-module .blog-category .blog-category-button i {
  font-size: 30px;
}

.side-module .blog-category .list-group a i {
  color: #eee;
  margin-right: 7px;
}

.side-module .blog-article-short {
  padding: 5px 15px;
}
.side-module .blog-article-short > h3 {
  font-weight: bold;
  text-transform: uppercase;
}
.side-module .blog-article-short .actik {
  display: flex;
  align-items: center;
  height: 90px;
  border-bottom: 1px solid #ececec;
}
.side-module .blog-article-short .actik img {
  padding: 0;
  margin-right: 15px;
  max-width: 100%;
}
.side-module .blog-article-short .actik a {
  color: #333;
}
.side-module .blog-article-short .actik:hover img {
  outline: 2px solid #eee;
}
.side-module .blog-article-short .actik:hover a {
  color: #eee;
}

.related-product-container {
  padding: 10px 12px;
}
.product-thumb__image {
  padding: 5px 0!important;
}
.related-product-container h3 {
  font-weight: bold;
  text-transform: uppercase;
}

.hoverable {
  max-width: 100%;
  height: auto;
}

@media (max-width: 1199px) {
  .side-module .blog-article-short .actik {
    display: flex;
    padding: 15px 0;
    height: auto;
  }
}
@media (max-width: 991px) {
  .related-product-container {
    display: none;
  }

  .side-module .blog-category {
    padding: 0;
  }

  .blog-article-short {
    display: none;
  }
}
.articles-content-main .articles-layout .article-thumb .caption {
  height: auto;
  overflow: visible;
}
.articles-content-main .articles-layout .article-thumb .caption h4 {
  height: 36px;
  overflow: hidden;
}
.articles-content-main .articles-layout .article-thumb .caption-bottom {
  flex-direction: column;
}
@media (min-width: 768px) {
  .articles-content-main .articles-layout .article-thumb .caption-bottom {
    align-items: flex-start;
  }
}
.articles-content-main .articles-layout .article-thumb .caption-bottom ._right {
  order: 1;
  margin-bottom: 15px;
}
.articles-content-main .articles-layout .article-thumb .caption-bottom ._left {
  order: 2;
}

.catalogSidebarBlock {
  padding-bottom: 15px;
}

.sidebarBlockTitle {
  font-size: 21px;
  color: #444;
  margin-top: 20px;
  margin-bottom: 10px;
}

.sidebarNewsList {
  list-style: none;
  padding: 0;
  margin: 0;
}

.sidebarNewsList li a {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  padding: 10px 0;
  margin: 0;
  border-bottom: 1px solid #EEE;
  color: #666;
}

@media (min-width: 992px) {
  .sidebarNewsList li .item-pic {
    flex: 0 0 75px;
    margin-right: 15px;
    padding: 0;
  }
  .sidebarNewsList li .item-pic img {
    max-width: 100%;
  }  
}

.item-date {
  position: relative;
  padding-left: 20px;
}

.item-date:after {
  content: "\f073";
  display: block;
  width: 20px;
  height: 20px;
  position: absolute;
  left: 0;
  top: 2px;
  font: normal normal normal 14px/1 FontAwesome;
}

.catalogSidebarBlock .item-desc {
  padding: 0;
}
.catalogSidebarBlock .item-text {
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  line-height: 1.3em;
  height: 3.9em;  
}
/* -  BLOG - END  */
