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

.c-img-nav {
	margin-top: 130px !important;
	padding-bottom: 60px !important;
	border-bottom: 2px solid;
}

.c-img-nav-row {
	margin-top: -130px !important;
}

.c-img-nav-row .wp-block-image {
	display: flex;
	flex-direction: column;
}

.c-img-nav-row .wp-block-image > img, .c-img-nav-row .wp-block-image > a {
	order: 1;
}

.c-img-nav-row .wp-block-image :where(figcaption) {
	margin: 0 auto 1em 0;
	border-bottom: 1px solid;
	font-size: 22px;
	font-weight: 700;
}

.c-img-nav-row img {
	font-size: 22px;
}

.c-table table {
	width: auto !important;
}

.c-table tr {
	background: none !important;
}

.c-table td {
  padding: 0.3em;
}

.c-table td:first-child {
  padding-left: 0 !important;
  padding-right: 2em !important;
}

.c-footer-nav {
	gap: 3em;
}

.wp-block-social-links .wp-social-link svg {
	height: 1.2em;
	width: 1.2em;
}

.product-tabs-wrapper {
	padding-top: 0px !important;
	padding-bottom: 0px !important;
	border-top: none !important;
	border-bottom: none !important;
}