/*
 Theme Name:   Woodmart Child
 Description:  Woodmart Child Theme
 Author:       XTemos
 Author URI:   http://xtemos.com
 Template:     woodmart
 Version:      1.0.0
 Text Domain:  woodmart
 
 me : #fae9cf
 
 creme : #e4d4c7

.whb-column.whb-col-center.whb-visible-lg {
	background-color: #e4d4c7;
	width: 500px;	
}


.site-logo {
	text-align: center;
	margin: 0 auto;
	background-color: #fce9c9;
	width: 400px;
	border-radius: 6px;
	border: 1px solid #e7c5a8;
}
*/

.woodmart-hover-icons .woodmart-buttons {
	border-radius: 50px;
}

.top-bar-center-css {
	font-weight: 500;
	font-size: 16px;
}

/*
.whb-col-center .woodmart-logo img {
	border-radius: 6px;
	border: 2px solid #e7c5a8;
	padding: 0px !important;
	box-shadow: 0px 0px 30px rgba(218, 198, 178, 0.8);
}
*/

.product-summary-shadow .summary-inner {
	background-color: #f9f9f9;
	border: 1px solid #ebebeb;
}

.woodmart-before-product-tabs {
	border-top: 1px solid #ebebeb;
	border-bottom: 1px solid #ebebeb;
}

.product-grid-item .hover-img img, .product-grid-item .product-image-link img, .product-grid-item .hover-img a, .product-grid-item .product-image-link a, .product-images img {
	border-radius: 4px;
	border: 1px solid rgba(209, 181, 140, 0.75);
}

.whb-top-bar .whb-text-element {
	font-size: 16px;
	line-height: 1.2;
}

.slider-title {
	text-align: center;
	text-transform: capitalize;
}

.navigation-style-default .menu-simple-dropdown .color-scheme-dark li a, .item-event-hover:hover>.sub-menu-dropdown {
	font-weight: 600;
	color: #2c2c2c;
}

@media (min-width: 1025px) {
	.whb-general-header .woodmart-logo img {
		max-height: 180px !important;
	}
	
	.min-footer .col-left {
		flex: 1 0 66%;
		max-width: 66%;
	}
	.min-footer .col-right {
		flex: 1 0 33%;
		max-width: 33%;
	}

	/*
		.whb-sticked .whb-general-header .woodmart-logo img {
		margin-top: 50px;
	}
	*/
}

input[type=text], input[type=email], input[type=password], input[type=search], input[type=number], input[type=url], input[type=tel], input[type=date], select, textarea, .checkout-order-review {
	background-color: #fff;
}

.cart_totals, .cart-table-section {
	padding: 15px;
	box-shadow: 0 0 5px rgba(0,0,0,.1);
	background-color: #fff;
}

.cart-totals-inner {
	border: none;
}

.woocommerce-pagination li .page-numbers {
	background-color: #e4d4c7;
	border-radius: 3px;
}

.whb-top-bar .whb-text-element {
	color: #3f3f3f;
}

footer {
	border-top: 4px solid #c7aa92;
}
/*
.product-summary-shadow .summary-inner {
	border: 1px solid #efefef;
	background-color: #f9f9f9;
}
*/

.labels-rounded .product-label {
	padding: 8px 12px;
	min-height: 30px;
	font-size: 14px;
	font-weight: 400;
}

.product-label, .product-label.out-of-stock, .product-label.new {
	color: #222;
	border: 2px solid #a79485;
	background-color: #e4d4c7;
}

/*
.product-label.onsale {
	color: #222;
	border: 2px solid #aaa;
	background-color: #fff;
}
*/

.labels-rounded .out-of-stock {
	max-width: 100px;
}