@charset "UTF-8";
.sidebar-blog {
  padding: 15px;
  border-radius: 3px;
  margin-bottom: 15px;
  border: 1px solid #ddd;
  background: #fff; }
  .sidebar-blog:last-child {
    margin: 0; }
  .sidebar-blog .sidebarblog-title {
    margin-bottom: 15px; }
    .sidebar-blog .sidebarblog-title .title-sidebar {
      font-size: 18px;
      position: relative;
      border-bottom: 1px solid #eee;
      padding-bottom: 10px; }
      .sidebar-blog .sidebarblog-title .title-sidebar span {
        display: none; }

.list-news-latest .item-article {
  margin-bottom: 10px;
  width: 100%;
  flex: 0 0 100%; }
  .list-news-latest .item-article .post-image {
    width: 25%; }
  .list-news-latest .item-article .post-content {
    padding-left: 15px;
    width: 75%; }
    .list-news-latest .item-article .post-content .title-article-side {
      margin-bottom: 5px;
      line-height: 1.2;
      font-size: 14px; }
      .list-news-latest .item-article .post-content .title-article-side a {
        font-size: 14px;
        color: var(--colorshop);
        display: -webkit-box;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
        overflow: hidden;
        font-weight: 400; }
    .list-news-latest .item-article .post-content .date {
      font-size: 13px; }
    .list-news-latest .item-article .post-content .price {
      font-size: 13px;
      color: #e70303;
      font-weight: 500; }
    .list-news-latest .item-article .post-content .compare-price {
      font-size: 12px;
      color: #888888; }

#categories li {
  position: relative; }
  #categories li a {
    font-size: 14px;
    padding-bottom: 5px;
    display: block; }
  #categories li > ul {
    display: none;
    padding-left: 15px; }
    #categories li > ul li a {
      font-size: 14px; }

.cl-open-sb {
  font-size: 0;
  background: none;
  border: none;
  position: absolute;
  right: 0;
  width: 31px;
  height: 31px;
  top: 0;
  z-index: 999; }
  .cl-open-sb.plus-menu:after {
    content: "+";
    font-size: 20px;
    font-weight: 500; }
  .cl-open-sb.minus-menu:after {
    content: "–";
    font-size: 20px;
    font-weight: 500; }

/* article loop*/
.blog-content {
  margin-bottom: 25px; }

.list-article-content .artile-item {
  margin-bottom: 10px;
  flex: 0 0 0 calc(100% / 3);
  width: calc(100% / 3); }

@media (max-width: 767px) {
  .list-article-content .artile-item {
    flex: 0 0 100%;
    width: 100%; }
    .list-article-content .artile-item:last-child {
      margin-bottom: 0; } }

.item-tag {
  margin: 0 10px 10px 0 !important; }
  .item-tag a {
    border: 1px solid #eee;
    border-radius: 3px;
    padding: 5px 10px 5px 25px !important;
    font-size: 13px;
    font-weight: 400;
    color: #000;
    position: relative;
    margin-bottom: 0;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    display: flex;
    align-items: center;
    justify-content: space-between;
    text-transform: capitalize; }
  .item-tag:hover a {
    color: #fff;
    background: var(--colorshophover); }

/* table of content */
.fixed-table {
  position: fixed;
  top: 30%;
  left: 10px;
  overflow: hidden;
  border-radius: 3px;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  transition: all 0.3s ease;
  margin-right: 15px;
  opacity: 0;
  visibility: hidden;
  background: #f9f9f9;
  z-index: 3434; }
  .fixed-table.show {
    opacity: 1;
    visibility: visible; }
  .fixed-table.active .btn-fixed-table-content {
    border: none; }
  .fixed-table.active .table-of-contents {
    -ms-transition-delay: 0.1s;
    -webkit-transition-delay: 0.15s;
    transition-delay: 0.1s;
    transform: scale(1);
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1); }
  .fixed-table .table-of-contents {
    box-shadow: none;
    padding-top: 5px;
    position: fixed;
    left: 10px;
    top: 30%;
    width: 400px;
    max-width: calc(100% - 20px);
    transform-origin: 0 0 0;
    margin-right: 10px;
    -webkit-transform-origin: 0 0 0;
    transform-origin: 0 0 0;
    transform: scale(0);
    -webkit-transform: scale(0);
    -moz-transform: scale(0);
    -ms-transform: scale(0);
    -o-transform: scale(0);
    z-index: 10;
    transition: -webkit-transform 0.35s cubic-bezier(0.165, 0.84, 0.44, 1);
    transition: transform 0.35s cubic-bezier(0.165, 0.84, 0.44, 1);
    transition: transform 0.35s cubic-bezier(0.165, 0.84, 0.44, 1), -webkit-transform 0.35s cubic-bezier(0.165, 0.84, 0.44, 1);
    -webkit-transition: transform 0.35s cubic-bezier(0.165, 0.84, 0.44, 1);
    -moz-transition: transform 0.35s cubic-bezier(0.165, 0.84, 0.44, 1);
    -ms-transition: transform 0.35s cubic-bezier(0.165, 0.84, 0.44, 1);
    -o-transition: transform 0.35s cubic-bezier(0.165, 0.84, 0.44, 1);
    border: 1px solid #aaa; }
    .fixed-table .table-of-contents .title-table .title-table {
      margin-bottom: 5px; }
    .fixed-table .table-of-contents .toc_toggle {
      display: none; }
  .fixed-table .btn-fixed-table-content {
    font-size: 20px;
    width: 35px;
    height: 35px;
    line-height: 35px;
    outline: none;
    float: left;
    border: 1px solid #aaa;
    z-index: 99;
    position: relative;
    border-radius: 3px;
    transition: all 0.3s ease;
    background: none; }
  .fixed-table .close-table {
    position: absolute;
    right: 5px;
    top: 5px;
    background: none;
    font-size: 0;
    border: none;
    width: 26px;
    height: 26px; }
    .fixed-table .close-table img {
      width: 15px;
      height: 15px; }

#blog-wrapper .article-sidebar .blog-sb-title h3 {
  width: 100%;
  display: block;
  font-weight: normal;
  text-align: center;
  float: left;
  outline: none;
  cursor: pointer;
  padding-bottom: 15px;
  margin: 0;
  font-size: 16px;
  text-transform: uppercase;
  font-weight: bold; }

#blog-wrapper .article-sidebar .harticle-item .harticle-title,
.related-articles .harticle-item .harticle-title {
  font-weight: 600;
  margin: 10px 0;
  text-align: center; }

#blog-wrapper .article-sidebar .harticle-item .article-info,
.related-articles .harticle-item .article-info {
  display: flex;
  justify-content: space-between;
  margin-bottom: 10px; }

#blog-wrapper .article-sidebar .harticle-item,
.related-articles .harticle-item {
  margin-bottom: 25px; }

.table-of-contents {
  background: #FFFFFF;
  border-radius: 5px;
  border: 0.5px solid var(--Grayscale-Grayscale-3, #A1A2AB);
  display: table;
  margin: 0 0 15px;
  padding: 10px;
  position: relative;
  width: auto; }

.title-table {
  display: flex;
  justify-content: left;
  margin-bottom: 10px;
  align-items: center;
  text-transform: capitalize; }

.title-table .title-table {
  font-weight: 400;
  font-size: 18px;
  margin-bottom: 0; }

.title-table .toc_toggle {
  font-size: 14px;
  margin-left: 5px; }

.title-table .toc_toggle a {
  font-size: 14px;
  color: #2e5157; }

#table-content-container ul {
  list-style: none;
  counter-reset: item;
  margin: 5px 0 0; }

#table-content-container ul li {
  list-style: none;
  margin-bottom: 5px !important; }

.table-of-contents ul {
  list-style-type: none; }

.table-of-contents > ul {
  counter-reset: listStyle;
  padding-left: 5px; }

.table-of-contents > ul > li {
  counter-increment: listStyle; }

.table-of-contents > ul > li li {
  counter-increment: nav1;
  counter-reset: nav2; }

.table-of-contents > ul > li li li {
  counter-increment: nav2;
  counter-reset: nav3; }

.table-of-contents > ul > li li li li {
  counter-increment: nav3;
  counter-reset: nav4; }

.table-of-contents > ul > li li li li li {
  counter-increment: nav4;
  counter-reset: nav5; }

.table-of-contents > ul > li li li li li li {
  counter-increment: nav5;
  counter-reset: nav6; }

.table-of-contents > ul > li::before {
  content: counter(listStyle) ". ";
  text-transform: uppercase; }

.table-of-contents > ul > li li::before {
  content: counter(listStyle) "." counter(nav1) " - "; }

.table-of-contents > ul > li li li::before {
  content: counter(listStyle) "." counter(nav1) "." counter(nav2) " - "; }

.table-of-contents > ul > li li li li::before {
  content: counter(listStyle) "." counter(nav1) "." counter(nav2) "." counter(nav3) " - "; }

.table-of-contents > ul > li li li li li::before {
  content: counter(listStyle) "." counter(nav1) "." counter(nav2) "." counter(nav3) "." counter(nav4) " - "; }

.table-of-contents > ul > li li li li li li::before {
  content: counter(listStyle) "." counter(nav1) "." counter(nav2) "." counter(nav3) "." counter(nav4) "." counter(nav5) " - "; }

.table-of-contents > ul > li li li li li li li::before {
  content: counter(listStyle) "." counter(nav1) "." counter(nav2) "." counter(nav3) "." counter(nav4) "." counter(nav5) "." counter(nav6) " - "; }

.table-of-contents li a {
  color: #292D32; }

#table-content-container .close-table {
  display: none; }

.arrow-slick-greey .slick-callback .slick-arrow .arrow-custom > div {
  background-color: #ccc; }

.style-product-art-small .style-small {
  flex-direction: row; }
  .style-product-art-small .style-small .button-loop-pro {
    display: none !important; }
  .style-product-art-small .style-small .product-img {
    flex: 0 0 85px; }
  .style-product-art-small .style-small .product-tag-label {
    display: none; }

@media (max-width: 767px) {
  .style-product-art-small .item-loop-small {
    flex: 0 0 75%;
    width: 75%; } }

.wrap_slide_pro_art {
  margin: 0 -10px; }
  .wrap_slide_pro_art .slick-dots {
    left: 0 !important; }
  @media (max-width: 767px) {
    .wrap_slide_pro_art {
      margin: 0 -7.5px; }
      .wrap_slide_pro_art .slick-arrow.slick-next {
        right: -5px !important; }
      .wrap_slide_pro_art .item-owl {
        padding: 0 7.5px; } }

.blog-font-title {
  font-size: 24px;
  font-weight: 400; }

.artile-item .blog-post {
  padding-top: 10px;
  padding-bottom: 10px;
  padding-left: 15px;
  padding-right: 5px; }

@media (max-width: 767px) {
  .artile-item .blog-post {
    padding-right: 15px; } }

.artile-item .blog-post-image {
  position: relative;
  display: block; }
  .artile-item .blog-post-image .ratio-blog-loop {
    display: block;
    padding-bottom: 0;
    /* Remove or set as needed, e.g., 100% for a specific aspect ratio */
    position: relative;
    /* Keeps the element positioned correctly */
    filter: brightness(98%);
    /* Keeps the brightness filter if desired */ }

.artile-item .blog-post-image {
  object-fit: cover;
  height: 100%; }
  .artile-item .blog-post-image img {
    object-fit: cover; }

.artile-item .blog-post-content {
  -webkit-box-flex: 1;
  flex-grow: 1;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  flex-direction: column;
  background: #fff;
  width: 100%;
  max-width: 410px;
  position: relative;
  padding-bottom: 18px;
  padding-right: 0;
  padding-left: 0; }
  .artile-item .blog-post-content .blog-title {
    height: 44px;
    max-lines: 2;
    font-size: 18px;
    margin-top: 10px;
    margin-bottom: 10px;
    text-transform: capitalize; }
    .artile-item .blog-post-content .blog-title a {
      color: #085C65;
      font-weight: 500;
      display: -webkit-box;
      -webkit-line-clamp: 2;
      -webkit-box-orient: vertical;
      overflow: hidden; }
      .artile-item .blog-post-content .blog-title a:hover {
        color: #085C65; }
  .artile-item .blog-post-content .artible-loop-footer {
    font-size: 14px;
    color: #667085;
    padding-top: 8px;
    margin-top: 5px; }
  .artile-item .blog-post-content .artible-loop-footer .date-time {
    display: flex;
    align-items: center; }
  .artile-item .blog-post-content .artible-loop-footer .date-time svg {
    margin-right: 5px;
    width: 20px;
    height: 20px; }
  .artile-item .blog-post-content .blog-desc {
    color: #667085;
    font-size: 14px;
    font-weight: 400;
    margin-bottom: 0;
    -webkit-box-flex: 1;
    flex-grow: 1;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    display: -webkit-box; }
  .artile-item .blog-post-content .blog-post-category {
    background: #EAEAEA;
    color: 656565;
    border-radius: 16px;
    padding: 2px 10px;
    margin-top: 10px;
    display: flex;
    width: fit-content; }

.artile-item-main .blog-post-main {
  padding-top: 10px;
  padding-bottom: 10px;
  padding-right: 20px;
  padding-left: 0px; }

@media (max-width: 768px) {
  .artile-item-main .blog-post-main {
    padding-top: 10px;
    padding-bottom: 10px;
    padding-right: 0px;
    padding-left: 0px; } }

.artile-item-main .blog-post-image-main {
  position: relative;
  display: block;
  object-fit: cover;
  height: 100%; }
  .artile-item-main .blog-post-image-main img {
    object-fit: cover; }
  .artile-item-main .blog-post-image-main .ratio-blog-loop-main {
    display: block;
    padding-bottom: 0;
    /* Remove or set as needed, e.g., 100% for a specific aspect ratio */
    position: relative;
    /* Keeps the element positioned correctly */
    filter: brightness(98%);
    /* Keeps the brightness filter if desired */ }

@media (max-width: 768px) {
  .artile-item-main .blog-post-image-main {
    width: 100%; }
    .artile-item-main .blog-post-image-main img {
      width: 100%; } }

.artile-item-main .blog-post-content-main {
  -webkit-box-flex: 1;
  flex-grow: 1;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  flex-direction: column;
  background: #fff;
  width: 100%;
  max-width: 400px;
  position: relative;
  padding-bottom: 18px;
  padding-right: 0;
  padding-left: 0; }
  .artile-item-main .blog-post-content-main .blog-title-main {
    max-lines: 2;
    font-size: 18px;
    margin-top: 5px;
    margin-bottom: 10px;
    text-transform: capitalize; }
    .artile-item-main .blog-post-content-main .blog-title-main a {
      color: #085C65;
      font-weight: 500;
      display: -webkit-box;
      -webkit-line-clamp: 2;
      -webkit-box-orient: vertical;
      overflow: hidden; }
      .artile-item-main .blog-post-content-main .blog-title-main a:hover {
        color: #085C65; }
  .artile-item-main .blog-post-content-main .artible-loop-footer-main {
    font-size: 14px;
    color: #667085;
    padding-top: 8px;
    margin-top: 5px; }
  .artile-item-main .blog-post-content-main .artible-loop-footer-main .date-time {
    display: flex;
    align-items: center; }
  .artile-item-main .blog-post-content-main .artible-loop-footer-main .date-time svg {
    margin-right: 5px;
    width: 20px;
    height: 20px; }
  .artile-item-main .blog-post-content-main .blog-desc-main {
    color: #667085;
    font-size: 14px;
    font-weight: 400;
    margin-bottom: 0;
    -webkit-box-flex: 1;
    flex-grow: 1;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    display: -webkit-box; }
  .artile-item-main .blog-post-content-main .blog-post-category-main {
    background: #EAEAEA;
    color: 656565;
    border-radius: 16px;
    padding: 2px 10px;
    margin-top: 10px;
    display: flex;
    width: fit-content; }

.blog-sub-menu {
  display: flex;
  justify-content: space-between;
  padding-bottom: 20px;
  padding-top: 20px;
  border-bottom: 2px solid #ccc;
  max-width: 100%;
  /* Set the maximum width */
  margin: 0 auto;
  /* Center the menu */
  flex-wrap: nowrap;
  overflow-x: scroll;
  overflow-y: hidden;
  scrollbar-width: none;
  -ms-overflow-style: none; }

.blog-sub-menu::-webkit-scrollbar {
  display: none;
  /* Hide scrollbar for Webkit browsers */ }

@media (max-width: 768px) {
  .blog-sub-menu {
    justify-content: flex-start; }
  .blog-sub-menu-item {
    flex: 0 0 auto;
    margin-right: 20px; } }

.blog-sub-menu-link {
  position: relative;
  text-decoration: none;
  color: #333;
  padding-bottom: 17px;
  padding-top: 20px;
  transition: color 0.3s , width 0.3s;
  font-size: 16px;
  cursor: pointer; }

.blog-sub-menu-link:hover,
.blog-sub-menu-link.active {
  color: #292D32;
  font-weight: 700;
  font-size: 16px; }

.blog-sub-menu-link::after {
  content: '';
  display: block;
  height: 3px;
  width: 0;
  background: #085C65;
  transition: width 0.3s;
  position: absolute;
  left: 50%;
  bottom: -5px;
  transform: translateX(-50%); }

.blog-sub-menu-link:hover::after,
.blog-sub-menu-link.active::after {
  width: 100%; }

.blog-list-article-header {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  margin-top: 20px; }

.blog-list-article-header-half-width {
  display: flex;
  flex: 1;
  /* Each half occupies one portion of the available space equally */
  box-sizing: border-box;
  /* Ensures padding doesn’t affect the width calculation */ }

.blog-list-article-header-full-width {
  flex: 100%;
  max-width: 100%; }

@media (max-width: 768px) {
  .blog-list-article-header-half-width {
    flex: 100%;
    /* Stack the items vertically on smaller screens */
    padding: 10px 0;
    /* Adjust the padding for a stacked layout */ }
  .blog-list-article-header-full-width {
    flex: 100%;
    /* Stack the items vertically on smaller screens */
    padding: 10px 0;
    /* Adjust the padding for a stacked layout */ } }

.blog-list-article-header-half-width-list {
  display: flex;
  flex-direction: column;
  /* Arrange items in a column */
  gap: 20px;
  /* Adds space between items within the column */ }

.blog-article-first {
  position: relative;
  width: 100%; }

.blog-article-first-image {
  position: relative;
  width: 100%;
  /* Ensures the image is the base layer */ }

.blog-article-first-image img {
  width: 100%;
  /* Ensure the image covers full width */
  height: 598px;
  /* Maintain aspect ratio */
  display: block;
  /* Remove bottom whitespace gap from images */
  object-fit: cover; }

.blog-article-first-info {
  position: absolute;
  /* Position this element over the image */
  display: flex;
  float: left;
  width: 100%;
  bottom: 0;
  padding: 20px 30px;
  flex-direction: column;
  background: linear-gradient(180deg, rgba(61, 61, 61, 0.22) 0%, #3D3D3D 100%); }

.blog-article-first-info a {
  font-size: 20px;
  color: white;
  font-weight: 700; }

.blog-article-first-info p {
  font-size: 14px;
  color: white;
  font-weight: 400;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis; }

.blog-article-first-info .date-time {
  display: flex;
  align-items: center;
  font-size: 16px;
  color: white; }

.blog-article-first-info .date-time svg {
  margin-right: 5px;
  width: 20px;
  height: 20px;
  fill: white; }

.blog-article-horizontal {
  display: flex;
  align-items: flex-start;
  gap: 0; }

.blog-article-horizontal-image {
  object-fit: cover;
  flex: 1;
  margin-right: 20px; }

.blog-article-horizontal-image img {
  object-fit: cover;
  width: 100%; }

.blog-article-horizontal-info {
  flex: 1;
  margin-left: 0; }

.blog-article-horizontal-info a {
  font-size: 18px;
  color: #085C65;
  font-weight: 500;
  margin-top: 14px; }

.blog-article-horizontal-info p {
  font-size: 14px;
  color: #667085;
  font-weight: 400;
  margin-top: 5px; }

.blog-article-horizontal-info .date-time {
  display: flex;
  align-items: center;
  font-size: 14px;
  color: #656565; }

.blog-article-horizontal-info .date-time svg {
  margin-right: 5px;
  width: 16px;
  height: 16px; }

.blog-article-horizontal-desc {
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis; }

@media (max-width: 768px) {
  .blog-article-horizontal {
    flex-direction: column;
    align-items: flex-start; }
  .blog-article-horizontal-image {
    width: 100%; }
    .blog-article-horizontal-image img {
      height: 250px; }
  .blog-article-horizontal-info {
    margin-top: 10px; }
  .blog-article-horizontal-info a {
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis; }
  .blog-article-horizontal-desc {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis; } }

.blog-list-article-loadmore {
  flex-direction: column;
  /* Stacks children in a column */
  align-items: center;
  /* Centers children horizontally */
  justify-content: center; }

.blog-load-more-container {
  width: 100%;
  /* Ensures the button container takes the full width */
  display: flex;
  /* Use flex to center the button */
  justify-content: center;
  /* Center align the button */
  text-align: center; }

.blog-load-more-button {
  display: inline-block;
  padding: 10px 58px;
  border: 1px solid #000;
  /* Border color */
  border-radius: 5px;
  /* Rounded corners */
  background-color: transparent;
  /* Transparent background */
  color: #000;
  /* Text color */
  font-size: 16px;
  /* Font size */
  text-align: center;
  /* Center the text */
  cursor: pointer;
  /* Pointer cursor on hover */
  transition: background-color 0.3s , color 0.3s;
  /* Smooth transition */
  margin-top: 30px; }

.blog-load-more-button:hover {
  background-color: #000;
  /* Change background on hover */
  color: #fff;
  /* Change text color on hover */ }

.blog-by-category-web {
  display: block; }
  .blog-by-category-web .flickity-button {
    top: 135px; }

.blog-by-category-mobile {
  display: none; }

@media (max-width: 768px) {
  .blog-by-category-web {
    display: none; }
  .blog-by-category-mobile {
    display: block;
    margin-top: 20px;
    margin-bottom: 30px; } }

.carousel {
  margin-bottom: 20px; }

.carousel-cell {
  width: 33.33%;
  counter-increment: carousel-cell; }

.carousel-cell:before {
  display: block; }

.flickity-page-dots {
  bottom: -10px; }

.flickity-page-dots .dot {
  background: #A1A2AB; }

.article-body :is(h1, h2, h3, h4, h5, h6) {
  margin-top: 10px;
  margin-bottom: 15px; }

.article-body :is(h1, h2, h3, h4, h5, h6) b {
  font-weight: 500; }

.article-body :is(h1, h2, h3, h4, h5, h6) strong {
  font-weight: 500; }

.article-body table {
  margin-top: 10px;
  margin-bottom: 15px; }

.article-title {
  text-align: center;
  margin-bottom: 20px; }

.article-content .time-post {
  display: flex;
  justify-content: center;
  width: 100%;
  font-size: 14px;
  font-weight: 400;
  color: #085C65; }

.social-share-article {
  display: flex;
  justify-content: center;
  width: 100%;
  gap: 15px; }

.copy-article-link-icon {
  height: 24px;
  width: 24px; }

.copy-article-link-icon svg {
  height: 24px;
  width: 24px;
  object-fit: cover;
  margin: 0;
  cursor: pointer;
  /* Cursor pointer for SVG */ }

.blog-toast {
  position: fixed;
  top: 20px;
  /* Position from the top */
  left: 50%;
  /* Center horizontally */
  transform: translateX(-50%);
  /* Shift it back by 50% of its width */
  background-color: #333;
  /* Background color */
  color: white;
  /* Text color */
  padding: 10px 20px;
  border-radius: 5px;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.5);
  z-index: 1000;
  /* Ensure it's above other elements */
  transition: opacity 0.5s ease;
  display: none;
  /* Initially hidden */
  font-size: 20px; }

/* Blog by category for mobile size */
/* ---------------------------------*/
.blog-by-category-mobile-loadmore-button-container {
  width: 100%;
  /* Ensures the button container takes the full width */
  display: flex;
  /* Use flex to center the button */
  justify-content: center;
  /* Center align the button */
  text-align: center; }
  .blog-by-category-mobile-loadmore-button-container .blog-by-category-mobile-button {
    display: inline-block;
    padding: 10px 58px;
    border: 1px solid #000;
    /* Border color */
    border-radius: 5px;
    /* Rounded corners */
    background-color: transparent;
    /* Transparent background */
    color: #000;
    /* Text color */
    font-size: 16px;
    /* Font size */
    text-align: center;
    /* Center the text */
    cursor: pointer;
    /* Pointer cursor on hover */
    transition: background-color 0.3s , color 0.3s;
    /* Smooth transition */ }
  .blog-by-category-mobile-loadmore-button-container .blog-by-category-mobile-button:hover {
    background-color: #000;
    /* Change background on hover */
    color: #fff;
    /* Change text color on hover */ }

.sidebar-banner-mobile {
  display: none; }

@media (max-width: 991px) {
  .sidebar-banner {
    display: none; }
  .sidebar-banner-mobile {
    display: block; } }
