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

/* Перенесено из xts-hitek-child (было в комментарии): вариации со фоном */
.xts-swatch.xts-with-bg,
.xts-swatch.xts-with-brand {
	background-position: center;
	background-repeat: no-repeat;
	font-size: 0.5em !important;
	text-align: center;
}

/* Группа категорий в корзине (woodmart-child/woocommerce/cart/cart.php) */
.wd-child-cart-category td {
	background-color: #e6effd;
	padding: 10px 14px !important;
}
.wd-child-cart-category-title {
	font-size: 1rem;
	margin: 0;
	font-weight: 600;
	color: #1e3a5f;
}
.wd-child-cart-category-title a {
	color: #1e3a5f;
	text-decoration: none;
}
.wd-child-cart-category-title a:hover {
	color: #0d47a1;
	text-decoration: underline;
}

/* Таблица оптовых цен под ценой на странице товара */
.wd-child-all-prices-table {
	margin-top: 12px;
	margin-bottom: 8px;
	width: 100%;
	max-width: 100%;
}
.wd-child-all-prices-table__grid {
	width: 100%;
	border-collapse: collapse;
	font-size: 0.92em;
}
.wd-child-all-prices-table__grid th,
.wd-child-all-prices-table__grid td {
	padding: 8px 10px;
	text-align: left;
	border: 1px solid var(--brdcolor-gray-300, #e0e0e0);
}
.wd-child-all-prices-table__grid thead th {
	background: var(--bgcolor-gray-100, #f5f5f5);
	font-weight: 600;
}
