/*
Theme Name: Child Theme
Version: 1.0
Description: Child theme for Astra.
Author: Woo
Author URI: https://woocommerce.com
Template: astra
*/
.slogan { margin-bottom: 40px; }
.slogan h2 { color: #995d08; text-align: center; }
.slogan h3 { color: #373736; text-align: center; }
.slogan h2 { font-size: 30px; margin-bottom: 0px; margin-top: 35px; letter-spacing: -0.9px; }
.slogan h3 { font-size: 18px; margin: 15px 0px 0px 0px; }
.slogan h3 span { color: #848484; }

.slogan .border { width:570px; height:2px; padding: 0px; margin: 0px auto; }
.slogan .border.margin-top { margin-top: 20px; }

.border { border: 1px solid #e0dfdf; height: 1px; padding-bottom: 2px; border-width: 0 0 1px 0 }
.borderstrong { border-width: 0 0 4px 0 !important; }
.borderpadding { margin-bottom: 3px }


/* === CART - SEARCH === */
#header-cart-search { float: right; padding: 10px 0 0 10px; min-width:326px; }
#header-cart-search .cart-items, #header-cart-search .cart-subtotal {
	border: 1px solid #e0dfdf;
	padding: 14px 10px 7px 10px;
	float: left;
	font-family:'Oswald', sans-serif;
	font-size:30px;
	color:#373736;
	font-weight: bold;
	text-transform: uppercase;
}
#header-cart-search .cart-items-icon { background: url('woocommerce/images/header-cart.png') 7px 7px no-repeat; padding-left: 69px }
#header-cart-search .cart-items span { display: block; float: left; padding-bottom: 7px }
#header-cart-search .cart-items .cart-items-label { font-size: 14px; font-weight: normal; padding-left: 10px }

#header-cart-search .cart-subtotal {
	margin-left: -1px;
	padding-bottom: 2px;
}
#header-cart-search .cart-subtotal span { display: block; float: left; padding-bottom: 7px }
#header-cart-search .cart-subtotal .cart-subtotal-decimal,
#header-cart-search .cart-subtotal .cart-subtotal-currency {
	font-size: 14px;
	padding-left: 5px;
}
#header-cart-search .cart-subtotal .cart-subtotal-decimal { padding-left: 1px; margin-top: -8px; }
#header-cart-search .cart-subtotal .cart-subtotal-currency { font-size: 15px; margin-top: 5px; font-weight: normal }

#header-cart-search .widget_shopping_cart { float: left; margin-left: -1px }
#header-cart-search .widget_shopping_cart .widgettitle { display: none }

#header-cart-search form, #header-cart-search #search_mini { margin: 0; }
#header-cart-search #search_mini {
	font-family: 'Oswald', sans-serif;
	font-size: 18px;
	text-transform: uppercase;
	width: 100%;
	margin-top: 12px;
	padding: 12px 45px 11px 13px;
	background: url('woocommerce/images/header-search-mini.png') no-repeat right center;
	-moz-border-radius: 0;
	-webkit-border-radius: 0;
	border-radius: 0;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    line-height: 50px;
    height: 50px;
}
::-webkit-input-placeholder { color: #939292 !important; }
:-moz-placeholder, ::-moz-placeholder { color: #939292 !important; }
:-ms-input-placeholder { color: #939292 !important; }

#header-cart-search .border { height:auto; padding:0; border:0; background:none; }

/* === LOGO */
#logo-headersidebar-container { position:relative; min-height: 125px }
#logo {
    text-transform: uppercase;
    padding:10px 0 5px 0;
    width: 257px;
    margin-left: 18px;
    margin-top: 5px;
    float: left;
}
.align-left #logo{ text-align:left; }
.align-right #logo{ text-align:right; }

#logo #textual { display: inline-block; margin-top: 20px; margin-bottom: 12px; line-height: 1em; }

#header #tagline { margin: 0 0 0 0; text-transform: none; font-size: 15px;  }
#header #tagline.multiline { margin-top: 10px }

#header #logo #tagline span { color: #E5F99A }
#header #logo #textual, #header #logo #textual span { font-size: 40px; }

