/*
Theme Name: Uncode Child
Description: Child theme for Uncode theme
Author: Undsgn™
Author URI: http://www.undsgn.com
Template: uncode
Version: 1.0.0
Text Domain: uncode
*/


/* Products Archive */
body:not(.tax-product_cat) .only-tax {display: none;}

.tmb-text-space-reduced.tmb .t-entry > .spacer.half-space:not(hr):not(.t-entry-readmore):not(:first-child) {margin-top: 18px !important;}
.tmb-text-space-reduced.tmb .t-entry > .spacer.single-space:not(hr):not(.t-entry-readmore):not(:first-child) {margin-top: 36px !important;}
.tmb-text-space-reduced.tmb .t-entry > .spacer.double-space:not(hr):not(.t-entry-readmore):not(:first-child) {margin-top: 72px !important;}

/* Single Product */
.woocommerce-product-gallery__image a:after {
	content: attr(data-caption) "";
	display: block;
	text-align: center;
	font-size: 12px;
	line-height: 1;
	margin: 9px auto 9px;
}

.sku_wrapper, .product_meta .posted_in .detail-label {display: none;}
.product_meta .posted_in .detail-value {display: block; padding: 0;}
.product_meta .posted_in .detail-value a {text-decoration: underline;}

.cart_btn-inner {
	display: grid;
	grid-template-columns: 1fr 2fr;
	align-items: center;
}
.cart_btn-inner.cart_no-label {
	grid-template-columns: 1fr;
}
.cart_btn-inner:not(:last-child) {margin-bottom: 18px;}
.cart-btn .btn-container {margin: 0;}
@media (min-width: 569px) {
	.cart_btn-inner {grid-auto-columns: auto;}
}

table#size-chart-table {width: 100%; font-size: 12px; margin-bottom: 9px;}
table#size-chart-table td, table#size-chart-table th {font-weight: normal; text-align: center;}
table#size-chart-table thead th, table#size-chart-table tbody td:first-child {background: #f7f7f7;}

/* Footer */
@media (max-width: 569px) {
	.main-container .no-col-gap-mobile > .row > .row-inner > div {padding-top: 0;}
}