/*
Theme Name: Dustbowl Brewing Company

WooCommerce styles override
*/
/**
 * WooCommerce color variables
 */
/**
 * Imports
 */
/**
 * Shop tables
 */
/**
 * Shop tables
 */


/*------------------------------------------------------------------
[24. E-Commerce]
*/

/* Common */
.shop .product-price ins{
	text-decoration: none;
}
.shop .product-price del{
	opacity: 0.6;
}
.product span.onsale,
.product span.outofstock{
	width: auto;
	height: auto;
	padding: 0.3rem 0.8rem !important;
	background-color: #666;
	color: #fff;
	text-align: center;
	font-size: 1.2rem !important;
	line-height: 1.8 !important;
	text-transform: uppercase;
	position: absolute;
	top: 1rem;
	left: 1rem;
	z-index: 100;
}
.shop .cart-overview .checkout [class*="icon-"]{
	margin-right: 0.2rem;
}
.shop .star-rating [class*="icon-"]{
	margin: 0;
}
.shop .cart-overview a.product-remove,
.shop .cart-overview .product-remove a{
	width: 1.6rem;
	height: 1.6rem;
	margin: 0;
	background-color: #eee;
	border-radius: 50%;
	font-size: 0.9rem;
	line-height: 1.7rem;
	text-align: center;
	color: #666;
}
.shop .quantity{
	max-width: 8rem;
}
.shop .cart-overview td,
.shop .cart-totals th,
.widget .cart-subtotal,
.single-product .review-comments{
	border-left: none;
	border-bottom: 1px solid #eee;
}
.shop .cart-overview .table,
.shop .cart-overview .table > thead{
	border-left: none;
	border-right: none;
}
.shop .cart-overview .table,
.shop .cart-overview .table > thead th{
	border-top: none;
	border-left: none;
}
.shop .cart-totals td{
	text-align: right;
}
.shop .cart-subtotal th{
	font-weight: 400;
}
.shop .cart-order-total{
	font-weight: 700;
}
.shop .grid-filter-options-inner{
	padding-top: 2rem;
	border-top: 1px solid #eee;
	border-bottom: 1px solid #eee;
}
.shop .grid-filter-options-inner .form-element{
	margin-bottom: 2rem;
}
@media only screen and (min-width: 1140px) {
	.shop .table .product-details > *{
		width: 100%;
		display: flex;
		align-items: center;
	}
}
.shop .table .product-details img{
	margin-right: 1.5rem;
}
@media only screen and (max-width: 1140px) {
	.shop .table .product-details img{
		margin-bottom: 1rem;
	}
}
.shop .table .product-thumbnail span > *,
.shop .table .product-details span > *{
	display: block;
}

/* Product Grid - reusable throughout */
.shop .products .product .product-details{
	margin-top: 2rem;
}
.shop .products .product .product-title{
	font-size: 1.4rem;
	margin-bottom: 0.5rem;
}
.shop .products .product .product-thumbnail .product-title{
	display: block;
	margin-bottom: 1rem;
}
.shop .products .product .product-description{
	margin-bottom: 1rem;
}
.shop .products .product .product-price{
	font-size: 1.2rem;
}
.shop .products .product .product-thumbnail .product-price{
	font-weight: 400;
}
.shop .products .product .product-price ins,
.shop .products .product .product-price del{
	padding: 0 0.3rem;
}
.shop .products .product .button{
	margin-bottom: 0;
}
.shop .products .product-result-count{
	float: left;
}
.shop .products .product .product-thumbnail .product-actions{
	width: 100%;
	position: absolute;
	bottom: 0;
	z-index: 101;
	-webkit-transition-property: transform;
	        transition-property: transform;
	-webkit-transition-duration: 200ms;
	        transition-duration: 200ms;
	-webkit-transform: translateY(4rem);
            transform: translateY(4rem);
}
.shop .products .product .product-thumbnail:hover .product-actions{
	-webkit-transform: translateY(0);
			transform: translateY(0);
}
.shop .products .product .product-thumbnail .product-actions .add-to-cart-button{
	width: 100%;
	text-align: center;
}

/* Mobile */
.mobile.shop .products .product .product-thumbnail .product-actions,
.shop .products .product .product-actions-mobile{
	display: none;
}
.mobile.shop .products .product .product-actions-mobile{
	margin-top: 1rem;
	display: block;
}

/* Widgets */
.widget .product-list li{
	padding-top: 1.3rem;
	padding-bottom: 1.5rem;
}
.widget .product-list li a{
	display: block;
}
.widget .product-list .cart-item{
	position: relative;
}
.widget .cart-item .product-title{
	padding-right: 5rem;
}
.widget .product-list .product-thumbnail{
	width: 5rem;
	float: right;
}
.widget .product-list .product-price{
	font-size: 1.1rem;
}
.widget .product-list .product-title{
	margin-bottom: 0.4rem;
	display: block;
}
.widget .product-list .product-price del{
	padding-right: 0.6rem;
}
.widget .product-list .star-rating{
	display: block;
	line-height: 1;
}
.widget .cart-overview a.product-remove{
	margin: 0.3rem 0.8rem 0 0;
	color: inherit;
	display: inline;
	float: left;
}
.widget .cart-subtotal{
	padding-top: 1rem;
	padding-bottom: 1rem;
	font-weight: 700;
}
.widget .cart-subtotal .amount{
	float: right;
}
.widget .product-list .cart-actions a{
	display: inline-block;
}
.widget .product-list .cart-actions .checkout{
	float: right;
}
.widget .product-tag-cloud a{
	padding: 0.4rem 0.8rem;
	margin: 0 0.5rem 1rem 0;
	display: inline-block;
	border: 1px solid #eee;
	font-size: 1rem;
	text-transform: uppercase;
}

/* Product Single */
.single-product .product-images .product-thumbnails .grid{
	min-height: 0;
	margin-bottom: 0;
}
.single-product .product-images .product-thumbnails .grid-item{
	width: 25%;
}
.single-product .product-summary .product-price ins,
.single-product .product-summary .product-price del{
	display: inline;
	font-size: 2rem;
	line-height: 1;
}
.single-product .product-summary .product-price del{
	padding-right: 1rem;
}
.single-product .product-summary .product-price{
	margin-bottom: 2rem;
}
.single-product .product-summary .product-rating{
	font-size: 1.2rem;
	float: right;
}
.single-product .product-summary .quantity{
	margin-right: 1rem;
}
.single-product .product-summary .quantity,
.single-product .product-summary .add-to-cart-button{
	float: left;
}
.single-product .product-summary .product-meta > span{
	display: table;
	table-layout: fixed;
}
.single-product .product-summary .product-addtional-info li:first-child a{
	border-top: 1px solid #eee;
}

/* Reviews */
.single-product .review-comments{
	margin-bottom: 3rem;
	padding-bottom: 3rem;
}
.single-product .review-comments .comments-title{
	margin-bottom: 3rem;
}
.single-product .review-comments .comment-list,
.single-product .review-comments .comment + ul{
	margin-left: 0;
	list-style: none;
}
.single-product .review-comments .comment-list > li{
	margin-bottom: 4rem;
}
.single-product .review-comments .comment-list > li:last-child{
	margin-bottom: 0;
}
.single-product .review-comments .user-avatar{
	max-width: 7rem;
	float: left;
}
.single-product .review-comments .user-avatar img{
	border-radius: 50%;
}
.single-product .review-comments .comment-content{
	margin-left: 10rem;
}
.single-product .review-comments .name{
	font-size: 1.6rem;
	margin-bottom: 0.6rem;
}
.single-product .review-comments .comment-meta{
	width: 100%;
	margin-bottom: 2rem;
	line-height: 1;
}
.single-product .review-comments .comment-meta{
	margin: 0 0 2rem 0;
	display: inline-block;
	font-size: 1.1rem;
	letter-spacing: 0.1rem;
	font-weight: 700;
}
.single-product .review-comments .comment-meta span{
	margin: 0;
}
.single-product .review-comments .review-star-rating{
	float: right;
}
.single-product .review-comments .comment-meta a:first-child{
	margin-left: 0;
}

/* Cart Dropdown Overview */
.nav-block .cart-indication .badge{
	width: 1.6rem;
	height: 1.6rem;
	border-radius: 50%;
	font-size: 0.9rem;
	line-height: 1.6rem;
	letter-spacing: 0;
	text-align: center;
	background: #232323;
	color: #fff;
	position: absolute;
}
.nav-block .cart-overview .cart-item{
	padding: 1rem 0;
	text-align: left;
	border: none;
}
.nav-block .cart-overview .cart-item a,
.nav-block .cart-overview .cart-actions a{
	letter-spacing: 0;
}
.nav-block .cart-overview .cart-item:before,
.nav-block .cart-overview .cart-item:after,
.nav-block .cart-overview .cart-actions:before,
.nav-block .cart-overview .cart-actions:after{
	height: 0;
	content: ".";
	display: block;
	overflow: hidden;
}
.nav-block .cart-overview .cart-item:after,
.nav-block .cart-overview .cart-actions:after{
	clear: both;
}
.nav-block .cart-overview li:first-child{
	padding-top: 0;
}
.nav-block .cart-overview .product-thumbnail{
	width: 5rem;
	margin-right: 1.3em;
	float: left;
}
.nav-block .cart-overview .product-details{
	position: relative;
	display: block;
	overflow: auto;
}
.nav-block .cart-overview .product-title{
	padding-right: 1.5rem;
	display: block;
	background: none;
	font-size: 1.2rem;
	line-height: 1;
	font-weight: 400;
}
.nav-block .cart-overview .product-quantity,
.nav-block .cart-overview .product-price,
.nav-block .cart-overview .product-variation{
	font-size: 1.1rem;
}
.nav-block .cart-overview .product-variation{
	margin-top: 0.8rem;
	opacity: 0.7;
	font-style: italic;
	display: block;
}
.nav-block .cart-overview a.product-remove{
	position: absolute;
	top: 0;
	right: 0;
}
.nav-block .cart-overview .cart-subtotal{
	padding: 1rem 0;
	color: #fff;
	font-size: 1.2rem;
	font-weight: 700;
	text-align: left;
	text-transform: uppercase;
}
.nav-block .cart-overview .cart-subtotal > a:hover{
	background: none;
}
.nav-block .cart-overview .cart-subtotal .amount{
	float: right;
}
.nav-block .cart-overview .cart-actions{
	padding-top: 2rem;
	border-top: 1px solid #444;
}
.nav-block .cart-overview .view-cart,
.nav-block .cart-overview .checkout{
	display: inline-block;
	float: left;
}
.nav-block .cart-overview .view-cart:not(.button),
.nav-block .cart-overview .checkout:not(.button){
	padding: 0;
	background: none;
}
.nav-block .cart-overview .checkout{
	float: right;
}

/* Cart Overview */
.cart .cart-overview .product-thumbnail a{
	width: 8rem;
	display: block;
}
.cart .cart-overview .form-element{
	margin-bottom: 0;
}
.cart .cart-overview .cart-actions td{
	padding: 3rem 0 0 0;
}
.cart .cart-overview .cart-coupon-form .form-element{
	max-width: 17rem;
}
.cart .cart-overview .cart-coupon-form,
.cart .cart-overview .cart-coupon-form .form-element{
	float: left;
}
.cart .cart-overview .update-cart{
	float: right;
}
@media only screen and (max-width: 600px) {
	.cart .cart-overview .cart-coupon-form .form-element{
		margin-bottom: 1rem;
	}
	.cart .cart-overview .product-quantity input{
		padding-left: 1rem;
		padding-right: 1rem;
	}
	.shop .cart-overview .product-thumbnail{
		display: none;
	}
}
@media only screen and (max-width: 480px) {
	.shop .cart-overview .product-quantity{
		display: none;
	}
}

/* Checkout */
.checkout .checkout-payment p{
	font-size: 1.2rem;
	font-style: italic;
	margin-bottom: 0;
}
