h1 {
	font-size: 34px;
}

@media (max-width: 767px) {
	h1 {
		font-size: 30px;
	}
}

@media (max-width: 480px) {
	h1 {
		font-size: 28px;
	}
}

h3 {
	font-size: 24px;
}

@media (max-width: 767px) {
	h3 {
		font-size: 22px;
	}
}

@media (max-width: 480px) {
	h3 {
		font-size: 18px;
	}
}

h4 {
	font-size: 22px;
}

@media (max-width: 767px) {
	h4 {
		font-size: 20px;
	}
}

@media (max-width: 480px) {
	h4 {
		font-size: 18px;
	}
}

.c-main {
	color: var(--heading-color, #1a2b48) !important;
}

.c-grey {
	color: var(--grey-color, #5e6d77) !important;
}

.mt30 {
	margin-top: 30px;
}

.mt20 {
	margin-top: 20px;
}

.mr5 {
	margin-right: 5px;
}

.font-normal {
	font-weight: 400 !important;
}

.font-medium {
	font-weight: 500 !important;
}

.f14 {
	font-size: 14px !important;
}

.block {
	display: block;
}

.st-flex {
	display: flex;
	align-items: center;
	justify-content: center;
}

.st-flex.space-between {
	justify-content: space-between;
}

.st-link {
	color: var(--main-color, #5191fa);
	text-decoration: none;
}

.st-link:hover {
	color: var(--main-color, #5191fa) !important;
	text-decoration: underline;
}

.relative {
	position: relative;
}

.img-full {
	display: block;
	width: 100%;
}

[data-show-all] {
	position: relative;
	overflow: hidden;
}

.price-wrapper {
	font-size: 14px;
	color: var(--grey-color, #5e6d77);
}

.price-wrapper .price {
	font-size: 18px;
	color: var(--link-color, #1a2b48);
}

@media (max-width: 480px) {
	.st-flex {
		display: block;
	}
}

a {
	text-decoration: none;
	outline: none;
}

button {
	text-decoration: none;
	outline: none;
}

.st-header-2 header#header {
	margin-bottom: -92px;
	position: relative;
	z-index: 999;
}

.st-header-2 header#header .header {
	border-bottom: none;
}

.st-header-2 header#header .header #main-menu > li.menu-item > a {
	color: #fff;
}

.st-header-2 .search-result-page .banner {
	padding-top: 115px;
}

.st-header-2.single header#header, .st-header-2.error404 header#header, .st-header-2.page-template-template-checkout header#header, .st-header-2.page-template-template-payment-success header#header, .st-header-2.woocommerce-page header#header {
	margin-bottom: 0px;
	background-color: #333;
}

.st-header-2.single header#header .header, .st-header-2.error404 header#header .header, .st-header-2.page-template-template-checkout header#header .header, .st-header-2.page-template-template-payment-success header#header .header, .st-header-2.woocommerce-page header#header .header {
	border-bottom: 1px solid var(--light-grey-color, #eaeef3);
}

@media (max-width: 991px) {
	.st-header-2 header#header {
		margin-bottom: -100px;
	}
	
	.st-header-2 header#header .header {
		border-bottom: none;
	}
	
	.st-header-2 header#header .header #main-menu > li.menu-item > a {
		color: var(--link-color, #1a2b48);
	}
}

@media (max-width: 767px) {
	.st-header-2 header#header {
		margin-bottom: -80px;
	}
}

#header.header-style-4 .header .toggle-menu .field-icon.fa svg g g {
	stroke: #fff;
}