/** Shopify CDN: Minification failed

Line 629:13 Expected ":"
Line 629:15 Expected identifier but found "8%"
Line 1186:12 Expected ":"
Line 1186:14 Expected identifier but found "4%"
Line 1280:13 Expected ":"
Line 1280:15 Expected identifier but found "3%"

**/
/*-----------------------------------------------------------------------------/
/ Custom Theme CSS
/-----------------------------------------------------------------------------*/
/*---------------- Global Custom CSS -------------------*/
.collectionbutton {
width:60%;border-radius: 10px; color:white; margin-left:20%; margin-top:95%;  padding:7px 0px 7px 0px; background-color:black;
transition: all 0.4s ease 0s;
font-size:14px;
font-weight:700;
}
.collectionbutton:hover {
	color: white !important;
	transition: all 0.4s ease 0s;
    background-color:#6c1218;
}






.collectionbutton2 {
border-radius: 5px; 
padding:7px 30px 7px 30px; background-color:black;
transition: all 0.4s ease 0s;
font-size:14px;
font-weight:700;
color: white !important;
text-align:center;
}
.collectionbutton2:hover {
	color: white !important;
	transition: all 0.4s ease 0s;
    background-color:#6c1218;
}
.nt_navigation
{
    background-color:white;
}

.full.sub-menu.calc_pos
{
    background-color:white;
box-shadow: rgba(0, 0, 0, 0.16) 0px 10px 36px 0px, rgba(0, 0, 0, 0.06) 0px 0px 0px 1px;
}
.nt_menu>li>a
{
   padding-right: 11px;
   padding-left: 11px;
   color: black;

}
.nt_menu li
{
font-size:17px;
}
.nt_menu .sub-menu .sub-column-item>a
{
font-size:19px;

}
.sub-column.not_tt_mn li a {
   color:#4C4C4C ;
margin-left:-8px;
padding-left:8px;
}
.sub-column.not_tt_mn li a:hover{
color:black !important;
}

.menu_wid_cus.menu-item.has-children a:hover{
    background-color:black;
   color: white !important;
}
.type_mega.menu_wid_full.menu-item.has-children{
margin-left:-8px !important;

}


.menu-item.type_simple a:hover {
        background-color:#F5F5F5;
   color: black !important;
}
.menu-item.type_simple a{
    color:black !important;
}

.lh__1.flex.al_center.pr:hover{
   background-color:#F5F5F5;
   color: black !important;
}
div#tab_pr_deskl .sp-tab-content {
    font-size: 14px !important;
    letter-spacing: 0px;
}




.ul_none.ul_tabs {  
width:84%;
margin-left:8%;
margin-top:20px;
border-bottom: 2px solid #c2c2c2;
}
.tab_title_block {  
margin-left:-1px ;
border-top: 1px solid black;
border-left: 1px solid black;
border-right: 1px solid black;
}

.tab_title_block.active{  
background-color:black;
}
.tab_title_block.active a{  
color:white !important;
}

div#shopify-section-pr_description ul li a { font-size: 18px !important; letter-spacing: -1px !important; 
}
.ul_none li { font-size: 20px !important; letter-spacing: -1px !important; 
}
.tab_title_block:hover { 
background-color: black;
  transition: 0.6s;

}
.tab_title_block:hover a{ 
  color: white !important;
  transition: 0.6s;
}

.product__policies.rte.cb
{
  display: none;
}



.theiaStickySidebar{ height: 100%; }
#shopify-section-product-template 
{ height: 100%;
display:flex; 
 flex-direction:column;
 }
#delivery_ppr
{

margin-bottom:2%;
}

.swatch__title span
{ 
  letter-spacing: 0px; 
  font-weight: 700;
  Color:black;
font-size:16px;
  text-transform: capitalize !important;
}

.type_quickview_1 h1.product_title.entry-title
{
font-size: 25px !important;
line-height: normal;
font-weight:600  !important;
}
.product_title.entry-title
{
  padding-bottom: 10px;
   border-bottom: 1px solid #DCDCDC;
}
#wrap_fbt
{
 margin-bottom:10px;
  background-color: #327c63;

}


.banner_hzoom .fa-instagram {
    font-size: 50px;
    color: white;
    opacity: 0;
    transition: opacity 0.5s;
  }

  .banner_hzoom:hover .fa-instagram {
    opacity: 1;
  }



.pr_short_des.rtet4{  
padding-top: 10px;
}

.product-quickview .entry-summary>:not(:last-child), .sp-single .entry-summary>:not(:last-child), .type_featured-product .entry-summary>:not(:last-child) {
    margin-bottom: 7px;
}


 #shopify-section-contact_page
{
margin-top: 50px;
margin-bottom: 50px;
background-color: #dec6a6;

}
input:not([type=submit]):not([type=checkbox]), select, textarea
{
background-color: #f8f9fa;
border-radius: 8px;
}


.col-md-12.col-12.contact_page_block h3, h5
{
color: white;
}

.heroheader
{
background-color: #d88b79;   
padding:10px;
}

h5.widget-title
{
  color: black;
}



.nt_label
{
height: 40px !important;
    width: 40px  !important;
opacity:1 !important;
font-size:13px;
}
.money
{
 font-weight: 600;
}



.neon {
    line-height: 1.2; /* 避免设置为0引发布局问题 */
    display: inline-block; /* 确保元素为块级，不影响其他布局 */
    background-image: linear-gradient(
        transparent 9%,
        #000000 10%,
        #000000 85%,
        transparent 85%,
        transparent 100%
    );
    background-repeat: no-repeat;
    background-size: 100% 100%; /* 初始值为100%，避免偏移 */
    animation: fadeInBackground 2s cubic-bezier(0.645, 0.045, 0.355, 1) 0.5s forwards;
    font-family: Palatino;
    padding: 10px 10px 10px 0px;
}

@keyframes fadeInBackground {
    from {
        opacity: 0; /* 使用不影响布局的属性 */
        transform: scale(0.95); /* 添加轻微缩放效果 */
    }
    to {
        opacity: 1;
        transform: scale(1); /* 恢复正常尺寸 */
    }
}


.pb__10
{
  padding-bottom:0px;
}
.header__bot.border_true
{
  border-top:0px;
}
.header__mid
{
   margin-top:15px;
}




.container_cat.cat_full, .wrapper_content_full #ntheader .container, .wrapper_content_full .container
{
max-width: 1900px;
}


.cat_wide.mb__40 {
margin-top:50px;
    border-top: 1px solid #e4e4e4;
}

.w__100.logo_normal.dn.db_lg
{
 aspect-ratio: 800/100; 
    overflow: hidden;
}
.w__100.logo_normal.dn.db_lg img
{
width:300px !important;
height:auto;

}


.nt_name_current.user_choose_js
{
  Color: Grey;
}


.swatch__list_pr
{
    margin: 0px 0px;
}
.swatch__title {
border-bottom: 1px solid #DCDCDC;
    border-left: 1px solid #DCDCDC;
    padding: 5px 0 8px 8px;
}
.swatch_pr_item.is-selected
{
box-shadow: 2px 3px 5px #888888;
}


.single_add_to_cart_button
{
letter-spacing: 0.5px;
font-size:14px;
}


.prt_delivery.dn.cd {  
Background-color:  #ececec;
Padding:5px 20px 5px 20px;
Margin-bottom:0px !important;
}
.pr_counter
{
Background-color:  #ececec;
Padding-left:20px;
Padding-top:10px;
Margin-bottom:0px !important;
}
.start_delivery, .h_delivery
{
Color: #3cb371;
}
.mb__40 {
margin-bottom:0px !important;}



.productdescription 
{
    background-color: #f8f8f8; 
    padding: 1% 10% 2% 10%;
}  


.productdescription2 {
  background-color: #f8f8f8;
  display: flex;
  flex-direction: row; /* 图片与表格并排 */
  align-items: center; /* ✅ 垂直居中对齐 */
  justify-content: space-between;
  gap: 8px;
  flex-wrap: wrap;
  padding: 1% 10% 2% 10%;
}
/* 图片 */
.productdescription2 img {
  max-width: 100%;
}

/* 表格外观 */
.productdescription2 table {
  background-color:  #f8f8f8; /* ✅ 灰色背景只给表格 */
  padding: 0px 0px !important;
  width: auto !important;
  max-width: 50%;
  flex: 1 1 420px;
  border-collapse: collapse;
  text-align: left !important;
}

/* 第一列 */
.productdescription2 table tr > td:first-child,
.productdescription2 table tr > th:first-child {
  width: 32%;
  font-weight: 600;
  color: #111;
  white-space: nowrap;
  vertical-align: top;
  padding: 8px 12px 8px 0;
}

/* 第二列 */
.productdescription2 table tr > td:last-child {
  font-weight: 400;
  color: #333;
  padding: 8px 0;
}

/* 移动端自适应 */
@media (max-width: 768px) {
  .productdescription2 {
    flex-direction: column;
    align-items: center;
  }
  .productdescription2 img,
  .productdescription2 table {
    max-width: 100%;
    width: 100% !important;
    flex: 1 1 auto;
  }
}







  .flashing-stock{
    font-size: 16px;
    font-weight: bold;
    color: red;
    animation: flash 1s infinite;
  }

  @keyframes flash {
    0%   { opacity: 1; }
    50%  { opacity: 0.4; }
    100% { opacity: 1; }
  }
   .flashing-stock1{
    font-size: 16px;
    font-weight: bold;
    color: red;
    animation: flash1 1s infinite;
  }

  @keyframes flash1 {
    0%   { opacity: 1; }
    50%  { opacity: 0.4; }
    100% { opacity: 1; }
  }




@keyframes flashAnimation {
  0% { opacity: 1; }
  50% { opacity: 0.3; }
  100% { opacity: 1; }
}

.flash-fire {
  animation: flashAnimation 1s infinite;
  font-size: 1rem; /* adjust size as needed */
}



.question-block {
            border: 1px solid #ccc;
            margin: 1em 0;
            padding: 1em;
      border-radius: 8px;

        }
.question-block p {
            margin: 0.5em 0;
        }
      
   
  
.fa.fa-star
{
  color: white;
    padding: 3.5px;
}
.spr-icon.spr-icon-star-empty {
    
      color:Grey;
    }
          
.spr-icon.spr-icon-star {
            color:#ffab21;

    }




.customerphoto img,  .customerphoto2 img{
border-top-left-radius: 8px;
  border-top-right-radius: 8px;}

.form-submit-btn-wrap button:hover{

  background-color:black;
  color: white;
    
}
.jdgm-rev__reply
 {

  background-color:#efefe5 !important;
    padding-top:30px !important;
      padding-bottom:30px !important;
}

.spr-container
{
  
  display: none;

}
.jdgm-rev.jdgm-divider-top.jdgm--done-setup.jdgm--leex-done-setup
{
border: 1px solid black;
  }
.jdgm-histogram__bar, .jdgm-histogram__bar-content, .jdgm-gallery__thumbnail, .jdgm-rev__rating-scale-wrapper, .jdgm-rev__rating-scale-bar, .jdgm-cf-bars-wrapper, .jdgm--leex-script-loaded .jdgm-rev-widg__header, .jdgm--leex-script-loaded .jdgm-rev-widg__actions, .jdgm--leex-script-loaded .jdgm-rev, .jdgm--leex-script-loaded .jdgm-quest, .jdgm-rev-carousel .jdgm-rev, .jdgm-rev-popup .jm-mfp-content, .jdgm-revs-tab__main
{box-shadow:none !important;
}
.jdgm-rev__pic-link {width: 100% !important;}
.jdgm-rev-widg__summary-stars  .jdgm-star.jdgm--on, .jdgm-prev-badge__stars  .jdgm-star.jdgm--on{
  background-color:#00ad70  !important;
  padding:5px  !important;
  color: white !important;
  margin-left:3px !important;
}

.jdgm-rev-widg__summary-stars  .jdgm-star.jdgm--half , .jdgm-prev-badge__stars   .jdgm-star.jdgm--half{
   background: linear-gradient(to right, #00ad70 50%, #d7d7e2 50%) !important;
  padding:5px  !important;
  color: white !important;
  margin-left:3px !important;
}
.jdgm-rev__icon
{

  border-radius:50px !important;
}



        .description {
            display: inline-block;
        }
        .more-text {
            display: none;
        }
        .read-more-btn {
            color: black;
            cursor: pointer;
            text-decoration: underline;
            margin-left: 5px;
        }
      .rtet4 ol, .rtet4 ul
 {
         
              margin: 0 0 0px 25px !important;
 }


         .rit-labels {
    display: flex;
    gap: 7px;
    margin: 10px 0;
  }

  .rit-tag {
    background-color: black;
    padding: 5px 10px;
    font-size: 12px;
    font-weight: bold;
    border-radius: 0px;
    border: 1px solid grey;
    display: inline-block;
  }

  .rit-tag--hot {
    color: White;
  }

  .rit-tag--limited {
    color: White;
  }
  
        
/*---------------- Custom CSS for only desktop -------------------*/
@media (min-width: 1025px) {
  @keyframes animatedBackground {
    to {
        background-size: 100% 100%;
    }
}


#wrap_fbt {
  width: 84%; 
  margin-left; 8%;
  max-width: 1200px;
  border-radius: 10px;
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-right: 0px;
}

#wrap_fbt::before,
#wrap_fbt::after {
  content: "";
  position: absolute;
  width: 40px;
  height: 40px;
  background-color: white;
  border-radius: 50%;
top:50%;
}

#wrap_fbt::before {
  left: -20px;
  transform: translateY(-50%);
}

#wrap_fbt::after {
  right: -20px;
  transform: translateY(-50%);
}



.wrap_title.mb__20 {
  margin-bottom: 0px;
  width: 25%;
  height: 100%;
  text-align:center;
 padding: 0 1% 0 1%;
}
.wrap_title.mb__20 h3 {
color:white;
}

.kl_fbt_wrap.js_wrap_group.mb__40 {
  border-left: 2px dashed black;
  padding-left: 30px;
  padding-bottom: 10px;
  padding-top: 10px;
  margin-bottom: 0px;
 width: 75%;
  background-color: #dfe7e4;
 margin-right:0px;
  border-radius: 10px;

}
.kl_fbt_wrap.js_wrap_group.mb__40::before {
  content: "";
  position: absolute;
  top: -18px; 
  left: 26.2%; 
  transform: translateX(-50%); 
  width: 40px; 
  height: 40px; 
  background-color: white; 
  border-radius: 50%; 
}
.kl_fbt_wrap.js_wrap_group.mb__40::after {
  content: "";
  position: absolute;
  bottom: -18px; 
  left: 26.2%; 
  transform: translateX(-50%); 
  width: 40px; 
  height: 40px; 
  background-color: white; 
  border-radius: 50%; 
}

.price
{
font-size: 17px !important;
}

 #shopify-section-contact_page
{
 margin-left:25%;
  max-width:50%;
border-radius: 15px;
padding-left:15px;
padding-right:15px;
}



.page-head
{
max-width: 1970px;
    margin: auto;
}

.page-head h1
{
   font-size:40px;
}
.entry-summary .price_range 
{
margin-top:7px;
 font-size: 23px;
 font-weight: 800;
}
    #shopify-section-contact_page {
        margin-left: 20%;
        max-width: 60%;
        border-radius: 10px;
        padding: 1px 15px 15px 15px;
    }

.col-md-12.col-12.contact_page_block
{
  background: url("https://cdn.shopify.com/s/files/1/0324/8268/9157/files/Sofa_text_hero.jpg?v=1705875771");
  background-repeat: none;
  background-position: left top;
  background-size: cover;
  background-repeat: no-repeat;
  width:100%;
  height: 600px;
padding-top:420px;
}


.variations.style__rectangle .swatch:not(.is-color) li
{
   padding:8px;
}


.products .nt_pr
{
        padding-left: 5px;
        padding-right: 5px;
    }

.col-md-4.col-12.product-infors.pr_sticky_su {
    Background-color: white !important;
padding-right: 0%  !important;
padding-top: 0%  !important;
padding-left: 0%  !important;

}
.container.pr.z_100{

text-align:left;
}
.bid_cat_heading-0 { 
margin-top: 350px; }


.translate-icons p {
  font-size: 15px;
  font-weight: 400;
}


    .container {
        max-width: 1600px;
    }












/* 5) 保持 iframe 等比完整显示（方案A） */
.hero_video iframe,
.section-type_carousel iframe,
.shopify-section iframe[src*="youtube"],
.shopify-section iframe[src*="vimeo"] {
  position: static !important;
  width: 100% !important;
  height: auto !important;
  aspect-ratio: 16 / 8.21;     /* 你的素材是16:9就保持这个，比率不同自行改 */
  display: block;
  margin: 0 auto;
  transform: none !important;
}


@media (min-width: 1025px) {
  .nt_se_hero_video_MMwK6T.se_height_cus_h .nt_bg_lz {
    padding-top: 0 !important;
  }
}



/*---------------- Review -------------------*/

#judgeme_product_reviews
  {
     Margin-left:10%;
     Width:80%;
  }
  /*
.jdgm-rev__pic-link
  {
    width: 14% !important;
    height: auto !important;
  }
  */
.jm-mfp-img
  {

    top: 0;
    left: 0;
    width: 100% !important;;
  }

.jdgm-gallery-popup .jm-mfp-carousel-wrapper {
    background-color: white !important;;
}
.jdgm-gallery-popup .jdgm-rev
  {
    Padding-top:10% !important;
    background-color: #F5F5F5 !important;
  }

.jdgm-rev__author>p {font-size: 15px!important;}
  
.jdgm-rev__title>p {font-size: 18px!important;}
.jdgm-rev__body>p {font-size: 16px!important;}
  

  .jdgm-row-media, .jdgm-row-search, .jdgm-subtab, .jdgm-row-actions, .jdgm-quest, .jdgm-rev, .jdgm-paginate {
    border-top: 1px solid black !important;
    border-color: #E5E5E5 !important;
}
.jm-mfp-main
  {
    width: 1000px !important;
    height: 700px !important;


  position: fixed !important;
  top: 50%  !important;
  left: 47% !important;
  transform: translate(-50%, -50%) !important;
    
  }

/*---------------- Review -------------------*/


  
  .cs-form-parent-warp{
    width:70%;
    margin-left:15%;
  
  }  
  
  table {

  border-collapse: collapse;
  max-width: 80%;    
    Margin-left:10%;
}
  td {
width: 50%;    
border: 1px solid #f8f8f8;
}
  

.productdescription table {
    font-size: 15px;
}
.productdescription td
{
  border-bottom: 0.5px solid #EAEAEA;
}
  
.customerphoto {
  background-color: white;
  padding: 0px;
  margin: 10px 0;
  border: 1px solid #e0e0e8;
  border-radius: 8px;
  display: inline-block;
  width: 100%;
  box-sizing: border-box;
    overflow: hidden;

}


.customerphototest
  {
    padding:15px;   

  }

  .grid-container {
  column-count: 4; /* 需要的列数 */
  column-gap: 10px;
  margin-left:10%;
  width:80%;

}
 .grid-container2 {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin-left:10%;
  width:80%;
} 
.customerphoto2 {
  flex: 0 0 24%;
  background-color: white;
  padding: 0px;
  margin: 0 0.4%; /* 这将在内容块之间添加10px的间隙 */
  border: 1px solid #e0e0e8;
  border-radius: 8px;
  box-sizing: border-box; /* 这会使padding和border的值包含在你设定的宽度内，而不是额外增加 */
      align-self: start;

}
  
  
.post-content.mt__50.inl_cnt_js p, li
  {
    font-size:15px;
  }
.post-content.mt__50.inl_cnt_js 
  {
    padding-left:15%;
    padding-right:15%;
  }
  
}

.sp-tab-content.rtet4
  {
    padding-left:8%;
   padding-right:8%;
  } 
  
.row.mb__50.pr_sticky_content
{
   padding-left:8%;
   padding-right:10%;
  } 
 
.col-md-8.col-12.pr.product-images.img_action_none.pr_sticky_img
{
   
   padding-right:1.5%;
} 
.pr_short_des.rtet4 p
{
  letter-spacing: -0.3px;
}


.col-md-4.col-12.product-infors.pr_sticky_su
{
  Background-color:#f5f5f5;
  padding-left:1%;
  padding-right:1%;
  Padding-top:1%;
}

.col-auto.flex.al_center
{
  display: none;
}
.nt-swatch.swatch_pr_item.pr
{
  Background-color:#DEDEDE !important;
}
.nt-swatch.swatch_pr_item.pr:hover
{
  Background-color:black !important;
}
.nt-swatch.swatch_pr_item.pr.is-selected
{
  Background-color:black !important;
}

/*---------------- Custom CSS for tablet, mobile -------------------*/
@media (max-width: 1024px) {
  @keyframes animatedBackground {
    to {
        background-size: 100% 100%;
    }
}




.col-md-12.col-12.contact_page_block
{
  background: url("https://cdn.shopify.com/s/files/1/0324/8268/9157/files/Sofa_text_hero.jpg?v=1705875771");
  background-repeat: none;
  background-position: left top;
  background-size: cover;
  background-repeat: no-repeat;
  width:100%;
  height: 550px;
padding-top:190px;
}

  /*---------------- Review -------------------*/


.jdgm-rev__pic-link
  {
    width: 30% !important;
    height: auto !important;
  }
.jm-mfp-img
  {
    top: 0;
    left: 0;
    width: 100% !important;;
  }

.jdgm-gallery-popup .jm-mfp-carousel-wrapper {
    background-color: white !important;;
}
.jdgm-gallery-popup .jdgm-rev
  {
    Padding-top:10% !important;
    background-color: #F5F5F5 !important;
  }

.jdgm-rev__author>p {font-size: 15px!important;}
.jdgm-rev__title, .jdgm-rev__body>p {font-size: 18px!important;}

  
  .jdgm-row-media, .jdgm-row-search, .jdgm-subtab, .jdgm-row-actions, .jdgm-quest, .jdgm-rev, .jdgm-paginate {
    border-top: 1px solid black !important;
    border-color: #E5E5E5 !important;
}

  .jm-mfp-main
  {
    width: 80% !important;
    height: auto !important;


  position: fixed !important;
  top: 50%  !important;
  left: 47% !important;
  transform: translate(-50%, -50%) !important;
    
  }

/*---------------- Review -------------------*/

  
  
  .productdescription
{
    background-color: #f8f8f8; 
    padding: 0% 0% 0% 0%;
}

  

table, th, td {
  border: 1px solid #f8f8f8;
  border-collapse: collapse;
  max-width: 100%;
  Margin-left:0%;
    text-align: center !important; /* Align table content to the left */

}


  
.customerphoto {
  background-color: white;
  padding: 0px;
  margin: 10px 0;
  border: 1px solid #e0e0e8;
  border-radius: 5px;
  display: inline-block;
  width: 100%;
  box-sizing: border-box;
}
  
.customerphototest
  {
    padding:10px;   
  }

   .grid-container2 {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-left:5%;
  width:90%;
} 
.customerphoto2 {
  flex: 0 0 100%;
  background-color: white;
  padding: 0px;
  margin: 2px 0; /* 这将在内容块之间添加10px的间隙 */
  border: 1px solid #e0e0e8;
  border-radius: 8px;
  box-sizing: border-box; /* 这会使padding和border的值包含在你设定的宽度内，而不是额外增加 */
      align-self: start;

}
  

  
.sp-tab-content.rtet4
  {
    padding-left:0%;
   padding-right:0%;
  } 
  
.row.mb__50.pr_sticky_content
{
    padding-left:0%;
   padding-right:0%;
  } 
 
.col-md-8.col-12.pr.product-images.img_action_none.pr_sticky_img
{
   
   padding-right:0%;
} 

  .col-md-4.col-12.product-infors.pr_sticky_su
{
  Background-color:#F8F8F8;
  padding-left:1%;
  padding-right:1%;
  Padding-top:0%;
}

  
}



/*---------------- Custom CSS for only tablet -------------------*/
@media (min-width: 768px) and (max-width: 1024px) {
  #wrap_fbt {
  width: 92%; 
 margin-left; 4%;
max-width: 1200px;
  border-radius: 10px;
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-right: 0px;

}

#wrap_fbt::before,
#wrap_fbt::after {
  content: "";
  position: absolute;
  width: 40px;
  height: 40px;
  background-color: white;
  border-radius: 50%;
top:50%;
}

#wrap_fbt::before {
  left: -20px;
  transform: translateY(-50%);
}

#wrap_fbt::after {
  right: -20px;
  transform: translateY(-50%);
}



.wrap_title.mb__20  {
  margin-bottom: 0px;
  width: 30%;
  height: 100%;
  text-align:center;
 padding: 0 1% 0 1%;
 color: white;
}

.kl_fbt_wrap.js_wrap_group.mb__40 {
  border-left: 2px dashed black;
  padding-left: 30px;
  padding-bottom: 10px;
  padding-top: 10px;
  margin-bottom: 0px;
 width: 70%;
  background-color: #dfe7e4;
 margin-right:0px;
  border-radius: 10px;

}
.kl_fbt_wrap.js_wrap_group.mb__40::before {
  content: "";
  position: absolute;
  top: -18px; 
  left: 31.1%; 
  transform: translateX(-50%); 
  width: 40px; 
  height: 40px; 
  background-color: white; 
  border-radius: 50%; 
}
.kl_fbt_wrap.js_wrap_group.mb__40::after {
  content: "";
  position: absolute;
  bottom: -18px; 
  left: 31.1%; 
  transform: translateX(-50%); 
  width: 40px; 
  height: 40px; 
  background-color: white; 
  border-radius: 50%; 

}
  .grid-container {
  column-count: 3; /* 需要的列数 */
  column-gap: 10px;
  margin: 0 10%;
  margin-left:0%;
  width:100%;
    
}

  
}

/*---------------- Custom CSS for only mobile -------------------*/
@media (max-width: 767px){
  #wrap_fbt {
  width:94%; 
  margin-left; 3%;
max-width: 1200px;
  border-radius: 10px;
padding-top: 10px;
padding-bottom: 10px;
  background-color: #dfe7e4;

}

.sub-menu
{
  background: #e8e8e8 !important;
}
.page-head h1 {
    font-size: 275%;
}


.translate-icons p {
    font-size: 12px; /* 或 12px，根据你想要的大小 */
      font-weight:400;
  letter-spacing: 0px;
  }
    .grid-container {
  column-count: 1; /* 需要的列数 */
  column-gap: 10px;
  margin: 0 10%;
  margin-left:0%;
  width:100%;
    
}
  
  
}

