/*
Theme Name:         SW Max Shop
Theme URI:          http://wp.smartaddons.com/themes/sw_maxshop/
Description:        SW Max Shop is Shop Wordpress Theme.
Author:             Magentech
Author URI:         http://magentech.com/
Version:            2.4.0
License:            GNU General Public License v2 or later
*/

.wp-caption{}
.wp-caption-text{}
.sticky{}
.gallery-caption{}
.bypostauthor{}
/*
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Tags: rtl-language-support, sticky-post, two-columns
Text Domain: yatheme

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.
*/
.woocommerce-page table.shop_table_responsive tbody th{
display:block;
}
.woocommerce table.shop_table_responsive tr td:before, .woocommerce-page table.shop_table_responsive tr td:before {display:none;}

/* Контакты в хедере (2 колонки) */
.header-contacts{
	display:flex;
	gap:32px;
	align-items:flex-start;
	margin-top:6px;
}

.header-contacts__col{
	display:flex;
	flex-direction:column;
	gap:4px;
}

.header-contacts__title{
	font-weight:700;
	font-size:13px;
	line-height:1.2;
	margin-bottom:4px;
}

.header-contacts a{
	font-size:13px;
	line-height:1.2;
	text-decoration:none;
	white-space:nowrap;
}

.header-contacts a:hover{
	text-decoration:underline;
}

/* Мобилка: можно скрыть, чтобы не ломало шапку */
@media (max-width: 991px){
	.header-contacts{ display:none; }
}
