/*
Theme Name: VG Galio Child
Theme URI: http://wordpress.vinagecko.net/t/galio/
Author: VinaGecko.com
Description: This is a child theme for VG Galio
Version: 1.3
Author URI: http://vinagecko.com/
Template: vg-galio
Text Domain: vg-galio-child
*/

/*  [ Add your custom css below ]
- - - - - - - - - - - - - - - - - - - - */

.main-container .shop-products.list-view .item-col .ma-box-content .list-col8 .listview .vgwc-button-group2 .vgwc-add-to-cart a:before{
    content: "\f0d1";
}
.vgwc-item .ma-box-content .vgwc-button-group .vgwc-add-to-cart a:before{
     content: "\f0d1";
}
.main-container .product-view .summary.single-product-info .cart .single_add_to_cart_button:before{
     content: "\f0d1";
}
.main-container .product-view .summary.single-product-info .in-stock{
    display:none;
}
body.error404{
    background-image: url("../vg-galio-child/PAGE 404.jpg") !important;
    background-repeat: repeat;
    background-position: inherit;
}
body.error404 .page-404 h3, body.error404 .page-404{
    color:black;
} 
body.error404 .page-404 .searchform .input_text{
    
    color:  #d8373e;
}
