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


/* Header */

.site-logo {
	margin: 0 auto;
}

#menu-meniu-principal {
	display: flex !important;
	justify-content: space-between !important;
}

/* Product archives */

.wd-hover-with-fade .product-wrapper {
	z-index: 20;
	transform: none !important;
}

.wd-hover-with-fade .content-product-imagin {
	visibility: hidden !important;
	opacity: 0 !important;
	transition: none !important;
	transform: none !important;
}

/* Single product */

@media(min-width: 768px) {

	.summary.entry-summary {
		padding: 40px;
	}

	.summary.entry-summary h1 {
		border-bottom: 1px solid #ccc;
		padding: 30px 40px 30px 0;
		margin-bottom: 40px;
		display: inline-block;
	}

}

.woocommerce-product-details__short-description img {
	margin-bottom: 10px;
	height: 30px;
}

.product-tabs-wrapper {
	display: none;
}

.related-and-upsells {
	padding-top: 40px;
}

.related-and-upsells h2 {
	padding-bottom: 20px !important;
	text-transform: uppercase;
}


/* Footer */

.footer-container {
	border-top: 1px solid #ccc;
}

@media(min-width: 768px) {


}