/** Shopify CDN: Minification failed

Line 1279:0 Unexpected "@media"

**/
.template-article .wrap-breadcrum h1 {
  display: none;
}

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

.main-content-blog .content-offset-right {
  margin-left: auto;
  order: 2;
}

.main-content-blog .blog-grid {
  padding-bottom: 0;
}

@media (min-width: 1200px) {
  .main-content-blog .blog-grid .full {
    max-width: none !important;
  }
}

.main-content-blog .blog-grid .list.post-item .post-format {
  overflow: unset;
}

.main-content-blog .blog-grid .list.post-item .post-format .meta-post {
  bottom: -10px;
}

.main-content-blog .blog-grid .list.post-item .post-info {
  margin-top: 36px;
}

.main-content-blog .blog-grid .first-post .post-format .meta-post li:first-child {
  background: var(--color-main);
}

.main-content-blog .blog-grid .first-post .post-format .meta-post li:last-child span {
  color: var(--color-main);
}


.main-content-blog .blog-grid .first-post .post-item:hover .post-info .head a {
  text-decoration: unset !important;
}

.main-content-blog .blog-grid .list {
  max-width: none !important;
  flex: 0 0 100%;
  width: 100%;
}

.main-content-blog .blog-grid .list .item {
  display: flex;
  align-items: center;
  background-color: #fff;
}

.main-content-blog .blog-grid .list .item .blog {
  left: 20px;
}

.main-content-blog .blog-grid .list .item .image-blog {
  width: 50%;
  margin-right: 15px;
  margin-bottom: 0;
  overflow: hidden;
}

.main-content-blog .blog-grid .list .item .post-info {
  width: 50%;
  margin-left: 15px;
  margin-top: 0;
}

/*BLOG ITEM*/
.post-item .post-format {
  position: relative;
  overflow: hidden;
}

.post-item .post-format a {
  display: block;
  width: 100%;
  position: relative;
  overflow: hidden;
}

.main-search-article .post-item .item,
.content-blog .post-item .item {
  margin-bottom: clamp(16px, 1.25vw, 30px);
  position: relative;
  overflow: hidden;
  border-radius: 0;
  -webkit-transition: all 240ms linear 0ms;
  -khtml-transition: all 240ms linear 0ms;
  -moz-transition: all 240ms linear 0ms;
  -ms-transition: all 240ms linear 0ms;
  -o-transition: all 240ms linear 0ms;
  transition: all 240ms linear 0ms;
}

.post-item {
  position: relative;

}

.post-item .item {
  overflow: hidden;
  position: relative;
  padding: 16px;
  background-color: var(--bg-shipping);
}
.post-item .item .block {
  border-radius: 0 !important;
}
.post-item .item .block img {
  border-radius: 0 !important;
}

.post-item .image-blog {
  position: relative;
  overflow: hidden;
  line-height: 1;
  background: #FFFFFF;
}

.post-item .post-info {
  overflow: hidden;
}

.post-item .post-info .meta-post {
  align-items: center;
  position: relative;
  display: flex;
}

.post-item .post-info .meta-post .icon-svg {
  position: absolute;
  width: 42px;
  height: 42px;
  left: 0;
  right: 0;
  background: #dedede;
  border-radius: 100%;
  padding: 10px;
}

.post-item .post-info .meta-post .svg {
  fill: var(--color-main);
}

.post-item .post-info .meta-post .item {
  position: relative;
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
}

.post-item .post-info .head {
  overflow: hidden;
  padding-bottom: 0;
}

.post-item .post-info .head-article {
  margin-bottom: 32px;
}

.post-item .post-info .head-article .meta-post,
.post-item .post-info .head-article .wrap-date .inner-date,
.post-item .post-info .head-article .wrap-date .inner-date span {
  display: flex;
  flex-wrap: wrap;
}

.post-item .post-info .wrap-date .inner-date {
  font-size: 12px;
  font-weight: 500;
  color: var(--color-hover);
  display: inline-block;
  text-transform: uppercase;
}

.post-item .post-info .wrap-date .inner-date p {
  font-weight: 400;
  color: var(--color-border);

}

.post-item .post-info .wrap-date .inner-date .post_date {
  color: #6b6b6b;
}

.post-item .post-info .head-article .blog span {
  color: var(--color-main);
}

.post-item .post-info .head-article .blog span a {
  color: inherit;
  font-family: inherit;
  text-decoration: none !important;
}

.post-item .post-info .head-article .blog span a:hover {
  text-decoration: none !important;
}


.post-item .post-info .blog {
  margin-bottom: 15px;
  position: absolute;
  top: 12px;
  left: 12px;
}

.post-item .post-info .blog a {
  font-weight: 400;
  font-size: 14px;
  text-transform: capitalize;
  background-color: #B2DECA;
  color: var(--color-body-text);
  display: inline-block;
  line-height: 120%;
  padding: 8px 12px;
  border-radius: 8px;
}

.post-item .post-info .post-title {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  font-weight: 500;
  font-size: 20px;
  line-height: 150%;
  font-family: var(--font-family);
  color: var(--color-body-text);
  transition: 0.3s ease-in-out all;
}
.blog-date{
  color: var(--color-border);
}
 .author{
  color: var(--color-border);
}
.post-item .post-info .post-title:hover {
  color: var(--color-secondary);
}

.post-item .post-info .meta-post .item-meta a {
  color: var(--color-hover);
  font-weight: 500;
  font-size: 12px;
  line-height: 17px;
  text-transform: uppercase;
}

.post-item .post-info .des,
.post-item .post-info .des p {
  margin-bottom: 0;
  line-height: 150%;
  color: var( --color-paraghraph);
  font-weight: 400;
  margin-bottom: 24px;
}
.post-item .post-info .read_more:after {
  position: absolute;
  content: "";
  height: 1px;
  width: 0;
  background-color: var(--color-secondary);
  bottom: 15px;
  left: 11px;
  transition: .2s ease-in all;
}
.svg-blog{
  position: absolute;
    right: 0.667px;
    bottom: 8px;
}
.post-item .post-format img {
  width: 100%;
}
.post-item .post-info .read_more svg {
  transition: .2s ease-in all;
}
.post-item .post-info .read_more:hover:after {
  width: 30%;
}
.post-item .post-info .read_more:hover svg {
  transform: rotate(-45deg);
}
.post-item .post-info .meta-post .time-post {
  color: #999;
  font-size: 13px;
}

.post-item .post-info .meta-post .time-post .day {
  font-weight: 40;
  font-size: 13px;
}



.post-item .post-info .read_more a {
  min-width: fit-content;
  height: fit-content;
  padding: 0;
  background: transparent;
  color: var(--color-body-text) !important;
  height: 30px;
  border: 0;
  font-weight: 500;
  font-size: clamp(14px, 0.833vw, 20px);
  text-transform: capitalize;
  font-family: var(--font-family) !important;
}

.post-item .post-info .read_more a:hover {
  color: var(--color-secondary) !important;
}


.post-item .post-info .meta-post .author span {
  color: var(--color-border);
  font-weight: 400;
  font-size: clamp(14px, 0.833vw, 20px);
  text-transform: capitalize;
}
.post-item .post-info .read_more:hover svg path {
  fill: var(--color-secondary);
}
.post-item .post-info .inner-date {
  text-transform: uppercase;
  font-size: 12px;
  line-height: 18px;
  position: relative;
}

.alo-blog-featured .viewall {
  padding-top: 10px;
}

.single-blog {
  margin-bottom: 55px;
}

.single-blog .content-blog {
  margin-bottom: clamp(16px, 1.25vw, 30px);
}

.single-blog .have-sidebar .content-blog {
  margin-right: 70px;
  padding-left: 100px;
}

.single-blog .head-article .cms-group-title h3 {
  margin: 0 0 8px 0;
}

.single-blog .head-article .cms-group-title h3 a {
  color: var(--color-link-hover);
  text-transform: uppercase;
  font-weight: 500;
  font-size: 13px;
  line-height: 15px;
}

.single-blog .head-article .cms-group-title h1 {
  margin: 0;
  margin-bottom: 15px;
  line-height: 1;
}

.single-blog .head-article .cms-group-title .article-title a {
  color: var(--color-body-text);
  line-height: 40px;
}

.single-blog .head-article .wrap-date {
  display: inline-flex;
  align-items: center;
  gap: 10px;
}

.single-blog .head-article .inner-date {
  font-weight: 400;
  text-transform: capitalize;
  font-size: clamp(14px, 0.938vw, 20px);
  color: #45474F;
  line-height: 15px;
}

.single-blog .head-article .inner-date span.post_date {}

.single-blog .head-article .inner-date {}

.single-blog .head-article .meta-post {
  display: flex;
  gap: 10px;
}

.single-blog .head-article .inner-date span {}

.single-blog .head-article .meta-post li {
  display: flex;
  float: left;
  list-style: none;
  line-height: 1;
  padding: 0;
  position: relative;
  text-transform: capitalize;
  font-size: clamp(14px, 0.938vw, 20px);
  color: #45474F;
  font-weight: 600;
  gap: 10px;
  align-items: center;
}

.single-blog .head-article .meta-post li:before {
  content: '';
  background: #C2CACF;
  width: 4px;
  height: 4px;
  display: block;
  border-radius: 100%;
}

.single-blog .head-article .meta-post li span {
  color: #6b6b6b;
}

.single-blog .head-article .meta-post li a {
  color: #6b6b6b;
}

.single-blog .head-article .meta-post li a:hover {
  color: var(--color-link-hover);
}

.single-blog .head-article .meta-post li.blog::before {
  content: "/";
  left: -8px;
  position: absolute;
  margin-left: 5px;
  color: #111111;
}

.single-blog .post-item .post-info .head {
  margin-bottom: 34px;
}

.single-blog .post-item .post-info .head .meta-post {
  margin-bottom: 18px;
}

.single-blogtable,
.single-blog td,
.single-blog th {
  padding: 0;
}

.our-blog .section-head {
  margin-bottom: 10px;
}

.our-blog .owl-carousel.nav-style2 .owl-nav {
  top: -46px;
}

/* @media (min-width: 1025px) {
  .content-offset-left {
    padding-right: 90px;
  }

  .content-offset-left:before {
    content: "";
    border-left: 1px solid #E6ECF0;
    position: absolute;
    top: 0;
    right: 40px;
    bottom: 0;
    width: 1px;
  }

} */

@media (min-width: 1024px) and (max-width: 1410px) {
  .content-offset-left {
    padding-right: 60px;
  }

  .content-offset-right:before {
    left: 20px;
  }

  .content-offset-left:before {
    right: 20px;
  }

  /* .single-blog .content-blog {
    margin-right: 60px;
    padding-left: 100px;
    padding-right: 40px;
  } */
}

.blog-grid .post-item {
  margin-bottom: 0;
}

.main-content-blog .sidebar {
  float: left;
  max-width: 30%;
}

.main-content-blog .content-offset-left,
.main-content-blog .content-offset-right {
  max-width: 75%;
}

.post-limit-width {
  margin-bottom: 15px;
  display: block;
  max-width: 772px;
  text-align: center !important;
  margin: 0 auto;
}

.main-content-blog .flex-layout {
  display: flex;
  flex-wrap: wrap;
}

.main-content-blog .pre-row {
  display: none;
}

.content-blog .main-info-post h6 {
  padding-top: clamp(16px, 1.25vw, 30px);
  padding-bottom: clamp(12px, 0.833vw, 20px);
}

.container_cat {
  margin-top: 0px;
  margin-bottom: 0px;
}

.portfolio_filter {
  margin-bottom: 25px;
  text-align: center;
  font-weight: 500;
}

.portfolio_filter a {
  color: #878787;
  height: 40px;
  line-height: 40px;
  border: 1px solid transparent;
  padding: 0 20px;
  text-transform: capitalize;
  border-radius: 40px;
  display: inline-block;
  transition: 0.3s;
}

.portfolio_filter a.selected {
  color: #222;
  border-color: #222;
}

.portfolio-item {
  margin-bottom: clamp(16px, 1.25vw, 30px);
}

.portfolio-item a {
  position: relative;
  display: block;
}

.portfolio-item .mask:before {
  content: "";
  position: absolute;
  background: rgba(246, 246, 246, 0.9);
  left: 0;
  top: 50%;
  width: 100%;
  height: 0;
  opacity: 0;
  transition: all 0.3s;
  z-index: 1;
}

.portfolio-item:hover .portfolio-title {
  opacity: 1;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.portfolio-item .pr_lazy_img {
  -webkit-transform: scale(1);
  transform: scale(1);
  -webkit-transition: opacity 0.3s, -webkit-transform 8s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: opacity 0.3s, transform 8s cubic-bezier(0.25, 0.46, 0.45, 0.94), -webkit-transform 8s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  background-position: center center;
  display: block;
  width: 100%;
  height: 100%;
  position: relative;
  background-repeat: no-repeat;
  background-size: cover;
}

.pr_lazy_img.lazyloaded {
  -webkit-animation: 1.25s cubic-bezier(0.26, 0.54, 0.32, 1) forwards ani-fadeIn;
  animation: 1.25s cubic-bezier(0.26, 0.54, 0.32, 1) forwards ani-fadeIn;
}

.portfolio-item .portfolio-title {
  top: 50%;
  left: 50%;
  opacity: 0;
  width: 100%;
  padding: 0 clamp(16px, 1.25vw, 30px);
  -webkit-transform: translate(-50%, -120%);
  -ms-transform: translate(-50%, -120%);
  -o-transform: translate(-50%, -120%);
  transform: translate(-50%, -120%);
  z-index: 2;
  transition: 0.3s;
  position: absolute;
  text-align: center;
}

.portfolio-item .portfolio-title a {
  color: #222;
  display: inline-block;
}

.portfolio-item .portfolio-title h4 {
  text-transform: uppercase;
  font-size: 14px;
  margin: 0;
  color: #222;
  font-weight: bold;
}

/*WIDGET*/
.list-recent-posts>li {
  display: list-item;
  list-style: none;
  margin-bottom: 20px;
  overflow: hidden;
}

.list-recent-posts .product-item .thumb {
  float: left;
  margin-right: 10px;
  max-width: 82px;
}

.list-recent-posts .product-item .thumb a {
  display: inline-block;
  position: relative;
  overflow: hidden;
}

.list-recent-posts .product-item .thumb a::before {
  width: 100%;
  height: 100%;
  top: -100%;
  left: 0;
  -webkit-transition: 0.5s ease 0s;
  -moz-transition: 0.5s ease 0s;
  -ms-transition: 0.5s ease 0s;
  -o-transition: 0.5s ease 0s;
  transition: 0.5s ease 0s;
  content: "";
  background-color: rgba(0, 0, 0, 0.5);
  opacity: 0;
  visibility: hidden;
  position: absolute;
  z-index: 1;
}

.list-recent-posts .product-item:hover .thumb a::before {
  opacity: 1;
  visibility: visible;
  top: 0;
}

.list-recent-posts .product-item .info {
  padding: 0;
  margin-bottom: 0;
}

.list-recent-posts .product-item .info::before {
  display: none;
}

.list-recent-posts .product-item .product-name {
  min-height: 1px;
  margin-top: -3px;
}

.list-recent-posts .product-item .rating {
  margin-bottom: -5px;
}

.list-recent-posts .product-item .rating .list-star {
  padding: 0 5px 0 0;
}

.list-recent-posts .product-item .rating .list-star li a,
.list-recent-posts .product-item .rating .count {
  font-size: 12px;
}

/*BLOG*/
.mobile-sidebar-btn {
  color: #fff;
  font-size: 14px;
  line-height: 35px;
  padding: 0 10px;
  border-radius: var(--ui-border-radius);
  background: var(--color-main);
  height: 35px;
  margin-bottom: 10px;
  display: none;
  justify-content: center;
  align-items: center;
  gap: 10px;
}

.title_sidebar h3 {
  margin: -15px -15px 20px -15px;
  height: 60px;
  line-height: 60px;
  color: var(--color-main);
  padding: 0 16px;
  text-transform: uppercase;
  font-weight: 700;
  font-size: 14px;
  display: none;
}

.close-sidebar-btn {
  position: absolute;
  top: 24px;
  right: 32px;
  z-index: 99999;
  width: clamp(16px, 1.25vw, 30px);
  height: clamp(16px, 1.25vw, 30px);
  color: var(--color-main);
  background: none;
  border-radius: 3px;
  margin: 0;
  font-size: 18px;
  justify-content: center;
  text-align: center;
  align-items: center;
  padding: 0;
  opacity: 1;
  cursor: pointer;
  -webkit-transition: all .2s ease-in-out 0s;
  -o-transition: all .2s ease-in-out 0s;
  display: none;
  transition: all .2s ease-in-out 0s;
}

.sidebar .widget {
  margin-bottom: clamp(16px, 1.25vw, 30px);
 border-bottom: 1px solid var(--color-border);
}

.sidebar .widget.widget-search,
.sidebar .widget.sidebar-border {}



.sidebar .widget .post-item .post-format {
  width: clamp(64px, 4.167vw, 160px);
  height: clamp(64px, 4.167vw, 160px);
}

.sidebar .widget .post-item .post-format a {
  width: 100%;
  height: 100%;
  background-size: cover;
  border-radius: 4px;
}

.sidebar .widget .post-item .post-format a .lazyloaded {
  webkit-transform: scale(1);
  transform: scale(1);
  -webkit-transition: opacity .3s, -webkit-transform 2s cubic-bezier(.25, .46, .45, .94);
  transition: opacity .3s, transform 2s cubic-bezier(.25, .46, .45, .94), -webkit-transform 2s cubic-bezier(.25, .46, .45, .94);
}

.sidebar .widget .post-item .post-format a:hover .lazyloaded {
  transform: scale(1.1);
}

.sidebar .widget .post-item.first-iteam .post-format {
  max-width: initial;
  width: 100%;
  max-height: inherit;
  margin: 0 0 20px 0;
  height: auto;
}

.sidebar .widget .post-item.first-iteam .post-info {
  width: 100%;
}

.sidebar .widget .post-item .post-info {
  padding: 0;
}

.sidebar .widget .post-item .post-info .post-title {
  font-size: 13px;
  padding-bottom: 0;
}

.sidebar .widget .post-item .post-info .head {
  padding: 0;
  margin-bottom: 0;
}

.sidebar .widget .post-item .post-info .head a {
  padding-bottom: 8px;
  font-family: var(--font-family);
  font-size: clamp(14px, 0.833vw, 20px);
  color: #45474F;
  padding-top: 0;
  font-weight: 400;
  transition: 0.3s ease-in-out;
}
.sidebar .widget .post-item:hover .post-info .head a {
  color: var(--color-body-text-2);
}
.sidebar .widget .post-item .post-info .meta-post {
  padding: 0;
  line-height: 1.2;
  display: grid;
}

.sidebar .widget .post-item .post-info .meta-post li {
  line-height: 1.1;
}

.sidebar .widget .post-item .post-info .meta-post li a {
  color: #343E45;
}

.sidebar .widget .post-item .post-info .main-info-post {
  margin-bottom: 0;
}

.sidebar .widget .post-item .post-info .meta-post .time-post a {
  color: #92949F;
  text-transform: none;
  font-weight: 400;
  font-size: clamp(14px, 0.833vw, 20px);
  line-height: 15px
}

.sidebar .widget .blog-list>li {
  border: none;
}

.sidebar .widget .blog-categories li {
  position: relative;
  display: flex;
  line-height: 120%;
  justify-content: space-between;
  gap: 10px;
  margin-bottom: clamp(8px, 0.625vw, 24px);
}

.sidebar .widget .blog-categories li:last-child {
  border-bottom: none;
  margin-bottom: 20px;
}

.sidebar .widget .blog-categories li .count {
  font-size: clamp(12px, 0.833vw, 32px);
}

.sidebar .widget .blog-categories>li>a {
  font-family: var(--font-family);
  font-size: clamp(12px, 0.833vw, 32px);
  color: var(--color-body-text);
}

.sidebar .widget .blog-categories>li>a .laberIcon {
  width: 17px;
  height: 17px;
  border-radius: 100%;
  border: 2px solid #e5e5e5;
  line-height: 17px;
  align-items: center;
  justify-content: center;
  display: inline-flex;
  color: #fff;
  margin-right: 5px;
}

.sidebar .widget .blog-categories>li.active>a .laberIcon {
  border-color: var(--color-main);
  background-color: var(--color-main);
  transition: 0.3s ease-in-out;
}

.sidebar .widget .blog-categories li:not(.active):hover a,
.sidebar .widget .blog-categories>li.active>a {
  color: var(--color-body-text-2);
}

.sidebar .widget .blog-categories>li.active .count {
  color: #92949F;
}

.sidebar .widget>ul>li {
  list-style: none;
  display: list-item;
}

.sidebar .widget-bestseller .widgettitle {
  font-weight: 600;
}

.widget-search .search-inner {
  position: relative;
  height: 50px;
  display: flex;
  justify-content: space-between;
  border: 1px solid #92949F;
  border-radius: 0;
  margin-bottom: 32px;
}

.widget-search .search-info {
  padding: 0 50px 0 15px;
  width: 100%;
  position: relative;
  border: 0;
  line-height: 50px;
  font-size: 14px;
  background: transparent;
}

.widget-search .search-info::placeholder {
  color: var(--color-body-text);
}

.widget-search .search-info:focus {
  border-color: var(--color-hover);
}

.widget-search .search-button {
  position: absolute;
  right: 4px;
  z-index: 1;
  width: 42px;
  font-size: 24px;
  border: none;
  color: #fff;
  border-radius: 0;
  top: 3px;
  line-height: 50px;
  height: 42px;
  background: var(--color-secondary);
  display: flex;
  text-align: center;
  justify-content: center;
  align-items: center;
}
.widget-search .search-button:hover {
  background: var(--color-body-text);
}
.sidebar .widgettitle {
  font-weight: 500;
  font-family: var(--font-family);
  color: var(--color-main);
  padding-bottom: clamp(16px, 1.25vw, 30px);
  position: relative;
}

.sidebar .widget_sub_title {
  margin: 0;
  margin-bottom: 15px;
  font-weight: 500;
  font-size: 14px;
  line-height: 18px;
}

.sidebar .content {
  display: grid;
}

.sidebar .content input[type=email] {
  width: 100%;
  height: 50px;
  line-height: 50px;
  background-color: #fff;
  margin-bottom: 0;
  padding: 0 20px;
  outline: 0;
  color: #acafb7;
  border: 1px solid var(--color-border);
  border-radius: var(--ui-border-radius);
}

.sidebar .content input[type=email]::-webkit-input-placeholder {
  vertical-align: middle;
  height: 45px;
  line-height: 45px;
  transform: translate3d(0, 2px, 0);
}

.sidebar .content .group_checkbox {
  display: flex;
  align-items: center;
  margin-top: 15px;
  margin-bottom: 15px;
}

.sidebar .content .group_checkbox input {
  display: block;
  margin: 0;
  cursor: pointer;
}

.sidebar .content .group_checkbox label {
  margin: 0;
  line-height: 1.2;
  font-size: 14px;
  color: var(--color-body-text);
  font-weight: 400;
  margin-left: 10px;
}

.sidebar .content .btn-newsletter {
  height: 50px;
  font-size: 13px;
  font-weight: 600;
  line-height: 50px;
  width: 100%;
  padding: 0;
  display: inline-block;
  text-transform: uppercase;
  cursor: pointer;
  border: 0;
  background: var(--color-btn);
  color: var(--color-btn-text);
  outline: 0;
  border-radius: var(--ui-border-radius);
  -webkit-transition: all 240ms linear 0s;
  -khtml-transition: all 240ms linear 0ms;
  -moz-transition: all 240ms linear 0s;
  -ms-transition: all 240ms linear 0s;
  -o-transition: all 240ms linear 0s;
  transition: all 240ms linear 0s;
}

.sidebar .content .btn-newsletter:hover {
  background: var(--color-btn-hover);
  border-color: var(--color-btn-hover);
  color: var(--color-btn-text_hover);
}

.sidebar .widget-recent-post>ul>li {
  margin-bottom: clamp(16px, 1.25vw, 30px);
  display: flex;
  align-items: center;
  gap: clamp(12px, 0.833vw, 20px);
}

.sidebar .widget-recent-post>ul>li:last-child {
  padding-bottom: 0px;
  margin-bottom: 24px;
  border: none;
}

.post-item .post-info .head {
  overflow: hidden;
  padding-bottom: 0;
  margin-bottom: 0;
}


.sidebar .widget .post-item .post-info .post-title {
  font-size: 13px;
  padding-bottom: 0;
}

.sidebar .widget-bestseller .widgettitle {
  font-weight: 600;
}

.sidebar .widget-tags-post ul {
  display: flex;
  flex-wrap: wrap;
  gap: clamp(4px, 0.625vw, 24px);
  margin-bottom: 24px;
}

.sidebar .widget-tags-post ul li {
  float: left;
  display: inline;
  background: transparent;
  border: 0;
}

.sidebar .widget-tags-post ul li a {
  display: block;
  padding: 0 15px;
  background-color: transparent;
  border-radius: 0;
  color: var(--color-body-text);
  line-height: 35px;
  font-weight: 400;
  font-size: clamp(14px, 0.833vw, 20px);
  border: 1px solid rgba(146, 148, 159, 0.30);
}

.sidebar .widget-tags-post ul li a:hover {
  border-color: var(--color-body-text);
  background-color: var(--color-body-text);
  color: var(--color-body-bg);
}

.main-content-blog .blog-grid {
  padding-bottom: 0;
}

.main-content-blog .pagination {
  margin: 0;
  width: 100%;
  display: flex;
  justify-content: center;
}

.main-content-blog .pagination .list-page {
  list-style: none;
  display: inline-flex;
  border: 1px solid #E5E8EC;
  border-radius: var(--ui-border-radius);
  background: #fff;
}

.main-content-blog .pagination .list-page li {
  border-left: 1px solid #E5E8EC;
}

.main-content-blog .pagination .list-page li:first-child {
  border: none;
}

.main-content-blog .pagination .list-page li a {
  display: flex;
  width: 40px;
  height: 40px;
  text-align: center;
  align-items: center;
  justify-content: center;
  line-height: 40px;
  font-weight: 600;
  font-size: 14px;
}

.main-content-blog .pagination .list-page li a:not(.current):hover,
.main-content-blog .pagination .list-page li a.current {
  color: var(--color-link-hover);
}

.main-content-blog .content-blog-bottom {
  display: flex;
  align-items: center;
  justify-content: space-between;
  background: var(--collection-card-bg);
  padding: 0 clamp(12px, 1.25vw, 40px);
  border-radius: 0;
  margin: clamp(16px, 1.25vw, 30px) 0;
}

.main-content-blog .tags {
  display: flex;
  margin: clamp(16px, 1.25vw, 30px) 0
}

.main-content-blog .tags .title {
  padding: 0;
  margin: 0;
  display: flex;
  align-items: center;
  width: 100%;
}

.main-content-blog .tags .title .tag-area {
  display: flex;
  gap: 5px;
  flex-wrap: wrap;
}

.main-content-blog .tags .title .tag-area span {
  font-size: 15px;
  color: #111111;
  font-weight: 600;
  margin-right: clamp(16px, 1.25vw, 30px);
  display: none;
}

.main-content-blog .tags .title .tag-area a {
  display: block;
  padding: 0 15px;
  background-color: var(--color-body-text);
  border-radius: 0;
  color: var(--color-body-bg);
  line-height: 35px;
  height: 35px;
  font-weight: 400;
  font-size: 13px;
}

.main-content-blog .tags .title .tag-area a:hover {
  background: var(--color-link-hover);
}

.main-content-blog .tags .title .social-area {
  margin-left: auto;
  display: flex;
  align-items: center;
}

.main-content-blog .tags .title .social-area span {
  font-size: 15px;
  color: #111111;
  font-weight: 600;
  margin-right: clamp(16px, 1.25vw, 30px);
}

.main-content-blog .laber-social-sharing {
  list-style: none;
}

.main-content-blog .laber-social-sharing label {
  font-size: 15px;
  color: #111;
  font-weight: 600;
  display: none;
}

.main-content-blog .post-item .image-blog {
  border-radius: 0;
  overflow: hidden;
  margin-bottom: 16px;
}

.main-content-blog .post-item .post-info {
  border: none;
}

.main-content-blog .post-item .post-info .main-info-post h6{
  color: var(--color-body-text-2);
  font-weight: 400;
}
g
@media (max-width: 1200px) {
  .main-content-blog .tags .title {
    display: unset;
  }

  .main-content-blog .tags .title .tag-area {
    display: unset;
  }

  .main-content-blog .tags .title .tag-area a {
    display: inline-block;
    margin-bottom: 10px;
  }

  .main-content-blog .tags .title .social-area {
    margin-top: 25px;
  }
}

.main-content-blog .tags .top-comment {
  border: solid 1px #000;
  padding: 15px;
  overflow: hidden;
  background-color: #fdfdfd;
  margin: 15px 0 55px;
}

.main-content-blog .tags .top-comment .avata {
  float: left;
  margin-right: 15px;
}

.main-content-blog .tags .top-comment .comment-content {
  overflow: hidden;
}

.main-content-blog .tags .top-comment .comment-content .name {
  font-size: 16px;
  font-weight: 600;
  color: #111111;
  margin: 12px 0;
}

.main-content-blog .tags .top-comment .comment-content .comment {
  font-size: 14px;
  line-height: 20px;
  color: #888888;
  margin: 23px 0 15px;
}

.main-content-blog .paginate-post {
  height: 50px;
  display: flex;
  font-size: 13px;
  align-items: center;
  text-transform: uppercase;
  font-weight: 400;
  color: #999999;
  margin-bottom: clamp(16px, 1.25vw, 30px);
  justify-content: space-between;
}

.main-content-blog .paginate-post a {
  color: #999;
  font-size: 12px;
  text-transform: uppercase;

}

.main-content-blog .paginate-post .right,
.main-content-blog .paginate-post .left {
  display: flex;
}

.main-content-blog .paginate-post .right:hover,
.main-content-blog .paginate-post .left:hover,
.main-content-blog .paginate-post a:hover {
  color: var(--color-hover);
}

.main-content-blog .paginate-post .right span,
.main-content-blog .paginate-post .left span {
  font-size: 18px;
}

.main-content-blog .list-comment {
  margin: 0;
  padding-bottom: 0;
}

.main-content-blog .list-comment .form-success {
  color: var(--color-hover);
  margin-bottom: 20px;
}

.main-content-blog .list-comment .main-title {
  margin: 0 0 20px 0;
  line-height: 1;
  font-size: 18px;
  font-weight: 500;
  color: var(--color-main);
  border-bottom: 2px solid #ebebeb;
  text-transform: uppercase;
  cursor: pointer;
  padding-bottom: 15px;
}

.main-content-blog .list-comment .title {
  color: var(--color-body-text);
  margin: 0;
  display: flex;
  position: relative;
  margin-bottom: clamp(12px, 0.833vw, 20px);
  text-transform: capitalize;
  font-weight: var(--h2-font-weight);
  font-family: var(--font-family);
  font-size: clamp(26px, 2.083vw, 48px);
}

.main-content-blog .list-comment .input-info {
  width: 100%;
  height: 50px;
  line-height: 50px;
  background-color: #fff;
  margin-bottom: 0;
  padding: 0 20px;
  outline: 0;
  color: #45474F;
  border: 1px solid var(--color-border);
  border-radius: 0;
  font-weight: 400;
  font-size: clamp(14px, 0.833vw, 38px);
}

.main-content-blog .list-comment .input-info::placeholder {
  color: #8D979E;
}

.main-content-blog .list-comment .input-info:focus {
  border: 1px solid var(--color-border);
}

.custom_html a {
  display: block;
  line-height: 1;
  border-radius: var(--ui-border-radius);
  overflow: hidden;
}

.custom_html img {
  width: 100%;
  margin-bottom: 15px;
}

@media (max-width: 575px) {
  .main-content-blog .list-comment .input-info {
    margin-bottom: 20px;
  }
}

.main-content-blog .list-comment .input-note {
  line-height: inherit;
  height: 170px;
  padding: 15px 20px;
  margin: clamp(16px, 1.25vw, 30px) 0;
}

.main-content-blog .list-comment .group-button {
  padding: 0;
}

.main-content-blog .list-comment .group-button .submit {
  display: inline-block;
  text-transform: capitalize;
  border: 0;
  background: var(--color-btn);
  color: var(--color-btn-text);
  margin-top: clamp(24px, 1.667vw, 40px);
  min-width: min-content;
  border-radius: 0;
  display: flex;
  justify-content: space-between;
  font-size: clamp(14px, .833vw, 32px);
  width: min-content;
  font-weight: 500;
}

.main-content-blog .list-comment .group-button .submit:hover {
  background: var(--color-btn-hover);
  color: var(--color-body-bg);
}

.main-content-blog .list-comment .pagination {
  line-height: 40px;
  background-color: #ddd;
  border-radius: 0;
  padding: 0 20px;
}

.main-content-blog .list-comment .pagination .nav-links {
  display: flex;
  justify-content: space-between;
  color: #111111;
  text-transform: uppercase;
  padding-top: 2px;
  font-size: 13px;
  font-weight: 600;
}

.main-content-blog .list-comment .pagination .nav-links span {
  color: inherit;
  font-weight: inherit;
  letter-spacing: 1.2px;
}

.main-content-blog .list-comment .pagination .nav-links a {
  color: inherit;
  font-weight: inherit;
}

.main-content-blog .list-comment .pagination .nav-links a .label {
  padding: 0 5px;
  font-size: inherit;
}

.main-content-blog .list-comment .pagination .nav-links a .icon {
  font-size: 17px;
}

.main-content-blog .comment-item {
  border: solid 1px #ddd;
  padding: 20px;
  margin-bottom: clamp(16px, 1.25vw, 30px);
}

.main-content-blog .comment-item .head {
  line-height: 20px;
  display: block;
  width: 100%;
  height: 20px;
}

.main-content-blog .comment-item .name {
  float: left;
  font-size: 16px;
  color: var(--color-main);
  font-weight: 600;
  margin-right: 5px;
}

.main-content-blog .comment-item .time {
  font-size: 14px;
  color: #999;
  float: left;
  margin-right: 35px;
}

.main-content-blog .comment-item .meta-post li {
  display: inline-block;
  list-style: none;
  margin-right: 15px;
}

.main-content-blog .comment-item .meta-post li a {
  font-size: 13px;
  color: #888888;
}

.main-content-blog .comment-item .meta-post li a .icon {
  margin-right: 5px;
}

.main-content-blog .comment-item .comment {
  font-size: 14px;
  color: #888888;
  line-height: 20px;
  overflow: hidden;
  margin: 15px 0 10px;
  display: block;
  width: 100%;
}

.StickySidebar {
  background: var(--bg-shipping);
  padding: clamp(10px, 0.833vw, 30px) !important;
  border-radius: 0;
}

.main-content-blog.right .sidebar {
  margin-left: auto;
}

.post-item .post-info .des-title {
  font-size: 14px;
  color: #111111;
  font-weight: 600;
  margin-bottom: 10px;
}

@media (min-width: 1024px) {
  .container_cat.cat_full {
    max-width: 100%;
    width: 100%;
    padding-left: clamp(16px, 1.25vw, 30px);
    padding-right: clamp(16px, 1.25vw, 30px);
  }

  .container_cat.cat_wide {
    max-width: 1600px;
  }
}

/* Article */
.banner-img-article {
  width: 100%;
  background-size: cover;
  position: relative;
}

.banner-img-article a {
  border-radius: 0;
  overflow: hidden;
  display: block;
}

.banner-img-article .img-article {
  padding-top: 0 !important;
  height: clamp(260px, 23.177vw, 500px);
}

/*Blogpost section style 2*/

.blog-style2 section {
  position: relative;
}

.blog-style2 .post-item .item {
  margin: 0;
}

.blog-style2 .post-item .post-info {}

.blog-style2 .post-item .image-blog {
  overflow: hidden;
  margin-bottom: clamp(16px, 1.25vw, 30px);
}

.blog-style2 .post-item .post-info .head {
  margin-bottom: 0;
}

.blog-style2 .post-item .post-info .head-article .wrap-date .inner-date {
  margin: 0 0 15px 0;
  padding: 3px 15px;
  background-color: #ed5e10;

}

.blog-style2 .post-item .cate-blog {
  position: absolute;
  top: 20px;
  right: 0;
  display: block;
}

.blog-style2 .post-item .cate-blog a {
  color: #fff;
  text-transform: uppercase;
  background: var(--color-hover);
  padding: 0 15px;
  height: clamp(16px, 1.25vw, 30px);
  display: block;
  line-height: clamp(16px, 1.25vw, 30px);
  position: relative;
}

.blog-style2 .post-item .cate-blog a span {
  position: relative;
}


/*End blogpost section style 2*/
@media (max-width: 1024px) {

  .main-content-blog .content-offset-left,
  .main-content-blog .content-offset-right {
    max-width: 100%;
  }

  .mobile-sidebar-btn {
    display: inline-flex;
  }

  .close-sidebar-btn,
  .title_sidebar h3 {
    display: block;
  }

  .main-content-blog .content-offset-right {
    padding-left: 5px;
  }

  .mobile-content {
    width: 100%;
    max-width: 100%;
  }

  .top-sidebar .sidebar-top,
  .js-sidebar-mobile-content {
    left: 0;
    -webkit-transform: translateX(-100%);
    -ms-transform: translateX(-100%);
    -o-transform: translateX(-100%);
    transform: translate(-100%);
    overflow: auto !important;
    overflow-x: hidden !important;
    -webkit-transition: all .2s ease-in-out 0s;
    -o-transition: all .2s ease-in-out 0s;
    transition: all .2s ease-in-out 0s;
    z-index: 99999 !important;
    top: 0;
    min-width: 270px;
    max-width: 300px !important;
    height: 100%;
    background: #fff;
    position: fixed !important;
    padding: 15px;
  }

  .open_sidebar .top-sidebar .sidebar-top,
  .open_sidebar .js-sidebar-mobile-content {
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translate(0);
  }

  .banner-img-article {
    margin-bottom: clamp(16px, 1.25vw, 30px);
  }

  .main-content-blog .content-blog-bottom {
    padding-bottom: clamp(16px, 1.25vw, 30px);
    flex-direction: column;
  }
}
.blog-style1 .post-item .post-info {
  overflow: hidden;
  z-index: 1;
  padding-top: 16px;
}
.blog-content {
  display: flex;
  gap: 8px;
  align-items: center;
  margin-bottom: 16px;
}
@media only screen and (min-width : 992px) and (max-width : 1199px) {}

/* ipad  */
@media only screen and (min-width : 768px) and (max-width : 991px) {}

/* mobile  */
@media only screen and (max-width : 767px) {

  .main-content-blog .content-offset-right {
    margin-left: unset;
    order: unset;
  }

  .main-content-blog .content-offset-right .post-info .post-title {
    font-size: 16px !important;
  }
}

.main-search-article .meta-post li:before {
  display: none;
}


@media (max-width: 991px) {
  .main-content-blog .col-sm-12 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }

  .main-content-blog .blog-grid .list .item {
    flex-direction: column;
    margin-bottom: 0;
  }

  .main-content-blog .blog-grid .list .item .image-blog,
  .main-content-blog .blog-grid .list .item .post-info {
    width: 100%;
    margin: 0;
    margin-bottom: clamp(16px, 1.25vw, 30px);
  }
}

@media (max-width: 767px) {
  .blog-style1 .post-item .image-blog {
    margin-left: 0;
  }



  .single-blog .head-article .wrap-date {
    align-items: flex-start;
    flex-direction: column;
    gap: 10px;
  }

  .single-blog .head-article .meta-post {
    gap: 10px;
    display: flex;
  }

  .single-blog .head-article .meta-post li {
    padding: 0;
  }
}

.cms-group-title {
  display: none;
}