h1 {
	font-size: 34px;
}

@media (max-width: 767px) {
	h1 {
		font-size: 30px;
	}
}

@media (max-width: 480px) {
	h1 {
		font-size: 28px;
	}
}

h2 {
	font-size: 28px;
}

@media (max-width: 767px) {
	h2 {
		font-size: 24px;
	}
}

@media (max-width: 480px) {
	h2 {
		font-size: 20px;
	}
}

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;
}

.mt50 {
	margin-top: 50px;
}

.mt30 {
	margin-top: 30px;
}

.mt20 {
	margin-top: 20px;
}

.mt10 {
	margin-top: 10px;
}

.ml5 {
	margin-left: 5px;
}

.mg0 {
	margin: 0 !important;
}

.mr5 {
	margin-right: 5px;
}

.ml3 {
	margin-left: 3px;
}

.font-normal {
	font-weight: 400 !important;
}

.font-medium {
	font-weight: 500 !important;
}

.f14 {
	font-size: 14px !important;
}

.f16 {
	font-size: 16px !important;
}

.f28 {
	font-size: 28px !important;
}

.block {
	display: block;
}

.flex {
	display: flex;
}

.upper {
	text-transform: uppercase;
}

.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;
}

.btn {
	border: none;
	box-shadow: none;
	border-radius: 3px;
	padding: 10px 20px;
	transition: background .2s, color .2s;
}

.btn.btn-default {
	border-radius: 3px;
	color: var(--main-color, #5191fa);
	border: 1px solid #d7dce3;
}

.btn.btn-default:hover {
	background: #497bdb;
	color: #fff;
}

.btn.btn-green {
	background: var(--main-color, #5191fa);
	color: #fff;
}

.btn.btn-green:hover {
	background: #4977fa;
	color: #fff;
}

.btn.btn-large {
	font-size: 16px;
	padding: 12px 25px;
}

.btn.btn-full {
	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-height2 {
	height: 2px !important;
}

.mt10 {
	margin-top: 10px !important;
}

.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.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;
}