/**

 * Add any custom CSS here.

 *

 * This file will be loaded after all theme stylesheets.

 */
.site-branding {
    max-width: 250px;
}
#woocommerce-product-search-field {
    margin-top: 15px;
}
#frontpage-house-block {
width:50%;display:inline-block;height:300px;text-align:center;
float:left;
background:url('https://houseandgardenstore.co.uk/wp-content/uploads/2017/02/house-image.jpg');
background-size:cover;
}
#frontpage-garden-block {
width:50%;display:inline-block;height:300px;text-align:center;
float:left;
background:url('https://houseandgardenstore.co.uk/wp-content/uploads/2017/02/garden-image.jpg');
background-size:cover;
}
.frontpage-block-btn {
background: #ea5d00;
padding: 10px 30px;
color: #fff;
line-height: 40px;
border-radius: 25px;
font-weight: 400;
font-size: 20px;
width: 35%;
margin: 17% auto;
min-width:150px;
}
.entry-meta {
    display: none;
}
.widget_nav_menu ul li::before {
    content: "\f0f6";
    content: "\f054";
    color: #ffffff;
}
#main {
    background: #ffffff;
    padding: 20px;
}
.woocommerce-Price-amount.amount {
    color: #d85506 !important;
    border-radius: 20px !important;
    font-size: 22px !important;
    font-weight: bold !important;
    border: 2px solid #d85506 !important;
    padding: 5px 35px !important;
}
#masthead {
    background-size: cover;
}
ul.products li.product.product-category img {
    border: solid #000 20px !important;
    border-radius: 0px;
}
ul.products li.product img {
    border: solid 5px #000000;
    border-radius: 0px;
}
.storefront-primary-navigation {
    background: #323232 !important;
    border-bottom: 5px solid #ea5d00;
} 
.site-header-cart.menu {
    display: none;
}
 #mega-menu-wrap-primary #mega-menu-primary li.mega-menu-item a.mega-menu-link::before {
    display: none;
 }
 div#homeslider {
    width: 100%;
   /* max-height: 300px;*/
    /*overflow: hidden;*/
}
.cross-sell {
    display: none;
}
.site-header {
    padding-top: 0.5em;
}
.main-navigation {
    padding-top: 0em;
}
.site-header .site-branding img {
max-width:50%;
border-radius:0px;
}
.site-header .site-branding, .site-header .site-logo-anchor, .site-header .site-logo-link {
    margin-bottom: 0.5em;
}
@media screen and (max-width: 800px) {
	div#homeslider {
    display:none;
}