.front-product-list {
    padding: 10px 0;
    background: var(--bs-secondary-bg);
}

.section__header {
    align-items: center;
    background-color: var(--bs-body-bg);
    border-bottom: 1px solid #e3e3e3;
    display: flex;
    flex-flow: row nowrap;
    justify-content: space-between;
    padding: 16px 20px;
    margin-top: 10px !important;
}

.section__header h3 {
    display: inline-block;
    font-size: 20px;
    font-weight: 500;
    line-height: 1;
    margin-bottom: 0;
}

.front-product-list .category-item-show {
    background-color: #FFFFFF;
    padding: 15px;
    margin-bottom: 20px;
    box-shadow: 0px 4px 6px -3px #9c9c9c;
    border-radius: 3px;
    padding-top: 25px;
}

.front-information {
    background: #3a4754;
    padding: 30px 0;
}

.front-information span {
    align-self: center;
    width: 60px;
    height: 60px;
    margin-right: 15px;
    border-width: 2px;
    border-style: solid;
    border-color: #FFF;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex: 0 0 auto;
    line-height: 1;
    text-align: center;
}

.front-information span svg {
    fill: #FFF;
    width: 30px;
    height: 30px;
}

.front-information .info-block-content {
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.front-information .info-block-content .info-block-title {
    font-weight: 600;
    font-size: 1.1rem;
    color: #e6e6e6;
    display: block;
}

.front-information .info-block-content .info-block-text {
    font-size: 14px;
    color: #8b9198;
    font-weight: normal;
    line-height: 1.3;
    display: block;
}

.front-category .section__header {
    background: transparent;
    border: none;
    text-align: center;
    justify-content: center;
}

.front-category .section__header h3 {
    font-size: 24px;
    font-weight: 600;
}

.front-category .col-12>.d-flex {
    padding: 5px;
}

.block--category {
    background-color: #fff !important;
    padding: 20px;
    border: 1px solid #8b9198;
    border-radius: 5px;
    width: 100%;
    display: flex;
    justify-content: center;
    flex-direction: column;
}

.block--category a {
    text-align: center;
}

.block--category p {
    font-size: 15px !important;
    color: #000 !important;
    margin-top: 6px !important;
    font-weight: 600;
    margin-bottom: 0;
    max-width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.block--category img {
    width: 60%;
    margin: 0 auto;
}

.front-category .col-12>.d-flex .block--category {
    box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06) !important;
}

.front-category .col-12>.d-flex .block--category:hover {
    border-color: rgb(235 127 37) !important;
}


.front-site-features {
    padding: 20px 0;
}

.front-site-features .row {
    border: 1px solid #d9d9d9;
    padding: 20px 40px;
    width: 100%;
    background: #fff;
}


.front-site-features .row .block__item {
    align-items: center;
    border-right: 1px solid #dadada;
    display: flex;
    flex-flow: row nowrap;
    padding: 10px 10px;
    width: 100%;
}

@media (max-width: 993px) {
    .front-site-features .row .block__item {
        border-right: none;
    }
}


.front-site-features .row .col-12:last-child .block__item {
    border-right: none;
}

.front-site-features .row .block__left svg {
    width: 40px;
    height: auto;
}

.front-site-features .row .block__right {
    padding-left: 25px;
}

.front-site-features .row .block__right h4 {
    color: #000;
    font-size: 18px;
    font-weight: 500;
    margin-bottom: 0;
    margin-top: 0;
}

.front-site-features .row .block__right p {
    color: #666;
    margin-bottom: 0;
}