/*--------------------------------------------------------------
## Custom Css 
--------------------------------------------------------------*/
@import url('https://fonts.googleapis.com/css2?family=Lexend+Deca:wght@600&display=swap');
.custom-heading3 .section-title {
    font-family: 'Lexend Deca', sans-serif;
}
.cat-product .product-category .box-text {
    display: none;
}
.custom-col .col-inner .img {
    max-width: 140px;
}
.custom-col .col-inner {
    display: flex;
    justify-content: center;
    gap: 60px;
}
.fs34 b {
    opacity: 0;
}
.fs34 .section-title {
    font-size: 34px;
    margin-bottom: 0;
    margin-bottom: 0;
    /* font-family: Lexend; */
    text-transform: uppercase;
    font-size: 34px;
}
.community .uni-slider .img img {
    aspect-ratio: 1/1.69230769;
    object-position: center;
    object-fit: cover;
}
.community .flickity-prev-next-button {
    width: 40px;
}
.community .flickity-prev-next-button svg {
    padding: 14px;
}
.community .flickity-prev-next-button .arrow,
.community .flickity-prev-next-button svg {
    fill: #FFF;
    border-color: #FFF;
    background: #000;
}
.community .slider-nav-dots-dashes-spaced .flickity-page-dots .dot {
    width: 25px;
    height: 5px;
}
.cat-product .box-text-products .woocommerce-loop-product__title a.woocommerce-LoopProduct-link {
    font-family: 'Lexend Deca', sans-serif;
    font-size: 15px;
    white-space: normal;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    max-height: 42px;
    margin-bottom: 10px;
}
/*--------------------------------------------------------------
## Responsive 
--------------------------------------------------------------*/
@media only screen and (max-width: 849.98px) {
    
}

@media only screen and (max-width: 699.98px) {
    .discount {
        padding-bottom: 0 !important;
    }
}

@media only screen and (max-width: 549.98px) {

}

@media only screen and (min-width: 550px) {
    
}

@media only screen and (min-width: 700px) {
    
}

@media only screen and (min-width: 850px) {

}

@media only screen and (min-width: 992px) {

}

@media only screen and (min-width: 1200px) {

}