#bonblog:not(.bon-home) {
  padding-top: 20px;
}

#bonblog.bon-home .products-section-title {
  display: inline-block;
  margin-bottom: 0;
}

#bonblog.bon-home .products-section-subtitle {
  display: block;
  font-size: 17px;
  text-transform: none;
  padding-top: 7px;
  color: #777;
  font-family: "Lora", serif;
  text-align: center;
}

#module-bonblog-main #content-wrapper,
#module-bonblog-post #content-wrapper {
  max-width: 1500px;
  margin-left: auto;
  margin-right: auto;
}

#bonblog.bon-home {
  display: block;
  margin-bottom: 50px;
}

#bonblog.bon-home .bonblog-slick-arrows {
  text-align: right;
}

#bonblog.bon-home .bonblog-slick-prev,
#bonblog.bon-home .bonblog-slick-next {
  width: 32px;
  height: 32px;
  background-color: #60c6af;
  border-radius: 40px;
  color: #fff;
  cursor: pointer;
  transition: all .3s ease;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-left: 10px;
}

#bonblog.bon-home .bonblog-slick-prev.slick-disabled,
#bonblog.bon-home .bonblog-slick-next.slick-disabled {
  opacity: .25;
}

#bonblog.bon-home .bonblog-slick-prev:hover,
#bonblog.bon-home .bonblog-slick-next:hover {
  background-color: #5ab6a2;
}

#bonblog.bon-home .bonblog-slick-prev:after {
  content: '\e802';
}

#bonblog.bon-home .bonblog-slick-next:after {
  content: '\e804';
}

#bonblog.bon-home .bonblog-slick-prev:after, 
#bonblog.bon-home .bonblog-slick-next:after {
  font-family: "Mercury";
  font-size: 15px;
  font-weight: 700;
}

#bonblog.bon-home .bonblog-slick-prev.slick-hidden,
#bonblog.bon-home .bonblog-slick-next.slick-hidden {
  display: none;
}

#bonblog.bon-home .title-block p.h5 {
  font-style: normal;
  font-weight: 500;
  line-height: 30px;
  color: #444152;
}

#bonblog.bon-home h2 {
  transition: all 0.3s ease;
  margin-bottom: 30px;
}

.bon-home .bonblog-image {
  overflow: hidden;
  display: block;
  margin-bottom: 18px;
}

/* column_wrapper */
#bonblog.bon-main {
  display: flex;
  gap: 60px;
  position: relative;
}

#bonblog.bon-main.right {
  flex-direction: row-reverse;
}

.column_wrapper {
  max-width: 300px;
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.column_wrapper * {
  margin: 0;
  padding: 0;
}

.column_wrapper img {
  width: 100%;
  height: auto;
}

.column_product,
.column_last_news {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.column_product .product-item-inner {
  display: flex;
  gap: 10px;
}

.column_product .product-item-inner:hover {
  box-shadow: 0 2px 8px rgba(0, 0, 0, .16);
}

.column_product .product-item-inner:hover p.name {
  color: RGB(var(--brand-primary));
}

.column_product .product-item-inner .product-image-wrapper {
  max-width: 115px;
  background-color: #f5f5f5;
}

.column_product .product-item-inner .price {
  color: #3a3a3a;
}

.column_product .product-item-inner .regular-price {
  color: #f26363;
  text-decoration: line-through;
}

.column_last_news .column_last_news_body {
  display: flex;
  flex-direction: column;
  gap: 25px;
}

.column_wrapper .bonblog-image {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.column_wrapper .bonblog-image h3 {
  color: #505050;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 23px;
  transition: all .3s ease;
}

.column_wrapper .bonblog-image h3:hover {
  color: RGB(var(--brand-primary));
}

.column_wrapper .bonblog-image .date_author {
  display: flex;
  color: #3a3a3a;
  gap: 15px;
}

.column_wrapper .column_banner .banner-item-inner {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: flex-start;
}

.column_wrapper .column_banner .banner-item-inner .banner-image-wrapper {
  width: 100%;
}

.column_wrapper .column_banner .banner-item-description {
  position: absolute;
}

.column_wrapper .column_banner .banner-item-description span {
  padding: 20px;
  text-align: center;
}

.column_wrapper .column_banner .banner-item-description span .h3{
  color: #000;
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  text-transform: capitalize;
  margin-bottom: 10px;
}

.column_wrapper .column_banner .banner-item-description span .h4{
  color: #000;
  text-align: right;
  font-size: 14px;
  font-style: normal;
  font-weight: 300;
  line-height: normal;
}

.column_wrapper .column_banner .products-section-title {
  margin-bottom: 20px;
}

.column_wrapper .vertical-dots {
  right: 10px;
  position: absolute;
  bottom: 50%;
  transform: translateY(50%);
}

.column_wrapper .vertical-dots li {
  margin-bottom: 7px;
}

.column_wrapper .vertical-dots li.slick-active button {
  background-position: left bottom;
  transition: all 0.2s ease-in;
}

.column_wrapper .vertical-dots li button {
  background: linear-gradient(to right, rgba(58, 58, 58, 0.75) 50%, rgba(58, 58, 58, 0.4) 50%);
  background-size: 200% 100%;
  background-position: right bottom;
  font-size: 0;
  padding: 0;
  width: 5px;
  height: 30px;
  display: inline-block;
  border: none;
  cursor: pointer;
}

.column_wrapper .vertical-dots li button:focus {
  outline: none;
}

#block-newsletter-label {
  display: none;
}

.block_newsletter>div>div {
  width: 100%;
}

.column_newsletter .block_newsletter {
  background: transparent;
}

.column_newsletter .block_newsletter p.h3 {
  font-family: 'Jost', sans-serif;
  font-weight: 700;
  font-size: 24px;
  line-height: 145%;
  border-bottom: 1px solid #e6e6e6;
  margin-bottom: 10px;
}

.column_newsletter .block_newsletter p.h4 {
  font-size: 13px;
  color: #7a7a7a;
  font-weight: 400;
}

.column_newsletter .block_newsletter .container {
  flex-direction: column;
}

.column_newsletter .block_newsletter .input-wrapper {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.column_newsletter .block_newsletter form {
  border-bottom: 1px solid #3a3a3a;
  margin: 20px 0 10px 0;
}

.column_newsletter .input-wrapper input {
  width: 100%;
  padding: 11.5px 11.5px 11.5px 0;
  border: none;
  font-size: 16px;
  background-color: transparent;
  color: #3a3a3a;
}

.column_newsletter .input-wrapper input:placeholder {
  color: #3a3a3a;
}

.column_newsletter .block_newsletter .footer_newsletter-btn {
  padding: 9.5px 0 9.5px 9.5px;
  background-color: transparent;
  border: none;
  outline: none;
  transition: all .3s ease;
}

.column_newsletter .block_newsletter .footer_newsletter-btn svg path {
  transition: all .3s ease;
  stroke: #3a3a3a;
}

.column_wrapper .slick-dotted.slick-slider {
  margin: 0;
}

#bonblogsearch {
  padding: 15px 0;
  border-bottom: 1px solid #3a3a3a;
}

#bonblogsearch .ui-autocomplete-input {
  border: none;
}

#bonblogsearch .search-form-inner {
  display: flex;
  justify-content: space-between;
}

#bonblogsearch .search-form-inner .btn {
  line-height: 1;
  background: transparent;
  border: none;
}

#bonblogsearch path {
  stroke: #3a3a3a;
}

/* end column_wrapper */

.bonpost_left_block {
  width: 100%;
}

.bonpost {
  display: flex;
  gap: 60px;
  position: relative;
}

/* column_wrapper_mobile */
.column_wrapper_mobile {
  display: flex;
  flex-direction: column;
  gap: 3px;
  position: absolute;
  right: 0;
}

.column_wrapper_mobile span {
  width: 15px;
  height: 2px;
  display: block;
  background: #3a3a3a;
}

.column_wrapper_mobile.active+.column_wrapper {
  opacity: 1;
}

/* end column_wrapper_mobile */

/* Grid */
.bon-main .bonblog_content ul {
  display: grid;
  grid-gap: 30px;
  row-gap: 60px;
}

/* 1 number_one */
.number_one .bonblog-item-wrapper {
  display: flex;
  gap: 25px;
}

.news-slider .number_one .bonblog-image {
  width: 100%;
}

/* end number_one */

/* 2 number_two */
.number_two .box-bonblog {
  padding-top: 15px;
}

/* end number_two */

/* 3 number_three */
.number_three .box-bonblog {
  padding-top: 15px;
}

/* end number_three */

/* 4 number_four */
.number_four {
  grid-template-columns: repeat(2, 1fr);
}

.number_four .bonblog-item:nth-child(3n+1) {
  grid-column: span 2;
}

.number_four .bonblog-item:nth-child(3n+2) {
  grid-column: span 1;
}

.number_four .bonblog-item:nth-child(3n+3) {
  grid-column: span 1;
}

.number_four .bonblog-item-description {
  margin-top: 10px;
}

.number_four .bonblog-item:nth-child(3n+1) .box-bonblog {
  text-align: center;
}

.number_four .bonblog-item:nth-child(3n+1) .box-bonblog p{
  max-width: 800px;
  margin: 0 auto 25px auto;
}

/* end number_four */

.bon-main .bonblog-item-description .author-info {
  display: flex;
  justify-content: center;
  gap: 25px;
  padding: 0 0 10px;
}

/* end Grid */


#bonblog.bon-main .bonblog_content .h2 {
  margin-bottom: 20px;
}

#bonblog.bon-main .author strong {
  margin: 0 10px;
}

#bonblog.bon-home .box-bonblog {
  text-align: center;
}

#bonblog .bonblog-item-description h3,
#bonblog.bon-home .box-bonblog h3 {
  font-weight: 700;
  font-size: 20px;
  line-height: 160%;
  color: #3a3a3a;
  letter-spacing: 0.1em;
  text-transform: capitalize;
  transition: all .3s linear;
}

#bonblog .bonblog-item-description h3:hover,
#bonblog.bon-home .box-bonblog h3:hover {
  color: RGB(var(--brand-primary));
}

#bonblog.bon-home .box-bonblog .bonblog-home-description p {
  line-height: 24px;
  color: #7b7f83;
  font-weight: 400;
  margin-bottom: 7px;
  font-size: 13px;
}

#bonblog button:focus,
#bonblog button:active {
  outline: none !important;
}

#bonblog .bonblog-item-description .author {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 15px;
  margin-bottom: 7px;
}

#bonblog .bonblog-item-description .bonblog-title {
  display: inline-block;
  margin-bottom: 8px;
}

#bonblog .bonblog-item-description .h4 {
  font-size: 17px;
  line-height: 24px;
  color: #3a3a3a;
  font-weight: 400;
  margin-bottom: 0;
}

#bonblog .bonblog-item-description .h4:hover {
  color: #5ab6a2;
}

#bonblog .bonblog-item-description .bonblog-title .btn-decoration-small {
  width: 170px;
}

#bonblog.bon-home a img {
  transform: scale(1);
  transition: all .5s linear;
}

#bonblog.bon-home a:hover img {
  transform: scale(1.1);
  transition: all 2.3s linear;
}

#bonblog a:focus,
#bonblog a:active {
  outline: none !important;
  text-decoration: none !important;
}

#bonblog .bonblog-items:before {
  content: '\E5CA';
  font-family: 'Material Icons';
  color: #3a3a3a;
  font-size: 13px;
  position: absolute;
  left: 0;
}

#bonblog a.read-more:after {
  font-family: "Material Icons";
  content: '\e5c8';
  font-size: 15px;
  margin-left: 10px;
  vertical-align: -3px;
}

#bonblog a.read-more:hover::before {
  color: #60c6af;
}

#bonblog .bon-news-li:before {
  content: "\E5CA";
  font-family: "Material Icons";
  color: #3a3a3a;
  font-size: 13px;
  position: absolute;
  left: 0;
}


/*type video*/

#bonblog .embed-responsive .embed-responsive-item,
#bonblog .embed-responsive embed,
#bonblog .embed-responsive iframe,
#bonblog .embed-responsive object,
#bonblog .embed-responsive video,
#bonblog .bonblog-image:after {
  position: relative;
  height: auto;
}

#bonblog .bonblog-cover-img {
  position: relative;
}

#bonblog .bonblog-cover-img::before {
  content: '';
  background-color: rgba(0, 0, 0, 0.5);
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
}

#bonblog .bonblog-video-link {
  width: 100%;
  height: 20px;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  text-align: center;
  z-index: 2;
  cursor: pointer;
}

#bonblog .bonblog-video-link {
  background: url('../img/play.png');
  background-size: contain;
  transition: all 0.3s ease;
  width: 90px;
  height: 90px;
  opacity: 0.7;
  background-repeat: no-repeat;
}

#bonblog .bonblog-cover-img:hover .bonblog-video-link {
  opacity: 1;
}

#bonblog .modal-dialog {
  max-width: 1200px;
}

#bonblog .modal-content {
  background: transparent;
  border: none;
}

#bonblog #video-element {
  width: 100%;
}

#bonblog:not(.bon-home) .author {
  display: flex;
  justify-content: space-between;
}

#bonblog .author .author-date,
#bonblog.bon-home .author .author-name {
  font-size: 13px;
  color: #7b7f83;
  line-height: 1;
}

#bonblog .comment-counter {
  margin: 0;
  color: #3a3a3a;
  transform: translateX(-15px);
}

#bonblog .comment-counter:hover a {
  color: #7a7a7a;
}

#bonblog .author .comment-counter i {
  font-size: 16px;
  color: #3a3a3a;
  padding-right: 5px;
  vertical-align: -2px;
}

#bonblog .author a {
  min-width: max-content;
}

.bonblog-img-container {
  padding: 20px;
}

.img-responsive {
  width: 100%;
  height: auto;
  transition: all 0.3s linear;
}

.box-bonblog span,
time {
  font-size: 13px;
}

/* Custom  bonpost */
.bonblog-post-description img {
  width: 100%;
  height: auto;
}

.bonblog-post-description .h4 {
  color: #111;
  font-size: 20px;
  font-style: normal;
  font-weight: 600;
  line-height: 150%;
  margin-top: 40px;
}

.bonblog-post-description p {
  color: #555;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 30px;
}

.bonblog-post-description .bon-news-li {
  font-size: 16px;
  padding-left: 25px;
  position: relative;
  color: #555;
  margin-bottom: 10px;
}

.bonblog-post-description .bon-news-li:before {
  font-size: 18px;
}

.bonblog-post-description .bon-news-list {
  margin-bottom: 40px;
}

.bonblog-post-description .bon-news-comment {
  padding-left: 40px;
  border-left: 1px solid #111;
}

/* post page */
#module-bonblog-search .top-post,
#module-bonblog-post .top-post {
  display: flex;
  flex-direction: column;
  align-content: center;
  align-items: center;
  gap: 10px;
  margin-bottom: 10px;
}

#bonblog.bonpost .bonblog-post-description h3 {
  margin-bottom: 15px;
}

#bonblog .column_wrapper h2 {
  border-bottom: 1px solid #e6e6e6;
  font-size: 35px;
}

#bonblog.bon-home h2 {
  margin-bottom: 0;
}

.bonpost img.author {
  width: 54px;
  height: 54px;
  border-radius: 50%;
}

.bonpost .author {
  display: flex;
  align-items: center;
}

.bonpost .author p {
  margin-bottom: 0;
}

.bonpost .author img {
  margin-right: 20px;
}

.disqus-post-box {
  margin-top: 40px;
  text-align: center;
  margin: 0 auto;
}

.bon-prevnextpost {
  display: flex;
  gap: 25px;
}

#bonblog .bon-prevnextpost i,
#bonblog .bottom-post i,
.bonpost .back-posts i {
  vertical-align: -5px;
  font-size: 18px;
}

.bonpost_left_block .bonpost_autor {
  margin-bottom: 60px;
}

.bottom-post {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin: 30px 0;
  width: 100%;
}

.bonpost .bonblog-social {
  display: flex;
  align-items: center;
}

.bonpost .bonblog-social ul {
  margin-bottom: 0;
  padding-top: 0;
}

.bonpost .bonblog-social p {
  margin-right: 20px;
  margin-bottom: 0;
}

#bonblog .next-post {
  margin-left: 20px;
}

.bonpost .row:after {
  display: none;
}

/*slider*/
#bonblog .slick-dots li button:before {
  font-size: 1rem;
}

#bonblog .slick-next {
  right: 5px;
}

#bonblog .slick-next:before {
  font-family: "Mercury";
  color: #777;
  font-size: 25px;
  transition: all 0.3s ease;
  opacity: 0.75;
  content: '\e804';
}

#bonblog .slick-next,
#bonblog .slick-prev {
  transition: all 0.3s ease;
  z-index: 10;
  width: 50px;
  height: 50px;
  position: absolute;
  top: 35%;
  text-align: center;
  opacity: 0;
  background-color: #fff;
}

#bonblog .slick-prev {
  left: 5px;
}

#bonblog .slick-prev:before {
  font-family: "Mercury";
  color: #777;
  font-size: 25px;
  transition: all 0.3s ease;
  opacity: 0.75;
  content: '\e802';
}

#bonblog .slick-prev:hover:before {
  color: #3a3a3a;
  opacity: 1;
}

#bonblog .slick-next:hover:before {
  color: #3a3a3a;
  opacity: 1;
}

#bonblog:hover .slick-next {
  right: 20px;
  opacity: 1;
}

#bonblog:hover .slick-prev {
  left: 20px;
  opacity: 1;
}

#bonblog .slick-next.white-arrow:before,
#bonblog .slick-prev.white-arrow:before {
  color: #3a3a3a;
}

/* responsive */
@media screen and (min-width: 1881px) {
  .bonblog-show-all {
    font-size: 12px;
    padding: 18px 40px;
  }

  #bonblog .bonblog-item-description .author span svg {
    margin-right: 14px;
  }
}

@media screen and (max-width: 1880px) {
  .bonblog-show-all {
    font-size: calc(10px + (12 - 10) * ((100vw - 320px) / (1880 - 320)));
    padding: calc(10px + (18 - 10) * ((100vw - 320px) / (1880 - 320))) calc(20px + (40 - 20) * ((100vw - 320px) / (1880 - 320)));
  }

  #bonblog .bonblog-item-description .author span svg {
    margin-right: calc(7px + (14 - 7) * ((100vw - 320px) / (1880 - 320)));
  }
}

@media (max-width: 1550px) {
  #bonblog .bonblog-item-description .h4 {
    line-height: 100%;
  }
}

@media screen and (min-width: 1200px) {
  .column_wrapper_mobile {
    display: none;
  }
}

@media screen and (max-width: 1200px) {
  .column_wrapper {
    /* display: none; */
    opacity: 0;
    position: absolute;
    background: #fff;
    padding: 15px;
    z-index: 1;
  }
}

@media screen and (max-width: 991px) {

  #bonblog.bonpost .bonblog-video,
  #bonblog.bonpost .bonblog-image {
    margin: 0 0 20px 0;
    float: unset;
  }
}

@media screen and (max-width: 767px) {

  #bonblog .bonblog-image {
    margin-bottom: 25px;
  }

  #bonblog .vertical-dots li {
    margin: 0 15px;
  }

  #bonblog .vertical-dots li button {
    width: 25px;
    height: 3px;
  }

  #bonblog .author {
    flex-wrap: wrap;
  }

  .number_one .bonblog-item-wrapper {
    flex-direction: column;
    gap: 0;
  }

  .news-slider.number_two,
  .news-slider.number_three,
  .news-slider.number_four {
    grid-template-columns: repeat(1, 1fr);
  }

  .news-slider.number_four {
    display: block;
  }
}

@media screen and (max-width: 576px) {
  #bonblog .comment-counter {
    padding-left: 15px;
    margin-top: 10px;
  }

  .bottom-post {
    display: block;
  }

  .bottom-post .author {
    margin-bottom: 20px;
  }

  #bonblog .top-post {
    flex-wrap: wrap;
  }
}