/*
	Theme Name: Halena child
	Theme URI: http://demo.agnidesigns.com/halena/demos
	Author: AgniDesigns	
	Version: 1.0.3
	Description: Minimal & Modern eCommerce WordPress Theme.
	Author URI: http://themeforest.net/user/AgniHD	
	Template: halena
*/

button, input[type="button"], input[type="reset"], input[type="submit"] {
    border: 1px solid;
    border-color: #e9e9e9;
    border-radius: 10px;
    background: #eca175;
    box-shadow: none;
    color: #ffffff;
    font-size: 30px;
    line-height: 1;
    padding: .6em 1em .4em;
}

button:hover, input[type="button"]:hover, input[type="reset"]:hover, input[type="submit"]:hover {
    border-color: #e9e9e9;
    box-shadow: #3c3c3c;
	 background: #f77979;
}

.stock.available-on-backorder {
    font-size: 25px;
	 color: #ff0000;
}

.woocommerce-shipping-methods{
    font-size: 20px;
	 color: #3758f9;
}

.woocommerce .products .shop-column.product-hover-style-2 .product-content .product-add-to-cart-btn a {
   display: none;
}
.count {
   display: none;
}

.woocommerce .products .product.outofstock .product-thumbnail, .woocommerce .products .product.outofstock .product-content {
    opacity: 1 !important;
}

.vc_separator h4 {
    line-height: 1em;
    font-size: 150% !important;
    margin: 0;
    word-wrap: break-word;
    -webkit-box-flex: 0;
    -webkit-flex: 0 1 auto;
    -ms-flex: 0 1 auto;
    flex: 0 1 auto;
}

.menu-item img {
    width: auto !important;
    height: auto;
    margin: -2px 2px 0px 0px


