.blog-name {
  font-size: 22px; }

.img_thm {
  border-radius: 10px; }

.mn_box {
  gap: 15px; }
  .mn_box .li_menu .link.active {
    color: var(--mainColor);
    border-bottom: 3px solid; }

.modified {
  bottom: 0px;
  left: 0px;
  opacity: .8;
  border-top-right-radius: 10px; }

@media (min-width: 768px) {
  .blog-item-list {
    margin-bottom: 10px !important; } }

.blog-item-list:last-child {
  margin-bottom: 0px !important; }

.blog-item-list .blog-item-name {
  font-size: 1rem; }

@media (max-width: 575px) {
  .item_list_index {
    transition: all 0.5s;
    margin-bottom: 15px; }
    .item_list_index .title_blo {
      line-height: normal;
      font-size: 1rem; }
      .item_list_index .title_blo a {
        font-size: 1rem; }
    .item_list_index .entry-date {
      color: #ffffff;
      top: 10px;
      left: -5px;
      background: var(--mainColor);
      padding: 3px 7px;
      line-height: normal;
      z-index: 9; }
      .item_list_index .entry-date:after {
        content: '';
        width: 0;
        height: 0;
        border-style: solid;
        border-width: 0 5px 5px 0;
        border-color: transparent var(--mainColor) transparent transparent;
        position: absolute;
        left: 0;
        bottom: -5px;
        filter: brightness(0.7); }
      .item_list_index .entry-date p {
        margin: 0; }
        .item_list_index .entry-date p.day {
          font-size: 1.2rem; }
        .item_list_index .entry-date p.yeah {
          font-size: 0.8rem; }
    .item_list_index .sum {
      font-size: 0.95rem; } }

.blog-list .b_item .item:nth-child(3n+1) .bg {
  background-color: #fff9fb;
  border: 1px solid #ffc5e2; }

.blog-list .b_item .item:nth-child(3n+2) .bg {
  background-color: #FFF9E6;
  border: 1px solid #ffd8b3; }

.blog-list .b_item .item:nth-child(3n+3) .bg {
  background-color: #F3FDFE;
  border: 1px solid #c1efff; }

.blog-list .b_item .item .image {
  width: 3rem;
  height: 3rem;
  min-width: 48px; }
  .blog-list .b_item .item .image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    mix-blend-mode: multiply; }
  @media (max-width: 566px) {
    .blog-list .b_item .item .image {
      width: 36px;
      height: 36px;
      min-width: 32px; } }

.blog-list .b_item .item .text h4 {
  font-size: 1rem;
  line-height: 1.5rem;
  margin: 0; }
  @media (max-width: 566px) {
    .blog-list .b_item .item .text h4 {
      font-size: 14px;
      line-height: normal; } }

.blog-list .b_item .item .text span {
  font-size: .75rem;
  line-height: 1rem; }

@media (max-width: 767px) {
  .mb_item:last-child {
    margin-bottom: 0 !important; } }

.lastest-articles .large-article:after {
  content: '';
  height: 60%;
  width: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  background: linear-gradient(180deg, transparent 0%, black 100%); }

.lastest-articles .large-article-info .title_blo {
  font-size: 2.25rem;
  line-height: 2.5rem; }
  .lastest-articles .large-article-info .title_blo a {
    color: #fff; }
    .lastest-articles .large-article-info .title_blo a:hover {
      color: var(--menuHover); }
  @media (max-width: 767px) {
    .lastest-articles .large-article-info .title_blo {
      font-size: 16px;
      line-height: 20px; }
      .lastest-articles .large-article-info .title_blo a {
        color: #000; } }

.lastest-articles .list_b-infor h3 {
  font-size: 16px;
  line-height: normal; }
  .lastest-articles .list_b-infor h3 a {
    color: #000; }

.lastest-articles .large-article-info {
  color: #fff;
  bottom: 0; }
  @media (max-width: 767px) {
    .lastest-articles .large-article-info {
      position: relative !important;
      color: #000;
      background: #fff;
      border-bottom-left-radius: 8px;
      border-bottom-right-radius: 8px; } }

.lastest-articles .blog_opa {
  right: 20px;
  top: 20px;
  padding: 20px;
  background: rgba(255, 255, 255, 0.8);
  backdrop-filter: blur(20px);
  max-height: calc(100% - 40px);
  overflow-y: auto; }
  @media (max-width: 767px) {
    .lastest-articles .blog_opa {
      background: #fff;
      backdrop-filter: initial;
      position: relative !important;
      right: 0; } }
  .lastest-articles .blog_opa::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.1);
    background-color: #f7f7f7;
    border-radius: 10px; }
  .lastest-articles .blog_opa::-webkit-scrollbar {
    width: 0px;
    background-color: #f7f7f7; }
  .lastest-articles .blog_opa::-webkit-scrollbar-thumb {
    border-radius: 10px;
    background-color: #FFF;
    background-image: -webkit-gradient(linear, 40% 0%, 75% 84%, from(var(--mainColor)), to(var(--mainColor)), color-stop(0.6, var(--mainColor))); }

.lastest-articles .item_list {
  border-bottom: 1px solid #fff; }
  .lastest-articles .item_list:last-child {
    border-bottom: none; }

.rte a {
  color: #2196f3; }

.rte .text-btn {
  color: var(--btntext); }

#AjaxinatePagination a {
  font-size: 18px;
  min-width: 180px; }
  #AjaxinatePagination a:hover {
    color: var(--mainColor);
    box-shadow: 0 0px 2px 0 var(--mainColor), 0 0px 6px 0px var(--mainColor); }

.blog-layout .custom-article-item_info .title_blo {
  position: relative;
  padding: 10px; }
  .blog-layout .custom-article-item_info .title_blo a {
    font-size: 24px;
    line-height: 1.2; }
  .blog-layout .custom-article-item_info .title_blo:after {
    content: "";
    position: absolute;
    width: 71px;
    height: 3px;
    background: #999;
    border-radius: 2px;
    left: 50%;
    top: 108%;
    margin-left: -30px; }

.blog-layout .custom-article-item_info p {
  padding: 10px;
  font-size: 16px; }

.product-item {
  position: relative;
  border: solid 1px whitesmoke;
  box-shadow: 2px 2px 4px 4px rgba(0, 0, 0, 0.02); }
  .product-item .product-info {
    margin: 5px 0px;
    padding: 5px 5px; }
    .product-item .product-info .product-title a {
      font-size: 16px;
      display: block;
      line-height: 1.5; }
    .product-item .product-info .product-price {
      margin-bottom: 16px; }
      .product-item .product-info .product-price > span {
        line-height: 18px;
        display: inline-block; }
        .product-item .product-info .product-price > span.current-price {
          font-size: 16px;
          font-weight: 700; }
        .product-item .product-info .product-price > span.price-sale {
          margin-left: 10px; }
  .product-item .product-img {
    position: relative;
    overflow: hidden; }
    .product-item .product-img a {
      display: block;
      padding: 0px; }
      .product-item .product-img a img {
        width: 100%; }
    .product-item .product-img .product-tags {
      position: absolute;
      top: 5px;
      left: 5px; }
      .product-item .product-img .product-tags > span {
        display: inline-block;
        width: 40px;
        height: 40px;
        line-height: 40px;
        background: url("//theme.hstatic.net/1000409966/1001265503/14/sale_bg.png?v=885");
        color: #fff;
        background-size: cover; }
    .product-item .product-img .product-soldout {
      position: absolute;
      top: 5px;
      right: 5px; }
      .product-item .product-img .product-soldout > span {
        display: inline-block;
        width: 40px;
        height: 40px;
        line-height: 40px;
        border-radius: 50%;
        color: #fff;
        background: #000; }
  .product-item .product-variant-color {
    margin-left: 8px; }
  @media (min-width: 992px) {
    .product-item .product-price, .product-item .product-variant-color {
      display: inline-block;
      vertical-align: middle; } }
