:root {
    --font-2: system-ui, sans-serif;
}

.desc-single h4 {
    border-style: solid;
    border-color: #9acd32;
    border-width: 0;
    border-left-width: 10px;
    font-size: 16px;
    font-weight: 700;
    margin-bottom: 10px;
    padding: 2px 0 3px 10px
}

.desc-single p {
    padding-bottom: 10px;
    margin-bottom: 0;
}

@media (min-width: 1024px) {
    .desc-single h4 {
        font-size: 18px;
        padding: 3px 0 5px 10px
    }
}

.desc-single ul {
    list-style-type: disc;
    margin-bottom: 10px;
    margin-left: 40px
}

.desc-single ul li {
    margin-left: 0 !important;
}

.single .entry-content h2 {
    font-size: 1.25rem;
    line-height: 1.75rem;
}

.single .entry-content h3 {
    font-size: 1.125rem;
    line-height: 1.75rem;
}

.single .entry-content .icon-box {
    margin-bottom: .75rem;
}

.single .entry-content {
    counter-reset: section;
    font-size: 1.125rem;
    line-height: 1.75rem;
}

.title-single {
    display: flex;
    align-items: center;
    margin-bottom: .75rem;
}

.title-single h3 {
    margin-bottom: 0;
}

.title-single::before {
    counter-increment: section;
    content: counter(section);
    width: 30px;
    height: 30px;
    background-color: var(--fs-color-secondary);
    border-radius: 50%;
    color: #fff;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    margin-right: .5rem;
}

.product-section:first-child .entry-content {
    height: 454px;
    overflow: hidden;
}

.product-section:first-child .entry-content.active {
    height: auto
}



@media (min-width: 1024px) {
    .single .entry-content h2 {
        font-size: 1.5rem;
        color: #404040;
        line-height: 2rem;
    }

    .single .entry-content h3 {
        font-size: 1.25rem;
        line-height: 1.75rem;
    }

    .product-section:first-child .entry-content {
        margin-top: 50px;
        max-width: 66.667%;
    }
}

.button span {
    display: inline-block;
    line-height: inherit;
}

.col,
.columns,
.gallery-item {
    padding: 0 12px 20px;
}

.container {
    padding-left: .75rem;
    padding-right: .75rem;
}

.row-ss .row {
    margin: 0 auto !important;
}

b,
strong {
    font-weight: inherit;
    font-weight: bold;
}

.mb-00 * {
    margin-bottom: 0;
}

.flickity-page-dots .dot {
    background: #fff;
    font-size: 8px;
    height: 10px;
    line-height: 20px;
    opacity: 1;
    text-align: center;
    width: 10px;
    transition: all 0.5s;
}

.flickity-page-dots .dot.is-selected {
    background: #fff;
    border-radius: 10px;
    color: #fff;
    width: 40px
}

.slider-wrapper .loading-spin {
    display: none;
}

.box-text {
    font-size: 1rem;
    text-shadow: unset !important;
}