/*############################ default ###################################*/
.p-0 {
  padding: 0 !important;
}
.pb-0 {
  padding-bottom: 0 !important;
}
.icw .sc-headline .h1{font-family: "kurious-looped"; font-weight: 600; color: #333333;}
.icw .sc-headline .h3{font-family: "kurious-looped"; font-weight: 400; color: #333333;}
.icw .btn{min-width: 140px; padding: 0 15px; height: 50px; line-height: 46px; font-weight: 600; font-size: 16px;
    box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.0); border-width: 2px;
    border-radius: 25px;
}
.icw .btn.btn-primary{border-color: #00A94F; background-color: #00A94F; color: #fff;}
.icw .btn.btn-primary:hover{background-color: #13c165; border-color: #13c165;}
.icw .btn.btn-secondary{border-color: #00447C; background-color: #fff; color: #00447C; box-shadow: none;}
.icw .btn.btn-secondary:hover{background-color: #04335a; color: #fff;}

.icw #fun-fact .btn {
  white-space: wrap;
}
.icw #search-insure .btn {
  white-space: wrap;
}
.icw .row.no-gutters{margin-left: 0; margin-right: 0;}
.icw .row.no-gutters > div{padding-left: 0; padding-right: 0;}

.action .more{color: #00A94F; font-size: 13px; font-family: "kurious-looped"; font-weight: 600; position: relative;}
.action .more span{text-decoration: underline;}
.action .more:hover{color: #13c165;}

.header-top::before{opacity: 1; background: #00a850;
    background: linear-gradient(90deg, #00a850 0%, #61d699 100%);
    background-size: 100% auto;
}

.icw .bg-gray {
    background-color: #F4F3F9 !important;
    padding: 20px;
    border-radius: 10px;
    margin-top: 10px;
}

.icw .table td {
    padding: 15px 10px;
    color: #666;
}

.icw .bg-gray .text {
    color: #333;
    text-align: center;
    font-family: "kurious-looped";
    margin-bottom: 15px;
}

.icw .btn-back{
    background-color: #00a94f;
    color: #ffffff !important;
    width: 220px;
    height: 50px;
    border-radius: 25px;
    font-size: 16px;
    font-weight: 600;
    line-height: 50px;
    padding: 0;
    display: inline-block;
    margin-bottom: 0;
    text-align: center;
    text-decoration: none !important;
    white-space: nowrap;
    background-image: none;
    border: 1px solid transparent;
    -moz-border-radius: 4px;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    cursor: pointer;
    display: block;
    margin: 0 auto;
}
.btn-calculator  {
  background-color: #00a94f !important;
  color: #ffffff !important;
  width: 220px !important;
  height: 40px;
  border-radius: 8px !important;
  font-size: 16px !important;
  font-weight: 600 !important;
  line-height: 24px !important;
  padding: 8px !important;
  text-align: center !important;
  display: inline-block;
  margin-bottom: 0;
  text-align: center;
  text-decoration: none !important;
  white-space: nowrap;
  background-image: none;
  border: 1px solid transparent;
  -moz-border-radius: 4px;
  -ms-touch-action: manipulation;
  touch-action: manipulation;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  cursor: pointer;
  display: block;
  margin: 0 auto;
}

.icw .btn-back:hover,
.btn-calculator:hover {
    background-color: #009445 !important;
    color: #ffffff !important;
}

/*########################### hero banner ###################################*/
/* .sc-hero-banner{margin-top: 80px;} */

/*########################### Product-default ###################################*/
.default-item{background-color: #fff; border-radius: 10px; overflow: hidden;min-height: 100%;}
.default-item .thumb{overflow: hidden;}
.default-item .thumb .link img{transform: scale(1.0); transition: all 400ms ease-in-out; width: 100%;}
.default-item .thumb .link:hover img{transform: scale(1.1);}
.default-item .content {
    padding: 30px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    min-height: 270px;
}
.default-item .content .info{padding-bottom: 20px;}
.default-item .content .title{font-family: Kanit, notosansthai, Arial, sans-serif; font-size: 22px; font-weight: 600; color: #333333; margin-bottom: 10px; overflow: hidden; display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; line-height: 1.5;}
.default-item .content .title a{font-family: "kurious-looped"; font-size: 20px; font-weight: 600; color: #333333; overflow: hidden; display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; line-height: 1.5;height: 59px;}
.default-item .content .title a:hover {
    color: #00A94F;
}
.default-item .content .desc{font-size: 16px; font-weight: 400; color: #333333; line-height: 1.5em; font-family: Kanit, sans-serif;}
.default-item .content .desc > li{padding-left: 12px; position: relative;}
.default-item .content .desc > li:before{content: '•';; position: absolute; top: 1px; left: 0;}
.default-item .content .action{text-align: left;}
.default-item .content .action a+a{margin-left: 36px;}
.default-item .content .t-des {overflow: hidden; display: -webkit-box; -webkit-line-clamp: 3; -webkit-box-orient: vertical; font-family: "kurious-looped";}

/*########################### Product-List ###################################*/
.sc-product-list{background-color: #F5F5F5;}
.sc-product-list .sc-inner{padding: 50px 0 65px}
.sc-product-list .sc-headline{margin-bottom: 25px;}
.sc-product-list .sc-headline .h1 .color{color: #00A94F;}
.sc-product-list .sc-body{position: relative; overflow: hidden;}
.sc-product-list .item-list{
    display: flex; 
    flex-wrap: wrap; 
    margin: -15px -17px; 
}
.sc-product-list .item-list > li{padding: 15px 17px;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
}


/*########################### breakpoints ###################################*/
@media (max-width: 1199px) /*check 1024*/{
    /* .sc-hero-banner{margin-top: 60px;} */

    .default-item .content .action a+a {margin-left: 15px;}

    .footer-main { padding-bottom: 0;}
}

@media (max-width: 991px) {
    .sc-product-list .item-list > li { flex: 0 0 50%;max-width: 50%;}
}

@media (max-width: 767px) {
    .sc-product-list .item-list > li { flex: 0 0 100%;max-width: 100%;}
    /* .default-item .content {
        min-height: auto;
    } */
    
    .sc-product-list .sc-inner {
        padding: 40px 0 55px;
    }
}

.btn-sw-lang {
    display: none !important;
}

/*################################## breadcrumbs #####################################*/
.icw .breadcrumbs {
    font-family: "kurious-looped";
    /* display: none; */
    margin: 0 auto;
    padding-top: 30px;
    background-color: #fff;
  }
  
  .icw .breadcrumbs a {
    font-size: 13px;
    color: #666;
    font-weight: 400 !important;
  }
  
  .icw .breadcrumbs a:hover {
    text-decoration: underline;
  }
  
  .icw .breadcrumbs .current-page {
    font-weight: 600 !important;
    color: #00a94f;
    margin-bottom: 0;
    font-size: 13px;
  }
  
  .icw .breadcrumbs .chevron-right {
    margin: 0 5px;
  }
  
  .d-flex {
    display: block !important;
    line-height: 1.25;
  }
  
  .align-items-center {
    align-items: center !important;
  }
  span.nw{
    white-space: nowrap;
  }
  
  @media screen and (min-width: 1024px) {
    /* .icw .breadcrumbs {
          display: block;
      } */
  
    .icw .breadcrumbs .current-page {
      font-size: 13px;
    }
  
    .icw .breadcrumbs a {
      font-size: 13px;
    }
  
    .icw .breadcrumbs .chevron-right {
      margin: 0 10px;
    }
  
    .sc-content .inner {
      padding-top: 30px;
    }
    .d-flex {
      display: flex !important;
    }
  }
  
  @media screen and (max-width: 767px) {
    .breadcrumbs {
      display: none;
    }
  }

/*=============== sc-persona ================*/
.sc-persona{background: #fff;}
.sc-persona .sc-inner{padding: 40px 0 0;}
.sc-persona .wrapper{border-radius: 8px; padding: 79px 18px 34px 18px; display: flex; flex-wrap: nowrap; flex-direction: column; margin-top: 71px;
    background-image: url(/SiteCollectionDocuments/assets/thumb-listing/img/bg-persona-scn_mb.png); background-size: cover; background-repeat: no-repeat; background-position: right bottom;
}
.sc-persona .content{flex-basis: 0;-webkit-box-flex: 1;flex-grow: 1;max-width: 100%; order: 2;}
.sc-persona .thumb{-webkit-box-flex: 0;flex: 0 0 auto; width: auto; max-width: none; margin-top: -150px; order: 1; text-align: center;}
.sc-persona .thumb > img{max-width: 152px;}
.sc-persona .title{color: #fff; margin-bottom: 8px; line-height: 1.5;}
.sc-persona .desc{color: #fff !important; margin: 0; line-height: 1.5; font-size: 18px;}
.sc-persona .action {padding-top: 24px;}
.sc-persona .action .btn {height: 40px; padding: 0 24px; color: #00A94F; background-color: #fff; border-radius: 8px; overflow: hidden;
    display: inline-flex; align-items: center; justify-content: center; line-height: 1.5; position: relative; z-index: 1;
}

@media screen and (min-width: 768px) {
    .sc-persona .sc-inner{padding: 64px 0 24px;}
    .sc-persona .wrapper{padding: 24px 8px 24px 32px; flex-direction: row; margin-top: 0; background-image: url(/SiteCollectionDocuments/assets/thumb-listing/img/bg-persona-scn_pc.png);}
    .sc-persona .content{order: 1;}
    .sc-persona .thumb{margin-top: 0px; order: 2; height: 0;}
    .sc-persona .thumb > img{max-width: 252px;}
    .sc-persona .action {padding-top: 34px;}
}

@media screen and (min-width: 992px) {
    .sc-persona .wrapper{padding: 48px 20px 48px 64px;}
    .sc-persona .thumb{margin-top: -104px;}
    .sc-persona .thumb > img{max-width: 402px;}
}

@media screen and (min-width: 1200px) {
    .sc-persona .action .btn{transition: var(--transition);}
    .sc-persona .action .btn:before {content: '';position: absolute; z-index: -1; top: 0; left: -100%; width: 100%; height: 100%;
        transition: var(--transition); opacity: 0;background-color: #0BC160;
    }
    .sc-persona .action .btn:hover{color: #fff;}
    .sc-persona .action .btn:hover:before {left: 0;opacity: 1;}
}


/*=============== Description card ================*/
@media screen and (max-width: 767px) {
    .icw.-kplus .section .product-list .body .item-list{display: flex; flex-wrap: wrap;}
    .icw.-kplus .section .product-list .body .item-list>li{float: none; -webkit-box-flex: 0;flex: 0 0 50%;max-width: 50%;}
    .icw.-kplus .section .product-list .body .content .title{font-size: 13px; max-height: inherit; min-height: inherit; display: block; overflow: visible;}
}

/*########################### question ###########################*/
.icw .sc-content .qn .qn-title {
    background-color: #fcfcfc;
    border-left: 3px solid #00a94f;
    padding: 20px;
  }
  
  .icw .sc-content .qn .qn-content {
    padding: 16px;
  }
  
  .icw .sc-content ol.num-bold > li::marker {
    color: #666;
    font-weight: 600;
  }
  
  .icw .sc-content .qn .qn-content ol > li::marker {
    color: #666;
    font-weight: 600;
  }
  
  .icw .sc-content .qn .qn-content ol.num-thin > li::marker {
    font-weight: 400;
  }
  
  .icw .sc-content .qn .qn-content ol.ol-gray > li {
    color: #666;
    font-weight: 400;
  }
  
  .icw .sc-content .mb-20 {
    margin-bottom: 20px;
  }
  
  .icw .sc-content .mb-20 {
    margin-bottom: 20px;
  }
  
  .icw .sc-content .mb-30 {
    margin-bottom: 30px;
  }
  
  .icw .sc-content .qn .qn-title h2,
  .icw .sc-content .qn .qn-title p {
    font-size: 18px;
    color: #333333;
    font-weight: 600;
    line-height: 1.5;
  }
  
  .icw .sc-content .qn .qn-content h3 {
    font-size: 16px;
    color: #333333;
    font-weight: 600;
    line-height: 1.5;
  }
  
  .icw .sc-content .qn .qn-content h4 {
    font-size: 16px;
    color: #666;
    font-weight: 600;
    line-height: 1.5;
  }
  
  .icw .sc-content .qn .link {
    color: #00a94f;
    font-size: 16px;
    /* text-decoration: underline; */
    font-family: "kurious-looped";
  }

  .icw .qn a.link {
    word-wrap: break-word;
  }
  
  .icw .sc-content .qn .link span {
    text-decoration: underline;
  }
  
  .icw .sc-content .qn .note {
    font-size: 13px;
    font-family: "kurious-looped";
  }
  
  .icw .pb-15 {
    padding-bottom: 15px !important;
  }
  
  .icw .sc-content .ref {
    background-color: #f9f9f9;
    border-radius: 10px;
    padding: 20px;
  }
  .icw .sc-content .ref-line {
    border-top: 1px solid #f2f2f2;
    padding-top: 20px;
  }
  .icw .sc-content .ref p,
  .icw .sc-content .ref ol li,
  .icw .sc-content .ref ul li {
    font-size: 13px;
  }
  
  .icw .content a span {
    text-decoration: underline;
  }
  
  /* .icw .content:hover {
    color: #13c165;
  } */
  
  .icw sup {
    font-size: 12px;
  }
  
  .mtb-30 {
    margin: 30px 0 !important;
  }
  
  figcaption {
    text-align: center;
    margin-top: 10px;
    color: #666;
    font-family: "kurious-looped";
    font-size: 14px;
  }
  
  figure img {
    max-width: 1000px !important;
    width: 100%;
    display: block;
    margin: 0 auto;
  }
  
  .icw .mt-20 {
    margin-top: 20px;
  }
  
  .icw .example {
    background-color: #edfff5;
    padding: 20px 20px 10px;
    border-radius: 10px;
    margin-bottom: 10px;
  }
  
  .icw .sc-content .ref .link {
    color: #00a94f;
    font-size: 13px;
    /* text-decoration: underline; */
    font-family: "kurious-looped";
  }
  
  @media screen and (max-width: 767px) {
    .icw .sc-content .qn .qn-content {
      padding: 15px;
    }
    .icw .sc-content .qn .qn-title {
      padding: 20px 15px;
    }
    .icw .sc-content .mb-30 {
      margin-bottom: 15px;
      margin-top: 5px;
    }
  }

  @media screen and (max-width: 361px) {
    /* #fun-fact.sc-fun-fact .sc-content .content .entry .btn {font-size: 13px;} */
    #search-insure.search-insure .btn-search:hover, #search-insure.search-insure .btn-search:focus, #search-insure.search-insure .btn-search{font-size: 16px; padding-inline: 16px;}
  }
  @media screen and (max-width: 281px) {
    /* #fun-fact.sc-fun-fact .sc-content .content .entry .btn {font-size: 13px;} */
    #search-insure.search-insure .btn-search:hover, #search-insure.search-insure .btn-search:focus, #search-insure.search-insure .btn-search{height: 56px;}
  }
  
  /*########################### end question ###########################*/

  /*################################## syle product-list #####################################*/

.sc-fun-fact .sc-content {display: grid; grid-template-columns: 174px 1fr; padding: 24px; gap: 24px; background-color: #FAFAFA; border-radius: 8px; border: 1px solid #D7D7D7; align-items: center;}
.icw .content .sc-inner .sc-fun-fact .sc-inner {padding: 32px;}
.sc-fun-fact .sc-content {position: relative;}
.sc-fun-fact .sc-content::before {content: ""; width: 80px; height: 80px; position: absolute; background-image: url(../img/icon-light.png); background-repeat: no-repeat; background-size: cover; top: 0; right: 0; transform: translate(39%, -40%);}
.sc-fun-fact .sc-content .content .info {display: flex; flex-direction: column; gap: 8px; margin-bottom: 16px;}
.sc-fun-fact .sc-content .content .info .title {font-size: 18px; font-weight: 600; line-height: 1.5; font-family: "kurious-looped"; color: #333333; display: flex; align-items: center; gap: 8px;}
.sc-fun-fact .sc-content .content .info .title .icon {height: 32px; width: 32px; display: inline;}
.sc-fun-fact .sc-content .content .info .desc {font-size: 14px; color: #666666; font-weight: 500; ;line-height: 1.5; font-family: "kurious-looped"; margin: 0; padding: 0;}
.sc-fun-fact .sc-content .content .entry .btn {background-color: #00A94F; font-size: 16px; line-height: 1.5; font-family: "kurious-looped"; border-radius: 8px; height: 56px; padding-left: 16px; padding-right: 16px; display: flex; flex-direction: row; justify-content: center; align-items: center; width: fit-content;}
.sc-fun-fact .sc-content .thumb {border-radius: 8px; width: 100%;max-width: 174px; margin: 0 auto;}
.sc-fun-fact .sc-content .thumb img {width: 100%;}
@media screen and (max-width: 767px) {
  .icw .content .sc-inner .sc-fun-fact .sc-inner {padding: 32px 16px;}
  .sc-fun-fact .sc-content{grid-template-columns: 1fr; gap: 16px;}
}

/*################################## syle product-list #####################################*/
.icw .related-products .sc-content ul.product-list li,
.icw .related-products .sc-content ul.product-list{list-style: none; margin: 0; padding: 0;}
.related-products {background: #E5F6ED; border-radius: 8px; border: 1px solid #00A94F; padding: 32px 16px;}
.related-products .heading {font-family: "kurious-looped"; font-size: 26px; line-height: 1.5; font-weight: 600; color: #333333; text-align: center; margin-bottom: 16px;}
.related-products .sc-content .product-list { display: grid; grid-template-columns: 1fr; row-gap: 8px;}

.icw .related-products .sc-content ul.product-list .product-item {background-color: #ffffff; border-radius: 8px; overflow: hidden;}
.icw .related-products .sc-content ul.product-list .product-item .thumb {  overflow: hidden; width: 100%;}
.icw .related-products .sc-content ul.product-list .product-item .thumb img {width: 100%;}
.icw .related-products .sc-content ul.product-list .product-item .content {padding: 24px; display: flex; flex-direction: column; gap: 16px; overflow: hidden;}
.icw .related-products .sc-content ul.product-list .product-item .content .info {display: flex; flex-direction: column; gap: 8px;}
.icw .related-products .sc-content ul.product-list .product-item .content .info .title ,
.icw .related-products .sc-content ul.product-list .product-item .content .info .title a{font-size: 16px; line-height: 1.5; font-weight: 600; font-family: "kurious-looped"; color: #111111;}
.icw .related-products .sc-content ul.product-list .product-item .content .info .title ,
.icw .related-products .sc-content ul.product-list .product-item .content .info .title a,
/* .icw .related-products .sc-content ul.product-list .product-item .content .info .desc {display: -webkit-box; -webkit-line-clamp: 2;-webkit-box-orient: vertical;overflow: hidden;} */
.icw .related-products .sc-content ul.product-list .product-item .content .info .desc {font-size: 16px; line-height: 1.5; font-weight: 500; font-family: "kurious-looped"; margin-bottom: 0; color: #666666;}
.icw .related-products .sc-content ul.product-list .product-item .action .link {font-family: "kurious-looped"; font-size: 16px; line-height: 1.5;}
.icw .related-products .sc-content ul.product-list .product-item .action .link::after{content: none;}


.icw .related-products .sc-content ul.product-list .product-item.short-layout {display: grid; grid-template-columns: 100px 1fr; padding: 8px; gap: 8px;}
.icw .related-products .sc-content ul.product-list .product-item.short-layout .thumb {border-radius: 8px; overflow: hidden; height: fit-content; }
.icw .related-products .sc-content ul.product-list .product-item.short-layout .content{padding: 0;}
.icw .related-products .sc-content ul.product-list .product-item.short-layout .content .info{display:block;}
.icw .related-products .sc-content ul.product-list .product-item.short-layout .content .info .title ,
.icw .related-products .sc-content ul.product-list .product-item.short-layout .content .info .title a{font-size: 13px; line-height: 1.5; font-weight: 600; font-family: "kurious-looped"; color: #333333;}
.icw .related-products .sc-content ul.product-list .product-item.short-layout .content .info .title ,
.icw .related-products .sc-content ul.product-list .product-item.short-layout .content .info .title a,
.icw .related-products .sc-content ul.product-list .product-item.short-layout .content .info .desc {display: -webkit-box; -webkit-line-clamp: 2;-webkit-box-orient: vertical;overflow: hidden;}
.icw .related-products .sc-content ul.product-list .product-item.short-layout .content .info .desc {font-size: 13px; line-height: 1.5; font-weight: 500; font-family: "kurious-looped"; margin-bottom: 0; color: #333333;}
.icw .related-products .sc-content ul.product-list .product-item.short-layout .action {display: none;}

.icw .related-products .sc-content ul.product-list .product-item.short-layout .content .info .title a:hover,
.icw .related-products .sc-content ul.product-list .product-item .content .info .title a:hover {
    color: #00A94F;
}
@media screen and (max-width: 1140px) {
  .related-products {display: none;}
}

a[href^=tel],
a[href^=mail] { 
  white-space: wrap;
}

.icw .sc-content ul.product-list li {
  padding-left: 0px;
}

/* Bar 3 */
.bar-product {visibility: hidden; opacity: 0; pointer-events: none; height: 0;}
@media screen and (max-width: 1140px) {
  .bar-product.sticky-content {transform: translateY(0);}
  .bar-product {position: fixed; bottom: 0; left: 0; background-color: white; width: 100%; visibility: visible; opacity: 1; pointer-events: visible;height: auto; border-top: 1px solid #ccc; transform: translateY(100%); transition: transform 0.3s ease;}
  .bar-product.active {background-color: #E5F6ED;}
  .bar-product .sc-content {padding-bottom: 8px;}
  .bar-product .product-content-wrapper {padding-bottom: 3px;}
  .bar-product .overflow {overflow-x: auto;}
  .bar-product .overflow::-webkit-scrollbar {display: none;}
  .bar-product ul.product-list {display: flex; flex-direction: row;flex-wrap: nowrap; gap: 8px;}
  .bar-product ul.product-list li{list-style: none;padding: 0;margin: 0; width: 100%; display: flex; justify-content: center;}
  .bar-product ul.product-list .product-item { display: grid; grid-template-columns: 100px 1fr; gap: 16px; background-color: #FFFFFF; border-radius: 8px; overflow: hidden; padding: 8px;         box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.1);margin: 2px;} 
  .bar-product ul.product-list .product-item .thumb {border-radius: 8px; overflow: hidden; height: 100%;}
  .bar-product ul.product-list .product-item .content .info .title ,
  .bar-product ul.product-list .product-item .content .info .title a{font-size: 13px; line-height: 1.5; font-weight: 600; font-family: "kurious-looped"; color: #333333;}

  .bar-product ul.product-list .product-item .content .info .title ,
  .bar-product ul.product-list .product-item .content .info .title a,
  .bar-product ul.product-list .product-item .content .info .title a:hover,
  .bar-product ul.product-list .product-item .content .info .title a:focus,
  .bar-product ul.product-list .product-item .content .info .desc ,
  .bar-product ul.product-list .product-item .content .info .desc:hover ,
  .bar-product ul.product-list .product-item .content .info .desc:focus {display: -webkit-box; -webkit-box-orient: vertical;overflow: hidden;}

  .bar-product ul.product-list .product-item .content .info .desc {font-size: 13px; line-height: 1.5; font-weight: 500; font-family: "kurious-looped"; margin-bottom: 0;height: 37px;}

  .bar-product ul.product-list .product-item .content .info .title ,
  .bar-product ul.product-list .product-item .content .info .title a {
    -webkit-line-clamp: 1;
  }
  .bar-product ul.product-list .product-item .content .info .desc {
    -webkit-line-clamp: 2;
  }
  .bar-product ul.product-list .product-item .action {display: none;}

  .bar-product ul.product-list .product-item.short-layout{max-width: 316px; width: 316px;}
  .bar-product ul.product-list .product-item {max-width: 400px; width: 100%;}
  .bar-product.active .bar-product-footer{display: none;}
  .bar-product .bar-product-footer .content {font-size: 16px; line-height: 1.5; font-family: "kurious-looped"; color: #333333; text-align: center; font-weight: 600; margin: 0; padding: 0; display: flex; gap: 3px; justify-content: center; align-items: center;}
  .bar-product .bar-product-footer .icon {height: 24px; display: inline; }
  .active .bar-product-touch-area {color: #999999;}
  .bar-product-touch-area {text-align: center;height: 36px;display: flex; justify-content: center; align-items: center;font-size: 13px;font-weight: 600;color: #00A94F;}
  .garage-container .container, .highlight-container .slick-dots{padding-inline: 16px;}
}

/*############################ accordion-recommend ###################################*/

.accordion-recommend {
  border-radius: 8px;
  background: #fafafa;
  padding: 0;
  box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.1);
  overflow: hidden;
  margin-bottom: 35px;
width: 100%;
margin-left: auto;
margin-right: auto;
}

.accordion-title-recommend {
  border-left: 0;
  font-family: "kurious-looped";
  font-size: 18px;
  font-weight: 600;
  padding: 16px 24px;
}

.accordion-title-recommend:hover {
    color:#333 !important;
}




.price-zone {
    background-color: #FAFAFA;
    padding: 20px;
    margin-bottom: 50px;
    margin-top: 40px;
} 



@media screen and (max-width: 767px) {

    .accordion-recommend {
    width: 100%;
}
    .two-col {
    flex-direction: column;
}
    
    
}



.accordion-content-recommend-line {
    border-bottom: 1px solid #d7d4d4;
    width: 97%;
    margin: 0 auto;
    
}

.accordion-content-recommend {
  font-family: "kurious-looped", Kurious;
  padding-top: 20px; 
}

.accordion-content-recommend .content-wrapper {
  font-family: "kurious-looped", Kurious;
  padding: 16px 24px;
  border-left: 0;
  color: #333;
  word-wrap: break-word;
}

.accordion-content-recommend .content-wrapper .link {
  text-decoration: underline;
  font-family: "kurious-looped";
  font-size: 16px;
  font-weight: 500;
  color: #00A94F;
}

.accordion-content-recommend .content-wrapper p {
  color: #333;
  font-family: "kurious-looped", Kurious;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.5em;
}

.accordion-content-recommend .content-wrapper p+ol {
  margin-top: 0;
}

.accordion-content-recommend .content-wrapper strong {
  color: #333;
  font-family: "kurious-looped", Kurious;
  font-size: 16px;
  font-weight: 600;
}

.accordion-content-recommend ul {
  margin: 0;
  margin-left: 1.2em;
  /* margin-bottom: 1.5rem; */
}

.accordion-content-recommend ul>li {
  position: relative;
  font-family: "kurious-looped", Kurious;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.5em;
}

.accordion-content-recommend ul>li {
  list-style-type: none;
  position: relative;
}

.accordion-content-recommend ul>li:before {
  content: "";
  position: absolute;
  left: -12px;
  top: 14px;
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background-color: #333;
}

.accordion-content-recommend ul>li+li {
  margin-top: 0;
}

.accordion-content-recommend ul>li>ul>li:before {
  content: "";
  position: absolute;
  right: 100%;
  top: 0px;
  text-align: left;
  width: 15px;
}

.accordion-content-recommend ol {
  counter-reset: section;
  margin-inline: 1.5em;
}

.accordion-content-recommend ol>li {
/*  position: relative;*/
  font-family: "kurious-looped", Kurious;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.5em;
}

.accordion-content-recommend ol>li:before {
  counter-increment: section;
  content: counters(section, ".") ".";
  position: absolute;
  right: 100%;
  top: 1px;
  text-align: left;
  width: 21px;
}

.accordion-content-recommend ol>li+li {
  margin-top: 0px;
}

.accordion-content-recommend .link-tel {
  color: #fff;
  white-space: nowrap;
  text-decoration: none;
  color: #fff;
  background-color: #00A94F;
  align-items: center;
  justify-content: center;
  height: 40px;
  padding: 0 24px;
  border-radius: 8px;
  font-size: 16px;
  font-weight: 600;
}

.accordion-content-recommend .link-tel {
  display: none;
}

.accordion-content-recommend .link-tel .icon {
  position: relative;
  top: 2px;
  margin-right: 8px;
}

/*######################### end accordion-recommend ######################*/
/* ######### rl ############# */
.section-rl {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  background: #646464;
  padding: 8px 16px;
  color: #FFF;
  font-size: 10px;
  line-height: 15px;
  text-align: center;
  z-index: 9999;
}

.section-rl p {
  font-family: "kurious-looped" !important;
}

.section-rl.slow-down {
  bottom: 0 !important;
}

.section-rl p {
  font-size: inherit !important;
  margin-bottom: 0;
  font-weight: 500 !important;
}

.has-rl {
  margin-bottom: 46px;
}

@media screen and (max-width: 359px) {
  .section-rl br {
      display: none;
  }
}

@media screen and (min-width: 768px) {
  .section-rl br {
      display: none;
  }

  .has-rl {
      margin-bottom: 31px;
  }
}

@media screen and (min-width: 1024px) {
  #navigation-page-sticky.stickyNav {
      z-index: 10009;
  }
}

@media screen and (min-width: 1140px) {
  .section-rl {
      font-size: 13px;
      line-height: 20px;
      padding: 10px 16px;
      bottom: 0;
  }

  .has-rl {
      margin-bottom: 40px;
  }
}

#navigation-footer {
padding-bottom: 0 !important;
}
#navigation-widgets {
  bottom: 45px !important;
}

#cc-apply .container {
  margin-bottom: 45px ;
}

@media screen and (max-width: 767px) {
  #navigation-widgets {
      bottom: 51px !important;
  }
  .section-benefit {
      border-radius: 8px !important;
  }
  #cc-apply .container {
      margin-bottom: 20px;
  }
  #cc-apply .section-benefit img.banner {
      max-width: 200px;
  }
}

@media screen and (min-width: 1140px) {
  #navigation-widgets.box-widgets.norm {
      right: 12px !important;
  }
}

/* ######### end rl ######## */

/* ######### table ############# */
.icw .qn-content .table-content thead th, .icw .qn-content .table-content tbody td {
  font-family: "kurious-looped";
  font-size: 16px;
}
.icw .table .table-content {
  width: 100%;
}
/* ######### end table ######## */

/* ######### custom scroll ############# */
#related-products-content.custom-scroll {
  height: 410px;
  overflow-y: auto;
}
#related-products-content.custom-scroll::-webkit-scrollbar {
  width: 3px;
}
    /* Track */
    #related-products-content.custom-scroll::-webkit-scrollbar-track {
        border-radius: 8px;
        background: rgba(0, 0, 0, .15);
    }

    /* Handle */
    #related-products-content.custom-scroll::-webkit-scrollbar-thumb {
        background: #00A94F;
        border-radius: 8px;
    }

    @media screen and (min-width: 1024px) {
      #related-products-content.custom-scroll .product-list {
          margin-right: 8px;
      }
  }

    @media screen and (max-width: 1024px) {
        #related-products-content.custom-scroll::-webkit-scrollbar {
            display: none !important;
        }
    }
/* ######### end custom scroll ######## */