/*
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.   ***************/
/* img.img, .img img {
    width: auto;
} */
 header .header-nav {
    color: #fff;
 }
header .header-nav li:hover {
    color: #dd9933;
 }
h1.entry-title, h1.uppercase {
    font-size: 1.5em;   
}
header .header-nav li {
    margin:0 10px;
}
.product-small .product-cat {
    color: #636363;
    font-size: 12px;
    font-weight: 700;
}
.product-title {
    padding-bottom: 5px;
}
.product-title a {
    font-size: 18px;
    font-weight: 700;
    color: #4a221a;
}
.box-text-products {
    text-align: center;
}
@media screen and (max-width: 1024px){
.home-02 {
    padding-top: 50px!important;
}
.home-02 .col > .col-inner{
    padding-top: 40px!important;
}
}