/*
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.   ***************/
.header-bottom-nav > li > a {
    padding: 0 16px;
    font-size: 16px;
}
.section-title-normal {
    border-color: #999999;
}
.section-title span {text-transform: none;}
.section-title-normal span {border-bottom: 2px solid #a5a5a5;}

.flickity-slider .product-small.box .box-image {
    height: 330px;
    text-align: center;
}
.product-category .box-image {
    margin-bottom: 30px;
}
.product-category .box-text {
    display: none;
}
.ux-menu-link__link {border-color: #a7a7a7;}
.footer-secondary {
    padding: 0;
}
.copyright-footer {
    line-height: 35px;
}

@media only screen and (max-width: 1200px) {
    .header-bottom-nav > li > a {
        padding: 0 5px;
        font-size: 15px;
    }


}