/*
Theme Name: Flatsome Child
Description: This is a child theme for Flatsome Theme
Author: UX Themes
Template: flatsome
Version: 3.0
*/

/*************** ADD CUSTOM CSS HERE.   ***************/

.home-news-section .post-item .col-inner {
    background: #fff;
    padding: 15px;
}

.home-news-section .post-item .is-divider {
    display: none;
}

.home-news-section .post-item .post-title {
    margin: 5px 0 2px;
}

.home-news-section .post-item .from_the_blog_excerpt {
    font-size: 13px;
}

.home-news-section .post-item .box-text button {
    background: #272788;
    border-color: #272788;
    color: #fff;
    border-radius: 30px;
    height: 22px;
    line-height: 19px;
    min-height: unset;
    text-transform: unset;
    font-size: 13px;
    margin-bottom: 0;
}

.home-news-section .post-item .box-text {
    padding-bottom: 0;
}

.home-news-section .flickity-prev-next-button {
    display: none;
}

.home-news-section .flickity-page-dots {
    counter-reset: my-sec-counter;
    bottom: -24px;
}

.home-news-section .flickity-page-dots li {
    position: relative;
    height: 18px !important;
    width: 18px !important;
    opacity: 1 !important;
    background: #fff !important;
    font-size: 14px;
    font-weight: bold;
    color: #272788;
    padding: 2px 0;
}

.home-news-section .flickity-page-dots li.is-selected {
    background: #272788 !important;
    color: #fff !important;
}

.home-news-section .flickity-page-dots li::before {
    counter-increment: my-sec-counter;
    content: counter(my-sec-counter);
}


.products-nav ul {
    display: flex;
    justify-content: center;
}

.products-nav ul li {
    list-style: none;
    border: 1px solid #272788;
    border-radius: 30px;
    font-size: 14px;
    padding: 0 10px;
    margin: 0 10px;
}

.products-nav ul li a {
    font-weight: bold;
    color: #272788;
}

.products-nav {
    margin: 30px 0 30px;
}

.products-nav ul li.active {
    background: #272788;
}

.products-nav ul li.active a {
    color: #fff;
}

.products-listing .product-name {
    color: #333;
}

.product-page-header-image {
    position: relative;
    height: 300px;
}

.product-page-header-image .inner {
    display: flex;
    align-items: center;
    overflow: hidden;
    height: 300px;
}

.product-page-header-image h1 {
    position: absolute;
    line-height: 36px;
    text-align: center;
    bottom: 0;
    top: 0;
    margin: auto 0;
    height: 36px;
    text-transform: uppercase;
    font-size: 36px;
}


.woocommerce-pagination li a {
    border-color: #272788;
    color: #272788 !important;
    background: #fff !important;
}

.woocommerce-pagination li span {
    background: #272788 !important;
    border-color: #272788 !important;
    color: #fff !important;
}

@media only screen and (max-width: 48em) {
    /*************** ADD MOBILE ONLY CSS HERE  ***************/


}