/*
Theme Name:   	Final shop
Theme URI:    	https://grafoman.be
Author:       	Simon Martens
Author URI:     http://simonmartens.be
Template:     	storefront
Description:  	Blank child theme for WooThemes StoreFront theme
Version:      	1.0.1
FontAwesome License: SIL Open Font License - http://scripts.sil.org/OFL
*/
/*
 * Add your own custom css below this text.
 */
.grecaptcha-badge {visibility: hidden;}
body h2.woocommerce-loop-product__title{
	line-height:25px;
}
body .widget_product_categories ul li.current-cat:before {
    display:none;
}
body header ul.dropdown.menu>li {
	padding: 5px 0em 5px 1.8em;
}
header .bottomrow .col1 .logo .logo {
    padding: 0 0 0 0;
}
body ul.products li.product img {
    display: block;
    margin: 0 auto 1.618em;
    height: 320px;
	width: 100%;
    object-fit: contain;
    object-position: center center;
    background-color: white;
}

body .pagination .page-numbers li .page-numbers.current, 
body .woocommerce-pagination .page-numbers li .page-numbers.current {
    color: white;
}
body .storefront-product-pagination a{
	background-color:white;
}
body table.cart td.actions {
    border-top: 1px solid;
}
