/**
 * The WooCommerce store styles
 * 
 * @since 1.0.0
 */

/*--------------------------------------------------------------
1.0 General
--------------------------------------------------------------*/

/* Headings */

.woocommerce h2,
.woocommerce h3,
.woocommerce-page h2,
.woocommerce-page h3 {
	margin-bottom: 20px;
	color: rgb( 64, 64, 64 );
	font-family: 'museo-sans', sans-serif;
	font-size: 2.8rem;
	font-style: normal;
	font-weight: 900;
	letter-spacing: 0.5rem;
	line-height: 1;
	text-align: center;
	text-transform: uppercase;
}

.woocommerce-page h2.page-subtitle {
	margin-bottom: 0;
}

/* Tables */

.woocommerce table.shop_table {
	color: rgb( 100, 100, 100 );
	background: rgb( 255, 255, 255 );
	border: none;
	border-collapse: collapse;
	border-radius: 4px;
	box-shadow: 0 2px 3px 0 rgba( 0, 0, 0, 0.07 );
	overflow: hidden;
}
.woocommerce table.shop_table th,
.woocommerce table.shop_table td {
	padding: 16px 20px;
	font-size: 16px;
	text-align: center;
	border: none;
}
.woocommerce table.shop_table th {
	font-size: 14px;
	text-transform: uppercase;
}
.woocommerce table.shop_table td {
	font-weight: 100;
}

.woocommerce table.shop_table thead th,
.woocommerce table.shop_table thead td {
	border: none;
}
.woocommerce table.shop_table thead th {
	color: rgb( 255, 255, 255 );
	font-weight: normal;
	background: rgb( 223, 87, 58 );
	border: none;
}

.woocommerce table.shop_table tbody td {
	border-right: 1px solid rgb( 233, 233, 233 );
	border-bottom: 1px solid rgb( 233, 233, 233 );
}
.woocommerce table.shop_table tbody tr:last-child td {
	border-bottom: none;
}
.woocommerce table.shop_table tbody tr td:last-child {
	border-right: none;
}

.woocommerce table.shop_table tfoot th,
.woocommerce table.shop_table tfoot td {
	border: none;
}
.woocommerce table.shop_table tfoot tr:first-child th,
.woocommerce table.shop_table tfoot tr:first-child td {
	border-top: 1px solid rgb( 233, 233, 233 );
}
.woocommerce table.shop_table tfoot th {
	color: rgb( 200, 200, 200 );
	font-weight: normal;
	text-align: right;
	border: none;
	border-right: 1px solid rgb( 233, 233, 233 );
	background: rgb( 250, 250, 250 );
}
.woocommerce table.shop_table tfoot td {
	border-top: 1px solid rgb( 233, 233, 233 );
}

.woocommerce table.shop_table hr {
	margin: 0.5em 0;
}


.woocommerce form .form-row input.input-text, .woocommerce form .form-row textarea, .woocommerce-page form .form-row input.input-text, .woocommerce-page form .form-row textarea {
	line-height: 1.6;
}
/*--------------------------------------------------------------
2.0 Buttons
--------------------------------------------------------------*/

/* Global */

.woocommerce a.button,
.woocommerce button.button,
.woocommerce input.button,
.woocommerce #respond input#submit,
.woocommerce #content input.button,
.woocommerce-page a.button,
.woocommerce-page button.button,
.woocommerce-page input.button,
.woocommerce-page #respond input#submit,
.woocommerce-page #content input.button {
	display: inline-block;
	padding: 12px 32px;
	color: rgb( 195, 154, 100 );
	font-family: "museo-slab", serif;
	font-weight: 700;
	line-height: 1;
	text-align: center;
	text-shadow: none;
	text-transform: uppercase;
	background: none;
	border: 2px solid rgb( 195, 154, 100 );
	border-radius: 500px;
	outline: none;
	box-shadow: none;
	cursor: pointer;
}
.woocommerce a.button:hover,
.woocommerce button.button:hover,
.woocommerce input.button:hover,
.woocommerce #respond input#submit:hover,
.woocommerce #content input.button:hover,
.woocommerce-page a.button:hover,
.woocommerce-page button.button:hover,
.woocommerce-page input.button:hover,
.woocommerce-page #respond input#submit:hover,
.woocommerce-page #content input.button:hover {
	color: rgb( 255, 255, 255 );
	background: rgb( 195, 154, 100 );
}

/* Primary/Alt */

.woocommerce a.button.alt,
.woocommerce button.button.alt,
.woocommerce input.button.alt,
.woocommerce #respond input#submit.alt,
.woocommerce #content input.button.alt,
.woocommerce-page a.button.alt,
.woocommerce-page button.button.alt,
.woocommerce-page input.button.alt,
.woocommerce-page #respond input#submit.alt,
.woocommerce-page #content input.button.alt {
	padding: 14px 34px;
	color: rgb( 255, 255, 255 );
	text-shadow: none;
	background: rgb( 223, 87, 58 );
	border: none;
	box-shadow: none;
}
.woocommerce a.button.alt:hover,
.woocommerce button.button.alt:hover,
.woocommerce input.button.alt:hover,
.woocommerce #respond input#submit.alt:hover,
.woocommerce #content input.button.alt:hover,
.woocommerce-page a.button.alt:hover,
.woocommerce-page button.button.alt:hover,
.woocommerce-page input.button.alt:hover,
.woocommerce-page #respond input#submit.alt:hover,
.woocommerce-page #content input.button.alt:hover {
	text-shadow: none;
	background: rgb( 0, 146, 199 );
}

/* Min/Max */

.woocommerce .quantity .plus,
.woocommerce .quantity .minus,
.woocommerce #content .quantity .plus,
.woocommerce #content .quantity .minus,
.woocommerce-page .quantity .plus,
.woocommerce-page .quantity .minus,
.woocommerce-page #content .quantity .plus,
.woocommerce-page #content .quantity .minus {
	color: rgb( 255, 255, 255 );
	text-shadow: none;
	background: rgb( 74, 144, 226 );
	border: none;
	border-top-left-radius: 0;
	border-bottom-left-radius: 0;
	box-shadow: none;
	outline: none;
}
.woocommerce .quantity .plus:hover,
.woocommerce .quantity .minus:hover,
.woocommerce #content .quantity .plus:hover,
.woocommerce #content .quantity .minus:hover,
.woocommerce-page .quantity .plus:hover,
.woocommerce-page .quantity .minus:hover,
.woocommerce-page #content .quantity .plus:hover,
.woocommerce-page #content .quantity .minus:hover {
	background: rgb( 223, 87, 58 );
}


/*--------------------------------------------------------------
3.0 Messages
--------------------------------------------------------------*/

/* Global */

.woocommerce .woocommerce-message,
.woocommerce .woocommerce-error,
.woocommerce .woocommerce-info,
.woocommerce-page .woocommerce-message,
.woocommerce-page .woocommerce-error,
.woocommerce-page .woocommerce-info {
	font-size: 1.8rem;
	background: rgb( 255, 255, 255 );
	border-width: 2px 1px 1px;
	border-style: solid;
	border-color: rgb( 143, 174, 27 );
	box-shadow: none;
}
.woocommerce .woocommerce-message::before,
.woocommerce .woocommerce-error::before,
.woocommerce .woocommerce-info::before,
.woocommerce-page .woocommerce-message::before,
.woocommerce-page .woocommerce-error::before,
.woocommerce-page .woocommerce-info::before {
	padding-top: 0;
}

.woocommerce .woocommerce-message a,
.woocommerce .woocommerce-error a,
.woocommerce .woocommerce-info a,
.woocommerce-page .woocommerce-message a,
.woocommerce-page .woocommerce-error a,
.woocommerce-page .woocommerce-info a {
	font-weight: 100;
	background: none;
}
.woocommerce .woocommerce-message a:hover,
.woocommerce .woocommerce-error a:hover,
.woocommerce .woocommerce-info a:hover,
.woocommerce-page .woocommerce-message a:hover,
.woocommerce-page .woocommerce-error a:hover,
.woocommerce-page .woocommerce-info a:hover {
	text-decoration: underline;
	background: none;
}

/* Info */

.woocommerce .woocommerce-info,
.woocommerce-page .woocommerce-info {
	border-color: rgb( 30, 133, 190 );
}
.woocommerce .woocommerce-info a,
.woocommerce-page .woocommerce-info a {
	color: rgb( 30, 133, 190 );
}
.woocommerce-page .woocommerce-info a.button-social-login {
	color: rgb( 255, 255, 255 );
}

/* Error */

.woocommerce .woocommerce-error,
.woocommerce-page .woocommerce-error {
	border-color: rgb( 184, 28, 35 );
}
.woocommerce .woocommerce-error a,
.woocommerce-page .woocommerce-error a {
	color: rgb( 184, 28, 35 );
}


/*--------------------------------------------------------------
4.0 Archives
--------------------------------------------------------------*/

.woocommerce ul.products li.product {
	padding: 8px 8px 14px;
	background: rgb( 255, 255, 255 );
	box-shadow: 0 1px 2px 0 rgba( 0, 0, 0, 0.2 );
}
@media screen and ( min-width: 768px ) {
	
	.woocommerce ul.products {
		text-align: center;
	}
	.woocommerce ul.products li.product {
		display: inline-block;
		float: none;
		margin: 0 10px 40px;
		vertical-align: top;
	}
	
}

.woocommerce ul.products li.product a {
	display: block;
	padding: 0;
	background: none;
}

.woocommerce ul.products li.product a img {
	display: block;
	margin: 0 0 10px;
	box-shadow: none;
}
.woocommerce ul.products li.product a:hover img {
	box-shadow: none;
}

.woocommerce ul.products li.product h3 {
	margin: 0;
	padding: 0;
	color: rgb( 195, 154, 100 );
	font-family: 'museo-slab', serif;
	font-size: 2.2rem;
	font-weight: 300;
	letter-spacing: normal;
	line-height: 1.2;
	text-align: left;
	text-transform: none;
}

.woocommerce ul.products li.product p {
	margin: 10px 0;
	color: rgb( 128, 128, 128 );
	font-size: 1.6rem;
	font-weight: 100;
	line-height: 1.4;
	text-align: left;
}

.woocommerce ul.products li.product .price {
	text-align: left;
}

.woocommerce ul.products li.product .add_to_cart_button {
	position: relative;
	padding: 8px 20px;
	color: rgb( 255, 255, 255 );
	font-size: 1.2rem;
	text-align: center;
	background: rgb( 74, 144, 226 );
	border: none;
}
.woocommerce ul.products li.product .add_to_cart_button:hover {
	background: rgb( 223, 87, 58 );
}
.woocommerce ul.products li.product .add_to_cart_button.added::before {
	top: 50%;
	right: 10px;
	margin-top: -6px;
}

.woocommerce ul.products li.product .added_to_cart {
	display: block;
	margin-top: 10px;
	padding: 8px 10px;
	color: rgb( 255, 255, 255 );
	font-family: 'museo-slab', serif;
	font-size: 1.2rem;
	font-weight: 700;
	line-height: 1;
	text-align: center;
	text-transform: uppercase;
	background: rgb( 223, 87, 58 );
	border-radius: 500px;
}
.woocommerce ul.products li.product .added_to_cart:hover {
	background: rgb( 0, 146, 199 );
}


/*--------------------------------------------------------------
4.0 Single Products
--------------------------------------------------------------*/

@media screen and ( min-width: 800px ) {
	
	.single-product .product {
		padding-top: 40px;
	}
}

.single-product .product .product_title {
	color: rgb( 223, 87, 58 );
	font-family: 'adelle', sans-serif;
	font-size: 3.8rem;
	font-style: italic;
}

.woocommerce input.qty {
	height: 2.5em;
	margin-right:20px;
}

.woocommerce .summary p {
	margin-bottom: 0;
}
.woocommerce div.product form.cart .variations {
	margin-bottom: 0 !important;
}

.woocommerce .summary p {
	font-size: .8em;
}

.woocommerce div.product form.cart button.single_add_to_cart_button {
	margin-top: 25px;
	margin-bottom: -10px;
}

/* Variations */

.woocommerce div.product form.cart .variations {
	margin: 30px 0;
	font-size: 16px;
}
.woocommerce div.product form.cart .variations .label {
	width: 40%;
}
.woocommerce div.product form.cart .variations label {
	font-weight: normal;
}
.woocommerce div.product form.cart .variations .reset_variations {
	display: none;
}

.woocommerce div.product form.cart .single_variation {
	margin-bottom: 20px;
}

/* Meta */

.single-product .product .product_meta {
	font-size: 14px;
}

.single-product .product .sku_wrapper {
	display: none;
}

/* Main Content */

.single-product .product-content {
	clear: both;
}


li.additional_information_tab {
	display: none;
}

.woocommerce .woocommerce-tabs h2 {
	border-bottom: none;
	margin-top: 1.4em;
}

.woocommerce div.product .woocommerce-tabs ul.tabs {
	margin-bottom: 0;
}

/* Images */

.single-product .images img,
.single-product .product-content img:not(.nobg) {
	padding: 8px;
	background: rgb( 255, 255, 255 );
	box-shadow: 0 1px 2px 0 rgba( 0, 0, 0, 0.2 );
}


/*--------------------------------------------------------------
5.0 Cart
--------------------------------------------------------------*/

.woocommerce table.cart td.actions .coupon .input-text,
.woocommerce #content table.cart td.actions .coupon .input-text,
.woocommerce-page table.cart td.actions .coupon .input-text,
.woocommerce-page #content table.cart td.actions .coupon .input-text {
	float: none;
	width: auto;
	box-shadow: none;
	line-height: 1.6;
}

.woocommerce table.cart .product-remove a:hover {
	text-decoration: none;
}

.woocommerce table.cart .product-thumbnail {
	display: none;
}

/* Actions */

.woocommerce table.cart tr:last-child td {
	background: rgb( 250, 250, 250 );
}

/* Totals */

.woocommerce .cart-collaterals .cart_totals table th,
.woocommerce-page .cart-collaterals .cart_totals table th,
.woocommerce .cart-collaterals .cart_totals table td,
.woocommerce-page .cart-collaterals .cart_totals table td {
	width: auto;
	text-align: right;
	border-bottom: 1px solid rgb( 200, 200, 200 );
}


/*--------------------------------------------------------------
6.0 Checkout
--------------------------------------------------------------*/

/* Customer Details */

#customer_details {
	margin-bottom: 50px;
}
#customer_details .col-1,
#customer_details .col-2 {
	float: none;
	width: 100%;
}
#customer_details .col-1 {
	margin-bottom: 40px;
}

@media screen and ( min-width: 900px ) {
	
	#customer_details {
		float: left;
		width: 50%;
		padding-right: 20px;
	}
}

/* Review */

@media screen and ( min-width: 900px ) {
	
	#order_review_heading {
		float: right;
		width: 50%;
		padding-left: 20px;
		clear: right;
	}
	#order_review {
		float: right;
		width: 50%;
		padding-left: 20px;
	}
	
}

/* Payment */

.woocommerce #payment,
.woocommerce-page #payment {
	background: rgb( 255, 255, 255 );
	border-radius: 4px;
	box-shadow: 0 2px 3px 0 rgba( 0, 0, 0, 0.07 );
}
.woocommerce #payment ul.payment_methods,
.woocommerce-page #payment ul.payment_methods {
	border: none;
}
.woocommerce-page #payment ul.payment_methods li {
	font-weight: 100;
}
.woocommerce-checkout #payment div.payment_box {
	background: rgb( 240, 240, 240 );
	border-radius: 4px;
}
.woocommerce-checkout #payment div.payment_box p {
	margin-bottom: 0;
}
.woocommerce-checkout #payment div.payment_box::after {
	top: 2px;
	border-bottom-color: rgb( 240, 240, 240 );
}

.woocommerce #payment div.form-row.place-order,
.woocommerce-page #payment div.form-row.place-order {
	margin: 0;
	background: rgb( 250, 250, 250 );
	border-top: 1px solid rgb( 233, 233, 233 );
}

.woocommerce #payment .terms,
.woocommerce-page #payment .terms {
	margin: 0;
	padding: 0;
	text-align: left;
}

@media screen and ( min-width: 900px ) {
	
	.woocommerce #payment #place_order, .woocommerce-page #payment #place_order {
		display: block;
		float: none;
		margin: 0 auto 20px;
	}
	
	.woocommerce #payment .terms,
	.woocommerce-page #payment .terms {
		font-size: 14px;
		text-align: center;
	}
}


/*--------------------------------------------------------------
6.0 Order Thanks
--------------------------------------------------------------*/

.order-thanks {
	margin-bottom: 15px;
	color: rgb( 223, 87, 58 );
	font-family: 'adelle', sans-serif;
	font-size: 3.2rem;
	font-style: italic;
}


/*--------------------------------------------------------------
6.0 My Account
--------------------------------------------------------------*/

.woocommerce-account .page-content h2 {
	margin: 0 0 40px;
	text-align: center;
}

/* Tabs */

.my-account-tabs {
	margin: 0 0 40px;
	padding: 0;
	list-style: none;
	text-align: center;
}
.my-account-tabs a {
	display: block;
	padding: 12px 10px;
	color: rgb( 64, 64, 64 );
	font-size: 1.8rem;
	line-height: 1;
	border-bottom: 1px solid rgba( 0, 0, 0, 0.08 );
}
.my-account-tabs a:hover,
.my-account-tabs li.active a {
	color: rgb( 255, 255, 255 );
	text-decoration: none;
	background: rgb( 0, 146, 199 );
	border-bottom-color: rgb( 0, 146, 199 );
	border-radius: 4px;
}

@media screen and ( min-width: 600px ) {
	
	.my-account-tabs li {
		display: inline-block;
		margin: 0 10px;
	}
	.my-account-tabs a {
		border-bottom: none;
	}
}

.woocommerce form.checkout_coupon,
.woocommerce form.login,
.woocommerce form.register {
	background: rgb( 255, 255, 255 );
	border: none;
	border-radius: 4px;
	box-shadow: 0 2px 3px 0 rgba( 0, 0, 0, 0.07 );
}
