.product_cat .row.row-small {
    max-width: 1038px;
}

.product_cat .product-category,
.product_cat .box-text {
    padding-bottom: 0 !important;
}

.product_cat .box-image {
    max-width: 143px;
}

.product_cat .box-text {
    padding-top: 0 !important;
    margin-top: 15px;
}

.product_cat .box-text h5 {
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 0px;
    font-style: var(--font-heading-style);
    text-transform: none;
    transition: var(--anchor-transition);
}

.product_cat .box:hover h5 {
    color: #3e8cc4;
    text-decoration: underline;
    text-underline-offset: 0.3rem;
}

.product_cat_2 .row.row-small {
    padding: 0 calc(15px - 9.8px);
}

.product_cat_2 .box-image {
    border-radius: 6px;
}

.product_cat_2 .box-text {
    padding: 40px 10px;
}

.product_cat_2 .box-text h5 {
    font-size: 16px;
    color: #fff;
    background-color: #232323;
    width: fit-content;
    margin: auto;
    min-width: 190px;
    padding: 15px;
    border-radius: 99px;
    font-family: var(--btn-1-font-family);
    font-weight: 500;
    margin-top: 30px;
}

.product_list .row.row-small {
    padding: 0 calc(15px - 9.8px);
}

.product_list .section-title-container {
    margin-bottom: 5px;
}

.product_list .product-small.col .col-inner {
    background-color: #ffffff;
    padding: 20px;
    border-radius: 0px;
    border: 0px solid #f0f1f4;
}

.product_list .product-small .badge-container {
    margin-top: 25px;
    margin-left: 25px;
}

.product_list .row-slider .flickity-page-dots {
    bottom: -15px;
}

.product_list .flickity-page-dots .dot.is-selected {
    background-color: var(--arrow-background-color-hover);
}

.rich_text .col {
    padding-bottom: 0;
}

.rich_text .text {
    max-width: 1370px;
    margin: auto;
}

.rich_text .text p {
    margin-top: 1.3rem;
    margin-bottom: 1.6rem;
    color: #505050;
}

.rich_text #review_form { 
	display: flex;
    align-items: center;
    justify-content: center;
}

.rich_text .woocommerce .sprw-template-one #review_form #respond .form-submit input { 
    padding: 10px 20px;
}

.rich_text .sprw-review-form-button { 
	margin: auto;
    width: fit-content;
    display: block;
}

.service .row.row-small {
    padding: 0 calc(15px - 9.8px);
}

.service .section-title {
    color: #f98216;
    font-size: 30px;
}

.service .section-title.section-title-center b {
    background-color: transparent;
}

.service .col+.col .col-inner {
    height: 100%;
}

.service .icon-box {
    background-color: #fff;
    padding: 70px 22px 62px;
    border-radius: 6px;
    height: 100%;
}

.service .icon-box-img {
    margin-bottom: 28px !important;
}

.service .icon-box h5 {
    font-family: var(--font-heading-family);
    font-size: 16px;
    margin-bottom: 10px;
}

.service .icon-box h6 {
    color: #202020;
    font-size: 14px;
    font-weight: 400;
    text-transform: none;
    line-height: 22px;
    opacity: 1;
}

.service .text {
    margin: 20px auto 0;
    width: fit-content;
    text-align: center;
}

.service .text p {
    font-size: 16px;
    margin-bottom: 0;
}

.service .text a {
    display: inline-block;
    color: #fdc525;
    border-bottom: 1px solid #809f91;
    line-height: 16px;
    font-weight: bold;
}

@media (min-width: 1025px) {
    .section-title-center span {
        min-width: 420px;
        margin: 0 !important;
    }

    .section-title.section-title-center b {
        height: 1px;
        opacity: 1;
        background-color: #000000;
    }
}

@media screen and (min-width: 850px) {
    .service .large-3 {
        flex-basis: 20%;
        max-width: 20%;
    }
}

@media only screen and (max-width: 48em) {

    /*************** ADD MOBILE ONLY CSS HERE  ***************/
    .product_cat_2 .box-text h5 {
        font-size: 14px;
        min-width: 160px;
    }

    .product_list .product-small.col .col-inner {
        padding: 10px;
    }
}