.fotorama__stage {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0 !important;
}

.sm_megamenu_head_item > .sm_megamenu_title > a {
    font-size:1.4rem !important;
    text-transform: capitalize !important;
    font-weight: unset !important;
    transition: all 0.2s;
}

.sm_megamenu_title > a:hover {
    color: #6d62ff !important;
    padding-left: 10px;
}
.sm_megamenu_firstcolumn {
    margin-bottom: 0px !important;
}
.sm_megamenu_wrapper_vertical_menu .sm_megamenu_menu .sm_megamenu_dropdown_1column, 
.sm_megamenu_wrapper_vertical_menu .sm_megamenu_menu .sm_megamenu_dropdown_2columns, 
.sm_megamenu_wrapper_vertical_menu .sm_megamenu_menu .sm_megamenu_dropdown_3columns, 
.sm_megamenu_wrapper_vertical_menu .sm_megamenu_menu .sm_megamenu_dropdown_4columns, 
.sm_megamenu_wrapper_vertical_menu .sm_megamenu_menu .sm_megamenu_dropdown_5columns, 
.sm_megamenu_wrapper_vertical_menu .sm_megamenu_menu .sm_megamenu_dropdown_6columns, 
.sm_megamenu_wrapper_vertical_menu .sm_megamenu_menu .sm_megamenu_dropdown_fullwidth {    
    padding: 20px 30px !important;
}

/* Block detail product */
.default-style .resp-tabs-list {
    display: flex;
    overflow-x: auto !important;
    white-space: nowrap;
    scrollbar-width: none;
}
.default-style .resp-tabs-list li {    
	width: 100%;
}
/* header */
.header-top{
    height:unset !important;
}
.header-bottom:after {
    width: 100% !important;
	border-radius: 0 !important;
}
.header-mobile .mobile-top {
    background-color: #1b1a41 !important;
}
@media (max-width:1024px){
    .wrap.quicklink {
    display: none;
    }
}
/* BacktoTop */
.back2top{
    bottom: 21% !important;
}
@media (max-width:425px) {
    .back2top{
        bottom: 17% !important;
    }
}
/* blog */
body.blog-page {
    background: #fbfbfb;
  }

  .blog-post {
    color: #111;
    background: #fff;
    padding: 2rem;
    border-radius: 10px;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.1);
  }

  .blog-post__title {
    margin-bottom: 2.5rem;
    font-size: clamp(18px, 2vw, 20px);
    font-weight: bold;
  }

  .blog-post__content {
    margin-top: 1rem;
  }

  .blog-post__paragraph {
    margin-bottom: 1rem;
    font-size: clamp(15px, 2vw, 16px) !important;
  }
    .blog-post__question {
    font-weight: 700;
    font-size: clamp(16px, 2vw, 17px) !important;
  }
  .blog-post__link {
    font-weight: bold;
    color: #6b21a8;
  }
  .blog-post__link:hover {
    color: #7c3aed;
    text-decoration: underline;
  }
  .blog-post__subtitle {
    margin: 3.5rem 0 0.8rem;
    font-weight: bold;
    font-size: clamp(16px, 2vw, 18px);
  }
  .blog-post__image {
    display: block;
    margin: 1.5rem auto;
    max-width: 100%;
    border-radius: 6px;
  }

  .blog-post__list {
    margin: 1rem 0 1.5rem 0;
    list-style: disc;
    font-size: clamp(14px, 2vw, 15px);
  }

  .blog-post__quote {
    margin: 2rem 0;
    padding: 1rem 1.5rem;
    border-left: 4px solid #13b100;
    background: #eaffd6;
    font-style: italic;
    color: #444;
  }

  .blog-post__table {
    width: 100%;
    border-collapse: collapse;
    margin: 1.5rem 0;
    overflow: hidden;
    border-radius: 10px;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.1);
  }

  .blog-post__table th,
  .blog-post__table td {
    padding: 10px;
    text-align: left;
  }

  .blog-post__table th {
    font-weight: bold;
    font-size: clamp(14px, 2vw, 15px);
    background: #7c3aed !important;
    color: #fff;
    border: 1px solid #7c3aed;
  }
  .blog-post__table td {
    font-size: clamp(13px, 2vw, 14px);
    border: 1px solid #e5e7eb;
  }
  .blog-post__table th:not(:first-child),
  .blog-post__table td:not(:first-child) {
    text-align: center;
  }
  /* blog add btn-line/btn-form quote */
    .blog-post__contact {
      display: flex;
      flex-wrap: wrap;
      gap: 10px;
      margin: 3.5rem 0 0.8rem;
      font-size: clamp(14px, 2vw, 16px);
    }
    .blog-post_container-btn {
    }
    .btn-card {
      border-radius: 10px;
      padding: 10px 15px;
      display: inline-flex;
      transition: 0.3s;
      align-items: center;
      white-space: nowrap;
    }
    .btn-card.btn-form {
      background: #6d62ff;
      border: 2px solid #6d62ff;
      color: #fff;
    }
    a.btn-card.btn-form:hover {
      background: #6b21a8;
      border: 2px solid #6b21a8;
    }
    a.btn-card.btn-line {
      color: #000000;
      border: 2px solid black;
    }
    .btn-card.btn-line:hover {
      background: #10b736;
      color: #fff;
      border: 2px solid #10b736;
    }
    .btn-card i {
      margin-right: 8px;
      font-size: 20px;
    }
/* blog - short decription */
.post-content.post-custom .post-description .post-info-blog .post-text-hld {
    margin: 20px 0 !important;
}
.post-content.post-custom .post-description .post-title,
.post-content.post-custom .post-description .post-info-blog .post-text-hld {
    display: -webkit-box !important;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}
/*custom block countdown*/
.block-slider-products .block-filterproducts .block-content .deals-countdown{
    width:100px !important;
    padding: 20px !important;
    justify-content: space-evenly !important;
}
.block-slider-products .block-filterproducts .block-content .deals-countdown:before{
    width: 45px !important;
    height: 45px !important;
    margin: 0 auto 10px !important;
    background-repeat: no-repeat !important;
    background-size: 100% !important;
}