a{
    color: #f26522;
    text-decoration: none;
}
.home-products-header{
    padding: 40px 0 40px 0;
    overflow: hidden;
}
.home-products-header h2{
    text-transform: uppercase;
    float: left;
    font-size: 20px;
    font-weight: bold;
}
.home-products-header ul{
    position: absolute;
    text-align: center;
    width: 100%;
    padding: 0px;
    margin: 0 0 0 ;
}
.home-products-header ul>li{
    display: inline-block;
    margin: 0 20px;
}
.home-products-header ul>li>a{
    font-weight: bold;
    text-decoration: none;
    color: #8c8c8c;
}
.home_products{
    position: relative;
}
.home_products>.loading{
    position: absolute;
    height: 100%;
    width: 100%;
    background: rgba(38, 158, 148, 0.4);
    z-index: 999;
    display: none;
}
.home_products>.loading>i{
    left: 50%;
    top: 50%;
    margin-left: -27px;
    margin-top: -21px;
    position: absolute;
    color: #fff;
}
.home-blocks{
    margin-top: 50px;
    overflow: hidden;
}
.home-blocks>div{
    padding: 40px;
    width: 32%;
    height: 300px;
    background-position: center;
    background-size: cover;
}
.homeopatia{
    background: url(/wp-content/uploads/2017/10/homeopatia.png);
}
.fitoterapia{
    background: url(/wp-content/uploads/2017/10/fitoterapia.png);
}
.suplementos{
    background: url(/wp-content/uploads/2017/10/suplementos.png);
}
.fitoterapia{
    margin: 0 2%;
}
.home-blocks>div>h1{
    color: #fff;
    text-transform: uppercase;
    font-size: 30px;
}
.carousel-header{
    background: #f26522;
    padding: 20px;
    overflow: hidden;
    margin-top: 50px;
}
.carousel-header>h2{
    color: #fff;
    font-size: 20px;
    width: 60%;
    text-align: center;
    margin: 0 auto;
    line-height: 120%;
}
.carousel-header>h2>span{
    font-weight: bold;
}
.carousel{
    background: #f2f2f2;
}
.carousel ul, .carousel li{
    height: auto;
}
.carousel ul li{
    padding: 100px;
}
.carousel img{
    width: 100%;
}
.carousel h2{
    color: #f26522;
    font-size: 30px;
    text-transform: uppercase;
    margin: 10px 0 30px 0;
    font-weight: bold;
    line-height: 120%;
}
.carousel-content  .unslider-arrow {
    top: 50%;
    font-size: 50px;
    background: transparent;
    bottom: auto;
    margin-top: -25px;
    color: #b3b3b3;
}
.carousel-content .unslider-arrow.prev{
    left: 10px;
}
.carousel-content  .unslider-arrow.next{
    right: 10px;
}
.carousel-content p{
    line-height: 150%;
    height: 65px;
    overflow: hidden;
}
.carousel-content a{
    margin-top: 20px;
    display: block;
    font-weight: bold;
    color: #666;
    text-decoration: none;
}
.see-more{
    margin: 60px 0 50px 0;
}
.see-more>a{
    text-decoration: none;
}
.see-more>a>h2{
    color: #f26522;
    text-transform: uppercase;
    font-size: 20px;
    font-weight: bold;
    text-align: center;
}
.see-more>a>i{
    border: solid 5px #cccc66;
    width: 40px;
    line-height: 30px;
    border-radius: 50px;
    color: #f26522;
    text-align: center;
    font-size: 20px;
    margin: 0 auto;
    display: block;
    margin-top: 10px;
}
.home-blocks-after{
    overflow: hidden;
}
.home-blocks-after>div{
    border: solid 1px #b3b3b3;
    width: 32%;
    padding: 30px;
}
.home-blocks-after>div.middle{
    margin: 0 2%;
}
.home-blocks-after h3{
    color: #5d5d5d;
    font-weight: bold;
    font-size: 25px;
    text-transform: uppercase;
    text-align: center;
}
.home-blocks-after span{
    color: #f26522;
    text-align: center;
    text-transform: uppercase;
    font-size: 14px;
    font-weight: bold;
    width: 100%;
    display: block;
    margin: 15px 0 0 0;
}
.notice{
    padding: 20px;
    font-weight: bold;
    color: #f26522;
    border: solid 2px #f26522;
}
.logos{
    margin-top: 40px;
}
.logos img{
    width: 100%;
}
.single-title{
    color: #f26522;
    font-size: 24px;
    font-weight: bold;
    margin-bottom: 20px;
    margin-top: 20px;
}
.single-article img{
    width: 100%;
    height: auto;
}
.single-article{
    line-height: 140%;
}
.sidebar{
}
.sidebar .widget{
    margin-bottom: 20px;
    background: #f9f9f9;
    border: solid 1px #ebebeb;
}
.sidebar .widget-title{
    color: #f26522;
    font-size: 18px;
    padding: 20px;
    font-weight: bold;
    text-transform: uppercase;
}
.sidebar ul.product-categories{
    list-style: none;
    padding: 0px;
    margin: 0px;
    border-bottom: solid 1px #ebebeb;
}
.sidebar ul.product-categories>li>a{
    padding: 10px 40px;
    display: block;
    border-top: solid 1px #ebebeb;
    text-decoration: none;
    color: #666;
}
.sidebar ul.product-categories>li:hover>a{
    border-right: solid 4px #f26522;
}
footer{
    color: #fff;
}
footer .widget-title{
    color: #fff;
    font-size: 18px;
    font-weight: bold;
    text-transform: uppercase;
    margin-bottom: 40px;
}
footer .widget{
    padding: 20px;
}
footer address{
    color: #fff;
}
.posted_in a{
    text-decoration: none;
    color: #f26522;
}
.single-content-woocommerce .page-title{
    display: none;
}
.novidade{
    margin-bottom: 25px;
}
.novidade img{
    width: 100%;
    height: auto;display:block;
}
.novidade .content{
    padding: 15px;
}
.novidade a{
    text-decoration: none;
    border: solid 1px #ebebeb;
    display: block;
}
.novidade h3{
    color: #575756;
    margin: 0px 0 0 0;
    font-weight: 600;
    height: 37px;
    overflow: hidden;
    line-height: 120%;
    text-transform: uppercase;
}
.novidade .date{
    color: #666;
    font-size: 12px;
    color: #f26522;
}
.novidade .date i{
    color: #575756
}
.novidade p{
    color: #666;
    font-size: 10px;
    margin-top: 5px;
    height: 60px;
    overflow: hidden;
}
.search-results .result{
    padding: 20px 0px;
    border-bottom: solid 1px #666;
}
.search-results a{
    text-decoration: none;
}
.search-results a>h2{
    color: #f26522;
    font-size: 18px;
}
.search-results a>h2>span{
    font-size: 14px;
    background: grey;
    color: #fff;
    padding: 5px;
    border-radius: 4px;
    float: right;
}
footer ul{
    list-style: none;
    padding: 0px;
    margin: 0px;
}
footer ul>li{
    margin-bottom: 10px;
}
.news_title{
    background: #35499A;
    text-transform: uppercase;
    padding: 10px;
    border-radius: 30px;
    color: #fff;
    font-weight: bold;
    margin-top: 50px;
    margin-bottom: 50px;
}
.news_title h3{
    color: #fff;
    margin: 0px;
}
.linhas_partidas{
    text-align: center;
    border-style: solid;
    border-color: #ededed;
    border-width: 1px 0 1px 0;
    margin-top: 10px;
    padding-top: 5px;
}
.linhas_partidas a{
    display: inline-block;
    font-size: 12px;
    margin: 0 10px;
}
img.auto{
    width: auto;
    max-width: 100%;
}
.sharing{
  margin-top: 50px;
}
.the_content ul{
  list-style: disc;
  padding-left: 20px;
}
.the_content small{
  font-size: 12px;
    color: #f26522;
}
iframe{
    max-width: 100%;
}
@media ( max-width: 991px ){
    .home-blocks-after div{
        width: 100%;
    }
    .home-blocks-after div.middle{
        margin: 0px
    }
    .home-blocks div{
        width: 100%;
    }
    .home-blocks div.fitoterapia{
        margin: 0px
    }
    .home-products-header h2{
        margin-bottom: 10px;
    }
    .home-products-header ul{
        position: relative;
        display: block;
        width: 100%;
        overflow: hidden;
        text-align: left;
    }
    .home-products-header ul li{
        display: block;
        float: left;
        width: 25%;
        margin: 0px;
    }
    .home-products-header ul li a{
        display: block;
        padding: 10px;
        background: #f26522;
        color: #fff;
    }
}
@media (max-width: 630px){
    .carousel-header>h2{
        width: 100%;
        font-size: 15px;
    }
    .carousel ul li{
        padding: 20px;
    }
    .carousel img{
        height: auto;
    }
    .carousel h2{
        font-size: 20px;
    }
    .see-more>a>h2{
        font-size: 15px;
    }
}
.news-button{
  display: block;
  background: #f26522;
  color: #fff;
  text-align: center;
  font-size: 16px;
  padding: 10px;
  font-weight: bold;
  max-width: 200px;
  margin: 20px auto;
  border: solid 2px #f26522;
  transition: all 0.3s ease;
  border-radius: 50px;
}
.news-button:hover{
  color: #f26522;
  background-color: #fff;
}
