:root {
	--global-gray-400: #e5e5e5;
	--global-button-height: 45px;
	--global-button-max-height: 45px;
}

@media (max-width: 767px) {
	:root {
		--global-button-height: 44px;
		--global-button-max-height: 44px;
	}
}

b, strong, .woocommerce form .form-row label {
	font-size: 100%;
	color: var(--global-palette4);
	font-weight: 400;
}

.menu .menu-item .woocommerce ul.products li.product .woocommerce-loop-product__title a, .woocommerce .woocommerce-loop-product__title {
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
}

.products-list .product-title {
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
}

.primary-sidebar.widget-area .widget, #filter-drawer .widget {
	border: 1px solid var(--global-gray-400);
	padding: 15px;
}

.primary-sidebar.widget-area .wp-widget-group__inner-blocks, #filter-drawer .wp-widget-group__inner-blocks {
	padding: 0 0 15px 0px;
}

.primary-sidebar.widget-area .widget-title, #filter-drawer .widget-title {
	padding-bottom: 12px;
	border-bottom: 1px solid var(--global-gray-400);
}

.primary-sidebar .widget .wp-block-latest-posts__list li {
	line-height: 1.5;
}

.mobile-toggle-open-container .menu-toggle-open .menu-toggle-icon {
	font-size: 24px;
	color: var(--global-palette3);
}

.mobile-toggle-open-container .menu-toggle-open .menu-toggle-icon:hover {
	color: var(--global-palette1);
}

.site-header .site-top-header-inner-wrap .header-html a {
	font-weight: 500;
}

.site-header .site-top-header-inner-wrap .header-html a:hover {
	text-decoration: none;
}

.site-header .site-main-header-inner-wrap .header-wishlist-total, .site-header .site-main-header-inner-wrap .header-cart-total {
	margin-left: -.7em;
	margin-top: -1.5em;
}

.site-footer .site-top-footer-wrap .widget-area .widget-title {
	margin-bottom: 5px;
}

.site-footer .site-middle-footer-wrap .wp-block-columns {
	width: -webkit-fit-content;
	width: -moz-fit-content;
	width: fit-content;
	gap: 1em;
}

.site-footer .site-middle-footer-wrap .footer-widget-area .widget li + li {
	margin: 8px 0 0;
}

.site-footer .site-middle-footer-wrap .footer-widget-area.content-valign-middle {
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
}

.site-footer .site-middle-footer-wrap .widget-area .widget-title {
	margin-bottom: 20px;
}

.site-footer .site-middle-footer-wrap .site-footer-middle-section-1 {
	margin-right: 30%;
}

.site-footer .site-middle-footer-wrap section#block-11 {
	margin-bottom: 20px;
}

.site-footer .site-middle-footer-wrap section#block-11 .wp-block-heading {
	font-size: 18px;
	font-weight: 500;
}

.site-footer .site-footer-row.site-footer-row-columns-1 .site-footer-section {
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

.woocommerce .woocommerce-Price-amount:not(del .woocommerce-Price-amount):not(.tmcore-product-price-filter .woocommerce-Price-amount) {
	color: var(--global-palette1);
	font-weight: 600;
}

.woocommerce .tr-price, .woocommerce .price, .woocommerce .woocommerce-grouped-product-list-item__price {
	color: var(--global-palette1);
	font-weight: 600;
}

@media (max-width: 1200px) and (min-width: 1025px) {
	.site-header .site-main-header-wrap .header-cart-content {
		display: none;
	}
	
	.site-header .site-header-item {
		margin-right: 12px;
	}
	
	.site-header .main-navigation .primary-menu-container > ul > li.menu-item > a {
		padding-left: 12px;
		padding-right: 12px;
	}
	
	.site-footer .site-middle-footer-inner-wrap {
		grid-column-gap: 10px;
	}
}

@media (min-width: 1200px) {
	.site-header .site-main-header-inner-wrap .site-header-main-section-right .site-header-item {
		margin-right: 16px;
	}
	
	.site-header .site-main-header-inner-wrap .site-header-main-section-right .header-cart-button .header-cart-content {
		padding-left: 0px;
	}
}

@media (max-width: 1024px) {
	.site-footer .site-middle-footer-wrap .site-footer-middle-section-1 {
		margin-right: 0%;
	}
}

@media (max-width: 767px) {
	.site-footer .site-middle-footer-wrap .footer-widget-area .widget li + li {
		margin: 5px 0 0;
	}
	
	.site-footer .site-middle-footer-wrap .widget-area .widget-title {
		margin-bottom: 10px;
	}
	
	.site-header .custom-logo-link img, .site-header .brand img {
		width: 90px;
	}
}

@media (max-width: 540px) {
	.site-header .mobile-html-inner {
		text-align: center;
		margin: 8px 0px;
	}
}