/* section-banner */
.section-banner .flickity-page-dots .dot.is-selected{
    width:40px;
    border-radius:50px;
    background: var(--fs-color-primary) !important;
    border-color: var(--fs-color-primary) !important;
}
/* section-list-product-category */
.section-list-product-category .list-product-category-infographic .box-category-infographic{
    box-shadow: rgba(9, 30, 66, 0.25) 0px 4px 8px -2px, rgba(9, 30, 66, 0.08) 0px 0px 0px 1px;
    border-radius: 16px;
}
.section-list-product-category .list-product-category-infographic .box-category-infographic .box-image:after{
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    top:0;
    left:0;
    border-radius:16px;
    background: linear-gradient(to top, rgba(0,0,0,0.7), transparent);
    
}
.section-list-product-category .list-product-category-infographic .box-category-infographic .box-image img{
    border-radius: 16px;
}
.section-list-product-category .list-product-category-infographic .box-category-infographic .box-text{
    position: absolute;
    bottom:0;
    padding:20px;
}
.section-list-product-category .list-product-category-infographic .box-category-infographic .box-text .button{
    margin:15px 0 0 0;
    background:rgba(255,255,255,0.4) !important;
}
.section-list-product-category .list-product-category-infographic .box-category-infographic .box-text .button:hover{
    background: var(--fs-color-secondary) !important;
    border-color: var(--fs-color-secondary);
}
.section-list-product-category .list-product-category-infographic .box-category-infographic .box-text *{
    color:#fff;
}
/* section-featured-product */
.section-featured-product .tabbed-content.tab-product-related{
    padding-top:20px;
}
.section-featured-product .tabbed-content ul.nav-pills{
    width: fit-content;
    margin: 0 auto;
    background: #fff;
    padding: 10px;
    border-radius: 50px;
}
.section-featured-product .tabbed-content .product-small .product-title a{
    height: 50px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    text-overflow: ellipsis;
}
.section-featured-product .tabbed-content ul.nav-pills li.tab a{
    padding: 2px 50px;
}

.section-featured-product .tabbed-content .tab-panels .product-small.box{
    background: #fff;
    border-radius:12px;
    box-shadow: rgba(0, 0, 0, 0.15) 2.4px 2.4px 3.2px;
}
.section-featured-product .tabbed-content .tab-panels .product-small.box .box-image img{
    border-radius: 12px 12px 0 0;
}
.section-featured-product .tabbed-content .tab-panels .product-small.box .box-text{
    padding: 15px;
}
.section-featured-product .tabbed-content .tab-panels .product-small.box .box-text .title-wrapper a{
    color:#000;
    font-size: var(--font-body-large);
}
.section-featured-product .tabbed-content .tab-panels .product-small.box .box-text .button{
    width: 100%;
    margin:20px 0 0 0;
    border-radius: 8px;
    font-size: var(--font-small);
    padding:5px;
}
.section-featured-product .tabbed-content .tab-panels .product-small.box .box-text .text-detail{
    margin-right:5px;
    text-transform: none;
}
/* section-quote */
.section-quote.section-gradient .stack-quote{
    border-radius:24px;
    padding:30px;
    background: linear-gradient(to left, var(--fs-color-primary), var(--fs-color-secondary));
}
.section-quote.section-gradient .stack-quote .text-center{
    margin-bottom:15px;
}
/* section-related-news */
@media (max-width:600px) and (min-width:550px) {
    .section-related-news .stack .button-view-all-news{
        width:50%;
    }
}
.product-small .col-inner{
  padding:0;
  height: 100%;
}