/*
Theme Name:     Femkes Foodies
Description:    Femke\'s Foodies
Author:         Eunoia Studio
Template:       stockholm

(optional values you can add: Theme URI, Author URI, Version, License, License URI, Tags, Text Domain)
*/

body.woocommerce-checkout h2, 
body.woocommerce-account h2, 
body.woocommerce-checkout h3, 
body.woocommerce-account h3 {
	font-size: 40px;
}

body .woocommerce div.cart-collaterals h2, 
body.woocommerce-page .div.cart-collaterals h2 {
    font-size: 40px;
}

body.woocommerce-checkout .order-details-wrapper h2,
body.woocommerce-checkout .order-details-wrapper h3 {	
    font-size: 40px;
}

.woocommerce-checkout .order-details-wrapper table.shop_table {
	width: 100%;
}

.woocommerce-checkout .order-details-wrapper table.shop_table th {
	padding: 0;
	font-weight: 700;
}

.woocommerce-checkout .order-details-wrapper table.shop_table th, 
.woocommerce-checkout .order-details-wrapper table.shop_table td {
	width: 50%;
}

.woocommerce-checkout .woocommerce .addresses {
	width: 100%;
}
	

.woocommerce-checkout .woocommerce .addresses .col-1, 
.woocommerce-checkout .woocommerce .addresses .col-2 {
	width: 50%;
	margin-right: 0;
}

.woocommerce input[type="number"] {
    font-size: 16px;
    width: 100%;
    padding: 10px 17px;
    border: 2px solid transparent;
    outline: 0;
    resize: none;
    font-family: inherit;
    line-height: 18px;
    background-color: #fff;
    color: #8d8d8d;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.woocommerce input[type="text"]:not(.qode_search_field):not(.qty), 
.woocommerce-page input[type="text"]:not(.qode_search_field):not(.qty), 
.woocommerce input[type="email"], 
.woocommerce-page input[type="email"], 
.woocommerce-page input[type="tel"], 
.woocommerce textarea, 
.woocommerce-page textarea, 
.woocommerce input[type="password"], 
.woocommerce-page input[type="password"] {
	font-size: 16px;
}

.woocommerce-checkout .order-details-wrapper {
	margin-top: 40px;
}

.customer_details td {
	padding: 5px 0;
}

.content .q_tabs.boxed .tabs-container {
	position: static;
}

.elp-widget .elp_textbox {
    display: inline-block;
    width: 100%;
    overflow: hidden;
    background-color: #ededed;
    color: #8d8d8d;
    margin: 0;
    padding: 0;
    border: none;
}

.elp-widget .elp_textbox input[type='text'] {
    border: none;
    height: 33px;
    line-height: 33px;
    background-color: transparent;
    color: #8d8d8d;
    border: none;
    outline: none;
    margin: 0 10px;
    width: 100%;
}

.elp-widget .elp_button {
	width: 100%;
}

.elp-widget input[type='button'] {
    color: #111;
    background-color: #fff;
    width: 100%;
    border: 2px solid #111;
    padding: 8px;
    width: 100%;
    
    font-family: 'Muli', sans-serif;
    text-transform: uppercase;
    font-style: normal;
    vertical-align: middle;
    font-weight: 800;
    font-size: 11px;
    
    -webkit-transition: color .3s ease-in-out,background-color .3s ease-in-out,border-color .3s ease-in-out;
    -moz-transition: color .3s ease-in-out,background-color .3s ease-in-out,border-color .3s ease-in-out;
    -ms-transition: color .3s ease-in-out,background-color .3s ease-in-out,border-color .3s ease-in-out;
    -o-transition: color .3s ease-in-out,background-color .3s ease-in-out,border-color .3s ease-in-out;
    transition: color .3s ease-in-out,background-color .3s ease-in-out,border-color .3s ease-in-out;
}

.elp-widget input[type='button']:hover {
    color: #fff;
    background-color: #111;
}

.archive.category .standard_title {
	height: 225px !important;
	background-color: #a5cfca;
}

.comment h4 a {
    color: #393939;
} 

@media only screen and (max-width: 1000px) {
	
	.archive.category .standard_title {
		height: 10% !important;
		background-color: #a5cfca;
	}
}
