/*
Theme Name:   	Sieverdingbeck Agrar (Storefront Child Theme)
Theme URI:    	https://www.mediameets.de
Author:       	media:meets GmbH
Author URI:     https://www.mediameets.de
Template:     	storefront
Description:  	This is a blank child theme for WooThemes StoreFront theme
Version:      	1.0.0
Text Domain:  	storefront
*/

a:not([class]) {
    text-decoration: underline;
}

.wpcf7-form-control {
	width: 100%;
}

.woocommerce-cart-form__contents .actions {
    display: none;
}

@media (min-width: 768px) {
    .site-header-cart:hover .widget_shopping_cart,
    .site-header-cart.focus .widget_shopping_cart {
        right: 0;
        left: auto;
        width: max-content;
    }
}


a.remove::before{
    content: "" !important;
}

.woocommerce-loop-product__title {
    font-size: 2rem !important;
}

.quantity .qty {
    width: auto !important;
}

@media (min-width: 768px) {
    table.cart .qty {
        max-width: none !important;
    }
}

/* amatic-sc-700 - latin */
@font-face {
    font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
    font-family: 'Amatic SC';
    font-style: normal;
    font-weight: 700;
    src: url('./fonts/amatic-sc-v24-latin-700.woff2') format('woff2'), /* Chrome 36+, Opera 23+, Firefox 39+ */
    url('./fonts/amatic-sc-v24-latin-700.woff') format('woff'); /* Chrome 5+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}

/* yanone-kaffeesatz-300 - latin */
@font-face {
    font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
    font-family: 'Yanone Kaffeesatz';
    font-style: normal;
    font-weight: 300;
    src: url('./fonts/yanone-kaffeesatz-v24-latin-300.woff2') format('woff2'), /* Chrome 36+, Opera 23+, Firefox 39+ */
    url('./fonts/yanone-kaffeesatz-v24-latin-300.woff') format('woff'); /* Chrome 5+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}

/* cabin-regular - latin */
@font-face {
    font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
    font-family: 'Cabin';
    font-style: normal;
    font-weight: 400;
    src: url('./fonts/cabin-v26-latin-regular.woff2') format('woff2'), /* Chrome 36+, Opera 23+, Firefox 39+ */
    url('./fonts/cabin-v26-latin-regular.woff') format('woff'); /* Chrome 5+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}
/* cabin-italic - latin */
@font-face {
    font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
    font-family: 'Cabin';
    font-style: italic;
    font-weight: 400;
    src: url('./fonts/cabin-v26-latin-italic.woff2') format('woff2'), /* Chrome 36+, Opera 23+, Firefox 39+ */
    url('./fonts/cabin-v26-latin-italic.woff') format('woff'); /* Chrome 5+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}

body {
    font-family: 'Cabin', sans-serif !important;
    font-weight: 400 !important;
}

h1 {
    font-family: 'Cabin', sans-serif !important;
    font-weight: 400 !important;
}

h2 {
    font-family: 'Yanone Kaffeesatz', sans-serif !important;
    font-weight: 300 !important;
}

h3 {
    font-family: 'Amatic SC', sans-serif !important;
    font-weight: 700 !important;
}

.footer-widgets .widget {
    margin-bottom: 1rem;
}

select {
    font-family: 'Cabin', sans-serif;
    font-weight: 400;
    border: 1px solid rgb(209 213 219) !important;
    background-color: #fff !important;
    border-radius: .375rem !important;
    padding: .5rem !important;
}

.product .wc-gzd-additional-info {
    font-size: inherit !important;
}

.price-unit.wc-gzd-additional-info {
    margin: 0 0 .5rem !important;
}

#payment .payment_methods li input[type=radio]:first-child:checked+label:before {
	color: #95ad07 !important;
}

.site-header {
    padding-top: 0;
}

.woocommerce-breadcrumb .breadcrumb-separator::after {
	opacity: 1;
}

.woocommerce-breadcrumb {
	opacity: .25;
}


@media(min-width: 768px) {
	.storefront-breadcrumb {
        margin-bottom: 0;
    }
	
	.storefront-full-width-content.woocommerce-cart .entry-header,
	.storefront-full-width-content.woocommerce-checkout .entry-header,
	.storefront-full-width-content.woocommerce-account .entry-header,
	.storefront-full-width-content .woocommerce-products-header {
        padding: 0 0 1em
    }
}