/*
 Theme Name:     Customizr Child
 Theme URI:      http://mysite.com/
 Description:    T-Bone gourmet child theme for Customizr
 Author:         Angela Reyes, Claudio Alvarez
 Author URI:     http://mysite.com/
 Template:       customizr
 Version:        1.0.0
*/

/* Logo */
.branding.align-items-center.flex-column {
	padding:0;
}
.navbar-brand-sitelogo > img {
	max-height: 120px !important;
}
/* END Logo */

/* Header */
.tc-header, #tc-sn .tc-sn-inner, .dropdown-menu, .dropdown-item:active, .dropdown-item:focus, .dropdown-item:hover{
	background: rgb(49,49,49);
	background: linear-gradient(0deg, rgba(49,49,49,1) 0%, rgba(27,27,27,1) 100%);
}
/* END Header */

/* Main Slider */
#customizr-slider-main_slider {
	margin-top: 2rem;
}
/* END Main Slider */

/* Titles */
h1, h2, h3 {
	margin-top: 1em;
	margin-bottom: 0.8em;
}
/* END Titles*/

/* Search button */
.woocommerce-product-search #woocommerce-product-search-field-0.search-field {
	width: 100%;
}
#woocommerce_product_search-2 > form > button {
	margin-top: 0.6em;
	width: 100%;
}
/* END Search button */

/* Forms */
.woocommerce-shipping-fields h3 {
    font-size: 1.1em;
}
.woocommerce-billing-fields  h3 {
    font-size: 1.1em;
}
.sa_hover_container h1
{
	font-size: 2.2em;
	text-shadow: 2px 6px 6px rgba(0,0,0,0.5), 0px -5px 35px rgba(255,255,255,0.3);
}
#add_payment_method .cart-collaterals .cart_totals table td, #add_payment_method .cart-collaterals .cart_totals table th, .woocommerce table.shop_table td, .woocommerce table.shop_table th, .woocommerce-cart .cart-collaterals .cart_totals table td, .woocommerce-cart .cart-collaterals .cart_totals table th, .woocommerce-checkout .cart-collaterals .cart_totals table td, .woocommerce-checkout .cart-collaterals .cart_totals table th, table:not([id^=wp-calendar]):not(.ui-datepicker-calendar):not(.tribe-mini-calendar):not(.pika-table) td, table:not([id^=wp-calendar]):not(.ui-datepicker-calendar):not(.tribe-mini-calendar):not(.pika-table) th {
	font-family: "Source Sans Pro", Arial, sans-serif;
	padding: 0.5em;
	letter-spacing: normal;
}
table.woocommerce-cart-form__contents tbody td.product-thumbnail{
	text-align: center;
}
table.woocommerce-cart-form__contents tbody td.product-subtotal,
table.woocommerce-cart-form__contents tbody td.product-price{
	text-align: right;
}
table.woocommerce-cart-form__contents tbody td.product-quantity .quantity{
	text-align: center;
}
.woocommerce .quantity .qty {
	display: inline-block;
}
table.woocommerce-cart-form__contents thead{
	background-color: #eaeaea;
}
table.woocommerce-cart-form__contents thead th{
	text-align: center;
}
.woocommerce-cart .cart-collaterals .cart_totals table tr th{
	background-color: #eaeaea;
}
.cart_totals h2{
	font-size: 1.6em;
}
td[data-title="Subtotal"],
td[data-title="Total"]{
	text-align: right;
}
.woocommerce ul#shipping_method li {
	padding: 0;
	text-align: right;
}
.woocommerce ul#shipping_method li label {
	letter-spacing: normal;
	font-family: "Source Sans Pro", Arial, sans-serif;
	font-weight: normal;
	font-size: inherit;
	color: inherit;
}
.woocommerce p.woocommerce-shipping-destination {
	text-align: right;
}
.woocommerce form .form-row label {
  letter-spacing: normal;
}
input, select, textarea {
	padding: 0.5rem;
}
.woocommerce-billing-fields h3{
	font-size: 1.4em;
	margin: 0.4em 0;
}
.woocommerce form #customer_details h3 {
    margin-bottom: 0.4em;
}
.shop_table.woocommerce-checkout-review-order-table thead{
	background-color: #eaeaea;
}
.woocommerce-checkout .checkout h3#ship-to-different-address {
	margin-top: 1.2em;
}
/* END Forms */

/* My account links */
nav.woocommerce-MyAccount-navigation > ul {
    width: 220px;
    list-style: none;
    padding: 0;
}
nav.woocommerce-MyAccount-navigation > ul > li {
    padding: 0px;
    margin-top: 0px;
    margin-bottom: 5px;
    border: 2px solid #444;
    transition: background-color 0.5s ease;
}
nav.woocommerce-MyAccount-navigation > ul > li:hover {
    background-color: #e20000;
    border: 2px solid #000;
}
nav.woocommerce-MyAccount-navigation > ul > li > a {
    color: #444;
    padding: 0.4rem;
    padding-left: 1rem;
    display: block;
    text-decoration: none;
}
nav.woocommerce-MyAccount-navigation > ul > li > a:hover {
    color: #fff;
}
/* END My account links */

/* Login */
#customer_login div.u-column1.col-1 {
    padding-left: 0;
    padding-right: 0;
}
#customer_login div.u-column2.col-2 {
    padding-left: 0;
    padding-right: 0;
}
#customer_login h2 {
    font-size: 1.6em;
    margin-top: 0;
    margin-bottom: 0.5em;
}
#customer_login .woocommerce-form.woocommerce-form-login.login {
    margin: 1em 0;
}
#customer_login .woocommerce-form.woocommerce-form-register.register {
    margin: 1em 0;
}
.woocommerce form .form-row label {
    line-height: 1.2;
}
.woocommerce-button.button.woocommerce-form-login__submit,
.woocommerce-button.button.woocommerce-form-register__submit {
    font-size: 0.8em !important;
}
.woocommerce-privacy-policy-text {
    font-size: 0.8em;
    line-height: 1.3;
}

.woosticker.custom_sticker_text {
	font-size: 14px;
    min-width: 49px !important;
    min-height: 49px !important;
    line-height: 49px !important;
    padding: 6px;
    top: -20px;
    right: -20px;
}
/* END Login*/