:root {
	--red: #CA1D24;
	--light-gray: #F1F0EC;
}

body header .menu > nav > ul {
	display: flex;
	align-items: center;
}

body section#content {
	padding-top: 134px !important;
}

body header #header_main nav,
body header #header_main #brand {
	position: relative;
	top: unset;
	left: unset;
	right: unset;
	width: unset !important;
}

header #header_main {
    background: #fff;
    box-sizing: border-box;
    display: flex;
    align-items: center;
    justify-content: space-between;
	gap: 48px;
	padding: 0px 40px;
	max-width: 100%;
    width: 100%;
}

header .menu {
    align-items: center;
	display: flex;
	gap: 48px;
    justify-content: space-between;
}

body header #header_menu_products {
	min-width: 400px;
}

body #header_menu_resources.mega #mega_menu .col {
	padding: unset;
}

body #header_menu_resources.mega #mega_menu .col h5 {
	border: unset;
	padding: unset;
}

body header #header_menu_support {
	min-width: 320px;
}

header #header_main nav ul li {
	padding: 45px 0;
	position: relative;
}

header #header_main nav ul li a {
	transition: color 0.2s ease-out;
}

body header li > a.header_link {
	color: var(--Black, #000);
	font-family: Oswald;
	font-size: 14px;
	font-style: normal;
	font-weight: 700;
	line-height: 150%; /* 21px */
}

body header .header_menu {
	background-color: var(--light-gray) !important;
	padding: 20px;
	left: -20px;
	top: 108px !important;
	min-width: 240px;
	/* max-height: 0; */
	transform: translateY(-120%);
	overflow: hidden;
	opacity: 1;
	visibility: visible;
	transition: transform 0.2s ease-out;
	z-index: -1 !important;
}

body header .listitem_hasdropdown:hover .header_menu {
    visibility: visible !important;
    opacity: 1 !important;
    /* max-height: 800px; */
	transition: transform 0.4s ease-in;
	transform: translateY(0%);
}

body #header_menu_resources,
body #header_menu_products,
body #header_menu_support,
body #header_menu_about, #header_menu_partners,
body #header_menu_resources .left,
body #header_menu_products .left,
body #header_menu_support .left {
	background-color: unset;
	background: unset;
	width: unset !important;
}

body header .right {
	display: none;
}

body header .inner {
	background-color: unset !important;
	background: unset !important;
	padding: 0px !important;
}

body header #header_main nav ul li:hover > a,
body header #header_main nav ul li a:hover,
body header #header_main nav ul li a.current, 
body header #header_main nav ul li a.active {
	color: var(--red);
}

body #header_menu_resources.mega #mega_menu .col p a,
body header #header_main nav ul li a {
	color: var(--Black, #000);
	font-family: "Share Tech";
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	line-height: 120%; /* 19.2px */
	letter-spacing: -0.16px;
}

header .divider {
	background: #000;
	height: 48px;
	width: 1px;
}

body #header_menu_resources.mega {
	border-width: 0px;
	width: 100%;
}

body #header_menu_resources.mega .left {
	background: unset;
}

body #sales_chat {
	position: fixed;
    bottom: 20px;
    right: 20px;
    z-index: 10000;
}

#content h1 {
	/* font-size: 4.3rem; */
	text-align: left;
}

body#products #top {
    margin: 45px 0 20px 0;
}

.btn-buy.bottom-new {
	color: #000;
	font-family: 'Oswald', sans-serif;
	font-weight: 700;
	float: right;
	position: absolute;
	right: 0;
	font-size: 24px;
}

img.img-cart-8 {
	width: 24px;
	height: 21px;
	padding-right: 10px;
}

.btn-buy.bottom-new:hover {
	color: #0072bc;
	transition: cubic-bezier(.65, .05, .36, 1) .2s;
}

.img-cart-8 {
	filter: grayscale(100%) contrast(100%) brightness(2.6%);
}

.img-cart-8:hover {
	filter: none;
	transition: cubic-bezier(.65, .05, .36, 1) .2s;
}

.buffalo-cta {
	background: var(--Dark-Gray, #636363);
	box-sizing: border-box;
	color: white;
	padding: 50px 30px;
	margin: 40px 0;
	width: 100%;
}

.buffalo-cta .container {
	align-items: center;
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: space-between;
	gap: 32px;
	max-width: 1320px !important;
	/* max-width: 1020px !important; */
	width: 100% !important;
}

.buffalo-cta .cta-title {
	font-family: Oswald;
	font-size: 3rem;
	font-style: normal;
	font-weight: 500;
	line-height: 120%;
	/* 67.2px */
	position: relative;
	max-width: 80%;
}

.buffalo-cta .cta-title:after {
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='53' height='5' viewBox='0 0 53 5' fill='none'%3E%3Cpath d='M0 0.111111L52.8 0L48.9222 5H0V0.111111Z' fill='%23CA1D24'/%3E%3C/svg%3E");
	background-repeat: no-repeat;
	content: "";
	height: 5px;
	width: 53px;
	position: absolute;
	left: 0;
	bottom: -13px;
}

body header #header_main nav ul li a.btn,
.buffalo-btn {
	align-items: center;
	background: var(--Red, #CA1D24);
	color: var(--White, #FFF);
	cursor: pointer;
	display: inline-flex;
	justify-content: center;
	gap: 8px;
	text-align: center;
	font-family: Oswald;
	font-size: 16px;
	font-style: normal;
	font-weight: 600;
	line-height: 120%;
	/* 19.2px */
	letter-spacing: 2.4px;
	text-transform: uppercase;
	padding: 16px;
	transition: all 0.2s ease-out;
}

.buffalo-btn.center {
	margin: 0 auto;
}

body .btn-container {
	display: flex;
	gap: 16px;
	margin-top: 16px;
}

.buffalo-btn svg path {
	transition: all 0.2s ease-out;
}

body header #header_main nav ul li a.btn:hover,
.buffalo-btn:hover {
	background: white;
	color: #CA1D24;
}

.buffalo-btn:hover svg path {
	fill: #CA1D24;
}

.flex {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}

.flex .block {
	flex: 0 1 300px;
}

@media only screen and (max-width: 1100px) {
	.mobile-nav, #menu-trigger {
		display: block;
	}
}

@media only screen and (min-width:320px) and (max-width:900px) {
	.btn-buy.bottom-new {
		float: right;
		position: absolute;
		right: 15px;
		margin-top: 6px;
	}
}

@media only screen and (min-width:320px) and (max-width:900px) {
	.custom-res {
		display: block;
		overflow: scroll !important;
		width: 100%;
		height: auto;
	}
}

@media (max-width: 767px) {
	header #header_main {
		padding: 15px;
	}

	header .contact-us-btn {
		font-size: 12px;
	}

	header .contact-us-btn svg,
	header .divider {
		display: none;
	}

	body #mobile-navbar li li a.buffalo-btn {
		color: white;
		display: flex;
		width: 95%;
	}

	#mobile-navbar ul ul {
		max-height: unset;
	}
}