/*
Theme Name: i-craft Child
Theme URI: http://www.templatesnext.org/icraft/
Author: Marcel Verhallen
Author URI: http://templatesnext.org/
Description: Child theme for the i-craft responsive WooCommerce ecommerce multipupose theme packed with features like product carousels, unlimited color, boxed/wide layout, product search, optional login menu item and shopping cart in main navigation, multiple blog layout, etc. It comes with custom slider and option to use any 3rd party slider in any page or post through page/post meta option. Perfect for start-up ecommerce web sites. Based on version 1.1.4.
Template: i-craft
Version: 0.1.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Tags: Black, Gray, Red, Silver, White, Dark, Light, Fluid-Layout, Responsive-Layout, One-Column, Two-Columns, Right-Sidebar, Custom-Colors, Custom-Menu,  Featured-Images, Flexible-Header, Full-Width-Template, Microformats, Post-Formats, Sticky-Post, Theme-Options, Threaded-Comments, Translation-Ready
Text Domain: i-craft-child

icraft WordPress Theme, Copyright 2014 TemplatesNext.org
icraft is distributed under the terms of the GNU GPL

*/
/* Verberg in de slider de link naar de winkel */
.nx-slider-container a.da-link {
	display: none !important;
}

/* H1 op homepage */
.homepage {
	font-size: 135%;
	color: #1c75bc;
}

/* foutmelding form verduidelijken */
ul.woocommerce-error li strong, ul.woocommerce-error li .bold {
	font-weight: bold;
	color: #c00;
}

/* margin-left MyParcel huisnummer */

#billing_house_number_field, #shipping_house_number_field {
	margin-left: 6% !important;
}

/* Breedte MyParcel huisnummer en toevoeging */
#billing_house_number_field, #shipping_house_number_field, #billing_house_number_suffix_field, #shipping_house_number_suffix_field {
	width: 4em;
}

/* Meer ruimte input tekst checkoutform en loginform */
.woocommerce-checkout .input-text, .login .input-text, form .input-text {
	line-height: 140% !important;
}

/* Tekst horizontaal gelijk bij Totalen */
table.shop_table th, table.shop_table td {
	vertical-align: middle !important;
	padding-top: 6px !important;
	padding-bottom: 6px !important;
	padding-left: 6px !important;
}


/* onder h3 geen marge in de productbeschrijving */

.woocommerce h3 {
	font-weight: 500;
	font-size: 120%;
	margin-bottom: 0.1em !important;
}

/* onder h2 op standaardpagina's aangepast */
div.entry-content h2 {
	font-size: 135%;
	margin: 25px 0 0.5em 0;
}
/* Verberg niet vertaalde melding over gevonden aantallen WooCommerce */
.woocommerce-result-count {
	display: none;
}
/* correctie voor grootte afbeeldingen related products */

ul.products li a img {
	max-width: 190px !important;
}

/* producten verticaal uitlijnen */
@media (min-width: 360px) {
	.woocommerce-LoopProduct-link h3 {
		height: 3em;
	}
}
/* Ruimte tussen buttons Winkelmand bekijken en Afrekenen  */
p.buttons {
	line-height: 250%;
}
a.wc-forward {
	margin-bottom: 1em !important;
	hyphens: none;
}

/* form-veld coupon_code vergroten */
#coupon_code {
	width: 9.5em !important;
	font-size: 85%;
	margin-top: 2px !important;
}
/* Verberg Button Terug naar de winkel */
p.return-to-shop {
	display: none;
}
/* Related products en Upsells in 4 kolommen */
@media (min-width: 768px) {
.related.products ul.products li.product, .upsells.products ul.products li.product {
    width: 25% !important;
    float: left;
    margin-right: 4%;
}
/* Border boven Related products en Upsells */
div.related, div.upsells {
	border-top: #1c75bc 2px solid;
}
}
/* Betere positie mouseover winkelmand */
.header-icons.woocart .cartdrop.widget_shopping_cart.nx-animate {
    right: -2px !important;
    top: 58px !important;
}
