.theme-woo-breadcrumb{
	font-size: 16px;
}
/* Mini cart */
.toggle-cart-header.screen{
	display: inline-block;
	background: rgba(135,16,20);
	text-decoration: none;
	color: white !important;
	-webkit-transition: all .3s;
	transition: all .3s;
	padding: 4px 12px 6px 12px;
	position: relative;
	margin: 3px;
	font-size: 24px;
}
.toggle-cart-header:hover{
	background: rgba(172,56,77);
}
.toggle-cart-header.mobile{
	background: none;
	display: none;
	color: white;
	text-decoration: none;
	position: relative;
	top: 8px;
	left: 12px;
	font-size: 20px;
}
.toggle-cart-header.mobile .cart-header-count{
	font-size: 16px;
}
.toggle-cart-header .cart-header-count{
	font-size: 18px;
}
/* Archive  */
.woo-archive-wrap{
	display: flex;
	flex-direction: row;
	padding-left: 20px;
	margin-top: 40px;
}
.woo-archive-sidebar{
	flex-basis: 20%;
	margin-right: 20px;
	margin-left: 20px;
	color: #666;
}
.woo-archive-content{
	flex-basis: 80%;
}
.woo-archive-sidebar ul{
	margin: 0;
	padding: 0;
	list-style: none;
}
.woo-archive-sidebar ul li{
	/*margin: 5px 0;*/
	padding: 5px 0;
	/*border-bottom: 1px dotted #ccc;*/
}
.woo-archive-sidebar a{
	display: inline-block;
	color: #666;
	text-decoration: none;
	position: relative;
}
.woo-archive-sidebar a:hover{
	color: #871014;
}
.woo-archive-sidebar a:after{
	display: inline-block;
	content: '';
	position: absolute;
	width: 0;
	height: 1px;
	left: 0;
	bottom: 0;
	background: #871014;
	transition: all .2s;
}
.woo-archive-sidebar .wc-block-checkbox-list li{
	margin: 0;
	padding: 0;
	border-bottom: none;
}
.woo-archive-sidebar a:hover:after{
	width: 100%;
}
.woo-before-archive-loop{
	display: flex;
	flex-direction: column;
	justify-content: space-between;
}
.widget-woo-archive-before *{
	display: inline-block;
	align-items: center;
	margin: 5px;
	padding: 5px;
}
.woo-before-archive-loop-ordering{
	display: flex;
	justify-content: space-between;
	flex-direction: row;
}
.woo-before-archive-loop .woocommerce-ordering{
	align-self: flex-end;
}
.woo-before-archive-loop .woocommerce-ordering select{
	border: 1px solid #deba5b;
	background: white;
	padding: 5px 0 5px 7px;
	cursor: pointer;
}
.added_to_cart.wc-forward{
    display: none !important;
}
.add_to_cart_button{
	background: #deba5b !important;
	color: white !important;
	border-radius: 0 !important;
	transition: all .4s;
	padding: .618em 1em;
}
.add_to_cart_button:hover{
	background: #871014 !important;
}
/* Catalog */
.catalog-prod-img{
   overflow: hidden;
   position: relative;
}
.catalog-prod-img .catalog-prod-img-item{
    position: relative;
    z-index: 9;
    transition: all .2s;
    margin: 0 !important;
}
.catalog-prod-img .catalog-prod-img-item-2{
    position: absolute;
    z-index: 1;
    top: 0;
    left: 0;
    transition: all .4s;
    transition-timing-function: cubic-bezier(.74,.19,1,1.01);
}
.catalog-prod-img:hover .catalog-prod-img-item{
    opacity: 0;

}
.catalog-prod-img:hover .catalog-prod-img-item-2{
    transform: scale(1.2);
}
/* wishlist */
.catalog-prod-img .tinv-wraper{
    position: absolute;
    top: -12px;
    right: 0px;
    z-index: 9;
}
.catalog-prod-img .tinv-wraper .tinvwl_add_to_wishlist_button{
    color: white !important;
    padding: 6px;
}
.catalog-prod-img .tinv-wraper .tinvwl_add_to_wishlist_button:before{
    font-size: 32px !important;
}
.catalog-prod-img .tinv-wraper .tinvwl_add_to_wishlist-text,
.catalog-prod-img .tinv-wraper .tinvwl_remove_from_wishlist-text{
    display: none !important;
}
/**/
.woocommerce-loop-product__title{
	font-size: 18px !important;
	color: rgb(135, 16, 20);
	font-family: "Lora", serif;
	font-weight: normal !important;
	padding: 10px 0 3px 0 !important;
	transition: color .3s;
}
.catalog-cat-prod{
	color: #999;
	padding-bottom: 10px;
}
.catalog-cat-prod a{
	color: #999;
	transition: color .3s;
	font-size: 15px;
}
.catalog-cat-prod a:hover{
	color: #666;
}
.woocommerce-loop-product__title:hover{
	color: #deba5b;
}
.products .product{
	text-align: center;
}
.products .product .woocommerce-Price-amount{
	font-size: 18px;
	color: black;
}
#woo-archive-sidebar-toggled{
	display: none;
	color: black;
	text-decoration: none;
}
.woo-sidebar-closed{
	display: none;
	font-size: 22px;
	padding: 3px;
	float: right;
	width: 30px;
	text-align: center;
	cursor: pointer;
}
/* - + */
.quantity{
	display: flex;
	margin-right: 10px !important;
}
.quantity .button{
	background: #f5f5f5 !important;
	padding: 10px !important;
	border-radius: 0 !important;
}
.quantity .button:hover{
	background: #ccc !important;
}
.quantity .qty{
	width: 2.6em !important;
}
/* Checkout */
.erzia-checkout-wrap{
	display: flex;
	flex-direction: row;
}
.erzia-checkout-wrap-item{
	flex-basis: 50%;
}
.erzia-checkout-wrap-item.checkout-wrap-item-right{
	padding-left: 30px;
}
/* Checkout */
form.woocommerce-checkout .woocommerce-shipping-totals{
	display: flex;
	flex-direction: column;

}
form.woocommerce-checkout .woocommerce-shipping-totals td{
	border-top: none !important;
}
form.woocommerce-checkout .woocommerce-shipping-totals .woocommerce-shipping-methods label{
	cursor: pointer;
	font-weight: normal !important;
}
form.woocommerce-checkout .woocommerce-shipping-totals .woocommerce-shipping-methods li{
	display: flex;
	flex-direction: row;
	align-items: center;
}
form.woocommerce-checkout .woocommerce-shipping-methods li .shipping_method_description{
	margin-left: 10px;
}
.woocommerce-thankyou-order-text{
	padding: 10px 20px;
	border: 1px solid #d2ab4c;
}
.woocommerce-order-overview.woocommerce-thankyou-order-details.order_details{
	display: flex;
	flex-direction: row;
	justify-content: space-around;
	border: 1px solid #d2ab4c;
	padding-left: 0;
}
.woocommerce-order-overview.woocommerce-thankyou-order-details.order_details li{
	float: none;
	padding: 15px 20px;
	margin: 0;
	border: none;
}
.woocommerce-order-overview.woocommerce-thankyou-order-details.order_details li:nth-child(even){
	background: #f5f5f5;
}
.woocommerce-order-overview.woocommerce-thankyou-order-details.order_details:before,
.woocommerce-order-overview.woocommerce-thankyou-order-details.order_details:after{
	display: none;
}
/* Media */
@media screen and (max-width: 992px){
	#woo-archive-sidebar-toggled{
		display: inline-block;
	}
	.woo-sidebar-closed{
		display: block;
	}
	.woo-archive-wrap{
		margin-top: 20px;
	}
	.woo-archive-sidebar{
		position: fixed;
		display: block;
		width: 100%;
		left: -100%;
		top: 0;
		background: white;
		max-width: 250px;
		z-index: 99;
		height: 100%;
		margin: 0;
		padding: 20px;
		transition: all .3s;
		overflow-y: auto;
		border-right: 1px solid #deba5b;
	}
	.woo-archive-sidebar.toggled{
		left: 0;
	}
	.woo-archive-content{
		flex-basis: 100%;
		padding-right: 20px;
	}
}
@media screen and (max-width: 840px){
	.woocommerce-order-overview.woocommerce-thankyou-order-details.order_details{
		flex-direction: column;
	}
}
@media screen and (max-width: 576px){
	.woocommerce .quantity .qty{
		width: 2.6em !important;
	}
	/* Checkout */
	.erzia-checkout-wrap{
		flex-direction: column;
	}
	.erzia-checkout-wrap-item{
		flex-basis: 100%;
	}
	.erzia-checkout-wrap-item.checkout-wrap-item-right{
		padding-left: 0;
	}
}