.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: 100%;
    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;
}

.gallery-container {

    max-width: 1920px;
    margin: 0 auto;
    }

    .gallery-item {
    position: relative;
    overflow: hidden;
    }
    .gallery-item img {
    width: 100%;
    height: auto;
    }
    .lSSlideOuter{
    position: relative;
    }
    .lSSlideOuter .lSPager.lSpg > li a {
    background-color: #ddd;
    }

    .lSSlideOuter .lSPager.lSpg > li:hover a,
    .lSSlideOuter .lSPager.lSpg > li.active a {
    background-color: #666;
    }

    .lSAction > a {
    background-color: rgba(0, 0, 0, 0.3);
    color: #fff;
    width: 32px;
    height: 32px;
    line-height: 32px;
    text-align: center;
    border-radius: 50%;
    margin-top: -16px;
    }


    .lSSlideOuter .lSPager.lSpg {
    margin-top: 0px !important;
    position: absolute;
    left: 50%;
    transform: translateX(-50%) !important;
    bottom: 10px;
    }
