.uk-panel-box .uk-panel-title {
    color: #4da941;
}
h3.uk-panel-title {
    font-family: open sans;
    color: #4da941;
    font-weight: 600;
}
.header.header-v2 #header-top .content {
    color: #FFFFFF;
}
.header.header-v2 #header-top ul.cs-social li a i {
    color: #FFFFFF;
}
.header.header-v2 #header-top ul.cs-social li a {
    font-size: 16px;
    padding: 22px 13px 10px 13px;
    width: 30px;
    height: 30px;
    text-align: center;
    margin-top: 0px;
    border: 1px solid transparent;
    transition: all 200ms ease 0s;
    border-radius: 5px;
}
.wpb_accordion .wpb_accordion_wrapper .wpb_accordion_header.ui-accordion-header-active a {
    background: none repeat scroll 0 0 #4da941;
}
.ww-nav .fa {
    background: none repeat scroll 0 0 #fff;
    border: medium;
    border-radius: 5px;
    color: #4da941;
    font-size: 20px;
    height: 30px;
    line-height: 28px;
    text-align: center;
    width: 30px;
    cursor: pointer;
}
.archive-products .product .woo-decriptions {
    margin-top: 10px;
    padding: 10px 0;
    background: #69bd43;
    color: #FFF;
    text-align: center;
    transition: all .3s ease;
    border-radius: 3px;
    height: 60px;
}
.archive-products .product .woo-decriptions h3.woo-title, .woocommerce .ww-carousel-item-wrap .product .woo-decriptions h3.woo-title a, .archive-products .product .woo-decriptions h3.woo-title a {
    color: #FFF !important;
    margin: 0;
    font-size: 16px;
    line-height: 20px;
    font-family: lato-light;
    background: transparent;
}
.archive-products .woo-image .woo-add-to-cart {
    position: absolute;
    top: 91%;
    left: 50%;
    transform: translate3d(-50%, -50%, 0);
    margin: auto;
}
.menubar .container {
    width: 1280px;
    max-width: 49%;
    margin: 0 auto;
    position: relative;
    line-height: 25px;
}
.menubar ul li a {
    padding: 1px 20px;
    font-size: 13px;
    display: block;
    text-decoration: none;
    color: #FFFFFF;
    white-space: nowrap;
    transition: .7s;
    -webkit-transition: .7s;
}
.menubar ul li.menu-item-has-children > a:after, .menubar ul li.page_item_has_children > a:after {
    content: "";
    position: absolute;
    right: 10px;
    top: calc(53%);
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    border: 4px solid transparent;
    border-top: 4px solid #FFFFFF;
}

/**
 *   Titulo Slider
 */

@media screen and (max-width: 480px) {
.header #header-top {
    background: url("../fundo-header.jpg") center center !important;
    font-size: 12px;
    width: 100%;
    height: 150px !important; 

  .cs-social { display: none; }
}

@media screen and (max-width : 800px) and (min-width: 481px) {
.header #header-top {
    background: url("../fundo-header.jpg") center center !important;
    font-size: 12px;
    width: 100%;
          height: 150px !important; 
}
  .cs-social { display: none; }

}

@media screen and (max-width : 1024px) and (min-width: 801px) {
.header #header-top {
    background: url("../fundo-header.jpg") center center !important;
    font-size: 12px;
    width: 100%;
}
}

@media screen and (max-width : 1200px) and (min-width: 1025px) {
.header #header-top {
    background: url("../fundo-header.jpg") center center !important;
    font-size: 12px;
    width: 100%;
}
}
  .uk-panel-title {
    margin-top: 15px;
    margin-bottom: 15px;
    font-size: 19px;
    line-height: 24px;
    font-weight: 400;
    text-transform: none;
    color: #444;
}
  
  .menubar ul {
    margin: 0px 15px 0px 15px !important;
}
  
  .menubar .menu-list {
    text-align: center !important;
}
