.show_more_head .show_more_btn.hide .txcount{
  display: none;
}
.meta-media {
    position: relative;
    margin-bottom: 30px;
    float: left;
    width: 100%;
    height: 0;
    padding-bottom: 56.2%;
}

.video_b {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
}


.border-btn:focus{outline-color:#f9fafb;}
.can-stories-botton{margin-top:80px;}

.responsive-video-frame{
  position: relative;
  padding-bottom: 56.25%; /* 16:9 aspect ratio */
  height: 0;
  overflow: hidden;
  max-width: 100%;
}

.responsive-video-frame iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}

.s-download-btn.btn-style.border-red-btn {
  min-width: 120px;
}

.new-footer .footer-link .social_icon ul li:last-child{margin-bottom:10px;}
.weixin_ftc_box{display:none;}


.weixin_ftc_box .tcbg {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 1009;
  background-color: rgba(0,0,0,0.6);
}

.weixin_ftc_box .tcinfo {
  position: fixed;
  left: 50%;
  top: 50%;
  width: 300px;
  height: 300px;
  z-index: 1010;
  transform: translate(-150px,-150px);
  -webkit-transform: translate(-150px,-150px);
}

@media only screen and (max-width: 767px) {
  .weixin_ftc_box .tcinfo {
      position: fixed;
      left: 50%;
      top: 50%;
      width: 200px;
      height: 200px;
      z-index: 1010;
      transform: translate(-100px,-100px);
      -webkit-transform: translate(-100px,-100px);
  }
}
.sidebar .socialpart ul{flex-wrap: wrap; justify-content: flex-start;}
.sidebar .socialpart ul li{min-width:20px;}
.the-supports-team .can-stories-botton{margin-top:100px;}
.code-toolbar{padding:0;}
.code-toolbar > code {display: table !important;}



.custom-image-caption {
    text-align: center;
}
.custom-image-caption figcaption {
    margin-top: 10px;
    font-size: 14px;
    color: #666;
}


.custom-button-row {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    gap: 15px;
    margin: 20px 0;
    padding: 0
}

.custom-button {
    transition: color .2s ease,box-shadow .2s ease
}

.custom-button:hover {
    color: #000!important;
    text-decoration: none!important;
    box-shadow: 0 0 0 1px #d0021b
}

.wpb_images_carousel,.wpb_images_carousel .vc_carousel-inner,.wpb_images_carousel .vc_images_carousel,.wpb_images_carousel .wpb_wrapper {
    width: 100%!important;
    max-width: 100%!important;
    overflow: hidden!important;
    position: relative!important
}

.wpb_images_carousel .vc_item {
    display: flex!important;
    align-items: center!important;
    justify-content: center!important;
    height: 520px!important;
    box-sizing: border-box!important
}

.wpb_images_carousel .vc_item img {
    display: block!important;
    width: auto!important;
    max-width: 100%!important;
    max-height: 520px!important;
    height: auto!important;
    margin: 0 auto!important;
    object-fit: contain!important
}

.wpb_images_carousel .vc_carousel-control .icon-next,.wpb_images_carousel .vc_carousel-control .icon-prev {
    background: #e5e5e5!important;
    border-radius: 50%!important
}

.wpb_images_carousel .vc_carousel-control:hover .icon-next,.wpb_images_carousel .vc_carousel-control:hover .icon-prev {
    background: #e6003c!important
}

.wpb_images_carousel .vc_carousel-control:hover .icon-next:before,.wpb_images_carousel .vc_carousel-control:hover .icon-prev:before {
    filter: brightness(0) invert(1)!important
}


.compare-btn-sec {
    position: relative;
    left: 50%;
    right: 50%;
    width: 100vw;
    margin-left: -50vw;
    margin-right: -50vw;
    padding: 24px 0;
    background: #f7f8fa;
    border-top: 1px solid #e1e4ea;
    border-bottom: 1px solid #e1e4ea;
    text-align: center
}

.wpb_raw_code,.wpb_raw_code>.wpb_wrapper {
    overflow: visible!important;
    padding-left: 0!important;
    padding-right: 0!important
}

.compare-btn-sec .page-back-btn {
    display: inline-flex!important;
    align-items: center;
    justify-content: center;
    gap: 10px;
    margin: 0 auto!important;
    padding-left: 0!important;
    background-image: none!important;
    text-decoration: none
}

.compare-btn-sec .page-back-btn::before {
    content: "↑";
    font-size: 22px;
    line-height: 1
}

.back-to-top {
    position: fixed;
    left: calc(50% + 620px);
    bottom: 100px;
    z-index: 9999;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 58px;
    height: 58px;
    background: #f5f5f5;
    border-radius: 50%;
    box-shadow: 0 6px 18px rgba(0,0,0,.18);
    text-decoration: none;
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    transition: background-color .25s ease,box-shadow .25s ease,opacity .25s ease,visibility .25s ease
}

.back-to-top.is-visible {
    opacity: 1;
    visibility: visible;
    pointer-events: auto
}

.back-to-top:hover {
    background: #e4002b;
    box-shadow: 0 10px 24px rgba(0,0,0,.25)
}

.arrow-up {
    width: 10px;
    height: 10px;
    border-top: 2px solid #111;
    border-left: 2px solid #111;
    transform: rotate(45deg);
    transition: border-color .25s ease
}

.back-to-top:hover .arrow-up {
    border-color: #f3f4f6
}html[data-darkreader-scheme="dark"] .product-compare-box label{
    filter: invert(100%);
}

html[data-darkreader-scheme="dark"] body.post-type-archive .site-main ul.products.columns-4 li.product a .loop-image-box {
    background-color: rgb(30, 32, 34) !important; 
    filter: brightness(10); 
}

html[data-darkreader-scheme="dark"] body .site-main ul.products.columns-4 li.product .loop-image-box{
    filter: brightness(8);
}

html[data-darkreader-scheme="dark"] .ntfordgn{
    filter: invert() brightness(11%) !important;
    background-color: rgb(78, 85, 88) !important;

}

html[data-darkreader-scheme="dark"] .wspg-main-img .wspg-img-inner{
    background-color: rgb(30, 32, 34) !important; 
    filter: brightness(10); 
}

html[data-darkreader-scheme="dark"] .wspg-nav-img .slick-slide{
    background-color: rgb(30, 32, 34) !important; 
    filter: brightness(10); 
}