/*
Theme Name: MH Corporate basic Child
Template: mh-corporate-basic
Author: Child Theme Configurator
Version: 1.0.1441288152
Updated: 2015-09-03 14:49:12
*/

@charset "UTF-8";

#container{
    width: 740px;
    overflow: hidden;
    float: right;    
}
.woocommerce div.product div.images img{
    display: block;
    box-shadow: none;
}
.tax-product_cat h1.page-title{
display: none;
}
div.mh-content.right h1.page-title{
display: none;
}
.mh-sidebar, .hp-sidebar{
    width: 300px;
    float: left;
    overflow: auto;
}
a.single_add_to_cart_button.button.alt{
   background-color: #30719d;
   margin-top: 10px;
}
a.single_add_to_cart_button.button.alt:hover{
   background-color: #30719d;
}
.woocommerce ul.products li.product h3{
   text-align: center;
}
div.term-description{
   margin-bottom: 15px;
   font-size: 120%;
   font-weight: bold;
   padding: 8px;
   background: #f9f9f9;
   border: 1px solid #d8d8d8;
   border-radius: 5px; 
}
select.orderby{
   display: none;
}
.woocommerce ul.products li.product .button{
    background-color: #f9f9f9;
    border: 1px solid #d8d8d8;
    font-size: 80%;
}
.woocommerce ul.products li.product .button:hover{
   background-color: #d8d8d8;
   font-size: 80%;
}
.woocommerce div.product .product_title {
   font-size: 160%;
}
mark.count{
   background-color: white;
}
ul.children{
   padding-top: 10px;
   padding-bottom: 20px;
   padding-left: 20px;
}