/*
Theme Name: HealthFlex Child
Theme URI: http://plethorathemes.com/healthflex/
Description: Child theme for Health Flex (Plethora Themes). We strongly recommend using this child theme that will allow you to include all your custom functionality without fear of losing it when updating the parent theme. Note that theme updates must be applied only on parent theme, and not on this child theme. 
Author: Plethora Themes
Author URI: http://plethorathemes.com
License: GNU General Public License v2 or later 
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Tags: responsive-layout, theme-options, translation-ready
Template: healthflex
*/
/* DO YOUR STUFF AFTER THIS !!  */
.woocommerce #content input.button, 
.woocommerce #respond input#submit, 
.woocommerce a.button, 
.woocommerce button.button, 
.woocommerce input.button, 
.woocommerce-page #content input.button, 
.woocommerce-page #respond input#submit, 
.woocommerce-page a.button, 
.woocommerce-page button.button, 
.woocommerce-page input.button{
    background-color:#000000 !important;
}
.woocommerce #content input.button:hover, 
.woocommerce #respond input#submit:hover, 
.woocommerce a.button:hover, 
.woocommerce button.button:hover, 
.woocommerce input.button:hover, 
.woocommerce-page #content input.button:hover, 
.woocommerce-page #respond input#submit:hover, 
.woocommerce-page a.button:hover, 
.woocommerce-page button.button:hover, 
.woocommerce-page input.button:hover{
    background-color:#ea9a21 !important;
}
.page_title_in_content{
    display:none;
    
}
.no_top_padding{
 padding-top:25px;
 margin-top:25px;   
}
.dgwt-wcas-search-icon{
    color:#ffffff !important;
}
#dgwt-wcas-search-input-1{
    padding-top: 0px;
    padding-right: 10px;
    padding-bottom: 0px;
    padding-left: 10px;
}
button.dgwt-wcas-search-submit:before{
    /*height: 30px !important;*/
}
@media only screen and (max-width: 767px) {
    .logo a.brand img {
        max-height: 50px; 
    }
}
.logo a.brand img {
    width: auto;
    max-height: 50px;
}
.vc_off sidebar_off {
    padding-top:0px;
    margin-top:0px;
}
.woocommerce ul.products li.product .price:after,
.woocommerce-page ul.products li.product .price:after {
  border-left-color: #000000;
  border-right-color: #000000;
  left: 50%;
  right: inherit;
  -webkit-transform: rotateY(90deg);
  -ms-transform: rotateY(90deg);
  transform: rotateY(90deg);
}

.woocommerce ul.products li.product .price:before, .woocommerce-page ul.products li.product .price:before {
    border-left-color: transparent;
    border-right-color: transparent;
    right: 50%;
  -webkit-transform: rotateY(90deg);
  -ms-transform: rotateY(90deg);
  transform: rotateY(90deg);    
    left: inherit;
}