@charset "utf-8";
body {
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	margin: auto;
	padding: 0;
	background: #fff;
	color: #000;
	font-family: 'Merlo Neue'
}

div,
form,
h1,
h2,
h3,
h4,
h5,
img,
input,
li,
p,
textarea,
ul {
	margin: 0;
	padding: 0
}

article,
aside,
figure,
footer,
header,
main,
nav,
section {
	display: block
}

table,
td,
tr {
	border: 0
}

a {
	outline: 0;
	color: inherit;
	text-decoration: none
}

img {
	border: none
}

li {
	list-style: none
}

* {
	box-sizing: border-box
}

.img-full {
	max-width: 100%
}

.clearall {
	clear: both;
	font-size: 1px;
	line-height: 1px;
	height: 1px
}

h1,
h2,
h3,
h4,
h5,
h6 {
	font-family: 'Merlo Neue';
	line-height: normal!important
}

.show-mob,
.show-tab {
	display: none
}

.show-desk {
	display: block
}

.fl {
	float: left
}

.fr {
	float: right
}

@font-face {
	font-family: 'Merlo Neue';
	src: url('MerloNeue-SemiBold.woff2') format('woff2'), url("https://assets.funnelkonnekt.com/Funnel/assets/images/775c8c76-71cb-47ab-9cb9-6a1f5906ddc1/14b46272-c89f-41d8-a43f-df2bc6c7ca76/MerloNeue-SemiBold.woff") format('woff');
	font-weight: 600;
	font-style: normal;
	font-display: swap
}

@font-face {
	font-family: 'Merlo Neue';
	src: url('MerloNeue-SemiBoldItalic.woff2') format('woff2'), url("https://assets.funnelkonnekt.com/Funnel/assets/images/775c8c76-71cb-47ab-9cb9-6a1f5906ddc1/14b46272-c89f-41d8-a43f-df2bc6c7ca76/MerloNeue-SemiBoldItalic.woff") format('woff');
	font-weight: 600;
	font-style: italic;
	font-display: swap
}

@font-face {
	font-family: 'Merlo Neue';
	src: url('MerloNeue-Medium.woff2') format('woff2'), url("https://assets.funnelkonnekt.com/Funnel/assets/images/775c8c76-71cb-47ab-9cb9-6a1f5906ddc1/14b46272-c89f-41d8-a43f-df2bc6c7ca76/MerloNeue-Medium.woff") format('woff');
	font-weight: 500;
	font-style: normal;
	font-display: swap
}

@font-face {
	font-family: 'Merlo Neue';
	src: url('MerloNeue-MediumItalic.woff2') format('woff2'), url("https://assets.funnelkonnekt.com/Funnel/assets/images/775c8c76-71cb-47ab-9cb9-6a1f5906ddc1/14b46272-c89f-41d8-a43f-df2bc6c7ca76/MerloNeue-MediumItalic.woff") format('woff');
	font-weight: 500;
	font-style: italic;
	font-display: swap
}

@font-face {
	font-family: 'Merlo Neue';
	src: url('MerloNeue-Regular.woff2') format('woff2'), url("https://assets.funnelkonnekt.com/Funnel/assets/images/775c8c76-71cb-47ab-9cb9-6a1f5906ddc1/14b46272-c89f-41d8-a43f-df2bc6c7ca76/MerloNeue-Regular.woff") format('woff');
	font-weight: 400;
	font-style: normal;
	font-display: swap
}

@font-face {
	font-family: 'Merlo Neue';
	src: url('MerloNeue-Italic.woff2') format('woff2'), url("https://assets.funnelkonnekt.com/Funnel/assets/images/775c8c76-71cb-47ab-9cb9-6a1f5906ddc1/14b46272-c89f-41d8-a43f-df2bc6c7ca76/MerloNeue-Italic.woff") format('woff');
	font-weight: 400;
	font-style: italic;
	font-display: swap
}

@font-face {
	font-family: 'Merlo Neue';
	src: url('MerloNeue-Light.woff2') format('woff2'), url("https://assets.funnelkonnekt.com/Funnel/assets/images/775c8c76-71cb-47ab-9cb9-6a1f5906ddc1/14b46272-c89f-41d8-a43f-df2bc6c7ca76/MerloNeue-Light.woff") format('woff');
	font-weight: 300;
	font-style: normal;
	font-display: swap
}

.scraped-container {
	width: 1170px;
	margin: 0 auto;
	padding: 0;
	position: relative;
	display: block
}

.top-strip {
	float: left;
	width: 100%;
	background: #2c5db8
}

.top-strip p {
	color: #fff;
	font-size: 17px;
	line-height: 18px;
	font-weight: 600;
	letter-spacing: 1px;
	padding: 10px 0 8px
}

.top-fix-bar {
	float: left;
	width: 100%;
	margin-bottom: 70px
}

.header {
	border-bottom: 1px solid #88acb7;
	background: #fff
}

.fixed-nav .header {
	position: fixed;
	z-index: 10;
	-webkit-transition: margin .3s ease-out;
	transition: margin .3s ease-out;
	margin-top: 0;
	top: 0;
	background: #ff
}

.logo {
	float: left;
	margin-top: 0
}

.logo-img img {
	max-width: 208px!important
}

ul.topMenu {
	float: left;
	margin: 25px 0 0 15px
}

ul.topMenu li {
	float: left;
	padding: 1px 15px;
	position: relative;
	letter-spacing: .5px
}

ul.topMenu li a {
	color: #323232;
	font-size: 17px;
	line-height: 16px
}

ul.topMenu li a.active,
ul.topMenu li a:hover {
	color: #2c5db8
}

.header-rgt {
	float: right
}

.search-box {
	float: left;
	width: 160px;
	position: relative;
	margin-top: 18px
}

.search-box input[type=text] {
	float: left;
	width: 100%;
	border: 1px solid #88acb7;
	height: 32px;
	border-radius: 4px;
	padding: 4px 4px 7px 35px;
	color: #222;
	font-size: 15px;
	line-height: 17px;
	font-family: 'Merlo Neue';
	letter-spacing: .5px;
	outline: 0;
	-webkit-appearance: none
}

.h-search-btn {
	position: absolute;
	left: 9px;
	top: 7px;
	width: 18px
}

ul.menu-rgt {
	float: left;
	margin: 22px 0 0 15px
}

ul.menu-rgt li {
	float: left;
	position: relative
}

ul.menu-rgt li:nth-child(1) {
	padding-right: 10px;
	margin-right: 10px
}

ul.menu-rgt li:nth-child(1):after {
	content: '';
	position: absolute;
	right: 0;
	top: 2px;
	bottom: 4px;
	width: 1px;
	background: #051711
}

ul.menu-rgt li a {
	color: #222;
	font-size: 16px;
	font-weight: 300;
	letter-spacing: .5px
}

ul.menu-rgt li a span {
	font-weight: 400
}

ul.menu-rgt li a img {
	display: inline-block;
	vertical-align: middle;
	width: 21px;
	margin: -4px 3px 0 0
}

ul.menu-rgt li:nth-child(2) img {
	width: 18px;
	margin: -9px 3px 0 0
}

.banner {
	float: left;
	width: 100%;
	background: #f1f6fa;
	position: relative
}

.shopify-v3-w65--left {
	text-align: left
}

.banner .scraped-container {
	position: relative;
	z-index: 1
}

.banner-top {
	float: left;
	width: 100%
}

ul.breadcrum {
	float: left;
	width: 100%;
	margin: 10px 0 0 0
}

ul.breadcrum li {
	float: left;
	color: #999;
	font-size: 15px;
	font-weight: 300;
	letter-spacing: .5px
}

ul.breadcrum li a {
	color: #2f2f2f;
	font-weight: 500
}

ul.breadcrum li span {
	display: inline-block;
	vertical-align: top;
	font-size: 20px;
	margin: -2px 8px 0
}

.top-heading {
    float: left;
    width: 100%;
    color: #000;
    font-size: 40px;
    font-weight: 600;
    text-align: center;
	margin-top: 15px;
	font-family: 'Merlo Neue'
}


.top-testimonial span img {
	display: inline-block;
	vertical-align: top;
	margin: 0 5px 0 0
}







.bnr-rgt-txt1 {
	float: left;
	width: 100%;
	color: #68b3ff;
	font-size: 18px;
	font-weight: 600;
	position: relative;
	padding-left: 55px
}

.bnr-rgt-txt1 img {
	position: absolute;
	left: 0;
	top: -2px
}

.bnr-rgt-heading {
	float: left;
	width: 100%;
	color: #000;
	font-size: 40px;
	line-height: 44px;
	font-weight: 600;
	margin-top: 20px;
	border-bottom: 1px solid #e1e1e1;
	padding-bottom: 15px
}

.bnr-rgt-rev-txt {
	float: left;
	width: 100%;
	color: #000;
	font-size: 15px;
	letter-spacing: .5px;
	margin-top: 15px
}

.bnr-rgt-rev-txt img {
	display: inline-block;
	vertical-align: top;
	margin: -2px 3px 0
}

.bnr-rgt-rev-txt img.low-stock {
	margin: 3px 2px 0 0
}

.bnr-rgt-rev-txt span.red {
	color: red;
	font-weight: 600
}


.bnr-rgt-sub-heading {
	float: left;
	width: 100%;
	color: #2c5db8;
	font-size: 19px;
	font-weight: 500;
	margin-top: 25px
}

.bnr-seal {
	float: left;
	max-width: 100%;
	margin-top: 20px
}

.note-txt {
	float: left;
	width: 100%;
	color: #000;
	font-size: 24px;
	font-weight: 500;
	text-align: center;
	margin-top: 22px
}

.note-txt span {
	font-weight: 600
}

.as-seen-box {
	float: left;
	width: 100%;
	padding: 40px 0;
	position: relative;
	z-index: 1
}

.as-seen-box p {
	float: left;
	width: 100%;
	color: #2b2b2b;
	font-size: 19px
}

.seen-logos {
	float: left;
	width: 100%;
	margin-top: 15px
}

.seen-logos img {
	display: inline-block;
	vertical-align: middle;
	margin: 0 70px
}


.bnr-botom-heading {
	float: left;
	width: 100%;
	color: #000;
	font-size: 30px;
	font-weight: 600
}

ul.banner-bottom-list {
	float: left;
	width: 100%;
	margin-top: 30px
}

ul.banner-bottom-list li {
	float: left;
	width: 25%;
	padding: 0 20px;
	position: relative
}

ul.banner-bottom-list li:after {
	content: '';
	position: absolute;
	width: 1px;
	background: #e3a1ab;
	right: 0;
	top: 15px;
	height: 160px
}

ul.banner-bottom-list li:last-child {
	padding: 0 15px
}

ul.banner-bottom-list li:last-child:after {
	display: none
}

ul.banner-bottom-list li p {
	color: #000;
	font-size: 20px;
	font-weight: 600;
	margin-top: 10px
}




.vdo-testimonial-container {
	float: left;
	width: 100%;
	margin-top: 50px;
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	justify-content: center;
	flex-wrap: wrap
}

.vdo-testimonial {
	width: 30.33%;
	max-width: 405px;
	margin: 0 1.5%
}

.t-vdo,
.t-vdo img {
	width: 100%
}

.s1-t-star {
	margin: 25px 0 0 0
}

.s1-t-heading {
	color: #527883;
	font-size: 20px;
	line-height: 28px;
	font-weight: 600;
	font-style: italic;
	padding: 0 30px;
	margin-top: 5px;
	letter-spacing: .5px
}

.vdo-t-name {
	color: #000;
	font-size: 18px;
	font-weight: 600;
	margin-top: 15px
}

.s1-bottom-testimonial {
	float: left;
	width: 100%;
	margin-top: 60px;
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap
}

.s1-bottom-t {
	width: 31.8%;
	text-align: left
}

.s1-t-box {
	float: left;
	width: 100%;
	background: #e9f1f4;
	padding: 20px;
	position: relative;
	border-radius: 15px;
	height: 450px
}

.t-verefied {
	float: left;
	margin-top: 5px
}

.t-prod {
	position: absolute;
	right: 20px;
	top: -25px
}

.s1-t-box p {
	float: left;
	width: 100%;
	color: #2f2f2f;
	font-size: 20px;
	line-height: 28px;
	font-style: italic;
	margin-top: 20px
}



a.common-btn {
	display: inline-block;
	vertical-align: middle;
	width: 322px;
	height: 60px;
	background: #288d00;
	border-radius: 5px;
	color: #fff;
	font-size: 26px;
	font-weight: 600;
	line-height: 60px;
	margin-top: 40px;
	text-align: center
}

.section1 a.common-btn {
	margin-top: 60px
}



.s2-left {
	float: left;
	width: 60%;
	text-align: left;
	margin-top: 10px;
	position: relative;
	z-index: 2
}



ul.s2-list li {
	float: left;
	width: 100%;
	padding-left: 65px;
	position: relative;
	color: #000;
	font-size: 20px;
	line-height: 28px;
	font-weight: 600;
	margin-top: 25px
}

ul.s2-list li img {
	position: absolute;
	left: 0;
	top: 4px
}

.s2-prod {
	position: absolute;
	right: 0;
	top: 145px;
	width: 42%
}

.section3 {
	float: left;
	width: 100%;
	padding: 120px 0;
	background: #f1f6fa;
	position: relative
}

.bottom-curve,
.top-curve {
	position: absolute;
	overflow: hidden;
	top: 0;
	left: 0;
	right: 0;
	width: 100%;
	height: 120px
}

.bottom-curve {
	top: auto;
	bottom: 0
}

.bottom-curve:before,
.top-curve:before {
	content: '';
	position: absolute;
	left: -5%;
	right: -5%;
	height: 100%;
	background: #fff;
	top: -60px;
	border-radius: 70%
}

.bottom-curve:before {
	top: auto;
	bottom: -60px
}

.s3-content {
	float: left;
	width: 100%;
	margin-top: 60px;
	position: relative
}

.s3-list {
	float: left;
	width: 36%;
	text-align: left
}

.s3-list li {
	float: left;
	width: 100%;
	position: relative;
	margin-top: 25px
}

.s3-list li:nth-child(2) {
	margin-top: 70px
}

.s3-list li:nth-child(3) {
	margin-top: 70px
}

.s3-list li span {
	float: left;
	color: #000;
	font-size: 23px;
	font-weight: 600;
	background: #f1f6fa;
	padding-right: 10px
}

.s3-list li p {
	float: left;
	width: 100%;
	color: #2f2f2f;
	font-size: 19px;
	letter-spacing: .5px
}

.s3-list.left li {
	padding-left: 60px;
	text-align: left
}

.s3-list.left li img {
	position: absolute;
	left: 0;
	top: 4px
}

.s3-list.right {
	float: right
}

.s3-list.right span {
	float: right;
	padding-left: 10px;
	padding-right: 0
}

.s3-list.right li {
	padding-right: 60px;
	text-align: right
}

.s3-list.right li img {
	position: absolute;
	right: 0;
	top: 4px
}

.s3-mid-img {
	position: absolute;
	left: 50%;
	margin-left: -349px;
	top: 0
}

.s3-content .common-para {
	position: relative;
	z-index: 1;
	margin-top: 130px;
	padding: 0 150px
}

.section4 {
	background: #fff;
	float: left;
	width: 100%;
	padding: 60px 0
}

.s4-img-left {
	position: absolute;
	left: -160px;
	top: 0
}

.s4-rgt {
	float: right;
	width: 60%;
	text-align: left
}

ul.s4-list {
	float: left;
	width: 100%;
	margin-top: 10px
}

ul.s4-list li {
	float: left;
	width: 100%;
	padding-left: 70px;
	position: relative;
	margin-top: 25px
}

ul.s4-list li img {
	position: absolute;
	left: 0;
	top: 4px
}

.s4-sub-heading {
	float: left;
	width: 100%;
	color: #2f2f2f;
	font-size: 20px;
	font-weight: 600;
	background: url("https://assets.funnelkonnekt.com/Funnel/assets/images/775c8c76-71cb-47ab-9cb9-6a1f5906ddc1/14b46272-c89f-41d8-a43f-df2bc6c7ca76/sub-heading-bg.jpg") no-repeat center center;
	margin-top: 60px
}

ul.s4-bottom-list {
	float: left;
	width: 100%;
	margin-top: 35px
}

ul.s4-bottom-list li {
	display: inline-block;
	vertical-align: middle;
	margin: 0 15px
}

ul.s4-bottom-list li img {
	border-radius: 8px
}

ul.s4-bottom-list li p {
	color: #2f2f2f;
	font-size: 20px;
	font-weight: 600;
	margin-top: 4px
}

.section5 {
	background: url("https://assets.funnelkonnekt.com/Funnel/assets/images/775c8c76-71cb-47ab-9cb9-6a1f5906ddc1/14b46272-c89f-41d8-a43f-df2bc6c7ca76/s5-bg.jpg") no-repeat center top #f1f6fa;
	float: left;
	width: 100%;
	padding: 60px 0;
	height: 730px
}

.s5-content {
	float: left;
	width: 100%;
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
	padding-top: 70px
}

.s5-box {
	width: 50%;
	max-width: 700px;
	padding: 0 25px 0 200px;
	position: relative;
	text-align: left
}

.s5-seal {
	position: absolute;
	left: 20px
}

.s5-box h3 {
	float: left;
	width: 100%;
	color: #000;
	font-size: 40px;
	font-weight: 500
}



.s5-left.s5-box p {
	font-size: 30px;
	line-height: 42px
}

.section6 {
	background: #fff;
	float: left;
	width: 100%;
	padding: 50px 0 170px
}

.s6-container {
	float: left;
	width: 100%;
	margin-top: 50px;
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	justify-content: center;
	flex-wrap: wrap
}

.s6-box {
	width: 30.33%;
	max-width: 405px;
	margin: 0 1.5%
}

.s6-box img {
	float: left;
	width: 100%
}

.s6-box h4 {
	float: left;
	width: 100%;
	color: #527883;
	font-size: 20px;
	font-weight: 600;
	letter-spacing: .5px;
	margin-top: 15px!important;
	padding: 0 50px
}

.s6-box p {
	float: left;
	width: 100%;
	color: #000;
	font-size: 18px;
	line-height: 28px;
	letter-spacing: .5px;
	margin-top: 15px!important;
	padding: 0 10px
}

.section7 {
	background: #f1f6fa;
	float: left;
	width: 100%;
	padding: 60px 0 130px;
	position: relative
}

.package-block {
	display: inline-block;
	vertical-align: middle;
	margin-top: -150px;
	width: 750px;
	background: #fff;
	position: relative;
	overflow: hidden;
	border-radius: 20px;
	border: 1px solid #2c5db8;
	-webkit-box-shadow: 0 0 10px 1px rgba(0, 0, 0, .1);
	box-shadow: 0 0 10px 1px rgba(0, 0, 0, .1)
}


.pack-inner {
	float: left;
	width: 100%;
	padding: 37px 50px
}

.pack-title {
	float: left;
	width: 100%;
	background: #f3faff;
	position: relative
}

.pack-select {
	position: absolute;
	right: 25px;
	top: 10px;
	color: #000;
	font-size: 16px;
	line-height: 22px;
	font-weight: 600;
	text-transform: uppercase;
	opacity: 0;
	transition: all ease .5s
}

.pack-select img {
	display: inline-block;
	vertical-align: top;
	margin: 1px 0 0 0
}

.pack-title p {
	float: left;
	padding: 7px 130px 8px 26px;
	color: #000;
	font-size: 17px;
	line-height: 25px;
	letter-spacing: .5px
}

.pack-details-row {
	float: left;
	width: 100%;
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	padding: 12px 25px;
	justify-content: space-between;
	align-items: center
}

.flex-center {
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	align-items: center
}

.flex-center div {
	width: 100%
}

.pack-prod-box {
	width: 32%;
	padding-right: 10px
}

.pack-prod-box img {
	float: left;
	max-width: 100%
}

.pack-prc-box {
	width: 28%;
	text-align: left;
	letter-spacing: .5px
}

.pack-prc-box p.org-prc {
	color: #8e8e8e;
	font-size: 15px;
	line-height: 19px
}

.pack-prc-box p.org-prc span {
	position: relative;
	font-weight: 500
}

.pack-prc-box p.org-prc span:after {
	content: '';
	position: absolute;
	left: -3px;
	right: -4px;
	height: 1px;
	background: red;
	top: 10px;
	transform: rotate(-7deg);
	-webkit-transform: rotate(-7deg)
}

.pack-prc-box p.pack-prc {
	color: #000;
	font-size: 19px;
	line-height: 23px;
	margin-top: 3px
}

.pack-prc-box p.pack-prc span {
	font-weight: 600
}

.pack-prc-box p.total-prc {
	color: #000;
	font-size: 17px;
	line-height: 19px;
	margin-top: 5px
}

.pack-btn-box .pack-btn {
	display: inline-block;
	vertical-align: middle;
	width: 100%;
	height: 50px;
	background: #288d00;
	border-radius: 5px;
	color: #fff;
	font-size: 22px;
	font-weight: 600;
	line-height: 50px;
	text-align: center;
	padding: 0 31px
}

a.pack-btn {
	display: inline-block;
	vertical-align: middle;
	width: 100%;
	height: 50px;
	background: #288d00;
	border-radius: 5px;
	color: #fff;
	font-size: 22px;
	font-weight: 600;
	line-height: 50px;
	text-align: center
}

.active.package-row .pack-select {
	opacity: 1
}



.active.package-row .pack-prc-box p.total-prc {
	color: #fdf402
}

.active.package-row .pack-prc-box p.org-prc {
	color: #fff
}

.active.package-row .pack-prc-box p.pack-prc {
	color: #fff
}

.section8 {
	background: #fff;
	float: left;
	width: 100%;
	padding: 50px 0 80px
}

.faq-container {
	display: inline-block;
	vertical-align: middle;
	max-width: 770px;
	width: 100%;
	text-align: left;
	margin: 40px 0 20px
}

.up-slide-dwn {
	float: left;
	width: 100%;
	border-bottom: 1px solid #e2e7ec
}




.acdn-content {
	float: left;
	width: 100%;
	padding: 0 20px 0 15px
}

.acdn-para {
	float: left;
	width: 100%;
	font-size: 19px;
	color: #414141;
	line-height: 26px;
	margin-bottom: 20px;
	font-weight: 300;
	letter-spacing: .5px
}

.section9 {
	background: #fff;
	float: left;
	width: 100%;
	border-top: 1px solid #ccc
}



.s9-blk span {
	float: left;
	width: 100%;
	color: #000;
	font-size: 20px;
	font-weight: 500;
	letter-spacing: .5px;
	margin-top: 15px
}

.s9-blk p {
	float: left;
	width: 100%;
	color: #000;
	font-size: 19px;
	font-weight: 300;
	letter-spacing: .5px;
	margin-top: 10px
}

.mail-strip {
	float: left;
	width: 100%;
	position: relative;
	padding: 30px 0
}

.mail-strp-lft {
	float: left;
	width: 42%;
	text-align: left
}

.mail-strp-lft span {
	float: left;
	width: 100%;
	font-size: 38px;
	line-height: 44px;
	color: #fff
}

.mail-strp-lft p {
	float: left;
	width: 100%;
	font-size: 26px;
	line-height: 36px;
	color: #fff;
	margin-top: 5px;
	letter-spacing: .5px;
	font-weight: 300
}

.mail-field {
	float: right;
	width: 52%;
	height: 75px;
	margin-top: 11px;
	overflow: hidden;
	padding: 5px;
	background: #fff;
	border-radius: 10px;
	position: relative
}

.mail-field input {
	float: left;
	width: calc(100% - 160px);
	border: none;
	outline: 0;
	color: #000;
	font-size: 19px;
	height: 100%;
	font-family: 'Merlo Neue';
	padding: 0 20px;
	background: #fff;
	letter-spacing: .5px;
	-webkit-appearance: none
}

.signUp {
	float: right;
	width: 160px;
	border: none;
	outline: 0;
	text-align: center;
	background: #288d00;
	height: 100%;
	font-size: 20px;
	line-height: 54px;
	font-family: 'Merlo Neue';
	font-weight: 500;
	color: #fff;
	-webkit-appearance: none;
	cursor: pointer;
	border-radius: 7px
}

.footer {
	float: left;
	width: 100%;
	padding: 40px 0 30px
}

.ftr-links-col {
	float: left;
	text-align: left
}

.ftr-links-col-1 {
	width: 35%;
	padding: 0 20px 0 0
}

.ftr-log {
	float: left;
	margin-bottom: 10px
}

ul.ftr-col-1-list {
	float: left;
	width: 100%
}

ul.ftr-col-1-list li {
	float: left;
	width: 100%;
	font-size: 16px;
	line-height: 22px;
	color: #131313;
	margin-top: 5px;
	padding-left: 35px;
	position: relative;
	word-break: break-all;
	font-weight: 600
}

ul.ftr-col-1-list li img {
	position: absolute;
	left: 0;
	top: 0;
	width: 19px
}

.ftr-links-col-2 {
	width: 30%;
	padding: 0 20px 0 0
}

.ftr-links-col-3 {
	width: 20%;
	padding: 0 20px 0 0
}

.ftr-links-col-4 {
	width: 15%
}

.ftr-links-hd {
	float: left;
	width: 100%;
	font-size: 17px;
	line-height: 20px;
	color: #272727;
	font-weight: 600;
	margin-bottom: 10px;
	text-align: left
}

.ftr-links-list {
	float: left;
	width: 100%
}

.ftr-links-list li {
	float: left;
	width: 100%;
	font-size: 16px;
	line-height: 22px;
	color: #272727;
	margin: 4px 0 0;
	letter-spacing: .5px
}

.ftr-links-list li a {
	color: #272727
}

a.social-links {
	display: inline-block;
	vertical-align: middle;
	margin: 0 5px
}

.footr-bottom {
	float: left;
	width: 100%;
	border-top: 1px solid #ccdce2;
	margin-top: 30px;
	padding-top: 30px
}

.ftr-txt {
	float: left;
	font-size: 17px;
	line-height: 20px;
	color: #727272;
	letter-spacing: .5px;
	font-weight: 300
}

.footer-links {
	float: right;
	font-weight: 300;
	font-size: 15px
}

.footer-links a {
	color: #505050;
	margin: 0 10px;
	font-size: 17px
}

.ftr_row {
	display: flex;
	justify-content: space-between
}

#shopify-section-footer .layout__content {
	max-width: 85%;
	margin: auto
}

.footer__links a {
	text-transform: uppercase
}

@media only screen and (max-width:1187px) {
	.scraped-container {
		width: 1004px
	}
	ul.menu-rgt li:first-child {
		display: none
	}
	.top-heading {
		font-size: 28px;
		line-height: 32px
	}
	.top-testimonial p {
		font-size: 17px
	}
	.banner-left {
		margin-top: 25px
	}
	.bnr-rgt-box {
		padding: 25px
	}
	ul.treats-list li {
		margin-right: 7px;
		padding: 8px 13px 10px
	}
	ul.bnr-rgt-list li {
		font-size: 18px;
		line-height: 24px
	}
	.note-txt {
		font-size: 20px;
		margin-top: 20px
	}
	.s1-t-box p {
		font-size: 18px;
		line-height: 26px
	}
	.s2-prod {
		right: -40px;
		top: 220px;
		width: 560px
	}
	.s3-content .common-para {
		padding: 0 50px
	}
	.s4-img-left {
		width: 540px
	}
	.s5-seal {
		width: 120px
	}
	.s5-box {
		padding: 0 25px 0 160px
	}
	.s5-box h3 {
		font-size: 32px
	}
	.s5-box p {
		line-height: 30px
	}
}

@media only screen and (max-width:1023px) {
	.scraped-container {
		width: 750px
	}
	.show-desk {
		display: none
	}
	.show-tab {
		display: block
	}
	ul.menu-rgt {
		margin-right: 40px
	}
	ul.topMenu {
		display: none
	}
	.mob-mnu-ic {
		cursor: pointer;
		position: absolute;
		right: 0;
		top: 23px;
		z-index: 16;
		height: 30px
	}
	.mob-mnu-ic button {
		outline: 0;
		-webkit-appearance: none;
		background: 0 0;
		padding: 0;
		cursor: pointer;
		border: none
	}
	.bar1,
	.bar2,
	.bar3 {
		width: 30px;
		height: 3px;
		background-color: #333;
		transition: .4s;
		-webkit-border-radius: 2px 2px 2px 2px;
		border-radius: 2px 2px 2px 2px
	}
	.bar2 {
		margin: 6px 0
	}
	.dl-active .bar1 {
		-webkit-transform: rotate(-45deg) translate(-6px, 5px);
		transform: rotate(-45deg) translate(-6px, 5px)
	}
	.dl-active .bar2 {
		opacity: 0
	}
	.dl-active .bar3 {
		-webkit-transform: rotate(45deg) translate(-7px, -7px);
		transform: rotate(45deg) translate(-7px, -7px)
	}
	.mobilemenu {
		left: 0;
		position: fixed;
		top: 106px;
		background: #fff;
		z-index: 10;
		right: 0;
		bottom: 0;
		overflow: scroll;
		display: none
	}
	.mobilemenu.top {
		top: 70px
	}
	.mobilemenu li {
		float: left;
		width: 100%;
		text-align: left;
		border-bottom: 1px solid #ddd
	}
	.mobilemenu li a {
		float: left;
		width: 100%;
		padding: 17px 20px;
		font-size: 18px;
		color: #000
	}
	.mobilemenu li a:hover {
		color: #000
	}
	.top-heading {
		font-size: 30px;
		line-height: 40px;
		margin-top: 25px
	}
	.top-testimonial {
		width: 44%;
		margin-top: 20px
	}
	.top-testimonial p {
		font-size: 16px;
		line-height: 24px
	}
	.top-testimonial span {
		font-size: 18px
	}
	.doctor-t {
		padding: 15px 10px 0 100px;
		font-size: 15px
	}
	.top-doctor {
		width: 130px
	}
	.doct-bottom {
		padding: 10px 5px 8px 100px
	}
	.doct-bottom p {
		font-size: 15px
	}
	.doct-bottom p span {
		font-size: 16px
	}
	.doctor-t img {
		width: 120px
	}
	.bnr-rgt-box {
		margin-top: -130px;
		padding: 25px 20px
	}
	.bnr-rgt-txt1 {
		font-size: 14px
	}
	.bnr-rgt-txt1 img {
		top: -6px
	}
	.bnr-rgt-heading {
		font-size: 28px;
		line-height: 34px;
		margin-top: 15px;
		padding-bottom: 10px
	}

	.bnr-rgt-rev-txt {
		font-size: 13px;
		margin-top: 10px
	}
	.bnr-rgt-rev-txt img {
		width: 80px
	}
	.bnr-rgt-rev-txt img.low-stock {
		width: 60px;
		margin: 2px 2px 0 0
	}
	.bnr-rgt-para {
		margin-top: 15px;
		font-size: 19px;
		line-height: 27px
	}
	.bnr-rgt-sub-heading {
		margin-top: 15px
	}
	ul.treats-list {
		margin-top: 0
	}
	ul.treats-list li {
		margin: 10px 10px 0 0
	}
	ul.bnr-rgt-list {
		margin-top: 15px
	}
	ul.bnr-rgt-list li {
		font-size: 16px;
		line-height: 22px
	}
	.note-txt {
		font-size: 17px;
		line-height: 17px
	}
	.seen-logos img {
		margin: 0 25px
	}
	.banner-bottom {
		padding: 50px 0 40px
	}
	.bnr-botom-heading {
		font-size: 24px
	}
	ul.banner-bottom-list li {
		padding: 0 10px
	}
	ul.banner-bottom-list li p {
		font-size: 17px;
		margin-top: 5px
	}
	.common-head {
		font-size: 36px;
		line-height: 48px
	}
	.s1-t-box {
		height: 630px
	}
	.t-verefied {
		width: 140px
	}
	.s2-left {
		width: 100%
	}
	.s2-prod {
		right: -40px;
		top: 440px;
		width: 390px
	}
	ul.s2-list {
		width: 55%
	}
	.section3 {
		background-size: 1800px
	}
	.s3-mid-img {
		margin-left: -120px;
		top: 30px;
		width: 240px
	}
	.s3-content {
		margin-top: 30px
	}
	.s3-list li:nth-child(2),
	.s3-list li:nth-child(3) {
		margin-top: 30px
	}
	.s3-list li span {
		font-size: 20px
	}
	.s3-list li p {
		font-size: 18px
	}
	.s3-content .common-para {
		margin-top: 60px
	}
	.s4-img-left {
		width: 430px
	}
	ul.s4-list {
		margin-top: 0
	}
	ul.s4-list li {
		margin-top: 20px
	}
	ul.s4-bottom-list li img {
		width: 80px
	}
	.s5-content {
		padding-top: 50px
	}
	.s6-box h4 {
		padding: 0 20px
	}
	.s9-blk {
		padding: 30px 10px
	}
	.mail-strip {
		padding: 25px 0
	}
	.mail-strp-lft {
		width: 45%
	}
	.mail-strp-lft span {
		font-size: 32px;
		line-height: 40px
	}
	.mail-strp-lft p {
		font-size: 20px;
		line-height: 28px
	}
	.mail-field {
		margin-top: 0
	}
	.mail-field input {
		padding: 0 10px
	}
	.mail-field {
		width: 55%
	}
	.ftr-links-col-3 {
		width: 15%
	}
	.ftr-links-col-4 {
		width: 20%
	}
}

@media only screen and (max-width:767px) {
	.scraped-container {
		width: 100%;
		padding: 0 10px;
		max-width: 600px;
		box-sizing: border-box
	}
	.show-desk,
	.show-tab {
		display: none
	}
	.show-mob {
		display: block
	}
	.hide-mob {
		display: none
	}
	.top-strip p {
		font-size: 15px;
		padding: 8px 0 5px
	}
	.top-fix-bar {
		margin-bottom: 60px
	}
	.logo {
		width: 150px;
		margin-top: 0
	}
	.search-box {
		display: none
	}
	ul.menu-rgt {
		margin: 20px 45px 0 0
	}
	ul.menu-rgt li a {
		font-size: 17px
	}
	.mob-mnu-ic {
		right: 10px;
		top: 19px
	}
	.mobilemenu {
		top: 90px
	}
	.mobilemenu.top {
		top: 60px
	}
	label.minicart__label:after {
		display: none
	}
	.nav__utils {
		margin-right: 0!important
	}
	.layout__content {
		max-width: 100%!important
	}
	.banner .scraped-container {
		padding: 0
	}
	.banner:after,
	.banner:before {
		display: none
	}
	.banner-top {
		float: left;
		width: 100%;
		background: #e5eef5;
		padding: 0 10px 15px
	}
	ul.breadcrum li:last-child,
	ul.breadcrum li:nth-child(4) {
		display: none
	}
	.top-heading {
		font-size: 26px;
		line-height: 38px;
		letter-spacing: .5px;
		margin-top: 10px
	}
	.top-testimonial {
		width: 100%;
		text-align: center;
		margin-top: 10px
	}
	.top-testimonial p {
		letter-spacing: .6px
	}
	.top-testimonial span img {
		width: 100px;
		margin: 2px 5px 0 0
	}
	.banner-left {
		width: 100%;
		margin: 0;
		padding: 20px 10px
	}
	.bnr-rgt-box {
		width: calc(100% - 20px);
		margin-right: 10px;
		margin-top: 0;
		padding: 15px
	}
	.bnr-rgt-txt1 {
		font-size: 15px;
		line-height: 19px;
		letter-spacing: .5px
	}
	.bnr-rgt-txt1 img {
		top: 5px
	}
	.bnr-rgt-heading {
		font-size: 26px
	}
	ul.bnr-rgt-list li {
		padding-left: 25px;
		font-size: 15px;
		line-height: 21px
	}
	.bnr-rgt-para {
		font-size: 17px;
		line-height: 25px;
		margin-top: 10px
	}
	.bnr-rgt-rev-txt {
		font-size: 14px;
		line-height: 24px
	}
	.bnr-rgt-rev-txt img {
		margin: 2px 3px 0 0
	}
	.bnr-rgt-rev-txt img.low-stock {
		margin: 5px 2px 0 0
	}
	ul.treats-list li {
		padding: 6px 17px 8px
	}
	.doctor-block {
		width: calc(100% - 20px);
		margin-left: 10px
	}
	.as-seen-box {
		padding: 13px 0 15px 0;
		margin-top: 20px;
		background: #e5eef5
	}
	.seen-logos {
		margin-top: 10px
	}
	.seen-logos img {
		margin: 0 10px
	}
	.seen-logos img:nth-child(1) {
		margin-left: 0;
		width: 55px
	}
	.seen-logos img:nth-child(2) {
		width: 45px
	}
	.seen-logos img:nth-child(3) {
		width: 70px
	}
	.seen-logos img:nth-child(4) {
		margin-right: 0;
		width: 74px
	}
	.banner-bottom {
		padding: 25px 0
	}
	ul.banner-bottom-list {
		margin-top: 20px
	}
	ul.banner-bottom-list li {
		padding: 0 35px!important
	}
	ul.banner-bottom-list li:after {
		display: none
	}
	ul.banner-bottom-list li p {
		font-size: 18px;
		line-height: 28px
	}
	.section1 {
		padding: 30px 0;
		background: #fff
	}
	.common-head {
		font-size: 26px;
		line-height: 36px
	}
	.vdo-testimonial-container {
		margin-top: 0;
		padding: 0 15px
	}
	.vdo-testimonial {
		width: 100%;
		margin: 30px 0 0 0
	}
	.s1-t-star {
		margin: 15px 0 0 0
	}
	.vdo-t-name {
		margin-top: 10px
	}
	.s1-bottom-testimonial {
		margin-top: 10px
	}
	.s1-bottom-t {
		width: 100%;
		margin-top: 40px
	}
	.s1-t-box {
		width: 100%;
		height: auto
	}
	.t-verefied {
		width: 200px
	}
	a.common-btn {
		width: 100%;
		margin-top: 30px
	}
	.section2 {
		padding: 10px 0 40px 0
	}
	.s2-left {
		margin-top: 0
	}
	.common-para,
	.s2-para {
		margin-top: 25px
	}
	.s2-prod-m {
		display: inline-block;
		vertical-align: middle;
		max-width: 100%;
		margin-top: 40px
	}
	ul.s2-list {
		width: 100%
	}
	ul.s2-list li {
		padding-left: 60px
	}
	.bottom-curve,
	.top-curve {
		display: none
	}
	.section3 {
		background: #f1f6fa;
		padding: 30px 0 40px
	}
	.s3-mid-img {
		position: static;
		margin: 0 auto;
		width: 200px
	}
	.s3-list {
		width: 100%
	}
	.s3-list.right li {
		padding-left: 60px;
		padding-right: 0;
		text-align: left
	}
	.s3-list.right li img {
		right: auto;
		left: 0
	}
	.s3-list.right span {
		float: left;
		padding-left: 0
	}
	.s3-content .common-para {
		margin-top: 30px;
		padding: 0
	}
	.section4 {
		padding: 30px 0 40px
	}
	.s4-rgt {
		width: 100%;
		text-align: center
	}
	.s4-img-left-m {
		display: inline-block;
		vertical-align: middle;
		width: 300px;
		max-width: 90%;
		margin: 25px 0 0 -25px
	}
	ul.s4-list li img {
		position: static;
		display: inline-block;
		vertical-align: middle
	}
	ul.s4-list li {
		padding: 0 15px
	}
	.s4-sub-heading {
		font-size: 18px;
		margin-top: 30px
	}
	ul.s4-bottom-list {
		margin-top: 5px
	}
	ul.s4-bottom-list li {
		margin: 20px 15px 0
	}
	ul.s4-bottom-list li p {
		font-size: 17px
	}
	.section5 {
		height: auto;
		background: 0 0;
		padding: 0
	}
	.s5-content {
		padding-top: 0
	}
	.s5-box {
		width: 100%;
		padding: 30px 10px;
		text-align: center
	}
	.s5-box.s5-left {
		background: #e3ecf4
	}
	.s5-box.s5-right {
		background: #f1f6fa
	}
	.s5-seal {
		position: static;
		display: inline-block;
		vertical-align: middle
	}
	.s5-box h3 {
		font-size: 26px;
		line-height: 34px;
		margin-top: 15px
	}
	.s5-box p {
		margin-top: 10px;
		font-size: 18px;
		line-height: 30px;
		letter-spacing: 0
	}
	.s5-left.s5-box p {
		font-size: 22px;
		line-height: 34px
	}
	.section6 {
		padding: 30px 0 40px
	}
	.section6 .common-para {
		margin-top: 10px
	}
	.s6-container {
		margin-top: 0
	}
	.s6-box {
		width: 100%;
		padding: 0 10px;
		margin: 30px 0 0 0
	}
	.s6-box h4 {
		margin-top: 20px
	}
	.s6-box p {
		margin-top: 10px
	}
	.section7 {
		padding: 50px 0 40px
	}
	.package-block {
		margin-top: 0;
		width: 100%
	}
	.pack-heading {
		font-size: 27px;
		line-height: 35px;
		padding: 15px;
		letter-spacing: .5px
	}
	.pack-heading br {
		display: none
	}
	.pack-inner {
		padding: 15px 10px
	}
	.pack-select {
		display: none
	}
	.pack-title p {
		padding: 7px 10px 8px 15px
	}
	.pack-details-row {
		flex-wrap: wrap;
		justify-content: center
	}
	.pack-prod-box {
		width: 40%
	}
	.pack-prc-box {
		width: 60%
	}
	.pack-btn-box {
		width: 100%;
		padding-left: 0;
		margin-top: 15px
	}
	.section8 {
		padding: 30px 0 50px
	}
	.section9 .scraped-container {
		padding: 0
	}
	.s9-blk {
		width: 100%;
		border-right: 0;
		border-bottom: 1px solid #ccc;
		padding: 30px
	}
	.mail-strip {
		padding: 20px 0 24px
	}
	.mail-strp-lft {
		width: 100%;
		text-align: center
	}
	.mail-strp-lft span {
		font-size: 30px;
		line-height: 36px
	}
	.mail-strp-lft p {
		font-size: 22px
	}
	.mail-field {
		width: 100%;
		margin-top: 20px;
		height: auto;
		background: 0 0
	}
	.mail-field input {
		width: 100%;
		height: 60px;
		background: #fff;
		border-radius: 8px
	}
	.signUp {
		width: 100%;
		position: static;
		float: left;
		margin-top: 10px
	}
	.footer {
		padding: 10px 0 30px
	}
	.ftr-links-col-1,
	.ftr-links-col-2,
	.ftr-links-col-3,
	.ftr-links-col-4 {
		width: 100%;
		margin-top: 30px
	}
	.ftr-txt {
		width: 100%;
		text-align: center;
		font-size: 15px;
		line-height: 19px
	}
	.footer-links {
		width: 100%;
		text-align: center;
		margin-top: 10px;
		font-size: 15px;
		line-height: 19px
	}
	.footer-links a {
		margin: 0 3px;
		font-size: 15px
	}
}

.pack-btn .button--addToCart {
	background-color: transparent;
	padding: 0
}

.cbd-prod .s3-list.left li img {
	position: initial
}

.cbd-prod .s3-list.right li img {
	position: initial
}

.cbd-prod .s3-list.left li {
	padding-left: 89px;
	text-align: left;
	display: flex;
	align-items: center
}

.cbd-prod .s3-list.right li {
	padding-right: 89px;
	text-align: right;
	display: flex;
	align-items: center;
	justify-content: right;
	flex-direction: row-reverse
}

.cbd-prod .s3-list li span {
	margin: 12px;
	line-height: 31px
}

.cbd-prod .s3-mid-img {
	top: 68px
}

.triforce-prod .s3-list.left li img {
	position: initial
}

.triforce-prod .s3-list.right li img {
	position: initial
}

.triforce-prod .s3-list.left li {
	padding-left: 89px;
	text-align: left;
	display: flex;
	align-items: center
}

.triforce-prod .s3-list.right li {
	padding-right: 89px;
	text-align: right;
	display: flex;
	align-items: center;
	justify-content: right;
	flex-direction: row-reverse
}

.triforce-prod .s3-list li span {
	margin: 12px;
	line-height: 31px
}

.triforce-prod .s3-mid-img {
	top: 50px
}

.prod_top {
	background: #e5eef5
}

.cart__item::before {
	display: none
}

.prod_top h3 {
	margin-bottom: 0!important;
	font-size: 18px;
	font-weight: 500!important;
	padding: 10px 0
}

.unit_price_name {
	justify-content: center
}

.cart__info--text a {
	font-size: 20px;
	text-align: left
}

.qnty_name h3 {
	padding-left: 48px
}

.cart__item {
	border-bottom: 1px solid #eee;
	padding-top: 0;
	padding-bottom: 0
}

.quantity--input__input {
	padding: 3px 8px;
	width: 46px;
	background: #fff
}

.quantity--input {
	background: #fff;
	border-radius: 6px
}

.quantity--input__button {
	padding: 0 11px;
	color: #fff;
	background: #2c5db8;
	font-size: 24px
}

.jsPrice {
	font-size: 18px
}

.cart__total {
	text-align: left;
	flex-basis: 50%
}

.cart__discount,
.cart__grandtotal,
.cart__total .price__total {
	font-size: 18px;
	margin-bottom: 0!important;
	padding-bottom: 9px;
	border-bottom: 1px solid #ccc;
	display: block;
	margin-bottom: 12px!important;
	line-height: 12px;
	margin-top: 18px!important
}

.price_right {
	float: right
}

.clearfix {
	clear: both
}

.button--cart__update {
	margin-right: 0
}

.wc-proceed-to-checkout .cart__continue {
	border: 0!important;
	background: #88abb7;
	color: #fff
}

.wc-proceed-to-checkout .button--cart__update {
	border: 0!important;
	background: #50c353;
	color: #fff;
	font-size: 19px;
	display: inline-block;
	padding: 11px 24px
}

.wc-proceed-to-checkout .checkout-button {
	border: 0!important;
	background: #288d00;
	font-size: 19px;
	padding: 11px 24px
}

.wc-proceed-to-checkout .cart__continue>span {
	color: #fff;
	font-size: 19px
}

.wc-proceed-to-checkout {
	margin-top: 30px
}

#form--9222537d-648a-4d4c-a7c5-37c5df027563 .newsletter__email {
	border: 0
}

#tracktorWrapElement {
	margin-top: 14px
}

#tracktorWrapElement .field {
	max-width: 600px;
	margin: 0 auto;
	float: none!important;
	padding: 0!important
}

#tracktorWrapElement .field input {
	height: 50px;
	margin-bottom: 18px;
	border-style: solid;
	border-color: #c3c3c3;
	border-radius: 5px;
	width: 100%;
	max-width: 100%;
	background: #fff;
	padding: 0 12px;
	font-size: 16px;
	color: #d7d7d7
}

#tracktorOrderForm label {
	text-align: left!important;
	display: none!important
}

#tracktorTrack {
	padding-top: 14px;
	padding-bottom: 14px;
	border-radius: 5px;
	background-color: #288d00;
	font-size: 17px;
	display: block;
	max-width: 100%;
	height: 55px;
	margin-right: auto;
	margin-left: auto;
	color: #fff;
	display: block;
	width: 50%
}

#tracktorOrderForm small {
	color: #2f2f2f;
	font-size: 16px;
	text-align: left;
	width: 1100px;
	display: block;
	margin: 15px auto;
	max-width: 100%;
	line-height: 25px
}

#tracktorOrderForm h1 {
	font-size: 50px;
	margin-top: 30px;
	display: inline-block;
	margin-bottom: 40px!important
}

#tracktor.themeLight {
	padding-bottom: 0!important
}

#tracktorResponseContainer {
	padding-bottom: 0!important
}

#tracktorOrderForm small a {
	color: #2c5db8
}

.newsletter__email {
	color: #333!important
}

.breadcrumb {
	font-size: 18px;
	margin-bottom: 10px
}

.breadcrumbs--default {
	margin-top: 20px!important
}

.b31d36f07-c14d-2486-5006-13418bf9ce35,
.b77d89fe3-fc66-c31a-019f-c714b3bdc49c {
	display: none
}

#section-banner--page {
	min-height: auto!important;
	margin-bottom: 0;
	padding-bottom: 0
}

#button_sticky {
	display: none
}

#section-banner--BFCM {
	background-size: 100% 100%!important;
	background-position: top!important;
	background-repeat: no-repeat!important;
	min-height: 327px!important
}

#shopify-section-product-list .prod-section {
	padding-top: 0
}

@media only screen and (max-width:1024px) {
	#shopify-section-banner--BFCM--mobile {
		display: block
	}
	#section-banner--BFCM--mobile {
		background-size: 100% 100%!important;
		background-position: top!important;
		min-height: 650px!important
	}
	#section-banner--BFCM {
		display: none
	}
}

@media only screen and (max-width:767px) {
	.top_bar_new .marquee-container p {
		display: block;
		padding: 6px 0
	}
	.top_bar_new {
		height: auto!important
	}
	#section-banner--BFCM--mobile {
		min-height: 343px!important
	}
	#button_sticky {
		display: inline-block;
		background-color: #0bb324;
		text-align: center;
		border-radius: 4px;
		position: fixed;
		bottom: 4px;
		transition: background-color .3s, opacity .5s, visibility .5s;
		opacity: 0;
		visibility: hidden;
		z-index: 1000;
		color: #fff;
		padding: 16px 0;
		text-transform: uppercase;
		font-weight: 600;
		font-size: 21px;
		left: 7px;
		right: 7px
	}
	#button_sticky:hover {
		cursor: pointer;
		background-color: #333
	}
	#button_sticky:active {
		background-color: #555
	}
	#button_sticky.show {
		opacity: 1;
		visibility: visible
	}
	#tracktorOrderForm h1 {
		font-size: 25px;
		margin-top: 0;
		display: inline-block;
		margin-bottom: 19px!important
	}
	#tracktorWrapElement .field {
		width: 90%!important
	}
	#tracktorOrderForm small {
		width: 90%
	}
	.prod_top {
		display: none
	}
	.layout__stretchBg .max-width {
		max-width: 100%
	}
	#form--9222537d-648a-4d4c-a7c5-37c5df027563 .newsletter__email {
		font-size: 16px;
		padding: 17px 11px
	}
	.newsletter__form .button {
		font-size: 16px
	}
	.subfooter__block .footer__title {
		font-size: 28px
	}
	.footer__text p {
		line-height: 2em;
		font-size: .9em;
		font-size: 18px
	}
	.subfooter {
		padding: 15px 0
	}
	.subfooter .scraped-container {
		display: flex;
		flex-wrap: wrap!important;
		flex-direction: row
	}
	.footer {
		flex-wrap: wrap
	}
}