@import url('https://fonts.googleapis.com/css2?family=Libre+Franklin:ital,wght@0,600;0,700;0,800;1,400&family=Open+Sans&display=swap');

html {
	scroll-behavior: smooth;
}
.pop-close:before {
	font-family: "Font Awesome 5 Free";
	font-weight: 900;
}
body {
	font-family: 'Open Sans', sans-serif;
	color: #1a1a1a;
	overflow-x: hidden;
}
.lazy-hidden {
	background-color: transparent!important;
}
#page {
	overflow-x: hidden;
}
#content {
	padding-top: 140px;
}
.bg-primary {
	background-color: #063799 !important;
}
.bg-secondary {
	background-color: #ebebeb!important;
}
@media (min-width:1200px) {
	.container {
		max-width: 1300px
	}
}
.navbar-dark .navbar-nav .nav-link:focus, .navbar-dark .navbar-nav .nav-link:hover {
	color: #ffffff;
}
.entry-content, .entry-summary, .page-content {
	margin: 0;
}
.widget {
	margin: 0 0 0
}
.chat.open {
	cursor: pointer;
}
.videoWrapper {
	position: relative;
	padding-bottom: 56.25%;
	height: 0
}
.videoWrapper iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%
}
.yellow-btn {
	background: #fbc52e;
	padding: 20px 55px;
	color: #fff;
	text-transform: uppercase;
	border-radius: 40px;
	font-size: 18px;
	letter-spacing: 1px;
	font-weight: 800
}
.yellow-btn:active, .yellow-btn:focus, .yellow-btn:hover, .yellow-btn:visited {
	color: #fff
}
.order.yellow-btn {
	padding: 15px 55px 20px
}
.order.yellow-btn .icon {
	display: inline-block;
	background: url(../images/dark-cart-icon.png) no-repeat 0 0/cover;
	width: 25px;
	height: 22px;
	position: relative;
	top: 3px;
	left: 5px;
}
.red-btn {
	background: #dc101c;
	padding: 15px 55px;
	color: #fff;
	text-transform: uppercase;
	border-radius: 40px;
	font-size: 18px;
	letter-spacing: 1px;
	font-weight: 800;
	transition: 0.15s ease-in-out;
}
.red-btn:hover {
	background: #f5111a;
	color: #ffffff;
}
.red-btn:active, .red-btn:focus, .red-btn:hover, .red-btn:visited {
	color: #fff;
}

.black-btn {
	background: #000000;
	padding: 15px 55px;
	color: #fff;
	text-transform: uppercase;
	border-radius: 40px;
	font-size: 18px;
	letter-spacing: 1px;
	font-weight: 800;
	transition: 0.15s ease-in-out;
}
.black-btn:hover {
	background: #151515;
	color: #ffffff;
}
.black-btn:active, .black-btn:focus, .black-btn:hover, .black-btn:visited {
	color: #fff;
}
.order.red-btn {
	font-family: 'Libre Franklin',sans-serif;
	margin: 20px 0px;
	padding: 15px 45px 15px 35px;
}
.order.red-btn .icon {
	display: inline-block;
	background: url(../images/cart-icons.png) no-repeat 0 0/cover;
	width: 25px;
	height: 23px;
	position: relative;
	top: 3px;
	left: 12px;
}

.order.black-btn {
	margin: 20px 0px;
	padding: 15px 45px 15px 35px;
}
.order.black-btn .icon {
	display: inline-block;
	background: url(../images/cart-icons.png) no-repeat 0 0/cover;
	width: 25px;
	height: 23px;
	position: relative;
	top: 3px;
	left: 12px;
}
.order.red-btn:hover {
	background: #f5111a;
	color: #ffffff;
}
.order.red-btn:hover .icon {
	/*background-position: 0 -23px;*/
}
.fa, .fab, .fad, .fal, .far, .fas {
	font-display: optional;
}
p {
	font-family: 'Open Sans', sans-serif;
	font-size: 18px;
	line-height: 1.8em;
	margin-bottom: 1rem;
	font-weight: 400
}
.bold, .h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6, strong {
	font-family: 'Libre Franklin', sans-serif;
	font-weight: 800;
	letter-spacing: -0.5px
}
.semibold {
	font-weight: 600
}
.size-14 {
	font-size: 14px
}
.text-red {
	color: #1d5614
}
.text-gray {
	color: #939598
}
.text-y-black {
	color: #000000
}
.text-green {
	color: #bb070e
}
.red-bg {
	background-color: #bb070e
}
.gray-bg {
	background-color: #818181
}
.dwhite-bg {
	background-color: #e7e8e8
}
.fa {
	font-family: "Font Awesome 5 Free"!important;
	font-weight: 900!important;
}
a, a:focus, a:visited {
	color: #c80013;
	outline: 0;
}
a:hover {
	color: #ff000a;
	text-decoration: none;
}
p:last-child {
	margin-bottom: 0;
}
.highlight {
	color: #dc101c;
}
sup {
	font-size: 9px;
	font-weight: 400;
	vertical-align: super;
}
a.btn-primary:visited, a.btn-secondary {
	position: relative;
	color: #fff;
	text-transform: uppercase;
	font-weight: 700;
	text-align: center;
	text-decoration: none;
	border: none;
	border-radius: 0;
	background: #818181;
}
.btn-outline-primary {
	color: #f8991d;
	border: 1px solid #f8991d
}
.btn-outline-primary:hover {
	background-color: #f8991d;
	color: #fff;
	border: 1px solid #f8991d
}
.btn-group-sm>.btn, .btn-sm {
	border-radius: 0
}
.max-800 {
	max-width: 800px;
	margin: 0 auto
}
.btn-primary:not(:disabled):not(.disabled).active, .btn-primary:not(:disabled):not(.disabled):active, .show>.btn-primary.dropdown-toggle, a.btn-primary, a.btn-primary:visited {
	position: relative;
	border-radius: 40px;
	color: #fff;
	font-family: 'Libre Franklin', sans-serif;
	font-weight: 700;
	text-align: center;
	text-decoration: none;
	background: #dc101c;
	border: none;
	transition: none;
	font-size: 18px;
	letter-spacing: 1px;
	line-height: 40px;
	padding: 10px 35px 10px 35px;
	text-transform: none;
}



.btn-md {
	padding: 5px 30px
}
.btn-primary:hover, .btn-primary:not(:disabled):not(.disabled).active:hover, .btn-primary:not(:disabled):not(.disabled):active:hover, .show>.btn-primary.dropdown-toggle:hover {
	color: #fff;
	border: none;
	background: #555
}
.btn-primary:not(:disabled):not(.disabled).active:focus, .btn-primary:not(:disabled):not(.disabled):active:focus, .show>.btn-primary.dropdown-toggle:focus {
	box-shadow: none
}
.btn-primary:not(:disabled):not(.disabled).active:focus, .btn-primary:not(:disabled):not(.disabled):active:focus, .show>.btn-primary.dropdown-toggle:focus {
	box-shadow: none
}
.btn-primary:not(:disabled):not(.disabled).active:after, a.btn-primary:after, a.btn-primary:visited:after {
	position: absolute;
	content: "";
	width: 20px;
	height: 20px;
	background-size: cover;
	top: 18px;
	right: 20px;
	transition: .1s ease-in-out
}
.btn-primary:not(:disabled):not(.disabled).active:hover:after {
	right: 15px
}
.btn-primary.focus, .btn-primary:focus {
	box-shadow: none
}
.btn-outline-primary:not(:disabled):not(.disabled).active, .btn-outline-primary:not(:disabled):not(.disabled):active, .show>.btn-outline-primary.dropdown-toggle {
	color: #fff;
	background-color: #4f9e4f;
	border-color: #4f9e4f
}
.btn-outline-primary:not(:disabled):not(.disabled).active:focus, .btn-outline-primary:not(:disabled):not(.disabled):active:focus, .show>.btn-outline-primary.dropdown-toggle:focus {
	box-shadow: 0 0 0 .2rem rgba(217, 134, 25, .5)
}
.checkmarks {
	list-style: none;
	margin-left: 0;
	padding-left: 0
}
.checkmarks li:before {
	display: inline-block;
	font-family: "Font Awesome 5 Free";
	font-weight: 900;
	content: "\f00c";
	margin-right: 10px;
	transform: rotate(-5deg);
	position: relative;
	top: 0;
}
#above-header-widget-area {
	background-color: #dc101c;
	padding: 15px 0;
	position: relative;
	z-index: 9;
}
.above-header>div {
	margin-bottom: 0
}
#ah p {
	color: #ffffff;
	font-weight: 600;
}
#ah p a {
	color: #ffffff;
}
#ah p a:hover {
	color: #fbc52e;
}
#ah .promo .prc {
	color: #ffffff;
}
#ah .promo label {
	color: #ffffff;
}
.ah-2 {
	margin-bottom: 0
}
.ah-2 .d-lg-flex {
	align-items: center;
	justify-content: center;
	font-size: 11px
}
#ah .promo {
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 12px;
	line-height: 1em;
	margin-left: 15px;
	text-transform: uppercase
}
#ah .promo label {
	margin-bottom: 0
}
#ah .promo .prc {
	font-weight: 700;
	margin-left: 5px
}
.ah-2 {
	text-align: right
}
.ah-3, .header-callout {
	display: none;
}
@media screen and (min-width:991px) and (max-width:1290px) {
	#ah>div>.d-lg-flex {
		flex-direction: column;
		align-items: flex-end;
	}
	.ah-2 {
		max-width: 475px;
	}
}
@media screen and (max-width:1199px) {
	.ah-1 {
		max-width: 275px;
		line-height: 150%
	}
	.ah-2 {
		margin-left: auto;
		line-height: 150%
	}
	.ah-2 .dot {
		display: none
	}
}
@media screen and (min-width: 991px) and (max-width: 1199px) {
	.navbar-nav .nav-link {
		font-size: 15px;
	}
}
@media screen and (max-width:991px) {
	
	.main-navigation li.promo {
		border-bottom: none;
		align-items: center;
		justify-content: center;
		padding: 10px 0
	}
	.main-navigation li.promo label {
		color: #fff;
		font-size: 12px;
		font-weight: 600;
		margin-bottom: 0
	}
	.main-navigation li.promo .prc {
		color: #000;
		background: #fff;
		padding: 0 10px;
		font-size: 12px;
		margin-left: 10px;
		font-weight: 700
	}
	#phone-num p {
		color: #000
	}
	.header-callout #ah {
		background: #dc101c;
		padding: 10px 0
	}
	#ah p{
		margin: 0px 0px 0px auto;
	}
	.header-callout .ah-1 {
		color: #000
	}
	.header-callout {
		background-color: #dc101c;
	}
	.ah-3 {
		display: block;
		text-align: center;
		font-size: 11px;
		letter-spacing: 1px
	}
	#phone-num p {
		margin-bottom: 10px
	}
}
@media screen and (min-width:768px) and (max-width:991px) {
	.ah-2 {
		max-width: 260px;
	}
}
@media screen and (max-width:767px) {
	
	.ah-3, .header-callout {
		display: block;
	}
	
	#ah p {
		margin: 0px auto;
		font-size: 10px;
		max-width: none;
		text-align: center;
	}

	#above-header-widget-area {
		display: none
	}
	.header-callout {
		display: block;
	}
	.main-navigation ul {
		margin-bottom: 0;
		overflow: hidden
	}
	.main-navigation li.phone-num {
		color: #fff;
		float: left;
		font-size: 12px;
		line-height: 1.5em;
		align-items: center;
		padding: 5px 0 5px 15px;
		width: 55%
	}
	.main-navigation li.phone-num a {
		color: #fff;
		margin-left: 5px
	}
	.main-navigation li.promo {
		float: left;
		padding: 15px 15px;
		width: 100%;
	}
	.header-callout > div{
		padding: 0;
	}
	.header-callout p {
		color: #000;
		font-family: 'Libre Franklin', sans-serif;
		font-size: 15px;
		font-weight: 600;
		letter-spacing: 0px;
		line-height: 1.6em;
		margin: 10px auto 10px;
		max-width: 340px;
		text-transform: uppercase;
	}
	.header-callout p a {
		font-size: 15px;
		font-weight: 800;
	}
}
#masthead {
	border-bottom: none;
	margin-bottom: -230px;
	padding: 20px 0px 20px;
	position: relative;
	z-index: 99
}
.page-template-ordernowpage #masthead{
	margin-bottom: 0;
}
@media screen and (max-width:991px) {
	#masthead {
		margin-bottom: 0px;
		padding: 20px 0px 20px;
	}
	#content {
		padding-top: 0px;
	}
}
@media screen and (max-width:767px) {
	#masthead {
        margin-bottom: -1px;
		padding-bottom: 0;
    }
}

#masthead .container>.row {
	align-items: center
}
.page, .post {
	margin: 0
}
.site-header .widget {
	margin-bottom: 0;
	padding: 0px
}
.site-branding {
	width: 100%;
	position: relative
}
.site-branding img {
	max-width: none;
	width: 100%
}
.site-header a.btn-primary {
	display: block
}
.navbar-toggler {
	background: #dc101c;
	position: absolute;
	right: 0;
	top: 0px;
	outline: 0;
}
.navbar-toggler path {
	fill: #fff
}
.navbar-collapse {
	clear: both
}
.main-navigation {
    float: right;
    width: auto;
    margin-bottom: 0;
    margin-left: auto;
    margin-top: 0;
}

.navbar-dark .navbar-nav .outline .nav-link{
	background: #dc101c;
	border: none;
	border-radius: 100px;
	color: #fff;
	margin-top: 0;
	margin-bottom: 0;
	margin-left: 15px;
	padding: 5px 15px;
	display: table
}
.navbar-dark .navbar-nav .outline .nav-link:hover {
	color: #ffffff;
}

.navbar-light .navbar-nav .nav-link{
	color: #000000;
}

.navbar-light .navbar-nav .nav-link:hover{
	color: #dc101c;
}

.navbar-light .navbar-nav .outline .nav-link{
	background: #dc101c;
	border: none;
	border-radius: 100px;
	color: #fff;
	margin-top: 0;
	margin-bottom: 0;
	margin-left: 15px;
	padding: 5px 15px;
	display: table
}
.navbar-light .navbar-nav .outline .nav-link:hover {
	color: #ffffff;
}

.navbar-expand-lg .navbar-nav .nav-link{
	font-weight: 600;
	letter-spacing: 0;
	transition: .1s ease-in-out;
	padding: 5px 20px 5px 20px
}
.navbar-dark .navbar-nav .nav-link {
	color: #ffffff;
}
.page-cart .navbar-dark .navbar-nav .nav-link {
	color: #000000;
}
.navbar-dark .navbar-nav .home-icon a.nav-link, .navbar-dark .navbar-nav li:not(.outline) .nav-link.active {
	color: #dc101c;
}

.navbar-dark .navbar-nav li.outline .nav-link.active{
	color: #ffffff;
}

.navbar-light .navbar-nav .home-icon a.nav-link, .navbar-light .navbar-nav .nav-link.active {
	color: #dc101c;
}
.navbar-light .navbar-nav .outline .nav-link.active{
	color: #ffffff;
}
.navbar-dark .navbar-nav .home-icon a.nav-link .fa {
	position: relative;
	top: 2px
}
.navbar-dark .navbar-nav .nav-link:hover {
	color: #dc101c
}
#shipping-msg {
	background: #063799;
	color: #ffffff;
	font-size: 14px;
	text-align: center;
	padding: 10px 35px;
	font-weight: 700;
	text-transform: uppercase;
	letter-spacing: 0.5px;
	line-height: 1.4em;
}
#shipping-msg strong {
	color: #fbc52e;
	letter-spacing: 0.5px;
}
.menu-above p {
	margin-bottom: 10px;
}
.menu-above p, .menu-above p a {
	color: #000000;
	font-size: 14px;
	font-weight: 800;
	letter-spacing: 0.5px;
	line-height: 1.8em;
	text-transform: uppercase;
}
.mobile-menu-item {
	display: none
}
.main-navigation li.f-social-nav {
	position: absolute;
	top: 10px;
	right: 0;
	width: 155px
}
.f-social-nav .fs-body {
	padding: 10px
}
.f-social-nav #fix-social {
	margin-top: 0;
	border-radius: 10px 0 0 10px
}
.f-social-nav .logo-icon {
	width: 50px;
	height: 40px
}
.nav-menu #fix-social {
	width: 100%
}
.search-nav {
	text-align: center;
	padding: 10px 20px;
	margin-top: 10px
}
.search-nav input[type=search].search-field {
	width: 100%;
	display: block;
	margin: 0 auto 10px;
	font-size: 15px;
	padding: 10px 15px
}
.search-nav .search-submit {
	background-color: #bb070e;
	color: #fff;
	font-size: 14px;
	line-height: 110%;
	border: none;
	letter-spacing: 1px;
	padding: 15px 30px;
	border-radius: 0
}
.menu-right {
	float: right;
	position: relative;
	top: 0px;
}
.menu-right .chat {
	background: url(/wp-content/themes/lehcart/images/chat-icons.png) no-repeat 0 0/cover;
	width: 35px;
	height: 30px;
}
.navbar-light .menu-right .chat {
	background-position: 0 -29px;
}

.navbar-light .menu-right .chat:hover {
	background-position: 0 -29px;
}

.menu-right .chat:hover {
	background: url(/wp-content/themes/lehcart/images/chat-icons.png) no-repeat 0 -30px/cover;
	width: 35px;
	height: 30px;
}

.header-icons {
	display: flex;
	align-items: center;
	justify-content: space-evenly;
	text-align: center;
	overflow: hidden;
	margin: 0 auto 0;
	max-width: 280px
}
.header-icons>div {
	display: inline-block;
	margin-right: 15px
}
.header-icons>div:last-child {
	margin-right: 0
}
.header-icons a {
	display: block
}
.itemCount {
	position: absolute
}
.icon-search a {
	width: 30px;
	height: 25px;
	background: url(../images/header-icons.png) no-repeat 0 center;
	background-size: cover
}
.icon-call a {
	background: url(../images/header-icons.png) no-repeat -37px center;
	background-size: 157px 38px
}
.icon-shipping a {
	width: 40px;
	height: 25px;
	background: url(../images/header-icons.png) no-repeat -147px center;
	background-size: cover
}
.icon-chat a {
	position: relative;
	top: 3px;
	width: 30px;
	height: 25px;
	background: url(../images/header-icons.png) no-repeat 0 center;
	background-size: cover
}
#chat-widget-container {
	z-index: 998!important
}
div#cartIcon {
	width: 30px;
	height: 27px
}
div#cartIcon a {
	width: 30px;
	height: 25px;
	background: url(../images/header-icons.png) no-repeat -97px center;
	background-size: cover
}
#cartIcon.icon-bag .itemCount {
	display: none;
	font-size: 12px;
	background-color: transparent;
	position: relative;
	top: -29px;
	left: 13px;
	text-align: center;
	color: #85bb3e;
	font-family: inherit;
	font-weight: 700
}
div.icon-chat, div.icon-phone {
	display: none
}
@media screen and (min-width:991px) {
	.nav-area {
		display: flex;
		justify-content: space-evenly;
		align-items: center;
		padding-top: 10px
	}
}
@media screen and (max-width:1299px) {
	.main-navigation {
		margin-left: auto;
		margin-right: 20px
	}
}
@media screen and (max-width:1199px) {
	.site-branding img {
		max-width: 175px;
		width: 100%;
	}
	.nav-area {
		padding-top: 0
	}
	.bogo-offer .navbar-dark .navbar-nav .nav-link {
		color: #fff;
	}
	
	.navbar-expand-lg .navbar-nav .nav-link {
		padding: 5px 10px 5px 10px;
		font-size: 13px;
	}
}
@media screen and (max-width:991px) {
	.main-navigation {
		width: 100%
	}
	
	.navbar-dark .navbar-toggler{
		top: -5px;
	}

	.nav-area {
		padding-top: 0
	}
	.main-navigation ul {
		display: block;
		background: #000;
		margin-top: 0px;
		margin-bottom: 0;
		position: relative
	}
	.main-navigation li {
		float: none;
		position: relative;
		border-bottom: 1px solid #333
	}
	.main-navigation .navbar-nav .outline .nav-link {
		margin-top: 10px;
		margin-bottom: 10px;
	}
	.mobile-menu-item {
		display: block
	}
	.navbar-dark .navbar-nav .nav-link,
	.navbar-light .navbar-nav .nav-link{
		color: #fff;
		padding: 8px 30px 8px 20px
	}

	.navbar-expand-lg .navbar-nav .nav-link {
		padding: 10px 15px 10px 15px;
		font-size: 18px;
	}
	.menu-right {
		float: none;
		clear: both
	}
	.main-navigation ul::before {
		content: "";
		width: 0;
		height: 0;
		border-left: 10px solid transparent;
		border-right: 10px solid transparent;
		border-bottom: 10px solid #000;
		position: absolute;
		top: -10px;
		right: 20px
	}
	div.icon-chat, div.icon-phone {
		display: inline-block
	}
	div#cartIcon {
		position: relative;
		top: -6px
	}
	div.icon-search {
		display: none
	}
	.icon-phone a {
		width: 75px;
		height: 70px;
		background: url(../images/header-icons.png) no-repeat -525px center;
		background-size: auto 90%
	}
	#cartIcon.icon-bag .itemCount {
		left: 25px
	}
	.icon-chat a {
		width: 50px;
		height: 40px;
		background-position: -60px top;
		background-size: auto 90%
	}
	div#cartIcon a {
		width: 35px;
		height: 40px;
		background-position: -144px top;
		background-size: auto 90%
	}
	.icon-shipping a {
		width: 56px;
		height: 40px;
		background-position: -212px top;
		background-size: auto 90%
	}
	.icon-phone a {
		width: 42px;
		height: 40px;
		background-position: -300px top;
		background-size: auto 90%
	}
}
@media screen and (max-width:767px) {
	
	.navbar-dark .navbar-toggler{
		top: 0px;
	}

	.site-branding img {
		max-width: 250px;
		width: 100%
	}
	.navbar-dark .navbar-nav .home-icon a.nav-link, .navbar-dark .navbar-nav .nav-link.active {
		color: #ffffff;
	}
	
	.navbar-expand-lg .navbar-nav .nav-link {
		padding: 5px 20px 5px 20px;
		font-size: 16px;
	}
	
	#shipping-msg {
    	background: #dc101c;
		font-size: 11px;
		line-height: 1.4em;
		letter-spacing: 0.5px;
		padding: 10px;
	}
}

@media screen and (max-width:991px) {
	
	.navbar-toggler {
		top: 5px;
	}
	.logo-area {
		padding: 10px 30px
	}
	.category-articles .category-articles h2 {
		padding: 0
	}
	.main-navigation {
		margin-right: 0
	}
	.main-navigation ul::before {
		right: 35px
	}
	
}
@media screen and (max-width:767px) {
	
	.navbar-toggler {
		top: 0;
	}
	.logo-area {
		padding: 10px 25px 10px
	}
	.custom-logo {
		max-width: 85%
	}
	.navbar-toggler {
		top: 5px
	}
}

@media screen and (max-width:567px) {
	.logo-area {
		padding: 10px 35px 10px
	}
}
@media screen and (max-width:361px) {
	.custom-logo {
		max-width: 220px
	}
}
.row .wp-block-column:not(:first-child) {
	margin: 0
}
.row .wp-block-column {
	flex-basis: 100%;
	margin-bottom: 0
}
.page-heading-wrap {
	background: url(../images/water-bg.jpg) center top/cover no-repeat
}
.page-heading-title {
	display: flex;
	align-items: center;
	justify-content: flex-end
}
.page-title {
	text-align: center;
	font-size: 2.2rem;
	margin: 0
}
.arc-desc-wrap {
	display: flex;
	align-items: center
}
.arc-desc {
	max-width: 100%;
	font-size: 1.1rem
}
.page-heading-wrap {
	margin-left: calc(-100vw / 2 + 100% / 2);
	margin-right: calc(-100vw / 2 + 100% / 2);
	max-width: 100vw;
	margin-top: -24px;
	padding: 30px 15px;
	margin-bottom: 40px
}
.page-heading-wrap .ugb-container__wrapper {
	max-width: 1120px;
	margin: 0 auto
}
@media screen and (max-width:767px) {
	.site-header .widget {
		margin-bottom: 0;
		padding: 0
	}
	.arc-desc {
		margin: 0 auto;
		text-align: center
	}
	.page-heading-title {
		display: inline-block;
		margin-bottom: 15px
	}
	.page-title {
		text-align: center
	}
	.header-icons {
		max-width: 300px
	}
	.icon-chat a {
		width: 50px;
		height: 40px;
		background-position: -60px top
	}
	div#cartIcon a {
		width: 35px;
		height: 40px;
		background-position: -144px top
	}
	.icon-shipping a {
		width: 56px;
		height: 40px;
		background-position: -212px top
	}
	.icon-phone a {
		width: 42px;
		height: 40px;
		background-position: -300px top
	}
}
#rma-wrap {
	max-width: 800px;
	margin: 0 auto;
	padding-top: 2rem;
	padding-bottom: 2rem
}
#rma-wrap h4 {
	font-size: 1rem;
	text-align: center
}
#rma-wrap p {
	font-size: .85em;
	font-weight: 600;
	line-height: 1.3em;
	letter-spacing: -.5px;
	max-width: 640px;
	margin: 20px auto
}
#rma-wrap .header {
	border-bottom: solid 3px #89c03d;
	position: relative
}
#rma-wrap .header img {
	display: block;
	margin: 0
}
.refund-products {
	position: relative;
	width: 100%;
	max-width: none;
	border: none;
	margin: 0 auto 0;
	padding: 0;
	max-width: 320px;
	display: block
}
#rma-wrap .wpforms-field-label {
	display: block;
	font-weight: 700;
	font-size: .8em;
	line-height: 1em;
	margin-bottom: .5em;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis
}
#rma-wrap div.wpforms-container-full .wpforms-form .wpforms-submit-container {
	text-align: center
}
#rma-wrap button {
	background: #8fc43d;
	border: none;
	color: #fff;
	cursor: pointer;
	font-weight: 700;
	font-family: 'Lato', sans-serif;
	font-size: 1.1rem;
	margin: 20px 0 0;
	padding: 7px 20px;
	width: 100%;
	max-width: 640px;
	text-transform: uppercase;
	transition: .15s ease-in-out
}
#rma-wrap button:hover {
	background: #9cd543
}
#rma-cta .phone-icon {
	position: relative;
	top: -8px;
	margin-bottom: -10px
}
.rma-section-1 h2 {
	font-size: 1.5rem;
	margin-bottom: 0
}
.rma-section-1 h2 small {
	display: block;
	font-size: 60%;
	line-height: 1.5em;
	padding-top: .5rem;
	padding-bottom: .5rem
}
.rma-section-1 p {
	padding-top: .5rem;
	padding-bottom: 0
}
.rma-section-1 p strong {
	letter-spacing: 0;
}
#rma-wrap .header img {
	max-width: 320px;
	width: 90%;
	margin: 0 auto .5rem;
	display: block
}
@media (min-width:768px) and (max-width:991px) {
	.rma-section-1 h2 {
		font-size: 1.8rem;
		margin-bottom: 0
	}
	.rma-section-1 h2 small {
		font-size: 60%
	}
	#rma-wrap h4 {
		font-size: 1.2rem;
		text-align: right
	}
	#rma-wrap .header img {
		margin: 0 0 .5rem
	}
	.refund-products {
		border: none;
		margin: 0 auto 0;
		padding: 0;
		max-width: 480px;
		display: block
	}
}
@media (min-width:992px) and (max-width:1199px) {
	.rma-section-1 h2 {
		font-size: 1.8rem;
		margin-bottom: 0
	}
	.rma-section-1 h2 small {
		font-size: 70%
	}
	#rma-wrap h4 {
		font-size: 1.2rem;
		text-align: right
	}
	#rma-wrap .header img {
		margin: 0 0 .5rem
	}
	.refund-products {
		border: none;
		margin: 0 auto 0;
		padding: 0;
		max-width: 480px;
		display: block
	}
}
@media (min-width:1200px) {
	.refund-products {
		position: absolute;
		width: 135%;
		max-width: none;
		border: none;
		margin: 0 0 -6px;
		padding: 0
	}
	#rma-wrap h4 {
		font-size: 1.2rem;
		text-align: right
	}
	.rma-section-1 h2 {
		font-size: 2rem;
		margin-bottom: 0
	}
	#rma-wrap .header img {
		margin: 0 0 .5rem
	}
	.rma-section-1 h2 small {
		font-size: 60%
	}
	#rma-wrap .header {
		height: 102px
	}
	#rma-wrap .header h4 {
		color: #000;
		font-size: 1.2rem;
		font-weight: 900;
		position: relative;
		right: 0;
		top: 0px;
		text-align: right;
		margin-top: 0
	}
}
.couponInfo {
	background-color: #ffffb3;
	border: 2px dashed red;
	text-align: center;
	padding: .5em;
	margin: .5em 0;
	display: none;
	font-size: 1.6rem;
	font-family: 'Lato', sans-serif;
}

#order-guarantee{
	background: url(/wp-content/uploads/2022/02/guarantee-prod.jpg) no-repeat 0 0/contain #d8d7dd;
	padding: 40px 0px;
}

#order-guarantee h2{
	margin-bottom: 20px;
	text-align: left;
}


@media screen and (min-width:992px) and (max-width:1199px) {
	
	#order-guarantee{
		background-position: -365px 0px;
	}
	
	#order-guarantee h2 {
		font-size: 40px;
	}
	
	#order-guarantee h4 {
		font-size: 22px;
	}
	
}

@media screen and (min-width:768px) and (max-width:991px) {
	
	#order-guarantee{
		background-position: 0 bottom;
		padding-bottom: 700px;
	}
	
}

@media (max-width:767px) {
	
	#order-guarantee{
		background-position: 0 bottom;
		padding-bottom: 340px;
	}
	
	#order-guarantee h2{
		font-size: 23px;
		margin-bottom: 20px;
		text-align: left;
	}

}

.cart-checkout #product-packages .sub-title {
	line-height: 1.2em;
	font-size: 1.5rem;
	font-weight: 800;
	margin: 0 auto 0;
	max-width: 320px;
	text-align: center
}
.cart-checkout #product-packages a.btn-primary, .cart-checkout #product-packages a.btn-secondary, .cart-checkout #product-packages-2 a.btn-primary, .cart-checkout #product-packages-2 a.btn-secondary {
	color: #fff;
	display: table;
	margin: 15px auto;
	-webkit-transform: skew(0, 0);
	-moz-transform: skew(0, 0);
	-ms-transform: skew(0, 0);
	-o-transform: skew(0, 0);
	transform: skew(0, 0)
}
.cart-checkout #product-packages {
	background: #e0e0e0;
	background: -moz-linear-gradient(left, #e0e0e0 0, #f6f6f6 50%, #e0e0e0 100%);
	background: -webkit-linear-gradient(left, #e0e0e0 0, #f6f6f6 50%, #e0e0e0 100%);
	background: linear-gradient(to right, #e0e0e0 0, #f6f6f6 50%, #e0e0e0 100%);
	padding-top: 0;
	padding-bottom: 0
}
.cart-checkout p {
	font-size: .9rem;
	max-width: 320px;
	margin: 0 auto;
	line-height: 1.2em;
	padding: .5rem
}
.cart-checkout #product-packages .row>div {
	margin-bottom: 0;
	padding-bottom: 0
}
.cart-checkout #product-packages .container {
	max-width: 960px
}
.cart-checkout #product-packages .card-body img {
	margin-bottom: 0 auto
}
.cart-checkout #product-packages h1 {
	color: #ff6f02;
	font-size: 1.2rem;
	font-weight: 800;
	margin-top: 0
}
.cart-checkout #product-packages header strong {
	color: #000;
	font-size: 1rem;
	line-height: 1em;
	font-weight: 800
}
.cart-checkout #product-packages ul {
	list-style: none;
	margin-left: 0;
	margin-bottom: 0;
	padding-left: 0;
	padding-top: 0;
	width: auto;
	display: table;
	margin: 0 auto
}
.cart-checkout #product-packages ul.last {
	margin-bottom: 1rem
}
.cart-checkout #product-packages li {
	font-size: .9em;
	font-weight: 600;
	position: relative;
	padding-left: 15px;
	margin-bottom: .5rem
}
.cart-checkout #product-packages li:last-child {
	margin-bottom: 0
}
.cart-checkout #product-packages li:before {
	position: absolute;
	top: 7px;
	left: 0;
	display: inline-block;
	content: "";
	height: 10px;
	width: 10px;
	background: #235a1b;
	border-radius: 100%
}
.cart-checkout #product-packages .card-retail {
	text-align: center;
	font-weight: 700;
	color: #000;
	font-size: 1.1rem;
	margin-bottom: -10px;
	letter-spacing: -1px;
	padding: 10px 0 0
}
.cart-checkout .line-through {
	text-decoration: line-through
}
.cart-checkout #product-packages .card-sale-price, .cart-checkout #product-packages-2 .card-sale-price {
	margin: 0 auto 15px;
	text-align: center;
	font-weight: 800;
	font-size: 2rem;
	color: red
}
.cart-checkout #product-packages-2 .card-sale-price {
	margin-bottom: 0;
	padding-bottom: 0
}
#product-packages-2 {
	text-align: center
}
#oralspray-section-two .card-retail {
	text-align: center;
	margin-bottom: 0;
	padding-bottom: 0
}
.cart-checkout #product-packages sup, .cart-checkout #product-packages-2 sup {
	top: 0;
	font-size: 1em;
	vertical-align: baseline;
	font-weight: inherit
}
#oralspray-section-one h2 {
	max-width: 530px;
	font-weight: 800;
	line-height: 1em;
	margin-bottom: 1rem
}
#oralspray-section-one .highlight {
	color: #dc101c;
	font-weight: 800
}
#oralspray-section-one {
	background: #fff;
	padding-top: 0;
	padding-bottom: 2rem
}
#oralspray-section-one .bullets {
	border: solid 3px #1c5513;
	border-radius: 10px;
	margin: 1rem auto 0;
	padding: 1rem 2rem;
	max-width: 960px
}
#oralspray-section-one .bullets ul {
	list-style: none;
	margin-left: 0;
	padding-left: 0;
	margin-bottom: 0
}
#oralspray-section-one .bullets li {
	font-weight: 600;
	position: relative;
	padding-left: 15px;
	margin-bottom: .6rem
}
#oralspray-section-one .bullets li:last-child {
	margin-bottom: 0
}
#oralspray-section-one .bullets li:before {
	position: absolute;
	top: 7px;
	left: 0;
	display: inline-block;
	content: "";
	height: 10px;
	width: 10px;
	background: #235a1b;
	border-radius: 100%
}
#oralspray-section-two {
	background: #000
}
#oralspray-section-two .row>div:first-child {
	background: url(../images/oral-spray-bg.jpg) no-repeat 0 center/100% auto #000;
	padding-top: 2rem;
	padding-bottom: 2rem
}
#oralspray-section-two h2 {
	color: #fff
}
#oralspray-section-two p {
	color: #fff
}
#oralspray-section-two .inner-wrap {
	padding: 2rem 1rem
}
#oralspray-section-two .inner-wrap .btn-primary {
	margin-bottom: 0
}
.cart-checkout #product-packages a.btn-primary, .cart-checkout #product-packages-2 a.btn-primary {
	background: #ff6f02;
	color: #fff;
	font-size: 1rem;
	line-height: 1em;
	padding: 1rem 1rem
}
@media (min-width:768px) {
	#oralspray-section-one {
		padding-top: 2rem
	}
	.cart-checkout #product-packages h1 {
		font-size: 2rem;
		margin-bottom: 1rem
	}
	.cart-checkout #product-packages li {
		font-size: 1em;
		margin-bottom: .8rem
	}
	.cart-checkout #product-packages header strong {
		font-size: 1.4rem;
		font-weight: 800
	}
	.cart-checkout p {
		font-size: 1rem;
		max-width: none;
		margin: 0 0 10px;
		line-height: 1.6em;
		padding: 0 0
	}
	.cart-checkout #product-packages ul {
		padding-top: 3rem
	}
	#oralspray-section-one .bullets ul {
		margin-left: 2rem
	}
	.cart-checkout .arrow-right {
		position: absolute;
		right: -25.3px;
		width: 0;
		height: 0;
		border-top: 25.3px solid transparent;
		border-bottom: 25.3px solid transparent;
		border-left: 25.3px solid #ff6f02;
		top: 0
	}
	#oralspray-section-two .inner-wrap {
		max-width: 800px;
		padding: 2rem
	}
	.cart-checkout #product-packages a.btn-primary, .cart-checkout #product-packages-2 a.btn-primary {
		color: #fff;
		font-size: 1.2rem;
		line-height: 1em
	}
}
.page-template-page-hypergh-upsell #oralspray-section-two {
	background: #000
}
@media (min-width:768px) {
	.page-template-page-hypergh-upsell #oralspray-section-one .bullets {
		margin: 2rem auto 2rem;
		padding: 1rem 2rem
	}
	.page-template-page-hypergh-upsell #oralspray-section-three h2 {
		text-align: left
	}
	.page-template-page-hypergh-upsell #oralspray-section-three .large-txt p {
		color: #fff;
		font-size: 1.4rem;
		padding: 0 2rem
	}
}
@media (min-width:992px) {
	.page-template-page-hypergh-upsell #oralspray-section-one img {
		display: block;
		position: absolute;
		left: -100px;
		top: -25px;
		width: 200px;
		z-index: 9
	}
	.page-template-page-hypergh-upsell #oralspray-section-two .muscle:before {
		content: "";
		display: block;
		background: url(images/muscular-man.png) no-repeat right center/auto 100% transparent;
		width: 875px;
		height: 948px;
		position: absolute;
		top: 0;
		left: -415px;
		z-index: 2
	}
	.page-template-page-hypergh-upsell #oralspray-section-three .muscle:before {
		content: "";
		display: block;
		background: url(images/muscular-man-2.jpg) no-repeat right center/auto 100% transparent;
		width: 815px;
		height: 803px;
		position: absolute;
		top: 0;
		left: -385px;
		z-index: 2
	}
	.page-template-page-hypergh-upsell #product-packages-2 {
		padding-top: 2rem
	}
}
@media (min-width:1500px) {
	.page-template-page-hypergh-upsell #oralspray-section-two .muscle:before {
		width: 875px;
		height: 1021px;
		left: -225px;
		z-index: 2
	}
}
.page-template-page-hypergh-upsell #oralspray-section-two h2 {
	color: #fff;
	font-size: 1.5rem;
	font-weight: 800;
	margin-bottom: 1.5rem;
	text-align: center
}
.page-template-page-hypergh-upsell #oralspray-section-two p {
	color: #fff
}
.page-template-page-hypergh-upsell #oralspray-section-two .bold-txt {
	margin-bottom: 20px;
	font-size: 1.5rem;
	text-align: center
}
.page-template-page-hypergh-upsell #oralspray-section-two li {
	color: #fff;
	margin-bottom: 10px;
	padding-left: 25px;
	position: relative;
	font-size: 1rem;
	font-weight: 600
}
.page-template-page-hypergh-upsell #oralspray-section-two li:before {
	content: "";
	display: block;
	position: absolute;
	left: 0;
	top: 3px;
	background: #73100c;
	border: solid 1px #fff;
	border-radius: 100%;
	width: 20px;
	height: 20px
}
.page-template-page-hypergh-upsell #oralspray-section-two .inner-wrap {
	padding: 2rem 1rem
}
.page-template-page-hypergh-upsell #oralspray-section-two .inner-wrap .btn-primary {
	margin-bottom: 0
}
.page-template-page-hypergh-upsell #oralspray-section-two .gray-bar {
	background: #e0e0e0;
	height: 240px;
	position: relative
}
.page-template-page-hypergh-upsell #oralspray-section-two .gray-bar img {
	top: -1.5rem;
	position: relative;
	z-index: 2
}
.page-template-page-hypergh-upsell #oralspray-section-two .gray-bar:before {
	content: "";
	background: #e0e0e0;
	position: absolute;
	top: 0;
	left: -100%;
	width: 100vh;
	height: 100%;
	z-index: 1
}
.page-template-page-hypergh-upsell #oralspray-section-two .gray-bar:after {
	content: "";
	background: #e0e0e0;
	position: absolute;
	top: 0;
	right: -100%;
	width: 100vh;
	height: 100%;
	z-index: 1
}
.page-template-page-hypergh-upsell #oralspray-section-two p {
	color: #fff
}
.page-template-page-hypergh-upsell #product-packages header {
	background: 0 0;
	padding: 15px 0 8px
}
.page-template-page-hypergh-upsell #product-packages a.btn-primary, .page-template-page-hypergh-upsell #product-packages-2 a.btn-primary {
	border-radius: 0;
	display: table;
	margin: 0 auto 1rem;
	background: #73100c;
	font-size: 1.2rem;
	line-height: 1em;
	padding: 1rem 1rem
}
@media (max-width:767px) {
	.page-template-page-hypergh-upsell #product-packages a.btn-primary .arrow-right, .page-template-page-hypergh-upsell #product-packages a.btn-primary:after {
		display: none
	}
}
@media (min-width:768px) {
	.page-template-page-hypergh-upsell #oralspray-section-one {
		padding-top: 2rem
	}
	.page-template-page-hypergh-upsell #oralspray-section-two h2 {
		color: #fff;
		font-size: 2rem;
		font-weight: 800;
		margin-bottom: 1.8rem;
		text-align: left
	}
	.page-template-page-hypergh-upsell #product-packages p {
		font-size: 1.1rem;
		font-weight: 600;
		max-width: 600px;
		margin: 0 auto 8px;
		line-height: 1.6em;
		padding: 0 0
	}
	.page-template-page-hypergh-upsell li {
		font-size: 1.1rem
	}
	.page-template-page-hypergh-upsell #product-packages h1 {
		font-size: 2.4rem;
		margin-bottom: 1rem;
		line-height: 1em
	}
	.page-template-page-hypergh-upsell #product-packages li {
		font-size: 1.2rem;
		margin-bottom: 0
	}
	.page-template-page-hypergh-upsell #product-packages header strong {
		font-size: 1.6rem;
		font-weight: 800
	}
	.page-template-page-hypergh-upsell p {
		font-size: 1.1rem;
		font-weight: 600;
		max-width: none;
		margin: 0 0 8px;
		line-height: 1.6em;
		padding: 0 0
	}
	.page-template-page-hypergh-upsell #product-packages ul {
		padding-top: 3rem
	}
	.page-template-page-hypergh-upsell #oralspray-section-one .bullets ul {
		margin-left: 2rem
	}
	.page-template-page-hypergh-upsell .arrow-right {
		position: absolute;
		right: -25.3px;
		width: 0;
		height: 0;
		border-top: 25.3px solid transparent;
		border-bottom: 25.3px solid transparent;
		border-left: 25.3px solid #73100c;
		top: 0
	}
	.page-template-page-hypergh-upsell #oralspray-section-two .inner-wrap {
		max-width: 800px;
		padding: 2rem
	}
	.page-template-page-hypergh-upsell #oralspray-section-three .bullets li {
		display: inline-block;
		width: calc(50% - 15px);
		font-weight: 600;
		position: relative;
		padding-left: 15px;
		margin-bottom: 0
	}
}
#contact-page {
	padding-bottom: 40px;
	position: relative;
}
#contact-page .first {
	background: #ebebeb;
}
#contact-page a {
	color: #000;
}
#contact-page a:hover {
	color: #000;
	text-decoration: underline;
}
@media screen and (min-width:768px) {
	#contact-page .first {
		background: transparent;
	}
	#contact-page:before {
		display: block;
		content: "";
		background: #ebebeb;
		width: 50%;
		height: 100%;
		position: absolute;
		top: 0;
		left: 0;
	}
}
#contact-page h2 {
	font-size: 32px;
	font-weight: 800;
	margin-bottom: 0;
	padding: 20px 0px;
}
#contact-page .inner h3 {
	font-size: 24px;
	text-align: left;
}
#contact-page .inner .smaller {
	padding: 10px 0px;
}
.contact-wrap .page-header {
	background: url(/wp-content/uploads/2019/07/water-bg.jpg);
	background-size: cover
}
.contact-wrap .letter {
	margin-bottom: 4rem
}
.contact-wrap .fa-phone {
	font-size: 4rem;
	color: #939598
}
#contact-page .last p .highlight {
	display: block;
	font-size: 21px;
	margin: 1rem 0
}
.contact-wrap form {
	background: #f0f0f0;
	padding: 1rem
}
.contact-wrap form label {
	font-size: 15px!important;
	font-weight: 400!important;
	color: #999
}
#contact-page div.wpforms-container-full .wpforms-form input[type=submit], #contact-page div.wpforms-container-full .wpforms-form button[type=submit], #contact-page div.wpforms-container-full .wpforms-form .wpforms-page-button {
	background-color: #fbc52e;
	border: 1px solid #fbc52e;
	font-family: 'Open Sans', sans-serif;
	font-size: 16px;
}
div.wpforms-container-full .wpforms-form input[type=date], div.wpforms-container-full .wpforms-form input[type=datetime-local], div.wpforms-container-full .wpforms-form input[type=datetime], div.wpforms-container-full .wpforms-form input[type=email], div.wpforms-container-full .wpforms-form input[type=month], div.wpforms-container-full .wpforms-form input[type=number], div.wpforms-container-full .wpforms-form input[type=password], div.wpforms-container-full .wpforms-form input[type=range], div.wpforms-container-full .wpforms-form input[type=search], div.wpforms-container-full .wpforms-form input[type=tel], div.wpforms-container-full .wpforms-form input[type=text], div.wpforms-container-full .wpforms-form input[type=time], div.wpforms-container-full .wpforms-form input[type=url], div.wpforms-container-full .wpforms-form input[type=week], div.wpforms-container-full .wpforms-form select, div.wpforms-container-full .wpforms-form textarea {
	border-radius: 5px;
	font-size: 12px
}
.contact-wrap a.btn-primary, .contact-wrap a.btn-primary:not(:disabled):not(.disabled):active, .contact-wrap a.btn-primary:visited, button#wpforms-submit-7 {
	width: 100%;
	max-width: 300px;
	background: #f8991d;
	color: #fff;
	border: none;
	padding: 18px 10px;
	text-transform: none;
	font-weight: 300!important
}
.contact-wrap a.btn-primary, .contact-wrap a.btn-primary:not(:disabled):not(.disabled):active, .contact-wrap a.btn-primary:visited, .contact-wrap a.btn-secondary, .contact-wrap a.btn-secondary:not(:disabled):not(.disabled):active, .contact-wrap a.btn-secondary:visited {
	color: #fff;
	border: none;
	padding: 18px 10px;
	width: 33%;
	line-height: 40px;
	max-width: none;
	text-transform: none;
	font-weight: 300!important
}
.contact-wrap a.btn-primary:hover, button#wpforms-submit-7:hover {
	background: #de8a18
}
.search-title {
	color: #000
}
.search-title span {
	color: #131313
}
.warning-wrap {
	text-align: center;
	margin-bottom: 30px
}
.form-wrap {
	text-align: center
}
.form-wrap input {
	padding: 10px 20px;
	font-size: 16px;
	line-height: 130%;
	border-radius: 0
}
.form-wrap input.search-submit {
	background: #1d5614;
	color: #fff;
	font-weight: 700
}
div#cartBlock {
	margin: 40px auto
}
.cart-container, .cart-container select {
	font-family: inherit
}
.cart-container>.cart>.header>.column, .cart-container>.cart>.line-item-container>.line-item>.column {
	padding: .4em .6em;
	border-right: solid 1px #ccc;
	box-sizing: border-box;
	font-size: 16px;
	line-height: 160%
}
.cart-container .title {
	font-weight: 700;
	color: #333132;
	font-size: 16px
}
#cartBlock .r-space {
	margin-bottom: 10px
}
.cart-container .summary .heading, .cart-container .summary .line-item {
	padding: .4em .6em
}
.cart-container .heading {
	font-size: 16px;
	line-height: 170%
}
@media screen and (max-width:567px) {
	div#cartBlock h1 {
		text-align: center
	}
	.cart-container>.cart>.line-item-container>.line-item>.product {
		display: flex;
		align-content: center
	}
	.cart-container>.cart>.line-item-container>.line-item>.product>.product-description {
		display: flex;
		align-items: center;
		margin-top: 0
	}
	.cart-container>.cart>.line-item-container>.line-item>.column {
		border-top: solid 1px #ccc
	}
	#contact-page h3 {
		font-size: 18px
	}
}
.max-area {
	max-width: 1280px;
	margin: 0 auto
}

#footer-wrap{
	background: #000000;
}

.ft-icon {
	position: relative;
	display: block;
	margin: 0px auto 30px;
}
.ft-shipping {
	background: url(../images/truck-ico.png) no-repeat center center /auto;
	width: 80px;
	height: 55px;
}
.ft-return {
	background: url(../images/return-ico.png) no-repeat center center /auto;
	width: 80px;
	height: 55px;
}
.ft-secure {
	background: url(../images/secure-ico.png) no-repeat center center /auto;
	width: 80px;
	height: 55px;
}
.ft-chat {
	background: url(../images/chat-ico.png) no-repeat center center /auto;
	width: 80px;
	height: 55px;
}
.ft-text {
	color: #000;
	text-align: center;
	font-size: 1rem;
	line-height: 1.2em;
	display: inline-block;
	position: relative;
	top: -20px
}
.ft-text span {
	color: #063799;
	display: block;
	font-weight: 700;
	font-size: 1.1rem;
	margin-bottom: 5px;
}
.ft-wrap {
	border-right: 1px solid #ccc;
	text-align: center
}
.ft-wrap.row-last {
	border-right: none
}
#ft1 {
	background: #ffffff;
}
@media screen and (max-width:576px) {
	.products-template-single-products-shop #tabs {
		padding-top: 2rem
	}
	.products-template-single-products-shop #product-tabs-tab .nav-link {
		font-size: 14px;
		padding: .5rem 1rem
	}
}
.ft2-1 {
	padding-top: 30px;
	padding-bottom: 30px
}
.ft2-2 {
	padding-top: 40px;
	padding-bottom: 0px
}
.ft2-3 {
	padding-top: 15px;
	padding-bottom: 15px
}
.ft2-2 .col {
	min-width: 150px
}
.ft2-1 img.footer-logo {
	display: block;
	margin: 25px auto 25px;
	max-width: 350px;
	width: 80%
}
.about-leh {
	margin: 0 0 25px;
	line-height: 200%
}
footer .d-flex {
	align-items: center;
	justify-content: center;
	max-width: 100%;
	text-align: center;
	margin: 0 auto
}
footer .bbb {
	display: block;
	margin-bottom: 0;
	margin-right: 15px;
	margin-top: 10px
}
footer ul.social-icons {
	margin: 5px 5px 15px 5px;
	padding: 0
}
footer ul.social-icons li {
	width: 45px;
	height: 45px;
	margin: 0 5px;
}
footer ul.social-icons li:hover {
	background-color: transparent;
}
footer ul.social-icons li a {
	color: #fff;
	font-size: 30px;
	line-height: 42px;
	display: block
}
footer .social-icons li a:hover {
	color: #dc101c
}

#ft2 p{
    color: #ffffff;
    font-size: 14px;
    margin-bottom: 5px;
}

#ft2 .disclaimer {
    margin-bottom: 20px;
    max-width: 700px;
}

.ft2-2 {
    padding-top: 40px;
    padding-bottom: 40px;
}

.ft2-2 .menu {
	margin: 0px 0px 10px 0px;
	padding: 0
}

.ft2-2 .menu li {
	display: inline-block;
	list-style: none;
	padding: 5px 0px 20px;
	font-size: .9rem;
	text-align: left;
	width: 31.3%;
}

.ft2-2 .menu li a {
	color: #ffffff;
}
.ft2-2 .menu li a:hover {
	color: #dc101c
}
.ft2-3 {
	text-align: center;
	color: #636466;
	padding-top: 35px
}
.ft2-3 h4 {
	color: #362f2d;
	font-size: 1.83rem
}
.ft2-3 p {
	color: #362f2d;
	font-size: 1.2rem;
	max-width: 100%;
	margin: 0 auto
}
.ft2-3 .s-privacy {
	color: #636466;
	font-size: 1rem;
	font-style: italic;
	margin-bottom: 0
}
#newsletter {
	background: #ebebeb;
	padding: 2rem 0 4rem
}
@media screen and (min-width:992px) {
	.webp #newsletter {
		background: url(../images/wood-bg.jpg) no-repeat 25% bottom #ebebeb
	}
	.no-webp #newsletter {
		background: url(../images/wood-bg.jpg) no-repeat 25% bottom #ebebeb
	}
}
@media screen and (min-width:1680px) {
	#newsletter {
		background-position: 20% bottom
	}
}
form#f-subscribe {
	margin: 15px auto 5px;
	max-width: 80%
}
form#f-subscribe input[type=text] {
	width: 78%;
	padding: 0 15px;
	height: 35px;
	line-height: 35px;
	border-radius: 0;
	border: 1px solid #9b9c9c
}
form#f-subscribe input[type=submit] {
	width: 20%;
	padding: 0;
	height: 35px;
	line-height: 35px;
	border: 1px solid #d51c33;
	background-color: #d51c33;
	border-radius: 0;
	font-weight: 700;
	color: #fff;
	position: relative;
	left: -5px;
	top: -1px
}
.dgray-bg {
	background-color: #636466
}
.clinical-txt {
	color: #ffffff;
	font-size: 14px;
	margin-bottom: 40px;
}
.clinical-txt p {
	font-size: 14px;
}
.clinical-txt a {
	color: #ffffff;
}
.clinical-txt a:hover {
	color: #fbc52e;
}
.clinical-txt h4 {
	font-size: 16px;
	letter-spacing: 0;
}
.copyr p {
	color: #fff;
	font-size: 14px;
	line-height: 160%;
	margin: 0 auto 2px;
	padding: 0
}
.disclaimer p {
	color: #fff;
	font-size: 12px;
	line-height: 160%;
	text-align: center;
	padding: 15px 30px;
	border: 2px solid #fff;
	margin: 0 auto 30px
}
.padding-side {
	padding-left: 20px;
	padding-right: 20px
}

@media screen and (max-width:1180px) {
	.ft-icon {
		display: block;
		margin: 0 auto 15px
	}
	.ft-text {
		display: block;
		top: -10px
	}
}
@media screen and (max-width:991px) {
	.ft2-1 {
		text-align: center
	}
	.footer ul.social-icons {
		float: none;
		margin: 5px auto 15px;
		padding: 0
	}
	footer .bbb {
		float: none;
		margin-bottom: 0;
		display: block
	}
	.copyr p {
		text-align: center
	}
	footer ul.social-icons {
		float: none;
		margin: 5px auto;
		padding: 0
	}
	.ft2-2 .menu li {
		display: inline-block;
		list-style: none;
		padding: 5px 10px 20px;
		font-size: .8rem;
		text-align: left;
		width: calc(33.3% - 30px)
	}
	.ft2-2 {
		padding-bottom: 0
	}
	.ft2-1 {
		padding-bottom: 0
	}
	#ft2 .container {
		border: none
	}
}
@media screen and (min-width:768px) and (max-width:1199px) {
	footer .d-flex {
		align-items: center;
		justify-content: center;
		margin: 30px auto 30px;
		flex-direction: row;
		text-align: center;
		max-width: 320px;
	}
	.ft2-2 .menu {
		margin: 0 auto;
		padding: 0;
		width: 600px
	}
	.ft2-2 .menu li {
		display: inline-block;
		list-style: none;
		padding: 5px 0px 20px 15px;
		font-size: .9rem;
		text-align: left;
		width: 31.9%
	}
	footer .bbb {
		display: block;
		margin-bottom: 0;
		margin-right: auto;
		margin-top: 7px;
		margin-right: 15px
	}
	.clinical-txt {
		margin: 10px auto 30px;
		max-width: 640px;
		padding: 0px 15px;
		text-align: center;
	}
}
@media screen and (min-width:768px) and (max-width:991px) {
	.ft-text {
		font-size: 14px;
	}
}
@media screen and (max-width:767px) {
	#ft1 .col-first {
		border-bottom: 1px solid #fff
	}
	.copyr {
		padding-top: 0
	}
	#ft2 .menu {
		text-align: center
	}
	.col-last .ft-icon {
		margin-top: 10px
	}
	#ft2 .menu {
		max-width: 320px;
		margin: 0px auto 20px;
		text-align: center;
		overflow: hidden;
	}
	.ft2-2 .menu li {
		list-style: circle;
		padding: 5px 0 10px 5px;
		font-size: .9rem;
		text-align: left;
		color: #fff;
		width: 49%
	}
	.ft2-2 .menu li:last-child {
		float: left;
	}
	footer .d-flex {
		align-items: center;
		justify-content: center;
		margin: 30px auto 10px;
		flex-direction: row;
		text-align: center;
		max-width: 320px;
	}
	footer .bbb {
		float: none;
		margin-bottom: 0;
		display: block
	}
	.clinical-txt h4 {
		font-size: 14px;
	}
	.clinical-txt {
		color: #ffffff;
		font-size: 14px;
		margin-bottom: 40px;
		max-width: 320px;
		margin: 20px auto 0px;
		text-align: center;
	}
	.study-notes p {
		margin-bottom: 0px;
	}
	.ft2-2 {
		padding: 20px 40px
	}
}
#ft3 {
	padding-top: 0;
	padding-bottom: 20px
}
.fix-social-wrap {
	z-index: 999
}
.fs-body:after {
	content: "";
	width: 100px;
	height: 1px;
	display: block;
	clear: both
}
#fix-social {
	z-index: 99999;
	background-color: #1d5614;
	margin-top: 10px;
	border-radius: 0 0 10px 0;
	color: #fff;
	width: 0;
	overflow-x: hidden;
	transition: .5s;
	max-height: 315px;
	overflow: hidden;
	display: inline-block
}
.fix-social-wrap.show-fnav #fix-social {
	width: 155px
}
.show-fnav .fix-social-toggler {
	margin-left: -28px
}
.fix-social-toggler {
	display: inline-block;
	margin-top: 10px;
	background-color: #1d5614;
	color: #fff;
	margin-left: -5px;
	padding: 5px;
	border-radius: 0 5px 5px 0;
	height: 40px;
	width: 35px
}
.fix-social-toggler span {
	color: #fff;
	padding: 5px;
	line-height: 130%;
	cursor: pointer;
	width: 30px;
	overflow: hidden;
	display: block;
	height: 27px
}
.closebtn.flip i:first-child {
	display: none
}
.fs-header {
	border-bottom: 1px solid #fff;
	padding: 12px 0 11px;
	width: 155px
}
.fs-header span {
	font-size: 1rem;
	font-weight: 700;
	display: block
}
.fs-header p {
	font-size: 11px;
	line-height: 130%
}
.fs-body {
	padding: 20px 10px;
	width: 155px
}
.fs-body ul {
	margin: 0;
	padding: 0
}
.fs-body ul li {
	list-style: none
}
.main-navigation ul ul.fs-reasons, .main-navigation ul ul.social-icons {
	position: relative!important;
	float: none;
	clear: both;
	top: auto;
	left: 0;
	box-shadow: none;
	display: block
}
ul.fs-reasons li {
	font-size: 11px;
	padding: 3px 0;
	display: block;
	position: relative
}
ul.fs-reasons li i {
	font-size: 10px;
	margin-right: 3px
}
.fs-body ul.social-icons li a, ul.fs-reasons li a {
	color: #fff;
	width: auto
}
.fs-body ul.social-icons li a:hover, ul.fs-reasons li a:hover {
	color: #f89a21
}
.logo-icon {
	width: 70px;
	height: 60px;
	background: url(../images/logo-icon.png) center/contain no-repeat;
	margin: 5px auto;
	clear: both
}
ul.social-icons li {
	display: inline-block;
	font-size: 20px;
	padding: 0 4px;
	color: #fff;
	width: 30px
}
ul.social-icons {
	text-align: center
}
nav .fix-social-toggler {
	display: none
}
.slash-title {
	font-size: 1.8rem;
	background-color: #fff;
	display: inline-block;
	margin: 0 auto;
	z-index: 999;
	position: relative;
	padding: 0 30px;
	color: #362f2d;
	text-transform: uppercase
}
.slash {
	position: relative;
	text-align: center;
	margin: 40px 0 25px
}
@media screen and (min-width:768px) {
	.slash:before {
		content: "";
		width: 100%;
		height: 3px;
		background-color: #362f2d;
		display: block;
		position: absolute;
		top: 50%
	}
}
@media screen and (max-width:991px) {
	#ft3 {
		padding-top: 40px;
		padding-bottom: 30px
	}
}
@media screen and (max-width:767px) {
	#ft3 {
		padding-top: 0
	}
}
.dots-wrap {
	margin: 0 0 8px;
	padding: 0
}
.dots-wrap li {
	list-style: none
}
.dot-down, .dot-up {
	width: 25px;
	height: 25px;
	display: block;
	position: relative;
	left: -5px;
	cursor: pointer
}
.dot-down::before, .dot-up::before {
	content: "\f077";
	font-family: "Font Awesome 5 Free";
	font-weight: 900;
	position: absolute;
	top: 0;
	font-size: 25px;
	color: #87888a;
	line-height: 25px
}
.dot-down:before {
	content: "\f078"
}
.vertical-dot-nav {
	position: fixed;
	z-index: 9;
	padding: 0 10px 10px 10px
}
.vertical-dot-nav .dot {
	position: relative;
	background-color: transparent;
	border: 2px solid #87888a;
	border-radius: 15px 15px 15px 15px;
	cursor: pointer;
	padding: 5px;
	height: 10px;
	margin: 10px 10px 0 0;
	width: 10px;
	vertical-align: bottom
}
.dot-hover, .dot.active, .dot:hover {
	background-color: #87888a
}
@media screen and (max-width:619px) {
	.vertical-dot-nav {
		display: none
	}
}
.latest-posts {
	padding-bottom: 50px
}
.latest-posts .widget-title {
	position: relative
}
.latest-posts .widget-title span {
	position: relative;
	background: #fff;
	display: inline-block;
	padding: 0 15px
}
.latest-posts .widget-title:before {
	position: absolute;
	left: 0;
	content: "";
	width: 100%;
	height: 2px;
	background: #000;
	top: 19px
}
.latest-posts article {
	border: 8px solid #f3f3f3;
	background-color: #fff;
	max-width: calc(33.333% - 15px);
	margin: 0 10px 20px
}
@media screen and (min-width:1200px) {
	.latest-posts article:nth-child(3), .latest-posts article:nth-child(6) {
		margin: 0 auto 20px
	}
}
article.latest-post:hover {
	border-color: #fff;
	-webkit-box-shadow: 0 0 15px 0 #d1d1d1;
	box-shadow: 0 0 15px 0 #d1d1d1
}
.latest-posts article>.row {
	align-items: center
}
.latest-posts .post-thumbnail {
	margin-bottom: 0;
	max-height: 258px;
	overflow: hidden
}
.latest-posts a {
	color: #333;
	display: block;
	transition: ease-in-out .15s
}
.latest-posts a:hover {
	color: #85bb3e
}
.latest-posts .post-thumbnail a:before {
	content: "";
	background: rgba(230, 230, 230, 0);
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1;
	transition: ease-in-out .15s
}
.latest-posts .post-thumbnail a:not(.blog-cat):hover:before {
	background: rgba(230, 230, 230, .5)
}
.latest-posts .info {
	padding: 35px
}
.latest-posts .meta * {
	display: block;
	margin-right: 5px
}
.latest-posts .title {
	font-size: 1.25rem;
	text-align: left;
	margin-bottom: 1.25rem
}
.latest-posts .post-thumbnail img {
	width: 100%
}
.latest-posts .meta {
	display: flex;
	align-items: center;
	font-size: .9rem;
	line-height: 1em;
	text-align: center;
	margin-bottom: 0;
	padding: 0 0 20px
}
.latest-posts .meta img {
	border-radius: 100%;
	margin-right: 0
}
.latest-posts p {
	color: #767676;
	font-size: .9rem;
	line-height: 1.5em
}
.latest-posts .read-more {
	font-weight: 700
}
.latest-posts .btn {
	display: inline-block;
	background: #333;
	color: #fff;
	font-size: .8rem;
	transition: ease-in-out .15s;
}
.latest-posts .btn:hover {
	background: #000;
	color: #fff;
}
@media screen and (min-width:992px) {
	.latest-posts article.lp-2 {
		margin-bottom: 2rem;
	}
}
#guarantee{
	padding: 60px 0px;
}
#guarantee .more {
	margin-bottom: 40px;
}
.satisfaction {
	text-align: center;
	font-weight: 700;
	font-size: 1.8rem;
	text-transform: uppercase;
	line-height: 110%;
}
.satisfaction span {
	display: block;
	font-size: 50px;
	line-height: 110%;
	font-weight: 800;
}
.g-img img {
	margin-right: 15px;
	max-width: 150px;
}
@media screen and (max-width:1280px) {
	.g-img {
		padding-left: 15%;
	}
	.satisfaction {
		font-size: 1.4rem;
	}
	.satisfaction span {
		font-size: 3.5rem;
	}
}
@media screen and (max-width:1200px) {
	#guarantee {
		background-size: auto 90%;
		background-position: -50px center
	}
}

@media screen and (min-width:991px) and (max-width:1199px){
	
	#guarantee{
		padding: 40px 0px 80px;	
	}
	
	#guarantee h2{
		margin-bottom: 40px;
	}
	
}

@media screen and (max-width:991px) {
	#guarantee .col-lg-6 {
		max-width: 70%;
		margin-left: 30%
	}
	#guarantee {
		background-size: 30% auto;
		background-position: left center
	}
	.g-img {
		padding-left: 0;
		padding-top: 20px
	}
	#guarantee p.g-text {
		padding: 20px 0
	}
}

@media screen and (min-width:768px) and (max-width:991px){
	
	#guarantee{
		padding: 40px 0px 70px;
	}

	#guarantee h2 {
		font-size: 37px;
		margin-bottom: 20px;
		line-height: 1.2em;
	}

	#guarantee img{
		display: table;
		margin: 20px auto;
		max-width: 280px;
	}
	
}

@media screen and (max-width:767px) {
	
	#guarantee{
		padding: 30px 0px 40px;
	}
	
	#guarantee h2 {
		font-size: 32px;
		line-height: 1.2em;
		margin-bottom: 30px;
	}
	
	#guarantee .more{
		display: table;
		font-size: 16px;
		margin: 30px auto 0px;
	}

}

@media screen and (max-width:576px) {
	#guarantee .col-lg-6 {
		max-width: 100%;
		margin-left: 0
	}
	#guarantee {
		background-image: none
	}
	#guarantee .row {
		align-items: center;
		max-width: 340px;
		margin: 0 auto
	}
	#guarantee img {
		margin-right: -40px
	}
	#guarantee .satisfaction {
		font-size: 15px;
		line-height: 1.2em
	}
	.g-img {
		padding: 15px 0 0 15px
	}
	.g-text {
		text-align: center
	}
}
@media screen and (max-width:480px) {
	.g-img img {
		display: block;
		width: 40%
	}
	.satisfaction span {
		font-size: 3rem
	}
	.satisfaction {
		font-size: 1rem
	}
}
#guarantee-section {
	background: #fbc52e;
	padding: 3rem 0rem 2rem;
}
#guarantee-section .title {
	color: #000;
	font-size: 3rem;
	line-height: 1em;
	margin-bottom: 3rem;
	text-align: center;
}
#guarantee-section .title span {
	color: #063799
}
#guarantee-section h3 {
	color: #000000;
	font-size: 27px;
	margin-bottom: 1rem;
	text-align: center;
}
#guarantee-section p {
	color: #000000;
	margin-bottom: 1rem;
}
#guarantee-section img {
	margin: 30px auto 20px;
	max-width: 320px;
}
@media (min-width:1200px) {
	#guarantee-section {
		padding: 3rem 0rem 3rem;
	}
	#guarantee-section h3 {
		text-align: left;
	}
	#guarantee-section img {
		max-width: 100%;
		position: relative;
		left: -80px;
	}
}
@media screen and (min-width:991px) and (max-width:1199px) {
	#guarantee-section img {
		position: relative;
		top: 15px;
		left: -55px;
		max-width: 480px;
	}
}
@media (min-width:768px) {
	#guarantee-section .title {
		text-align: left;
		color: #000;
		font-size: 38px;
		line-height: 1.2em;
		display: table;
		margin: 0px auto 20px;
	}
}
.save p a {
	color: #587498;
	font-size: 2.4rem;
	font-weight: 700;
	line-height: 120%;
	margin-bottom: 0
}
.save i {
	font-size: 1.5rem;
	position: relative;
	top: -5px
}
.save-2 p {
	color: #333;
	font-size: 1.5rem;
	font-weight: 800;
	line-height: 1.2em;
	text-transform: uppercase
}
@media screen and (max-width:1100px) {
	.save-2 a {
		display: block
	}
}
@media screen and (max-width:992px) {
	.save p a {
		font-size: 1.8rem
	}
	.save i {
		font-size: 1rem;
		top: -4px
	}
	.save-2 p {
		font-size: 1.5em
	}
}
@media screen and (max-width:769px) {
	.save span.text-red {
		display: block;
		padding-top: 10px
	}
	.save-2 .save25 {
		display: block
	}
}
@media screen and (max-width:576px) {
	.save p a {
		font-size: 1.4rem
	}
}
@media screen and (max-width:480px) {
	.save span.text-red, .save-2 span.text-red, .save25 {
		display: block;
		font-size: 1.6rem;
		line-height: 115%
	}
	.save-2 p {
		font-size: 1.1em
	}
}

.error404 .single-product-wrap .p-header a {
	color: #000
}
.error404 .single-product-wrap .p-header {
	margin-bottom: 2rem
}

.z-depth-1 {
	box-shadow: 0 2px 5px 0 rgba(0, 0, 0, .16), 0 2px 10px 0 rgba(0, 0, 0, .12)!important
}
.tab-set {
	margin-bottom: 2rem
}
.tab-set>.btn {
	border-radius: 0;
	color: #fff;
	margin-right: 2%;
	margin-bottom: 1rem;
	width: 31.9%
}
.tab-set>.btn:nth-child(3n+3) {
	margin-right: 0
}
.tab-set>.btn>a {
	color: #fff
}
.wholesale-section {
	margin-bottom: 2rem
}
@media screen and (max-width:768px) {
	.tab-set>.btn {
		margin-right: 0;
		width: 100%
	}
}
.cart-container .unit-price {
	flex: 0 0 170px
}
.cart-container .subtotal {
	flex: 0 0 120px
}
.black-friday {
	background-color: #000
}
.black-friday p {
	color: red;
	font-size: 22px;
	text-transform: uppercase;
	padding: 5px
}
.email-lander {
	background: #e8e8e8
}
.email-lander #offerExpired {
	text-align: center;
	padding: 75px 0;
	background: #fff;
	display: none
}
.email-lander .logo {
	margin: 0 auto;
	display: block;
	padding: 20px 0
}
.email-lander .inner {
	background: #fff
}
.email-lander .inner .header-area {
	text-align: center;
	padding-bottom: 20px
}
.email-lander .inner .header-area h4 {
	padding-top: 20px
}
.email-lander .inner .header-area h1 {
	margin-bottom: 10px;
	margin-top: 0
}
.email-lander .inner .content {
	padding: 0 10px;
	max-width: 900px;
	margin: 0 auto;
	display: block
}
.email-lander .inner .content ul {
	padding-left: 0
}
.email-lander .inner .content ul li {
	font-weight: 800
}
.email-lander .inner .content h2 {
	text-align: center;
	padding: 20px 0;
	font-size: 22px
}
.email-lander .inner .content .product-image {
	margin: 0 auto;
	display: block;
	padding-bottom: 20px
}
.email-lander .inner .content p {
	font-size: 14px
}
.email-lander .inner .content h4 {
	padding: 10px 0;
	text-align: center;
	font-size: 18px
}
.email-lander .inner .content .quote {
	margin-bottom: 20px;
	padding-left: 20px
}
.email-lander .inner .content .quote p {
	margin-bottom: 0
}
.email-lander .inner .content .quote .quoter {
	font-size: 12px;
	font-weight: 800
}
.email-lander .inner .packages {
	padding: 20px
}
.email-lander .inner .packages .package {
	text-align: center;
	padding-bottom: 50px
}
.email-lander .inner .packages .package img {
	height: 300px;
	padding: 20px 0
}
.email-lander .inner .packages .package select {
	width: 100%;
	margin: 0 auto;
	display: block;
	margin-bottom: 10px;
	max-width: 200px
}
.email-lander .inner .packages .package .btn-primary {
	width: 100%;
	max-width: 200px;
	position: relative;
	color: #fff;
	text-transform: uppercase;
	font-weight: 700;
	text-align: center;
	text-decoration: none;
	background: #362f2d;
	border: none;
	border-radius: 0;
	transition: none;
	opacity: .5;
	-webkit-transition: all .25s ease-in-out;
	-moz-transition: all .25s ease-in-out;
	-ms-transition: all .25s ease-in-out;
	-o-transition: all .25s ease-in-out;
	transition: all .25s ease-in-out
}
@media (min-width:768px) {
	.email-lander .inner .content p {
		font-size: 1rem
	}
	.email-lander .inner .content h2 {
		font-size: 32px
	}
	.email-lander .inner .content h4 {
		padding: 10px 0;
		text-align: left;
		font-size: 24px
	}
	.email-lander .inner .content {
		padding: 0 20px
	}
	.email-lander .inner .packages .package {
		padding-bottom: 0
	}
}
.safety-page p {
	font-size: 14px
}
.safety-page .banner {
	background-image: url(../images/slide-1.jpg);
	text-align: center;
	background-position: bottom;
	background-size: cover;
	padding: 3rem 0
}
.safety-page .banner h1 {
	color: #fff
}
.safety-page .sectionone {
	background-image: url(../images/safety-sectionone-bg.png);
	padding: 2rem 0;
	z-index: 999;
	position: relative;
	background-position: bottom;
	margin-bottom: -4rem;
	padding-bottom: 4rem
}
.safety-page .sectionone .inner-text {
	text-align: center
}
.safety-page .sectionone .inner-text h2 {
	padding-bottom: 1rem
}
.safety-page .sectiontwo {
	background-color: #dfe0e1;
	padding: 2rem 0;
	padding-top: 5rem
}
@media (min-width:992px) {
	.safety-page .sectiontwo {
		padding-bottom: 1rem
	}
}
.safety-page .sectiontwo h4, .safety-page .sectiontwo h6 {
	text-align: center;
	position: relative
}
@media (min-width:992px) {
	.safety-page .sectiontwo h4, .safety-page .sectiontwo h6 {
		text-align: left
	}
}
.safety-page .sectiontwo .product-image {
	margin: 0 auto;
	display: block;
	margin-top: -4rem;
	margin-bottom: -3rem;
	max-width: 400px;
	width: 100%
}
@media (min-width:992px) {
	.safety-page .sectiontwo .product-image {
		margin-bottom: 0;
		max-width: 100%
	}
}
.safety-page .sectiontwo .stat {
	text-align: center
}
.safety-page .sectiontwo .stat p {
	font-weight: 600;
	margin-top: -2rem
}
.safety-page .sectiontwo .stat img {
	margin-top: -1rem
}
.safety-page .sectionthree {
	position: relative
}
@media (max-width:768px) {
	.safety-page .sectionthree .container {
		margin: 0;
		max-width: 100%
	}
}
.safety-page .sectionthree .red-bg {
	background: #bb070e;
	position: absolute;
	width: 100%;
	left: 0;
	top: 0;
	bottom: 0
}
@media (min-width:768px) {
	.safety-page .sectionthree .red-bg {
		width: 50%
	}
}
.safety-page .sectionthree .red-bg::after {
	content: "";
	position: absolute;
	left: 40%;
	bottom: -2rem;
	width: 0;
	height: 0;
	border-left: 40px solid transparent;
	border-right: 40px solid transparent;
	border-top: 40px solid #bb070e;
	clear: both
}
@media (min-width:768px) {
	.safety-page .sectionthree .red-bg::after {
		transform: rotate(-90deg);
		left: 95%;
		top: 45%;
		bottom: auto
	}
}
.safety-page .sectionthree .left-side {
	position: relative;
	padding: 2rem 0
}
@media (min-width:992px) {
	.safety-page .sectionthree .left-side {
		padding-right: 4rem
	}
}
.safety-page .sectionthree .left-side h4 {
	padding-bottom: 1rem;
	color: #fff;
	text-align: center
}
.safety-page .sectionthree .left-side p {
	color: #fff
}
.safety-page .sectionthree .right-side {
	padding-top: 3rem;
	padding-bottom: 1rem
}
.safety-page .sectionthree .right-side img {
	max-width: 400px;
	margin: 0 auto;
	display: block;
	width: 100%
}
@media (min-width:768px) {
	.safety-page .sectionthree .right-side {
		padding: 2rem
	}
}
.safety-page .sectionthree .right-side p {
	font-weight: 600
}
.safety-page .sectionfour {
	padding-top: 2rem
}
.safety-page .sectionfour .top img {
	padding: 2rem 0;
	max-width: 400px;
	margin: 0 auto;
	display: block;
	width: 100%
}
@media (min-width:768px) {
	.safety-page .sectionfour .top img {
		padding: 0
	}
}
.safety-page .sectionfour .title {
	text-align: center
}
.safety-page .sectionfour .bottom {
	position: relative;
	padding-top: 2rem
}
@media (min-width:1200px) {
	.safety-page .sectionfour .bottom {
		padding-top: 17rem
	}
}
.safety-page .sectionfour .bottom .inner {
	padding-bottom: 1rem
}
.safety-page .sectionfour .bottom h4 {
	padding-bottom: 1rem
}
.safety-page .sectionfour .bottom .doctor-image {
	position: absolute;
	bottom: -20px;
	right: 0;
	max-width: 50%
}
.safety-page .scientific-papers {
	background-color: #bb070e;
	padding: 4rem 0;
	text-align: center;
	color: #fff;
	position: relative;
	z-index: 1
}
.safety-page .scientific-papers .pdf-product {
	margin: 0 auto;
	display: block;
	padding-bottom: 50px
}
.safety-page .scientific-papers .pdf-product .pdf-product-image {
	max-width: 300px;
	max-height: 175px
}
.safety-page .scientific-papers .slick-slide {
	padding: 10px
}
.safety-page .scientific-papers .slick-slide img {
	transition: all .3s ease;
	max-height: 300px;
	margin: 0 auto
}
.safety-page .scientific-papers .slick-center img {
	opacity: 1;
	-moz-transform: scale(1.25);
	-ms-transform: scale(1.25);
	-o-transform: scale(1.25);
	-webkit-transform: scale(1.25);
	transform: scale(1.25)
}
.safety-page .scientific-papers .pdf-slider .slick-next::before, .safety-page .scientific-papers .pdf-slider .slick-prev::before {
	font-size: 1.5rem;
	color: #000
}
.couponwheel_popup_heading_text {
	margin-bottom: 0
}
.couponwheel_coupon_code {
	background: url(../images/wheel/wheel-coupon-bg.png) no-repeat 0 0/cover;
	color: #0f0f0f!important;
	width: 249px;
	height: 110px;
	font-family: 'Lato', sans-serif;
	line-height: 1em;
	font-size: 25px!important;
	font-weight: 700;
	display: flex;
	align-items: center;
	justify-content: center;
	text-transform: uppercase
}
.couponwheel_popup_background:before {
	position: absolute;
	top: 25px;
	right: 120px;
	content: "";
	display: none;
	width: 255px;
	height: 67px;
	background: url(/wp-content/uploads/2019/09/leh-white-pt.png) no-repeat -35% 0/cover transparent
}
.couponwheel_popup_background:after {
	position: absolute;
	z-index: 1;
	left: -400px;
	content: "";
	display: block;
	width: 885px;
	height: 1071px;
	background: url(../images/wheel/leh-wheel-overlay.png) no-repeat -35% 0/cover transparent
}
.couponwheel_popup_form_container, .couponwheel_popup_wheel_container {
	z-index: 2
}
#couponwheel58e94a button {
	background: #f8991d!important;
	border: #f8991d!important;
	color: #fff!important;
	outline: 0;
	font-weight: 700
}
#couponwheel58e94a button:hover {
	background: #eb9019!important
}
@media (min-width:640px) {
	.couponwheel_popup_background:before {
		display: block
	}
}
@media (min-width:992px) {
	.couponwheel_popup:after {
		background: #517642;
		border-radius: 100%;
		content: "\f06b";
		font-family: "Font Awesome 5 Free";
		position: absolute;
		right: -2rem;
		top: 50%;
		font-size: 3rem;
		margin-top: -1.5rem;
		padding: 1rem
	}
}
.immune-boosters #purchaseConfirmed {
	position: fixed;
	right: 20px;
	left: 20px;
	border: 1px solid #f8991d;
	padding: 10px;
	border-radius: 20px;
	bottom: 50px;
	display: none;
	z-index: 999;
	background-color: #f8991d
}
.immune-boosters #purchaseConfirmed #text {
	margin-bottom: 0;
	color: #fff
}
.immune-boosters .btn-container {
	text-align: center;
	margin-bottom: 30px
}
.immune-boosters .btn-container .checkout-button {
	background-color: #1d5614;
	font-size: 1.5rem;
	margin-top: 20px;
	padding: 10px 20px
}
.immune-boosters h1, .immune-boosters h4, .immune-boosters h6 {
	text-align: center
}
.immune-boosters .immune-product {
	max-width: 350px;
	margin: 0 auto;
	margin-bottom: 40px
}
.immune-boosters .immune-product p {
	margin-bottom: .5rem
}
.immune-boosters .immune-product .price {
	margin-bottom: 0;
	margin-left: 20px
}
.immune-boosters .immune-product .price span {
	font-size: 1.75rem
}
.immune-boosters .content .immune-product img {
	width: 100%;
	max-width: 300px;
	margin: 0 auto;
	display: block;
	height: 300px
}
.immune-boosters .content .immune-product .product-bottom {
	display: flex;
	align-items: flex-end
}
.immune-boosters .content .immune-product .p-btn-wrap {
	width: 100%
}
.immune-boosters .content .immune-product .learn-more {
	background-color: #868686!important
}
.immune-boosters .content .immune-product .add-to-bag {
	margin-top: 5px;
	width: 100%;
	background-color: #507642!important
}
.immune-boosters .content .immune-product .btn-primary {
	position: relative;
	color: #fff;
	text-transform: uppercase;
	font-weight: 700;
	text-align: center;
	text-decoration: none;
	background: #362f2d;
	border: none;
	border-radius: 0;
	transition: none;
	font-size: .75rem;
	padding: 5px 10px
}
.immune-boosters button {
	background: 0 0
}
.immune-boosters .p-stars .fa-star::before {
	color: #ddd
}
.immune-boosters .p-stars .fa-star.r-active::before {
	color: #ffc000
}
.immune-boosters .p-stars .p-reviews {
	font-size: .75rem
}
@media screen and (min-width:1200px) {
	.immune-boosters .immune-product {
		padding: 0 60px;
		max-width: 100%;
		position: relative
	}
	.an-item.search input[type=search] {
		color: #fff
	}
	.immune-boosters .content .immune-product .add-to-bag {
		margin-top: 0;
		width: auto
	}
	.immune-boosters #purchaseConfirmed {
		right: 50px;
		top: 50px;
		left: auto;
		bottom: auto
	}
}
.wp-block-quote {
	margin-bottom: .5em;
	position: relative;
	padding: 1.5em 2em 1.5em 4em;
	border: solid 1px #ccc;
	margin-left: 0
}
.wp-block-quote:before {
	content: "";
	background: url(../images/speech-bubbles-grey.png) no-repeat 0 0/cover;
	width: 40px;
	height: 40px;
	position: absolute;
	left: .3em;
	font-size: 2.5rem;
	top: .3em;
	color: #ddd
}
#privacy h2, #terms h2 {
	margin-bottom: 20px
}
#privacy p, #terms p {
	font-size: 1rem;
	margin-bottom: 20px
}
#privacy ol, #privacy ul, #terms ol, #terms ul {
	margin-top: 20px;
	margin-bottom: 20px;
	margin-left: 10px;
	padding-left: 10px
}
#privacy ul li, #terms ul li {
	font-size: 1rem;
	list-style: disc;
	margin-bottom: 10px
}
#privacy ol li, #terms ol li {
	font-size: 1rem;
	list-style: decimal;
	margin-bottom: 10px
}
.cart-container>.summary>.checkout>a {
	font-size: 15px;
	padding: .5em
}
.cart-container>.summary>.checkout>a.continue {
	background: #7e7e7e!important;
	font-size: 15px;
	padding: .5em
}
#search-wrap {
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	position: fixed;
	background-color: rgba(0, 0, 0, .7);
	z-index: 999999999;
	text-align: center
}
#search-wrap form {
	max-width: 800px;
	width: 100%;
	margin: 20% auto 0
}
#search-wrap .search-field {
	width: 80%;
	padding: 20px;
	font-size: 16px;
	line-height: 100%;
	border: none;
	border-radius: 0
}
.search-submit {
	padding: 21px;
	font-size: 16px;
	line-height: 100%;
	border: none;
	letter-spacing: 1px;
	color: #fff;
	background-color: #85bb3e;
	border-radius: 0
}
.btnClose {
	position: absolute;
	right: 15%;
	top: 15%;
	width: 50px;
	height: 50px;
	background-image: url(../images/theme-files-2021/close.svg);
	background-size: cover;
	background-repeat: no-repeat;
	background-color: transparent;
	border: none
}
#leh-pagination {
	text-align: center
}
#leh-pagination ul {
	margin: 0;
	padding: 0;
	display: inline-block;
	width: auto;
	border: 1px solid #e1e1e1;
	border-radius: 5px;
	font-size: 0
}
#leh-pagination ul li {
	display: inline-block;
	width: 45px;
	height: 45px;
	border-left: 1px solid #e1e1e1;
	line-height: 45px;
	font-weight: 700;
	font-size: 14px
}
#leh-pagination ul li:first-child {
	border: none
}
#leh-pagination ul li a {
	line-height: 45px;
	display: block;
	font-weight: 700;
	font-size: 14px
}
#leh-pagination ul li a:hover, #leh-pagination ul li.active a {
	color: #fff;
	background-color: #85bb3e
}
.gray-bar {
	background-color: #939598
}
.gray-bar p {
	color: #fff;
	font-weight: 600;
	font-size: 2.2rem;
	line-height: 120%;
	text-transform: uppercase
}
#viral .viral-text {
	max-width: 800px;
	margin: 2rem auto 2rem;
	color: #333132;
	font-size: 1rem;
	line-height: 1.5rem
}
#viral .container i {
	font-size: 70px;
	color: #bb070e;
	margin-bottom: 20px
}
#viral .container i {
	font-size: 70px;
	color: #bb070e;
	margin-bottom: 20px
}
#viral h2 {
	font-weight: 400
}
#viral h2 {
	font-weight: 400
}
#viral sup {
	font-size: 16px;
	top: 0;
	position: relative
}
@media screen and (max-width:992px) {
	#viral .gray-bar p {
		font-size: 1.5rem
	}
	#viral sup {
		font-size: 12px
	}
	#viral .viral-text {
		font-size: 1.1rem
	}
}
@media screen and (max-width:419px) {
	#privacy h2, #terms h2 {
		font-size: 32px;
	}
	#viral h2 {
		font-size: 24px
	}
}
.p-related .p-wrap, .pslider .p-wrap {
	max-width: 350px;
	margin: 0 auto
}
.p-related .slick-dots, .pslider .slick-dots {
	bottom: -20px
}
.p-related .slick-prev, .pslider .slick-prev {
	left: -20px
}
.p-related .slick-next, .pslider .slick-next {
	right: -20px
}
.p-related .btn-primary:not(:disabled):not(.disabled):active, .pslider .btn-primary:not(:disabled):not(.disabled):active, body .p-related a.btn-primary, body .p-related a.btn-primary:active, body .p-related a.btn-primary:hover, body .p-related a.btn-primary:visited, body .pslider a.btn-primary, body .pslider a.btn-primary:active, body .pslider a.btn-primary:hover, body .pslider a.btn-primary:visited {
	background: #8fc43d;
	border-radius: 5px;
	display: inline-block;
	max-width: 50%;
	border-radius: 3px;
	line-height: 100%;
	font-size: 12px
}
.study-notes {
	background: #002164;
	padding: 20px 15px
}
.study-notes p {
	color: #fff;
	font-size: 14px;
	line-height: 160%;
	margin: 0 auto 15px;
	padding: 0 15px
}
.page-clinical .entry-content {
	margin: 0
}

/****/

.order-header {
	padding-bottom: 1rem;
	position: relative;
	overflow: hidden;
	background: #000;
	padding-top: 0
}
@media (min-width:768px) {
	.order-header {
		padding-top: 2rem;
		padding-bottom: 2rem
	}
}
.order-header .package img {
	margin: 0 auto;
	display: block;
	max-width: 230px;
	z-index: 1;
	position: relative;
	width: 100%
}
@media (min-width:768px) {
	.order-header .package img {
		float: right;
		max-width: 306px;
	}
}
.order-header .header {
	text-align: center
}
.order-header .header h1 {
	font-size: 24px;
	text-transform: uppercase;
	font-family: 'Lato', sans-serif;
	font-weight: 700;
	color: #fff;
	position: relative
}
.order-header .header h1 span:not(.ico) {
	font-size: 24px;
	text-transform: uppercase;
	font-family: 'Lato', sans-serif;
	font-weight: 700;
	color: #fff
}
@media (min-width:992px) {
	.order-header .header h1 {
		font-size: 32px;
		padding-top: 0;
		display: block
	}
	.page-template-ordernowpage-eu .order-header .header h1 {
		font-size: 32px;
		display: block
	}
	.page-template-ordernowpage-eu .order-header .header h1 span:not(.ico) {
		font-size: 28px;
	}
	.order-header .header h1 span:not(.ico) {
		font-size: 28px;
	}
}
.order-header .header h1::before {
	content: "";
	z-index: 2;
	display: none;
	margin-right: 10px;
	width: 45px;
	height: 45px;
	background: url(../images/dollar-icon-white.png) no-repeat center center;
	background-size: contain;
	position: absolute;
	top: -1rem;
	left: -5rem
}
@media (min-width:768px) {
	.order-header .header h1::before {
		display: inline-block
	}
}
.order-header .header h2 {
	font-size: 1.6rem;
	font-weight: 700;
	font-family: 'Lato', sans-serif;
	color: #fff
}
@media (min-width:992px) {
	.order-header .header h2 {
		font-size: 2.6rem
	}
}
.order-header .header .main-banner {
	background: 0 0;
	line-height: 1.2em;
	padding: 1rem;
	position: relative;
	text-align: center
}
@media (min-width:576px) {
	.order-header .header .shipping-offer {
		display: block
	}
}
@media (min-width:992px) {
	.order-header .header .main-banner {
		background: #002b87;
		letter-spacing: 0px;
		padding: 1rem;
		position: relative;
		text-align: left;
	}
	.order-header .header .main-banner .ico {
		content: "";
		z-index: 2;
		margin-right: 10px;
		width: 45px;
		height: 45px;
		background: url(../images/dollar-icon-white.png) no-repeat center center;
		background-size: contain;
		position: absolute;
		top: 1rem;
		left: -45px;
		display: block
	}
	.order-header .header .main-banner::before {
		position: absolute;
		left: -110vh;
		width: 110vh;
		content: "";
		background: #002b87;
		height: 100%;
		top: 0;
		z-index: 0
	}
	.order-header .header .main-banner::after {
		position: absolute;
		right: -100vh;
		width: 100vh;
		content: "";
		background: #002b87;
		height: 100%;
		top: 0;
		z-index: 0
	}
	.order-header .header .shipping-offer {
		margin: 1rem 0
	}
}
.order-header .header .shipping-offer p {
	position: relative;
	color: #fbc52e;
	font-weight: 400;
	text-transform: uppercase;
	position: relative;
	display: -webkit-box;
	display: flex;
	-webkit-box-align: center;
	align-items: center;
	-webkit-box-pack: center;
	justify-content: center;
	z-index: 1;
	font-size: 18px;
	line-height: 1.4em;
	max-width: 280px;
	margin: 0 auto 20px;
}
@media (min-width:768px) {
	.order-header .header .shipping-offer p {
		max-width: none;
		margin-bottom: 0px;
	}
	.order-header .header .shipping-offer p .delivery-truck-icon::before {
		display: inline-block
	}
}
@media (min-width:992px) {
	.order-header .header .shipping-offer p .delivery-truck-icon::before {
		content: "";
		background: url(../images/truck-icon.png) no-repeat center center;
		background-size: cover;
		margin-right: 15px;
		width: 40px;
		height: 30px;
	}
}
.order-header .header .order-text {
	color: #fff
}
.order-header .header .order-phone {
	display: -webkit-box;
	display: flex;
	-webkit-box-align: center;
	align-items: center;
	-webkit-box-pack: center;
	justify-content: center;
	margin: 0px;
	text-align: left
}
.page-template-ordernowpage-eu .heading {
	font-family: 'Open Sans', sans-serif;
	font-weight: 800;
	font-size: 38px;
	padding: 1.5rem 0rem 0rem;
	max-width: 960px;
	margin: 0 auto;
}
.order-header .header .order-phone .phone-icon {
	margin: 0 1rem
}
@media (min-width:768px) {
	.order-header .header .order-phone .phone-icon {
		margin: 0px 20px 0px 20px;
	}
}
.order-header .header .order-phone .phone-icon::before {
	display: inline-block;
	content: "";
	position: relative;
	z-index: 2;
	width: 25px;
	height: 25px;
	background: url(../images/phone-icon.png) no-repeat center center;
	background-size: cover
}
@media (min-width:768px) {
	.order-header .header .order-phone .phone-icon::before {
		width: 40px;
		height: 40px
	}
}
.order-header .header .order-phone p {
	color: #ffffff;
	font-size: 11px;
	font-weight: 400;
	font-family: 'Lato', sans-serif;
	text-transform: uppercase;
}
@media (min-width:576px) {
	.order-header .header .order-phone p {
		font-size: 16px;
	}
}
@media (min-width:768px) {
	.order-header .header .order-phone p {
		font-size: 16px;
	}
}
@media (min-width:992px) {
	.order-header .header .order-phone p {
		font-size: 16px;
		margin-right: 0;
		padding-right: 0;
	}
}
.order-header .header .order-phone p a {
	font-size: 11px;
	font-weight: 400;
	font-family: 'Lato', sans-serif;
	color: #fff
}
@media (min-width:576px) {
	.order-header .header .order-phone p a {
		font-size: 16px;
	}
}
@media (min-width:992px) {
	.page-template-ordernowpage .heading, .page-template-ordernowpage-cad .heading, .page-template-ordernowpage-eu .heading, font-size: 32px;
	padding: 2rem 0rem 1rem;
	max-width: 800px;
	margin: 0 auto;
}
.order-header .header .order-phone p a {
	font-size: 16px;
}
}
.page-cart #main header {
	background: #000;
	padding: 40px 15px
}
.page-cart .main-banner {
	color: #000;
	font-weight: 800;
	margin: 0 auto 0;
	padding: 1rem 0 3rem;
	text-transform: uppercase;
	text-align: center
}
.page-cart .order-phone {
	align-items: center;
	justify-content: center;
	margin: 20px 0
}
.page-cart .order-phone .order-text {
	margin-right: 30px;
	margin-bottom: 0;
	position: relative;
	text-transform: uppercase;
	padding-right: 35px
}
.page-cart .order-phone .order-text:after {
	content: "\f879";
	font-family: 'Font Awesome 5 Free';
	position: absolute;
	right: -15px;
	font-size: 38px
}
.page-cart .order-phone p {
	font-weight: 700;
	text-transform: uppercase
}
.page-cart #main .shipping-offer {
	color: #fff;
	background: maroon;
	text-align: center;
	padding: 12px;
	text-transform: uppercase
}
.page-cart #main .shipping-offer p {
	font-weight: 700
}
.page-cart .order-text {
	color: #fff
}
.page-cart #store-options {
	background: #818181;
	color: #fff;
	padding: 12px
}
#store-options select {
	font-size: 11px;
	font-weight: 700;
	margin-left: 5px;
	padding: 5px 12px;
	text-transform: uppercase
}
#store-options * {
	font-size: 14px;
	font-weight: 700
}
.page-cart #store-options .promo .prc {
	background: #fff;
	color: #000;
	font-size: 12px;
	font-weight: 700;
	margin-left: 5px;
	padding: 5px 12px;
	text-transform: uppercase
}
.page-cart .couponInfo {
	background-color: #ffffb3;
	border: 2px dashed red;
	text-align: center;
	padding: .5em;
	margin: 0 0 2em;
	display: none;
	font-size: 1.2rem;
	line-height: 1.3em;
	font-family: 'Lato', sans-serif;
}
.page-cart .package {
	margin-bottom: 0
}
.page-cart #product-packages .package {
	border-radius: 0;
	border-width: 4px;
	border-color: #000000;
	margin-bottom: 40px
}
.page-cart .package .purchase {
	text-align: center
}
.page-cart .package .d-flex{
	margin-bottom: 10px;
	justify-content: center;
}
#product-packages .card .savings span{
	font-size: 14px;
}
.page-cart #product-packages .package .free-shipping{
    background: url(/wp-content/uploads/2022/02/shipping-arrow.png) no-repeat center 0px/auto #e1e1e1;
    padding: 30px 20px 20px 20px;
    text-align: center;
    display: flex;
    align-items: center;
    flex-direction: column;
}

.page-cart #product-packages .package.pkg3 .free-shipping,
.page-cart #product-packages .package.pkg2 .free-shipping,
.page-cart #product-packages .package.pkg1 .free-shipping{
	background: none;
	padding-top: 0;
}

.page-cart #product-packages .package .free-shipping img{
	max-width: 100%;
	width: 410px;
}
.page-cart #product-packages .package .free-shipping .plus{
	margin-bottom: 10px;
	max-width: none;
    width: auto;
}
.page-cart .package .purchase img {
	display: block;
	margin: 0px auto 30px;
}
.page-cart .package .card-retail, .page-cart .package .savings {
	font-family: 'Libre Franklin', sans-serif;
	font-size: 14px;
	font-weight: 800;
}
.page-cart .package .purchase h2 {
	font-size: 62px;
	font-weight: 800;
	line-height: 1em;
	padding: 0
}
.page-cart .package .purchase h4 {
	font-size: 28px;
	font-weight: 800;
	margin-top: 0;
	margin-bottom: 0;
	letter-spacing: 0;
}
@media screen and (max-width:991px) {
	.page-cart .main-banner {
		font-size: 21px
	}
}
@media screen and (max-width:767px) {
	.page-cart .main-banner {
		padding: 0 0 1rem
	}
	.page-cart .order-phone .order-text {
		margin-right: 0px;
		padding-right: 0px
	}
	.page-cart #product-packages .package.pkg1 {
		margin-bottom: 0;
	}
}
.page-cart .package .packageLink, .page-cart .package .packageLink:hover {
	background: #dc101c;
	border-radius: 40px;
	font-size: 16px;
	font-weight: 800;
	margin: 10px auto 25px;
	padding: 5px 50px
}
.package .card-body {
	padding: 0
}
.package .card-body img {
    display: block;
    margin: 0px auto 20px;
}
.package.pkg1 .card-body {
	flex: 0 1 auto;
}
#product-packages .pkg6 .card-body,
#product-packages .pkg12 .card-body {
    background: #c2c2c2;
    margin-bottom: -45px;
}
.package.pkg12 {
	background: linear-gradient(to bottom, #fff 49%, #fff 62%, #bababa 100%);
}
.package.pkg12>.inner-banner {
	background: url(../images/12m-sep2.png) no-repeat center 101%/100% auto #c2c2c2;
	padding-bottom: 2em;
}
#product-packages .pkg12 .card-shipping {
	background: #e1e1e1;
}
.package .card-body .card-value {
	color: #fff;
	padding: 10px 0;
	text-align: center;
	font-weight: 800;
	letter-spacing: 0
}
.page-template-ordernowpage #content {
    padding-top: 0;
}
.page-template-ordernowpage-eu #product-packages .card-text span {
	display: block;
	color: #c02324;
}
#product-packages .card-text span {
	color: #c02324;
}
#product-packages .card-shipping img {
	margin: 20px auto;
}
#product-packages .tick-dollar span {
	position: relative
}
#product-packages .tick-dollar span::before {
	content: '';
	display: block;
	background-image: url(../images/black-checkmark.png);
	height: 3rem;
	width: 3rem;
	background-size: contain;
	background-repeat: no-repeat;
	position: absolute;
	left: -4rem;
	top: -0.7rem;
}
#product-packages .pkg12 .tick-dollar span::before {
	background-image: url(../images/black-checkmark.png)
}
.package .card-text {
	font-size: 32px;
	font-weight: 800;
	margin: 25px 0 25px;
	text-align: center;
	text-transform: uppercase
}
.package .outline {
	border: solid 2px #000;
	border-radius: 10px;
	display: table;
	font-weight: 700;
	margin: 0 auto 10px;
	padding: 2px 15px
}
.package ul.checkmark {
	display: inline-block;
	margin: 10px auto 0;
	padding: 0
}
.package .checkmark li {
	display: table;
	font-size: 1em;
	font-weight: 700;
	margin: 0 auto;
	padding: .2em .25em .2em 2.2em;
	width: auto;
	position: relative
}
.package ul.checkmark>li::before {
	content: '';
	background-image: url(../img/img-v2/checkmark-red.svg);
	background-size: auto 1.5em;
	background-repeat: no-repeat;
	background-position: center center;
	width: 2em;
	height: 2.5em;
	display: block;
	position: absolute;
	left: 0;
	top: -4px
}
.package p {
	margin: 0
}

#product-packages h2 {
	font-size: 28px;
	margin-bottom: 0px;
}

#product-packages .pkg12 h2,
#product-packages .pkg6 h2{
	font-size: 28px;
	margin-bottom: 10px;
}

#product-packages h2.heading {
    font-size: 32px;
    margin-bottom: 30px;
    padding: 30px 0px 0px 0px;
}
#product-packages h2.multi-currency {
	font-size: 60px;
	margin-bottom: 10px;
}
#product-packages .card .black-banner .card-retail, #product-packages .card .black-banner .card-retail span {
	color: #5d5d5d;
	font-size: 1.1rem;
	font-weight: 800
}
#product-packages .card .savings, #product-packages .card .savings span {
	color: #b10000;
	font-size: 18px;
	font-weight: 800
}
#product-packages .card .savings .savings-text{
	display: block;
}
#product-packages .card .savings span{
	font-family: 'Libre Franklin', sans-serif;
    font-size: 14px;
}
#product-packages .card .savings span{
	
}
#product-packages .card .savings {
	margin-left: 5px;
}
.package .bonus {
	display: block;
	margin: 15px 0 0;
	width: 100%
}
.package .card-shipping img {
	display: block;
	margin: 15px auto;
	width: auto
}
.credit-cards {
	background-color: #acacac;
	margin: 0px 0px;
	padding: 20px 0px;
	text-align: center
}
.credit-cards h4 {
	margin-bottom: 0;
}
.credit-cards p {
	color: #ffffff;
	font-size: 24px;
	font-weight: 800;
	line-height: 1.1em;
}
.credit-cards img {
	display: block;
	margin: 0 auto;
}
@media screen and (min-width:768px) and (max-width:1199px) {
	.credit-cards h4 {
		font-size: 21px;
	}
	#product-packages .card-shipping img {
		max-width: 320px;
	}
}
@media screen and (max-width:767px) {
	.credit-cards h4 {
		font-size: 21px;
		margin-bottom: 20px;
	}
	.credit-cards p {
		color: #ffffff;
		font-size: 21px;
		font-weight: 800;
		line-height: 1.2em;
	}
	#product-packages h2.heading {
		font-size: 18px;
		margin-bottom: 20px;
	}
	#product-packages .card-shipping img {
		max-width: 260px;
	}
}

/****/

.page-ingredients #masthead{
	margin-bottom: 0;
}

.page-ingredients #content {
    padding-top: 0px;
}

.page-ingredients #s1{
	padding: 40px 0px 40px;
}

.page-the-formula #s2 h5{
	margin-bottom: 60px;
}

.page-the-formula #s2 .product-bar {
	position: relative;
    margin: 40px 0px 40px 0px;
}

.page-the-formula #s2 .product-bar img {
    margin: 0 auto;
    display: block;
    margin-bottom: -14rem;
}

.page-the-formula #s2 .product-bar .text {
	background: #353535;
    padding-top: 20px;
    padding-left: 375px;
    padding-right: 40px;
    padding-bottom: 20px;
}

.page-the-formula #s2 .product-bar .text li{
    color: #FFFFFF;
    position: relative;
    display: inline-block;
	font-family: 'Libre Franklin', sans-serif;
    font-size: 20px;
    font-weight: 800;
    margin-bottom: 30px;
    padding-left: 60px;
}

.page-the-formula #s2 .product-bar .text li:last-child{
	margin-bottom: 0;
}

.page-the-formula #s2 .product-bar .text li::before {
    content: '';
    background: url(../images/red-check-circle.png);
    background-position: center;
    background-size: cover;
    width: 42px;
    height: 40px;
    display: block;
    margin-right: 1rem;
    position: absolute;
    top: -5px;
    left: 0px;
}

.page-the-formula #s2 > .container{
	padding-bottom: 40px;
    padding-top: 40px;
}

.page-the-formula #s2 > .container h2{
	margin-bottom: 30px;
}

.page-the-formula #s2 .formula-divider{
	background: #000000;
	padding: 20px 0px;
}

.page-the-formula #s2 .formula-divider .container{
	display: flex;
}

.page-the-formula #s2 .inner {
    padding-right: 0;
    width: 50%;
}

.page-the-formula #s2 .formula-divider p{
    color: #ffffff;
	font-family: 'Libre Franklin', sans-serif;
    font-weight: 800;
    font-size: 24px;
    line-height: 1.4em;
}

.page-the-formula #s2 .formula-divider .btn {
    color: #ffffff;
    align-self: center;
    margin: 0px auto;
}

.page-ingredients #s1 h1 {
    font-size: 34px;
    line-height: 1.2em;
    margin-bottom: 20px;
    text-align: center;
}

.page-ingredients #s1 h2 {
    font-size: 22px;
    margin-bottom: 15px;
	text-align: left;
}

.page-ingredients .photo{
	margin-bottom: 0px;
    padding: 50px 50px 20px;
}

.page-ingredients #ingredients-list .title{
	margin-bottom: 30px;
}

.page-ingredients #ingredients-list .description{
	padding: 0px 50px 50px;
}

.page-ingredients #ingredients-list .description p{
	text-align: center;
}

.page-ingredients #ingredients-list .small-txt{
	font-weight: 800;
	margin-bottom: 20px;
	text-align: center;
}

.page-ingredients #ingredients-list .row > div:nth-child(-n+4){
	border-bottom: solid 1px #f0f0f0;
}

.page-ingredients #ingredients-list .row > div:nth-child(odd){
	border-right: solid 1px #f0f0f0;
}

.page-ingredients #ingredients-list img{
	display: block;
	margin: 0px auto;
}

.page-ingredients #formulation{
	background: #eeeeee;
	padding: 50px 0px;
	overflow: hidden;
}

.page-ingredients #formulation h3{
	margin-bottom: 30px;
	padding-left: 10px;
	text-align: left;
}

.page-ingredients #formulation ul{
	list-style: disc;
	margin-left: 35px;
}

.page-ingredients #formulation li{
	font-weight: 800;
	margin-bottom: 20px;
}

.page-ingredients #formulation .row{
	position: relative;
}

.page-ingredients #formulation .row:before{
    position: absolute;
    top: -35px;
    left: -245px;
    display: block;
    content: "";
    background: url(/wp-content/uploads/2021/12/formulation-product.png) no-repeat 0 0/cover;
    width: 742px;
    height: 731px;
}

.page-ingredients #call-out{
	padding: 60px 0px;
}

.page-ingredients #call-out p{
	color: #dc101c;
    font-size: 32px;
    font-weight: 800;
	line-height: 1.4em;
    max-width: 860px;
    margin: 0px auto;
}

.page-ingredients #call-out .red-btn {
    display: table;
    margin: 3rem auto 0rem;
    padding: 15px 30px 15px 30px;
	width: 260px;
}

.page-ingredients #call-out .red-btn .fa {
    margin-left: 20px;
    float: right;
    position: relative;
    top: 5px;
}

@media (min-width:1200px) {
	
	.page-ingredients #s1 h1 {
		font-size: 54px;
		line-height: 1.2em;
		margin-bottom: 20px;
		text-align: left;
	}

	.page-ingredients #s1 img{
		margin-left: -75px;
		max-width: none;
		position: relative;
		z-index: -1;
	}

	.page-ingredients #s1 p{
		margin-bottom: 50px;
		max-width: 620px;
	}
	
	.page-ingredients #s1 *{
		position: relative;
		z-index: auto;
	}
	
	.page-the-formula #s2 .product-bar img {
		position: absolute;
		top: -1.5rem;
		left: -4rem;
		max-width: 40rem;
		margin-bottom: 0;
	}
	
	.page-the-formula #s2 .product-bar .text {
		padding-left: 375px;
	}
}

@media (min-width:992px) and (max-width:1199px) {
	
	.page-ingredients #s1 h1 {
		font-size: 54px;
		line-height: 1.1em;
		margin-bottom: 20px;
		text-align: left;
	}
	
	.page-ingredients #s1 img{
		max-width: 600px;
		position: relative;
		top: 25px;
		left: -55px;
		z-index: -1;
	}
	
	.page-the-formula #s2 h5 {
		font-size: 32px;
		margin-bottom: 60px;
		text-align: center;
	}

	.page-the-formula #s2 .product-bar img {
		margin: 0 auto;
		display: block;
		margin-bottom: -145px;
	}
	
	.page-the-formula #s2 .product-bar .text {
		background: #353535;
		padding-top: 160px;
		padding-left: 40px;
		padding-right: 40px;
		padding-bottom: 30px;
	}
	
	.page-the-formula #s2 .product-bar .text li {
		font-size: 2.2rem;
	}
	
	.page-the-formula #s2 .formula-divider p {
		font-size: 24px;
		line-height: 1.4em;
		margin-bottom: 15px;
	}

}

@media (min-width:768px) and (max-width:991px) {
	
	.page-ingredients #s1 {
		padding: 0px 0px 0px;
	}
	
	.page-ingredients #s1 h1 {
		font-size: 40px;
		line-height: 1.1em;
	}
	
	.page-ingredients #s1 img{
		margin: 0px auto;
		max-width: 480px;
	}
	
	.page-ingredients #formulation {
		padding: 40px 0px;
	}
	
	.page-ingredients #formulation .row:before {
		top: 0px;
		left: -120px;
		width: 480px;
		height: 474px;
	}
	
	.page-ingredients .photo {
		margin-bottom: 0px;
		padding: 25px 50px 20px;
	}
	
	.page-ingredients #formulation ul {
		margin-left: 50px;
	}
	
	.page-ingredients #ingredients-list .description {
		padding: 0px 0px 50px;
	}
	
	.page-ingredients #call-out {
		padding: 40px 0px;
	}
	
	.page-ingredients #call-out p{
		font-size: 29px;
	}
	
	.page-the-formula #s2 > .container h2 {
		margin-bottom: 20px;
		font-size: 32px;
	}
	
	.page-the-formula #s2 h5 {
		font-size: 20px;
		margin-bottom: 0px;
		text-align: center;
	}
	
	.page-the-formula #s2 > .container{
		padding-bottom: 20px;
	}
	
	.page-the-formula #s2 .product-bar{
		margin-bottom: 20px;
	}
	
	.page-the-formula #s2 .product-bar img {
		margin: 0 auto;
		display: block;
		margin-bottom: -145px;
	}
	
	.page-the-formula #s2 .product-bar .text {
		background: #353535;
		padding-top: 160px;
		padding-left: 40px;
		padding-right: 40px;
		padding-bottom: 30px;
	}
	
	.page-the-formula #s2 .formula-divider {
		background: #000000;
		padding: 25px 0px;
	}
	
	.page-the-formula #s2 .formula-divider .container {
		display: flex;
		flex-direction: column;
	}

	.page-the-formula #s2 .inner {
		padding-right: 0;
		width: 100%;
		text-align: center;
	}
	
	.page-the-formula #s2 .formula-divider p {
		font-size: 24px;
		line-height: 1.4em;
		margin-bottom: 15px;
	}
}

@media (max-width:767px){
	
	.page-ingredients #formulation{
		padding-top: 0;
    	padding-bottom: 20px;
	}
	
	.page-ingredients #ingredients-list .row > div:nth-child(-n+5){
		border-bottom: solid 1px #f0f0f0;
	}
	
	.page-ingredients #formulation .row:before {
		background-position: center 0px;
		position: relative;
		top: -40px;
		left: 50px;
		margin: 0px auto -60px;
		width: 373px;
		height: 500px;
	}
	
	.page-ingredients .photo {
		margin-bottom: 0px;
		padding: 25px 50px 20px;
	}
	
	.page-ingredients #formulation h3{
		margin-bottom: 20px;
		text-align: center;
	}
	
	.page-ingredients #call-out {
		padding: 40px 0px;
	}
	
	.page-ingredients #call-out p {
		font-size: 26px;
	}
	
	.page-ingredients #ingredients-list .description {
		padding: 0px 0px 30px;
	}
	
	.page-ingredients #ingredients-list .title {
		font-size: 30px;
		margin-bottom: 0;
	}
	
	.page-the-formula #s2 > .container h2 {
		margin-bottom: 20px;
		font-size: 24px;
	}
	
	.page-the-formula #s2 h5 {
		font-size: 16px;
		margin-bottom: 0px;
		text-align: center;
	}
	
	.page-the-formula #s2 > .container{
		padding-bottom: 20px;
	}
	
	.page-the-formula #s2 .product-bar{
		margin-bottom: 20px;
	}
	
	.page-the-formula #s2 .product-bar img {
		margin: 0 auto;
		display: block;
		margin-bottom: -145px;
	}
	
	.page-the-formula #s2 .product-bar .text {
		background: #353535;
		padding-top: 160px;
		padding-left: 40px;
		padding-right: 40px;
		padding-bottom: 30px;
	}
	
	.page-the-formula #s2 .formula-divider {
		background: #000000;
		padding: 25px 0px;
	}
	
	.page-the-formula #s2 .formula-divider .container {
		display: flex;
		flex-direction: column;
	}

	.page-the-formula #s2 .inner {
		padding-right: 0;
		width: 100%;
		text-align: center;
	}
	
	.page-the-formula #s2 .formula-divider p {
		font-size: 21px;
		line-height: 1.4em;
		margin-bottom: 15px;
	}
	
}

/****/

.page-user-reviews #masthead {
    margin-bottom: 0;
}

.page-user-reviews #content {
    padding-top: 0px;
}

.page-user-reviews #s1 h1{
	font-size: 54px;
	line-height: 1.1em;
    margin-bottom: 20px;
    text-align: left;
}

.page-user-reviews #s1 p{
	font-weight: 800;
	max-width: 640px;
}

.page-user-reviews #s1 {
    background: #c5dcee;
	margin-top: -96px;
    padding: 96px 0px 0px 0px;
    position: relative;
}

.page-user-reviews #s1 .container{
	position: relative;
	padding: 50px 0px 0px;
}

.page-user-reviews #s1 .container:before {
    content: "";
    background: url(../images/hipster-couple-2.png) no-repeat 0 0/cover;
    width: 896px;
    height: 737px;
    display: block;
    position: absolute;
    z-index: 1;
    top: 0;
    left: -180px;
}

.page-user-reviews #s1 .row{
	position: relative;
	z-index: 2;
}

.page-user-reviews #s1 .heading{
	margin-bottom: 50px;
}

.page-user-reviews .testimonial {
	margin-bottom: 60px;
}

.page-user-reviews .testimonial .inner{
    background: #fbf9e2;
    border-radius: 10px;
    margin-bottom: 20px;
    padding: 20px 30px;
    position: relative;
    max-width: 640px;
}

.page-user-reviews .testimonial .inner:after {
	top: 100%;
	left: 10%;
	border: solid transparent;
	content: "";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
	border-color: rgba(251, 249, 226, 0);
	border-top-color: #fbf9e2;
	border-width: 15px;
	margin-left: -15px;
}

.page-user-reviews .testimonial .inner:before {
    content: "";
    background: url(../images/t-quote.png) no-repeat 0 0/cover;
    width: 62px;
    height: 51px;
    display: block;
    position: absolute;
    top: -25px;
    left: -25px;
}

.page-user-reviews #s1 .testimonial .title {
    color: #dc101c;
    font-family: 'Libre Franklin', sans-serif;
    font-size: 28px;
    font-weight: 800;
    margin-bottom: 10px;
}

.page-user-reviews #s1 .testimonial p {
    font-size: 20px;
	font-weight: 600;
    line-height: 1.6em;
    margin-bottom: 10px;
}

.page-user-reviews .inner .smaller{
	margin-bottom: 20px;
}

.page-user-reviews #results{
	padding: 40px 0px 100px;
}

.page-user-reviews #results .header{
	margin: 0px auto;
	max-width: 960px;
	text-align: center;
}

.page-user-reviews #results .header h2{
	margin-bottom: 20px;
}

.page-user-reviews #results .charts{
	text-align: center;
}

.page-user-reviews .charts .num{
	background:#dc101c;
	border-radius: 100%;
	color: #ffffff;
	width: 40px;
	height: 40px;
	font-size: 21px;
	font-weight: 800;
	line-height: 40px;
	margin: 0px auto 10px;
	text-align: center;
}

.page-user-reviews .charts p{
	font-weight: 800;
	line-height: 1.6em;
	margin: 0px auto 25px;
	max-width: 460px;
}

.page-user-reviews .charts > div{
	padding: 30px;
}

.page-user-reviews .charts > div:nth-child(odd) {
    border-right: solid 1px #f0f0f0;
}

.page-user-reviews .charts > div:nth-child(-n+6) {
    border-bottom: solid 1px #f0f0f0;
}

.page-user-reviews #results .order.red-btn{
	display: table;
	margin: 40px auto 0px;
}

.page-user-reviews #guarantee{
	background: #f5f5f5;
}

.page-user-reviews #guarantee .header{
    text-align: center;
    background: #393939;
    color: #fff;
    padding: 25px 0px;
    font-size: 28px;
    font-weight: 800;
    max-width: 900px;
    margin: -107px auto 40px;
    position: relative;
    height: 97px;
}

.page-user-reviews #guarantee .header:before{
	content:"";
	position: absolute;
	top: 0;
	left: -35px;
	background: url(../images/header-angle.png) no-repeat 0 0/cover;
	width: 35px;
	height: 97px;
}

.page-user-reviews #guarantee .header:after{
	content:"";
	position: absolute;
	top: 0;
	right: -35px;
	background: url(../images/header-angle.png) no-repeat 0 0/cover;
	width: 35px;
	height: 97px;
	transform: rotate(180deg);
}

.page-user-reviews #guarantee h2{
	font-size: 60px;
	margin-bottom: 20px;
}

.page-user-reviews #guarantee h3{
	font-size: 34px;
	margin-bottom: 40px;
}

@media screen and (min-width: 992px) and (max-width: 1199px){
	
	.page-user-reviews #guarantee .header{
		margin: -87px auto 40px;
	}
	
}

@media screen and (min-width: 768px) and (max-width: 991px){
	
	.page-user-reviews #masthead {
		background: #c5dcee;
	}
	
	.page-user-reviews #s1 .container{
		padding: 0;
	}
	
	.page-user-reviews #s1 .container:before{
		opacity: .15;
	}
	
	.page-user-reviews #s1 h1 {
		font-size: 36px;
		text-align: center;
		max-width: 640px;
	}
	
	.page-user-reviews #s1 p {
    	margin: 0px auto;
		max-width: 640px;
		text-align: center;
	}

	.page-user-reviews .testimonial {
		margin-bottom: 40px;
	}
	
	.page-user-reviews .testimonial .inner {
		margin: 0px auto 25px;
	}
	
	.page-user-reviews .testimonial .smaller {
		margin-left: 40px;
	}
	
	.page-user-reviews #results .header > .highlight{
		max-width: 500px;
		margin: 0px auto;
	}
	
	.page-user-reviews #results img{
		max-width: 420px;
	}
	
	.page-user-reviews #guarantee .header {
		font-size: 24px;
		padding: 25px 0px;
		height: 90px;
	}
	
	.page-user-reviews #guarantee h2 {
    	font-size: 50px;
	}
	
	.page-user-reviews #guarantee h3 {
		font-size: 31px;
		margin-bottom: 20px;
	}
	
	.page-user-reviews #guarantee .order.red-btn {
		display: table;
		margin: 20px auto 0px;
		padding: 15px 45px 20px 35px;
	}
	
}

@media screen and (max-width: 767px) {
	
	.page-user-reviews #s1{
		margin-top: 0;
		padding-top: 0;
	}
	
	.page-user-reviews #s1 h1 {
		font-size: 27px;
		line-height: 1.3em;
		margin-bottom: 20px;
		text-align: center;
		position: relative;
	}
	
	.page-user-reviews #s1 h1:after {
		content: "";
		background: url(../images/hipster-couple-2.png) no-repeat center 0/cover;
		width: 365px;
		height: 265px;
		display: block;
		position: relative;
		z-index: 1;
		top: 0;
		left: 40px;
		margin-bottom: -40px;
	}

	.page-user-reviews #s1 .container {
		padding: 40px 0px 0px;
	}
	
	.page-user-reviews #s1 .container:before{
		display: none;
	}
	
	.page-user-reviews #s1 .heading{
		margin-bottom: 50px;
    	padding: 0px 15px;
	}
	
	.page-user-reviews #s1 p {
		font-weight: 800;
		max-width: 640px;
		text-align: center;
	}
	
	.page-user-reviews #s1 .inner-wrap{
		padding: 0px 30px 30px;
	}
	
	.page-user-reviews #s1 .testimonial .title {
		font-size: 25px;
		font-weight: 800;
		margin-bottom: 10px;
		line-height: 1.2em;
	}
	
	.page-user-reviews .testimonial .inner:before {
		width: 44px;
		height: 36px;
		top: -20px;
		left: 20px;
	}

	.page-user-reviews .testimonial {
		margin-bottom: 40px;
	}
	
	.page-user-reviews .testimonial.last {
		margin-bottom: 0px;
	}
	
	#results .charts p {
		font-family: 'Open Sans', sans-serif;
		font-size: 16px;
		line-height: 1.7rem;
		margin-bottom: 1rem;
		font-weight: 400;
	}
	
	.page-user-reviews  .title{
		font-size: 30px;
		line-height: 1.1em;
		margin-bottom: 40px;
		margin-top: 0px;
	}

	.page-user-reviews #guarantee img {
		margin: 0px auto;
		max-width: 240px;
		display: table;
	}

	.page-user-reviews #guarantee .header {
		background: #393939;
		color: #fff;
		text-align: center;
		height: 90px;
		padding: 17px 0px;
		font-size: 18px;
		font-weight: 800;
		max-width: 900px;
		margin: -107px auto 20px;
		position: relative;
	}
	
	.page-user-reviews #guarantee h2 {
		font-size: 28px;
		margin-bottom: 20px;
	}
	
	.page-user-reviews #guarantee h3 {
		font-size: 20px;
		margin-bottom: 10px;
		padding: 20px 0px 0px;
		text-align: left;
	}
	
	.page-user-reviews #results .header h2 {
		font-size: 34px;
	}
	
	.page-user-reviews #guarantee .header:before,
	.page-user-reviews #guarantee .header:after{
		display: none;
	}
	
	.page-user-reviews #guarantee .order.red-btn {
		display: table;
		margin: 20px auto;
		padding: 15px 45px 15px 35px;
	}

}


/****/

.page-faq #masthead {
    margin-bottom: 0;
}

.page-faq #content {
    padding-top: 0px;
}

.page-faq #s1{
	background: #f5f5f5;
}

.page-faq #s1 h1{
	margin-bottom: 20px;
}

/* Home and FAQ Page */

#faq{
	background: #f5f5f5;
	padding: 60px 0px;
}

#faq > .container > h2{
	margin-bottom: 30px;
}

#faq-accordion{
	padding: 0px 15px;
}

#faq-accordion .faq, 
#faq-accordion .faq:first-child {
    background-color: #ffffff;
	border: none;
    border-radius: 5px;
	margin-bottom: 10px;
	position: relative;
}


#faq-accordion .card-header, 
#faq-accordion .card-header:first-child {
    background-color: transparent;
	border: none;
    border-radius: 0px;
}

#faq-accordion .card-header h5{
	margin-bottom: 0;
	position: relative;
}

#faq-accordion .card-header a{
	display: block;
    color: #dc101c;
    cursor: pointer;
    padding: 10px 0px 10px 35px;
}

#faq-accordion .card-header a:hover{
	color: #000000;
}

#faq-accordion .card-header .num{
	display: block;
    position: absolute;
    left: 0;
    width: 30px;
    text-align: center;
}

#faq-accordion .card-body{
	background-color: #ffffff;
	border-radius: 0px 0px 0px 5px;
	margin-top: -20px;
	margin-bottom: 10px;
}

@media screen and (min-width: 992px) and (max-width: 1199px){
	
	#faq {
		padding: 40px 0px;
	}
	
	#faq > .container > h2 {
		margin-bottom: 40px;
	}

}

@media screen and (min-width: 768px) and (max-width: 991px){
	
	#faq {
		padding: 40px 0px;
	}

}

@media screen and (max-width: 767px){
	
	#faq{
		padding: 30px 0px 30px;
	}

	#faq > .container > h2{
		font-size: 32px;
	}
	
	#faq-accordion .card-header, 
	#faq-accordion .card-header:first-child{
		padding: 5px 0px;
	}
	
	#faq-accordion .card-body {
		padding: 10px 5px;
	}

}

/**/

#other-products{
	padding: 50px 0px;
}

#other-products img{
	display: block;
	margin: 30px auto;
	width: 400px;
}

#other-products a{
    display: inline-block;
    padding: 0px 10px 0px 0px;
}

#other-products a:after{
    content: "";
    display: inline-block;
    background: #d0d0d0;
    border-radius: 100%;
    width: 10px;
    height: 10px;
    margin-left: 15px;
}

#other-products a:last-child:after{
	display: none;
	margin-right: 0;
}

@media screen and (min-width: 992px) and (max-width: 1199px){
	
	#other-products {
		padding: 40px 0px;
	}
	
	#other-products h2 {
		font-size: 44px;
    	line-height: 1.1em;
	}
	
	#other-products h2 span{
		display: block;
	}
	
}

@media screen and (min-width: 768px) and (max-width: 991px){
	
	#other-products {
		padding: 40px 0px;
	}
	
	#other-products h2{
		line-height: 1.1em;
	}
	
	#other-products h2 span{
		display: block;
	}
	
	#other-products a {
		font-size: 18px;
	}
	
}

@media screen and (max-width: 767px){
	
	#other-products {
		padding: 30px 0px;
	}
	
	#other-products > .container > h2{
		font-size: 28px;
	}
	
	#other-products img {
		width: 250px;
	}
	
	#other-products a:nth-child(2):after{
		display: none;
		margin-right: 0;
	}
	
	#other-products a{
		padding-bottom: 10px;
	}
}

/**/
.guarantee-section {
	background: url(/wp-content/uploads/2021/07/vigrxplus-guarantee.jpg) no-repeat 0 center/50% auto #f9f9f9;
	padding: 30px 0 0;
	height: 720px
}
.guarantee-section .heading {
	padding: 60px 0
}
.guarantee-section .heading * {
	font-weight: 800
}
.guarantee-section h2 {
	font-size: 42px;
	line-height: 1em;
	margin-bottom: 10px
}
.guarantee-section h3 {
	font-size: 24px;
	letter-spacing: 0
}
.guarantee-section p {
	font-size: 20px;
	line-height: 1.5em
}
.guarantee-section .row {
	height: 480px
}
.guarantee-section .checkmarks li {
	color: #dc101c;
	font-weight: 700;
	margin-bottom: 15px
}
.guarantee-section .red-btn {
	display: inline-block;
	margin-top: 10px
}
@media (max-width:1199px) {
	.guarantee-section {
		background: #f9f9f9;
		height: auto;
		padding: 30px 0px;
	}
	.guarantee-section img {
		display: table;
		margin: 10px auto 0px;
		max-width: 90%;
		width: 480px;
	}
	.guarantee-section .heading {
		padding: 20px 0
	}
	.guarantee-section .row {
		height: auto
	}
	.guarantee-section .promise {
		padding: 20px
	}
}
@media (max-width:767px) {
	.guarantee-section {
		background: #f9f9f9;
		height: auto
	}
	.guarantee-section h3 {
		font-size: 21px;
		line-height: 1.4em
	}
	.guarantee-section .promise {
		padding: 20px
	}
	.guarantee-section .row {
		height: auto
	}
	.guarantee-section .heading {
		padding: 10px 0
	}
	.guarantee-section .checkmarks li {
		color: #dc101c;
		font-weight: 700;
		margin-bottom: 15px;
		font-size: 19px;
		line-height: 1.5em
	}
	.guarantee-section .red-btn {
		display: table;
		margin: 10px auto 0
	}
}
@media screen and (max-width:1199px) {
	.page-testimonials .section-1 h1 {
		font-size: 40px
	}
	.page-testimonials .testimonial {
		padding: 40px 0 0
	}
	.page-testimonials .testimonial .container {
		background-image: none;
		padding-bottom: 20px
	}
	.page-testimonials .testimonial .inner:before {
		left: 0
	}
	.page-testimonials .testimonial .inner {
		min-height: auto
	}
	.page-testimonials .testimonial h2 {
		font-weight: 800;
		font-size: 28px;
		text-align: center
	}
	..page-testimonials .testimonial p {
		font-size: 18px;
		margin-bottom: 10px
	}
}
@media screen and (min-width:768px) and (max-width:1199px) {
	.package.pkg12 .card-body .card-value, .package.pkg6 .card-body .card-value {
		font-size: 21px
	}
	.package.pkg1 .card-body .card-value, .package.pkg2 .card-body .card-value, .package.pkg3 .card-body .card-value {
		font-size: 16px
	}
	#product-packages .tick-dollar span::before {
		height: 2rem;
		width: 2rem;
		left: -2.5rem;
		top: -.3rem
	}
	#product-packages .package.pkg1 .tick-dollar span::before, #product-packages .package.pkg2 .tick-dollar span::before, #product-packages .package.pkg3 .tick-dollar span::before {
		height: 1.5rem;
		width: 1.5rem;
		left: -1.5rem;
		top: -.2rem
	}
	.package .card-body img {
		max-width: 90%
	}
	.package.pkg1 .card-text, .package.pkg2 .card-text, .package.pkg3 .card-text {
		font-size: 21px
	}
	.page-cart .package .purchase h2 {
		font-size: 42px
	}
}
@media screen and (max-width:1199px) {
	.page-testimonials .testimonial .inner:before {
		left: 50%;
		margin-left: -25px
	}
	.page-testimonials .section-1 h1 {
		font-size: 24px;
		font-weight: 800
	}
	.page-testimonials .testimonial {
		padding: 30px 0 0
	}
	.page-testimonials .testimonial img {
		margin: 15px 0 0 20px
	}
	.page-testimonials .testimonial .reviewer.no-pic {
		margin-bottom: 20px
	}
	.page-testimonials .section-2 {
		background: 0 0;
		padding: 0
	}
	.page-testimonials .section-2 .row>div {
		margin-bottom: 0
	}
	.page-testimonials .section-2 .row>div:last-of-type {
		margin-bottom: 20px
	}
	.page-testimonials .section-3 {
		top: 0;
		padding: 30px 0 80px
	}
	.page-testimonials .section-3 .row>div {
		margin-bottom: 0
	}
	.page-testimonials .section-3 .row>div:first-child {
		margin-top: 0
	}
	.page-testimonials .section-3 .testimonial .inner:before {
		background: url(../images/theme-files-2021/open-quote-pink.png) no-repeat 0 0/cover transparent
	}
	.page-testimonials .section-4 {
		padding: 30px 0 0
	}
	.page-testimonials .section-5 {
		background: 0 0;
		padding: 0 0 30px
	}
	.page-testimonials .section-5 .testimonial {
		margin-bottom: 0
	}
	.page-testimonials .section-6 {
		padding: 60px 0 0
	}
	.page-testimonials .section-6 .row>div:first-of-type {
		margin-top: -40px
	}
	.page-testimonials .section-6 .testimonial {
		margin-bottom: 0
	}
	.page-testimonials .section-7 {
		padding: 30px 0
	}
	.page-testimonials .section-7 .row>div:first-of-type {
		margin-top: 0
	}
	.page-testimonials .section-7 .testimonial {
		margin-bottom: 0
	}
	.page-testimonials .section-8 {
		padding-bottom: 30px
	}
	.page-testimonials .section-8 .testimonial {
		margin-bottom: 0;
		padding: 40px 0 0
	}
	.page-testimonials .section-8 .row>div:first-of-type {
		margin-top: 0;
		margin-bottom: 0
	}
	.page-testimonials .section-9 .row>div:first-of-type {
		margin-top: 0;
		margin-bottom: 0
	}
	.page-testimonials .section-9 {
		padding-bottom: 30px
	}
	.page-testimonials .section-9 .testimonial {
		margin-bottom: 0
	}
	.page-testimonials .section-10 {
		padding: 20px 0 0 0
	}
	.page-testimonials .section-10 .testimonial {
		margin-bottom: 0;
		padding-top: 20px
	}
	.page-testimonials .section-10 .row>div:first-of-type {
		margin-top: 0;
		margin-bottom: 0
	}
	.page-testimonials .section-11 {
		padding-bottom: 0;
		padding-top: 50px
	}
	.page-testimonials .section-11 .testimonial {
		margin-bottom: 0;
		padding-top: 0
	}
	.page-testimonials .section-11 .testimonial {
		margin-bottom: 40px
	}
	.page-testimonials .section-11 .row>div:first-of-type {
		margin-top: 0;
		margin-bottom: 30px
	}
	.page-testimonials .section-12 {
		background: #000;
		padding-bottom: 0
	}
	.page-testimonials .section-12 .testimonial {
		margin-bottom: 25px;
		padding-top: 0
	}
	.page-testimonials .section-12 .row>div:first-of-type {
		margin-top: 20px;
		margin-bottom: 0
	}
	.page-testimonials .section-13 .testimonial {
		margin-bottom: 0;
		padding: 50px 0 0
	}
	.page-testimonials .section-13 .row>div:first-of-type {
		margin-top: 0;
		margin-bottom: 0
	}
	.page-testimonials .testimonial .reviewer {
		margin-bottom: 0
	}
}
@media screen and (max-width:767px) {
	#store-options * {
		font-size: 12px
	}
	.package .checkmark li {
		font-size: 14px
	}
}
.page-guarantee h1 {
	color: #dc101c;
	font-size: 60px;
	font-weight: 800;
	margin: 0
}
.page-guarantee h2 {
	font-size: 23px;
	line-height: 1.3em;
	margin-bottom: 20px
}
.page-guarantee h2 .highlight {
	color: #dc101c;
	font-size: 42px;
	font-weight: 800;
	margin-bottom: 10px
}
.guarantee .credit-cards p {
	font-size: 18px;
	font-weight: 400;
	max-width: 800px;
	margin: 0px auto 20px;
}
@media (max-width:991px) {
	.page-guarantee h2 .highlight {
		color: #dc101c;
		font-size: 34px;
		font-weight: 800;
		margin-bottom: 10px
	}
}
@media (max-width:767px) {
	.page-testimonials .section-1 h1 {
		margin-bottom: 20px;
		line-height: 1.2em;
		font-size: 24px;
	}
}
.#chat-widget-container {
	z-index: 97!important
}
.videoWrapper {
	padding: 56.25% 0 0 0;
	position: relative
}
.videoWrapper iframe {
	height: 100%;
	left: 0;
	position: absolute;
	top: 0;
	width: 100%
}
.hide {
	display: none
}
.clear {
	clear: both
}
a {
	color: #c80013;
	font-weight: 600
}
.nez-desktop, .nez-mobile, .nez-tablet {
	display: none
}
.menu a, a.trigger {
	text-decoration: none
}
a, a * {
	outline: 0
}
.nowrap {
	white-space: nowrap
}
img {
	max-width: 100%;
	height: auto
}
img.left {
	float: left
}
img.right {
	float: right
}
h1, h2, h3 {
	text-align: center;
	line-height: 1.2em;
	margin: 0 auto;
	font-weight: 800
}
h1 {
	font-size: 44px;
	text-align: left;
	line-height: 1.5em
}
h2 {
	font-size: 44px
}
h3 {
	font-size: 32px
}
ol, ul {
	list-style: none;
	padding: 0;
	margin: 0
}
.screen-reader-text {
	display: none
}
.lt {
	text-decoration: line-through
}
sup {
	font-size: .6em;
	line-height: 1em;
	position: relative;
	top: 0
}
.sup {
	font-size: .6em;
	line-height: 1em;
	display: inline-block;
	vertical-align: super
}
.xbold {
	font-weight: 800
}
.bold {
	font-weight: 700
}
.semibold {
	font-weight: 600
}
.italic {
	font-style: italic
}
.bigger {
	font-size: 1.2em
}
.smaller {
	font-size: .85em
}
div.p {
	margin: 1em auto;
	line-height: 1.6em;
	font-size: .9em
}
div.br {
	padding: 1em 0 0
}
.oblique {
	font-style: oblique
}
.underline {
	text-decoration: underline
}
.center {
	text-align: center
}
.hightlight-yellow {
	color: #fff000
}
.live-chat {
	cursor: pointer
}
.max-1366 {
	max-width: 1366px;
	margin: 0 auto
}
.dark-bg {
	background-color: #252525
}
.text-white {
	color: #fff
}
.tight-height {
	line-height: 110%
}
.content_container.offer2 p {
	font-size: 16px
}
.container.offer2 {
	overflow: visible
}
.custom-list {
	margin: 0;
	padding: 0
}
.custom-list li {
	position: relative;
	padding: 5px 0 5px 45px
}
.custom-list li::before {
	content: "";
	background: url(img/red-tick.png) top left/contain no-repeat;
	width: 30px;
	height: 30px;
	position: absolute;
	left: 0
}
#fold {
	padding-top: 65px;
	background-color: #000;
	position: relative
}
#fold:after {
	content: "";
	width: 100%;
	height: 75px;
	position: absolute;
	bottom: -2px;
	background-color: #fff;
	background: url(img/tri-bg.svg) bottom center/cover no-repeat
}
#fold .max-1366 {
	position: relative;
	padding-bottom: 120px
}
#fold .max-1366::before {
	background: url(img/couple-bg.jpg) top right/contain no-repeat;
	padding-bottom: 120px;
	background-size: cover;
	background-position: 0 top;
	content: "";
	width: 65%;
	height: 100%;
	position: absolute;
	right: 0;
	bottom: 0
}
#fold h1 {
	font-size: 80px;
	line-height: 90%
}
#fold h1 span {
	font-size: 62px;
	display: block;
	line-height: 100%
}
#fold h1::after {
	content: "";
	width: 100%;
	height: 8px;
	background: #fff;
	display: block;
	max-width: 380px;
	position: relative;
	top: 20px
}
.btn-container {
	padding-top: 70px;
	position: relative;
	z-index: 999
}
#fold ul li {
	font-weight: 700;
	max-width: 450px
}
#fold .button {
	font-size: 26px;
	font-weight: 700;
	padding: 10px 30px;
	-webkit-box-shadow: 0 0 15px 2px #fff;
	box-shadow: 0 0 25px 2px #fff;
	display: inline-block;
	position: relative
}
#fold .button::after {
	width: 20px;
	height: 18px
}
.vrx-banner {
	position: absolute;
	bottom: 0
}
@media(max-width:991px) {
	#fold .max-1366 {
		background-image: none
	}
	.vrx-banner {
		position: relative;
		bottom: 0
	}
}
@media(max-width:767px) {
	#fold .max-1366::before {
		background-image: none
	}
	#fold h1 span {
		font-size: 42px
	}
	#fold h1 {
		font-size: 60px;
		text-align: center
	}
	#fold h1::after {
		margin: 0 auto
	}
	.btn-container span {
		display: block
	}
	#fold .button {
		width: 100%;
		padding: 15px 30px
	}
	#fold h1 {
		max-width: 510px
	}
	#fold .button::after {
		width: 30px;
		height: 40%;
		position: absolute;
		right: 30px;
		top: 30%
	}
}
@media(max-width:480px) {
	#fold h1 span {
		font-size: 40px;
		margin-top: 5px
	}
	#fold h1 {
		font-size: 52px;
		text-align: center
	}
	#fold .button {
		font-size: 20px
	}
	#fold .button::after {
		right: 20px
	}
}
.since {
	display: inline;
	font-weight: 800;
	border-bottom: 3px solid #000;
	padding: 0 60px;
	font-size: 1.4rem
}
.dr-lamm img {
	width: 100%
}
.dr-lamm .video.wistia {
	border: 3px solid #b40823;
	padding: 3px 3px 2px
}
.dr-lamm .placeholder {
	background: url(img/dr-lamm-vid.jpg) top right/101% auto no-repeat
}
.val {
	font-size: 44px;
	line-height: 100%
}
.val-text {
	font-size: 26px
}
.f-18 {
	font-size: 18px
}
.ad {
	padding-left: 85px
}
.ad-1 {
	background: url(img/advantage1.png) top left/70px auto no-repeat
}
.ad-2 {
	background: url(img/advantage2.png) top left/70px auto no-repeat
}
.ad-3 {
	background: url(img/advantage3.png) top left/70px auto no-repeat
}
.ad-4 {
	background: url(img/advantage4.png) top left/70px auto no-repeat
}
.ad-mobile {
	background: 0 0
}
.sub-title {
	font-size: 18px
}
@media(max-width:767px) {
	.ad {
		padding-left: 0
	}
	.ad-1, .ad-2, .ad-3, .ad-4 {
		background: 0 0
	}
	.ad .ad-1, .ad .ad-2, .ad .ad-3, .ad .ad-4 {
		padding-left: 85px;
		min-height: 95px;
		background: url(img/advantage1.png) top left/auto 85px no-repeat
	}
	.ad .ad-1 {
		background-image: url(img/advantage1.png)
	}
	.ad .ad-2 {
		background-image: url(img/advantage2.png);
		background-position: 10px top
	}
	.ad .ad-3 {
		background-image: url(img/advantage3.png);
		background-position: 15px top
	}
	.ad .ad-4 {
		background-image: url(img/advantage4.png);
		background-position: 25px top
	}
}
#section-c h4 {
	font-size: 26px;
	font-weight: 800;
	line-height: 100%;
	letter-spacing: -1px
}
#section-c h4 span {
	font-size: 54px
}
#section-c p {
	font-weight: 800;
	letter-spacing: -1px
}
#section-d h2 {
	font-size: 28px
}
#section-d img {
	display: block;
	margin: 0 auto
}
@media(max-width:767px) {
	#section-d h4 {
		text-align: center
	}
}
#section-f h4 {
	font-size: 20px;
	font-weight: 700
}
#section-f h4, #section-f p {
	max-width: 500px
}
.g-1 {
	max-width: 400px;
	margin: 0 auto 20px
}
.g-main span {
	display: block;
	font-size: 40px
}
.g-main .box {
	font-size: 30px
}
@media(max-width:749px) {
	.g-main {
		line-height: 1.5em
	}
}
@media(max-width:459px) {
	.g-main span {
		font-size: 32px
	}
	.g-main .box {
		font-size: 24px
	}
}
#cta-block {
	border-top: 3px solid #252525;
	border-bottom: 3px solid #252525
}
.page-cart-special>.flipclock-container {
	display: none !important;
}
.flipclock-container {
	position: fixed;
	bottom: 0;
	width: 100vw;
	z-index: 9;
	background-color: #063799;
	padding-top: 1.2rem;
	padding-bottom: 0
}
.flipclock-container.hide {
	display: none
}
.flipclock-container .w50 {
	width: 100%;
	float: none;
	text-align: center
}
.flip-clock-wrapper {
	margin: 1em auto;
	text-align: center;
	display: inline-block;
	width: auto;
	float: none
}
@media (min-width:768px) {
	.flipclock-container .w50 {
		width: 50%;
		float: left
	}
	.flipclock-container {
		padding-top: 0;
		padding-bottom: 0
	}
}
.flipclock-container .flip-clock-label {
	font-size: 11px;
	text-transform: uppercase
}
@media (min-width:768px) {
	.flipclock-container .flip-clock-label {
		font-size: 14px
	}
	.flip-clock-wrapper ul {
		margin: 2px;
		padding: 10px;
		width: 30px;
		height: 45px;
		font-size: 32px;
		line-height: 32px
	}
}
.flipclock-container .inner {
	max-width: 992px;
	margin: 0 auto;
	display: block
}
.flipclock-container .inner .flipclock-text {
	margin-bottom: 15px
}
@media (min-width:768px) {
	.flipclock-container .inner .flipclock-text {
		float: none;
		margin-top: 1.5rem;
		margin-bottom: 0
	}
}
.flipclock-container .inner .flipclock-text h4 {
	color: #fff;
	font-size: 26px;
	line-height: 30px;
	text-align: center;
	margin-top: 0;
	margin-bottom: 0
}
.flipclock-container .inner .flipclock-text p {
	color: #fff;
	font-size: 18px;
	line-height: 21px;
	margin-top: 0;
	text-align: center
}
.flipclock-container .inner .flipclock-text p span {
	color: #fac52f;
}
@media (min-width:768px) {
	.flipclock-container .inner .flipclock-text {
		margin-top: 0rem
	}
	.flipclock-container .inner .flipclock-text p {
		text-align: center
	}
}
.flipclock-container .inner .flipclock-text .save-txt {
	color: #d1000d!important;
	font-weight: 700
}
.flip-clock-wrapper {
	margin: 1em 1em 1em 1em;
	text-align: center
}
@media (min-width:992px) {
	.flipclock-container .inner .flipclock-text h4 {
		font-size: 30px;
		line-height: 30px;
		margin-bottom: 10px;
	}
}
@media (min-width:768px) {
	.flipclock-container .ujic-hold {
		padding: 1.5rem .5rem!important
	}
	.flipclock-container .inner .flipclock-text h4 {
		margin-top: 0
	}
	.flip-clock-wrapper {
		margin: 4em 1em 1em 4em
	}
}
.flip-clock-wrapper ul {
	position: relative;
	float: left;
	margin: 2px;
	padding: 12px;
	width: 20px;
	height: 35px;
	font-size: 40px;
	font-weight: 700;
	line-height: 43px;
	border-radius: 6px;
	background: #000
}
@media (min-width:768px) {
	.flip-clock-wrapper ul {
		margin: 2px;
		padding: 15px;
		width: 30px;
		height: 45px;
		font-size: 40px;
		line-height: 43px
	}
}
.flip-clock-wrapper ul li {
	z-index: 1;
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	line-height: 35px;
	text-decoration: none!important
}
@media (min-width:768px) {
	.flip-clock-wrapper ul li {
		line-height: 43px
	}
}
.flip-clock-wrapper ul li:first-child {
	z-index: 2
}
.flip-clock-wrapper ul li a {
	display: block;
	height: 100%;
	-webkit-perspective: 200px;
	perspective: 200px;
	margin: 0!important;
	overflow: visible!important;
	cursor: default!important
}
.flip-clock-wrapper ul li a div {
	z-index: 1;
	position: absolute;
	left: 0;
	width: 100%;
	height: 50%;
	font-size: 30px;
	overflow: hidden;
	outline: 1px solid transparent
}
@media (min-width:768px) {
	.flip-clock-wrapper ul li a div {
		font-size: 40px
	}
}
.flip-clock-wrapper ul li a div .shadow {
	position: absolute;
	width: 100%;
	height: 100%;
	z-index: 2
}
.flip-clock-wrapper ul li a div.up {
	-webkit-transform-origin: 50% 100%;
	transform-origin: 50% 100%;
	top: 0
}
.flip-clock-wrapper ul li a div.up:after {
	content: "";
	position: absolute;
	top: 17px;
	left: 0;
	z-index: 5;
	width: 100%;
	height: 2px;
	background-color: #000;
	background-color: rgba(0, 0, 0, .4)
}
@media (min-width:768px) {
	.flip-clock-wrapper ul li a div.up:after {
		top: 22px;
		height: 3px
	}
}
.flip-clock-wrapper ul li a div.down {
	-webkit-transform-origin: 50% 0;
	transform-origin: 50% 0;
	bottom: 0;
	border-bottom-left-radius: 6px;
	border-bottom-right-radius: 6px
}
.flip-clock-wrapper ul li a div div.inn {
	position: absolute;
	left: 0;
	z-index: 1;
	width: 100%;
	height: 200%;
	color: #002b87;
	text-shadow: none;
	text-align: center;
	background-color: #fac52f;
	border-radius: 6px;
	font-size: 28px
}
@media (min-width:768px) {
	.flip-clock-wrapper ul li a div div.inn {
		font-size: 35px
	}
}
.flip-clock-wrapper ul li a div.up div.inn {
	top: 0
}
.flip-clock-wrapper ul li a div.down div.inn {
	bottom: 0
}
.flip-clock-wrapper ul.play li.flip-clock-before {
	z-index: 3
}
.flip-clock-wrapper .flip {
	box-shadow: 0 2px 5px rgba(0, 0, 0, .7)
}
.flip-clock-wrapper ul.play li.flip-clock-active {
	-webkit-animation: asd .5s .5s linear both;
	animation: asd .5s .5s linear both;
	z-index: 5
}
.flip-clock-divider {
	float: left;
	display: inline-block;
	position: relative;
	width: 10px;
	height: 42px
}
@media (min-width:768px) {
	.flip-clock-divider {
		width: 10px;
		height: 50px
	}
}
.flip-clock-divider:first-child {
	width: 0
}
.flip-clock-dot {
	display: block;
	background: #fff;
	width: 6px;
	height: 6px;
	position: absolute;
	border-radius: 50%;
	box-shadow: 0 0 5px rgba(0, 0, 0, .5);
	left: 2px
}
@media (min-width:768px) {
	.flip-clock-dot {
		width: 6px;
		height: 6px;
		left: 2px
	}
}
body .flip-clock-divider .flip-clock-label {
	color: #fff;
	position: absolute;
	top: -1.3em;
	right: -55px;
	text-shadow: none
}
@media (min-width:768px) {
	.flip-clock-divider .flip-clock-label {
		top: -1em;
		right: -55px
	}
}
.flip-clock-divider.days .flip-clock-label {
	right: -42px
}
.flip-clock-divider.hours .flip-clock-label {
	right: -45px
}
.flip-clock-divider.minutes .flip-clock-label {
	right: -50px
}
.flip-clock-divider.seconds .flip-clock-label {
	right: -52px
}
.flip-clock-dot.top {
	top: 25px
}
.flip-clock-dot.bottom {
	bottom: 25px
}
@media (min-width:768px) {
	.flip-clock-divider.days .flip-clock-label {
		right: -50px
	}
	.flip-clock-divider.hours .flip-clock-label {
		right: -55px
	}
	.flip-clock-divider.minutes .flip-clock-label {
		right: -60px
	}
	.flip-clock-divider.seconds .flip-clock-label {
		right: -60px
	}
	.flip-clock-dot.top {
		top: 33px
	}
	.flip-clock-dot.bottom {
		bottom: 25px
	}
}
@-webkit-keyframes asd {
	0% {
		z-index: 2
	}
	20% {
		z-index: 4
	}
	100% {
		z-index: 4
	}
}
@keyframes asd {
	0% {
		z-index: 2
	}
	20% {
		z-index: 4
	}
	100% {
		z-index: 4
	}
}
.flip-clock-wrapper ul.play li.flip-clock-active .down {
	z-index: 2;
	-webkit-animation: turn .5s .5s linear both;
	animation: turn .5s .5s linear both
}
@-webkit-keyframes turn {
	0% {
		-webkit-transform: rotateX(90deg)
	}
	100% {
		-webkit-transform: rotateX(0)
	}
}
@keyframes turn {
	0% {
		-webkit-transform: rotateX(90deg);
		transform: rotateX(90deg)
	}
	100% {
		-webkit-transform: rotateX(0);
		transform: rotateX(0)
	}
}
.flip-clock-wrapper ul.play li.flip-clock-before .up {
	z-index: 2;
	-webkit-animation: turn2 .5s linear both;
	animation: turn2 .5s linear both
}
@-webkit-keyframes turn2 {
	0% {
		-webkit-transform: rotateX(0)
	}
	100% {
		-webkit-transform: rotateX(-90deg)
	}
}
@keyframes turn2 {
	0% {
		-webkit-transform: rotateX(0);
		transform: rotateX(0)
	}
	100% {
		-webkit-transform: rotateX(-90deg);
		transform: rotateX(-90deg)
	}
}
.flip-clock-wrapper ul li.flip-clock-active {
	z-index: 3
}
.flip-clock-wrapper ul.play li.flip-clock-before .up .shadow {
	background: -moz-linear-gradient(top, rgba(0, 0, 0, .1) 0, #000 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0, rgba(0, 0, 0, .1)), color-stop(100%, #000));
	background: linear, top, rgba(0, 0, 0, .1) 0, #000 100%;
	background: -ms-linear-gradient(top, rgba(0, 0, 0, .1) 0, #000 100%);
	background: linear, to bottom, rgba(0, 0, 0, .1) 0, #000 100%;
	-webkit-animation: show .5s linear both;
	animation: show .5s linear both
}
.flip-clock-wrapper ul.play li.flip-clock-active .up .shadow {
	background: -moz-linear-gradient(top, rgba(0, 0, 0, .1) 0, #000 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0, rgba(0, 0, 0, .1)), color-stop(100%, #000));
	background: linear, top, rgba(0, 0, 0, .1) 0, #000 100%;
	background: -ms-linear-gradient(top, rgba(0, 0, 0, .1) 0, #000 100%);
	background: linear, to bottom, rgba(0, 0, 0, .1) 0, #000 100%;
	-webkit-animation: hide .5s .3s linear both;
	animation: hide .5s .3s linear both
}
.flip-clock-wrapper ul.play li.flip-clock-before .down .shadow {
	background: -moz-linear-gradient(top, #000 0, rgba(0, 0, 0, .1) 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0, #000), color-stop(100%, rgba(0, 0, 0, .1)));
	background: linear, top, #000 0, rgba(0, 0, 0, .1) 100%;
	background: -ms-linear-gradient(top, #000 0, rgba(0, 0, 0, .1) 100%);
	background: linear, to bottom, #000 0, rgba(0, 0, 0, .1) 100%;
	-webkit-animation: show .5s linear both;
	animation: show .5s linear both
}
.flip-clock-wrapper ul.play li.flip-clock-active .down .shadow {
	background: -moz-linear-gradient(top, #000 0, rgba(0, 0, 0, .1) 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0, #000), color-stop(100%, rgba(0, 0, 0, .1)));
	background: linear, top, #000 0, rgba(0, 0, 0, .1) 100%;
	background: -ms-linear-gradient(top, #000 0, rgba(0, 0, 0, .1) 100%);
	background: linear, to bottom, #000 0, rgba(0, 0, 0, .1) 100%;
	-webkit-animation: hide .5s .3s linear both;
	animation: hide .5s .2s linear both
}
@-webkit-keyframes show {
	0% {
		opacity: 0
	}
	100% {
		opacity: 1
	}
}
@keyframes show {
	0% {
		opacity: 0
	}
	100% {
		opacity: 1
	}
}
@-webkit-keyframes hide {
	0% {
		opacity: 1
	}
	100% {
		opacity: 0
	}
}
@keyframes hide {
	0% {
		opacity: 1
	}
	100% {
		opacity: 0
	}
}
#close-counter {
	float: right;
	background: url(../img/img-cross.png) no-repeat left top;
	display: inline-block;
	width: 32px;
	height: 32px;
	background-size: 100%;
	font-size: 0;
	opacity: 1!important;
	z-index: 1;
	cursor: pointer;
	top: -10px;
	right: 0;
	position: relative
}
.flipclock-container .container {
	margin: 0 auto
}
@media (min-width:768px) {
	#close-counter {
		top: 15px;
		right: 12px
	}
	.flipclock-container .container {
		max-width: 100%
	}
}
@media (min-width:992px) {
	.flipclock-container .container {
		max-width: 960px
	}
}
@media (min-width:1199px) {
	.flipclock-container .container {
		max-width: 1140px
	}
	#close-counter {
		top: 15px;
		right: 0
	}
}
@media (max-width:991px) {
	.flipclock-container {
		padding-top: .5rem
	}
	.flipclock-container .inner .flipclock-text h4 {
		font-size: 30px;
		line-height: 30px;
		margin-bottom: 10px;
	}
	.flipclock-container .inner .flipclock-text p {
		display: flex;
		align-content: center;
		justify-content: center;
		flex-wrap: wrap;
		font-size: 14px;
		line-height: 18px;
		text-align: center;
		width: 100%
	}
	.flipclock-container .inner .flipclock-text span {
		padding: 0 3px
	}
	#close-counter {
		width: 21px;
		height: 21px;
		top: 0;
		right: 30px
	}
}
.flipclock-container .row {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	width: 100%;
	justify-content: center;
	padding: 0;
	margin: 0px auto;
}
body .ujic-classic span.countdown_amount {
	font-size: 21px!important;
	font-weight: 700!important;
	padding: 0px;
	text-shadow: none!important;
	width: 30px !important;
}
body .ujic-classic span.countdown_txt {
	margin-top: 0 !important;
	padding-top: 5px !important;
}
body .ujic-classic .countdown_section {
	margin-right: 0
}
body .ujic-classic .countdown_section:before {
	content: ":";
	float: left;
	clear: none;
	display: block;
	text-align: center;
	padding: 5px 7px 5px 3px;
	color: #fff;
	font-size: 18px!important
}
body .ujic-classic .countdown_section:first-of-type:before {
	display: none
}
@media (max-width:767px) {
	.flipclock-container {
		padding-bottom: 1rem
	}
	.flipclock-container .container {
		padding: 0;
	}
	.flipclock-container .inner .flipclock-text h4 {
		font-size: 21px;
		line-height: 30px;
	}
	body .ujic-classic span.countdown_amount {
		font-size: 13px !important;
		padding: 5px 0px !important;
	}
}
@media (max-width:991px) {
	body .ujic-classic .countdown_section {
		margin-right: 0
	}
	body .ujic-classic .countdown_section:before {
		padding: 0px 7px 0px 5px !important;
		color: #fff;
		font-size: 14px!important
	}
}
#bf-banner {
	text-align: center;
	background: #b40923
}
#bf-banner img {
	margin: 0 auto
}
@media (max-width:749px) {
	#bf-banner img {
		margin: 0 auto;
		max-width: 320px
	}
}
.page-emailpriv h2 {
	margin-bottom: 2rem
}
.page-terms-conditions li {
	margin-bottom: 10px
}
.authenticityBlock h3 {
	color: #e10000;
	max-width: 700px;
	margin: 1.75em auto .75em
}
.authenticityBlock #counterfeit_check h3 {
	margin: .5em auto 1em
}
#counterfeit_check {
	background-color: #999;
	background-image: url(img/img-v2/bg-diagonal.png);
	color: #fff;
	border-radius: 1em;
	padding: 1.5em 3em 3em;
	text-align: center
}
#counterfeit_check h3 {
	text-transform: uppercase;
	color: #ffd33a;
	font-size: 1.7em;
	margin-bottom: .5em
}
#counterfeit_check .asterix {
	text-align: left;
	margin-bottom: 2em
}
#counterfeit_check .asterix a {
	color: #fff
}
#counterfeit_check button#check {
	margin-top: 10px;
	-webkit-appearance: none;
	border: solid 2px #c72482;
	background-color: #a80919;
	font-family: inherit;
	font-size: 100%;
	padding: .25em 1em;
	color: #fff
}
#securitycode {
	width: 700px;
	-webkit-appearance: none;
	font-family: inherit;
	font-size: 100%;
	padding: .25em;
	max-width: 100%;
	box-sizing: border-box
}
#authcheck-bad, #authcheck-contact, #authcheck-good, #authcheck-invalid, #authcheck-used {
	padding: 0 0 10px 0;
	margin-top: 5px;
	display: none;
}
#authcheck-bad div.p, #authcheck-good div.p, #authcheck-invalid div.p, #authcheck-used div.p {
	margin: 0 20px;
}
#authcheck-bad h4, #authcheck-good h4, #authcheck-invalid h4, #authcheck-used h4 {
	font-size: 18px;
	display: block;
	color: #fff;
	margin: 0 0 12px 0;
	padding: 10px;
}
#authcheck-good {
	background: #daeec0;
}
#authcheck-good h4 {
	background: #84ba40;
}
#authcheck-bad {
	background: #f9dcdf;
}
#authcheck-bad h4 {
	background: #aa0919;
}
#authcheck-invalid {
	background: #f9dcdf;
}
#authcheck-invalid h4 {
	background: #aa0919;
}
#authcheck-used {
	background: #ffe2bc;
}
#authcheck-used h4 {
	background: #ff9000;
}
.wsp-pages-title {
	margin-bottom: 2rem;
}
.wsp-posts-list {
	margin-left: 0;
}
.wsp-posts-list li {
	margin-bottom: 10px;
}
.category-articles .page-title {
	padding-top: 15px;
	text-align: left;
}
.category-articles {
	margin-bottom: 30px;
}
.category-articles .category-articles h2 {
	font-size: 26px;
	margin-bottom: 15px;
	text-align: left;
	padding: 10px 0;
}
.category-articles .red-btn {
	display: inline-block;
	background: #dc101c;
	color: #fff;
	text-transform: uppercase;
	border-radius: 40px;
	font-size: 14px;
	letter-spacing: 0;
	font-weight: 800;
	margin: 20px 0;
	padding: 10px 30px;
}
.category-articles .meta img {
	border-radius: 100%
}
.category-articles .meta .byline {
	margin-right: 15px;
}
.category-articles h2 a {
	color: #000;
}
#leh-pagination {
	margin: 30px auto 50px;
}
#leh-pagination ul li a:hover, #leh-pagination ul li.active a {
	background: #000;
}
#secondary .search-submit {
	background: #dc101c;
	border: none;
	color: #fff;
	text-transform: uppercase;
	font-weight: 800;
	font-family: 'Open Sans', sans-serif;
	letter-spacing: 0;
	padding: 10px 12px;
	position: relative;
	top: -2px;
}
#secondary ul li {
	line-height: 1em;
}
#secondary ul li a:hover {
	color: #000;
}
@media (min-width:768px) {
	.category-articles .category-articles h2 {
		font-size: 28px;
		margin-bottom: 15px;
		text-align: left;
	}
}
/****************/

body .ujic-classic span.countdown_amount {
	font-weight: 800!important;
	padding: 5px 14px 5px 14px;
}
body .ujic-classic .countdown_section {
	margin-right: 0;
}
body .ujic-classic .countdown_section:before {
	content: ":";
	float: left;
	clear: none;
	display: block;
	text-align: center;
	margin: 0;
	padding: 5px 7px 5px 5px;
	color: #fff;
	font-size: 18px !important;
}
body .ujic-classic .countdown_section:first-of-type:before {
	display: none;
}

/****/

#results-ext {
	background: #002c87;
	padding: 40px 0px;
}
#results-ext h3 {
	color: #fac42e;
	font-size: 21px;
	margin-bottom: 5px;
	text-align: center;
}
#results-ext .box.center {
	border-bottom: 3px solid #fff;
	color: #fff;
	width: 100%;
	margin: 10px auto;
	padding: 15px 0;
	text-decoration: none;
	font-size: 18px;
	line-height: 1.3em;
}
#results-ext img {
	display: block;
	margin: 0 auto;
}
#results-ext .title, #results-ext .title span {
	color: #ffffff;
	text-align: center;
	font-size: 28px;
	line-height: 1em;
}
#results-ext p {
	color: #ffffff;
}
@media (min-width: 768px) {
	#results-ext .box.center {
		display: flex;
		align-items: center;
		justify-content: start;
		text-align: left;
		border-bottom: 3px solid #fac42e;
		border-left: 15px solid #fac42e;
		width: 74%;
		margin: 40px auto 20px;
		padding: 0 25px 15px 15px;
		text-decoration: none;
		font-size: 16px;
		line-height: 24px;
		color: #fff;
	}
	#results-ext .box.center img {
		margin-right: 15px;
	}
	#results-ext .title, #results-ext .title span {
		font-size: 36px;
		line-height: 1.2em;
	}
}
/****/

#free-shipping-3 {
	background: #ebebeb;
	border-bottom: solid 5px #fac52f;
	position: relative;
}
#free-shipping-3 .couple {
	margin: -0.8rem 0 4.2rem;
	max-width: 220px;
}
#free-shipping-3:before {
	content: "";
	background: #363636;
	position: absolute;
	bottom: 0;
	height: 120px;
	width: 100%;
}
#free-shipping-3 .btn {
	margin: 0 auto;
	max-width: 200px;
	top: -2.2rem;
	margin-bottom: 0rem;
}
.page-clinical-study #how-it-works {
	padding-top: 0;
}
#checklist-graph {
	background: #d7d7d7;
	border-top: solid 4px #002c88;
	padding-top: 25px;
}
#checklist-graph img {
	position: absolute;
	right: 0;
	margin: 0 0 0;
}
@media (max-width: 991px) {
	#checklist-graph img {
		display: block;
		position: relative;
		margin: 0 auto 20px;
		max-width: 480px;
	}
}
@media (max-width: 767px) {
	#checklist-graph img {
		display: block;
		position: relative;
		margin: 0 auto 20px;
		max-width: 320px;
	}
}
#how-it-works ul {
	list-style: none;
	margin-left: 0;
	padding-left: 0;
	width: 100%;
}
#how-it-works li {
	display: block;
	align-content: center;
	background: #e5e5e5;
	border-bottom: solid 5px #d7d7d7;
	font-family: 'Open Sans', sans-serif;
	font-weight: 700;
	font-size: 18px;
	position: relative;
	padding: 12px 0 12px 55px;
}
#how-it-works li:before {
	content: "";
	background: #e5e5e5;
	border-bottom: none;
	position: absolute;
	top: 0;
	left: -100vw;
	width: 100vw;
	height: 100%;
}
#how-it-works li:after {
	content: "";
	background: #e5e5e5;
	border-bottom: none;
	position: absolute;
	top: 0;
	right: -100vw;
	width: 100vw;
	height: 100%;
}
#how-it-works li .icon {
	display: inline-block;
	background: url(../images/yellow-checkmark.png) no-repeat 0 0/cover;
	width: 46px;
	height: 44px;
	top: 2px;
	position: absolute;
	left: 0;
}
#how-it-works li .highlight {
	color: #002c87;
	display: inline-block;
}
#how-it-works p {
	font-size: 21px;
	margin: 25px 0px 35px;
}
@media (min-width: 1200px) {
	.cs-section .p-absolute {
		position: relative;
		top: 0;
		max-width: 100%;
	}
	#free-shipping-3 .couple {
		margin: 0 auto;
		max-width: 420px;
	}
}
@media (min-width: 768px) {
	#free-shipping-3 .p-2 {
		margin-top: 20px;
	}
	#free-shipping-3 .btn {
		margin: 2rem auto;
		max-width: 200px;
		top: 0;
	}
}
@media screen and (min-width: 991px) and (max-width: 1199px) {
	#free-shipping-3 .couple {
		max-width: 405px;
		margin: 0;
	}
	#free-shipping-3 .p-2 {
		margin-top: 30px;
		margin-bottom: 45px;
	}
	#free-shipping-3 .btn {
		margin: 3.7rem auto 0rem;
	}
}
@media screen and (min-width: 768px) and (max-width: 991px) {
	#free-shipping-3 .couple {
		margin: 0;
		max-width: 320px;
	}
}
#free-shipping-2 {
	overflow: hidden;
}
#free-shipping-2 .splash {
	margin: 0 0 -2rem;
	max-width: 100%;
}
#free-shipping-2 .inner-wrap {
	padding: 3rem 0;
	text-align: center;
}
#free-shipping-2 .title, #free-shipping-2 .title span {
	color: #fff;
	font-family: 'Open Sans', sans-serif;
	font-weight: 800;
}
#free-shipping-2 .title span {
	color: #fac52f;
}
#free-shipping-2 h4 {
	color: #fff;
	font-family: 'Open Sans', sans-serif;
	font-weight: 700;
	margin-bottom: 1rem;
}
#free-shipping-2 p {
	color: #fff;
	font-family: 'Open Sans', sans-serif;
	font-weight: 700;
	font-size: 21px;
	margin: 0;
}
#free-shipping-2 .btn {
	color: #002c87;
	font-weight: 800;
	margin: 20px 0px 0px;
	width: auto;
	text-transform: uppercase;
	padding: 5px 40px;
}
@media (min-width: 768px) {
	#free-shipping-2 .row {
		align-items: center;
	}
	#free-shipping-2 .title, #free-shipping-2 .title span {
		font-weight: 800;
		font-size: 38px;
	}
	#free-shipping-2 .splash {
		margin: -70px auto;
		max-width: 150%;
	}
}
@media (max-width: 767px) {
	#free-shipping-2 .title, #free-shipping-2 .title span {
		font-size: 32px;
	}
	#free-shipping-2 h4 {
		color: #fff;
		font-family: 'Open Sans', sans-serif;
		font-weight: 700;
		margin-bottom: 1rem;
		font-size: 21px;
	}
}
/******/

.page-offer1-user-reviews .testimonials-1, .page-offer2-user-reviews .testimonials-1, .page-user-reviews .testimonials-1 {
	background: url(../images/testimonial-bg.jpg) center 175px /auto no-repeat #ffffff;
	padding-top: 120px;
	padding-bottom: 60px;
}
.testimonials-1 h1 {
	color: #00a7b6;
	line-height: 1.2em;
	margin-bottom: 600px;
	text-align: center;
}
.testimonials-1 h1 span {
	color: #063799;
}
.testimonials-1 .inner-testimonial {
	position: relative;
	background: #ffffff;
	border: none;
	border-radius: 10px;
	height: 360px;
	padding: 20px 20px 20px;
	text-align: left;
	box-shadow: 0px 0px 15px #eeeeee;
}
/****/

.page-user-reviews .inner-testimonial .title {
	color: #063799;
	font-size: 28px;
	line-height: 1.2em;
	margin-bottom: 20px;
	text-align: left;
}
.page-user-reviews .reviewer {
	font-size: 16px;
	font-style: italic;
	font-weight: 800;
	display: flex;
	align-items: center;
	margin: 0px;
	width: 260px;
	position: relative;
	left: 15px;
	top: 30px;
}
.page-user-reviews .reviewer img {
	border-radius: 100%;
	margin: 0;
	width: 75px;
	height: 75px;
	position: relative;
	z-index: 2;
	align-self: center;
	margin-right: 15px;
}
.page-user-reviews .inner-testimonial:after {
	content: "";
	display: block;
	background: url(../images/testimonial-arrow.png) no-repeat 0 0/cover transparent;
	border: solid transparent;
	height: 19px;
	width: 31px;
	position: absolute;
	bottom: 0;
	left: 40px;
	margin-bottom: -16px;
}
.page-user-reviews .reviewer strong {
	color: #000000;
}
.testimonials-2 {
	background: url(../images/semenax-s6--bg.jpg) no-repeat center center/cover #060607;
	padding: 4rem 0rem;
	position: relative;
	overflow: hidden;
}
.testimonials-2:after {
	content: "";
	background: url(../images/semenax-bottle-table.png) no-repeat center center/cover transparent;
	width: 870px;
	height: 1067px;
	display: block;
	position: absolute;
	bottom: -205px;
	right: 0;
}
.testimonials-2 .inner-testimonial {
	position: relative;
	background: #ffffff;
	border: none;
	border-radius: 10px;
	height: 360px;
	padding: 20px 20px 20px;
	text-align: left;
	box-shadow: 0px 0px 15px #eeeeee;
}
.testimonials-3 {
	background: #063799;
	padding: 4rem 0rem 0rem;
	position: relative;
	overflow: hidden;
}
.testimonials-3 .st0 {
	fill: #fff;
}
.testimonials-3 .inner-testimonial {
	position: relative;
	background: #ffffff;
	border: none;
	border-radius: 10px;
	height: auto;
	padding: 20px 20px 20px;
	text-align: left;
	box-shadow: 0px 0px 15px #063592;
}
.testimonials-3 .reviewer strong {
	color: #fff;
}
.testimonials-4 {
	overflow: hidden;
	padding: 0;
	position: relative;
}
.testimonials-4 .container {
	position: relative;
	padding: 40px 0px 0px;
}
.testimonials-4 .container:after {
	content: "";
	background: url(/wp-content/uploads/2021/08/semenax-lifestyle-1.jpg) no-repeat right 0/cover;
	width: 1244px;
	height: 1376px;
	position: absolute;
	top: 170px;
	right: -175px;
	z-index: 1;
}
.testimonials-4 .testimonial {
	margin-bottom: 60px;
}
.testimonials-4 .row {
	position: relative;
	z-index: 2;
}
.testimonials-4 .inner-testimonial {
	position: relative;
	background: #ffffff;
	border: none;
	border-radius: 10px;
	height: 360px;
	padding: 20px 20px 20px;
	text-align: left;
	box-shadow: 0px 0px 15px #eeeeee;
}
.testimonials-4 .reviewer strong {
	color: #000000;
}
.testimonials-5 {
	background: #fbc52e;
	overflow: hidden;
	padding: 40px 0px 0px;
}
.testimonials-5 svg {
	fill: #fff;
}
.testimonials-5 .inner-testimonial {
	position: relative;
	background: #ffffff;
	border: none;
	border-radius: 10px;
	padding: 20px 20px 20px;
	text-align: left;
	box-shadow: 0px 0px 15px #eeeeee;
}
/****/

.testimonials-6 {
	padding: 4rem 0rem 0rem;
}
.testimonials-6 .testimonial {
	margin-bottom: 60px;
}
.testimonials-6 .inner-testimonial {
	position: relative;
	background: #ffffff;
	border: none;
	border-radius: 10px;
	padding: 20px 20px 20px;
	text-align: left;
	box-shadow: 0px 0px 15px #eeeeee;
}
.page-user-reviews #influencers {
	background: none;
}
.page-user-reviews #influencers:before {
	background: #063799;
}
/*****/

#free-shipping-cta {
	background: #ffffff;
	padding: 40px 15px 40px;
	position: relative;
	text-align: center;
}
#free-shipping-cta .container {
	border-top: solid 5px #e8e8e8;
}
#free-shipping-cta .title {
	color: #00a7b6;
	font-weight: 800;
	font-size: 42px;
	margin-bottom: 30px;
	margin-top: 60px;
	text-align: center;
}
#free-shipping-cta .title span {
	color: #063799;
}
@media screen and (min-width: 992px) and (max-width: 1199px) {
	.testimonials-4 .inner-testimonial {
		height: auto;
	}
	.testimonials-4 .container:after {
		top: 400px;
		right: -300px;
	}
}
@media screen and (min-width: 768px) and (max-width: 991px) {
	.page-offer1-user-reviews .testimonials-1, .page-offer2-user-reviews .testimonials-1, .page-user-reviews .testimonials-1 {
		background-position: center 75px;
		padding-top: 20px;
		padding-bottom: 20px;
	}
	.page-offer1-user-reviews .testimonials-1 .testimonial, .page-offer2-user-reviews .testimonials-1 .testimonial, .page-user-reviews .testimonials-1 .testimonial {
		margin-bottom: 60px;
	}
	.testimonials-1 .inner-testimonial {
		height: auto;
	}
	.testimonials-2:after {
		display: none;
	}
	.testimonials-4 .inner-testimonial {
		height: auto;
	}
	.testimonials-5 {
		margin-bottom: 60px;
	}
	.testimonials-5 .testimonial {
		margin-bottom: 60px
	}
	.testimonials-6 {
		padding: 0rem 0rem 0rem;
	}
}
@media screen and (max-width: 767px) {
	.testimonials-1 .testimonial {
		margin-bottom: 60px;
	}
	.testimonials-1 .inner-testimonial {
		height: auto;
	}
	.page-offer1-user-reviews .testimonials-1, .page-offer2-user-reviews .testimonials-1, .page-user-reviews .testimonials-1 {
		background-size: contain;
		background-position: center 120px;
		padding-top: 20px;
		padding-bottom: 20px;
	}
	.testimonials-1 h1 {
		font-size: 28px;
		margin-bottom: 270px;
	}
	.testimonials-2 {
		padding: 2rem 0rem 4rem;
	}
	.testimonials-2:after {
		display: none;
	}
	.testimonials-2 .inner-testimonial {
		height: auto;
	}
	#free-shipping-cta {
		padding: 0px 0px 0px;
	}
	#free-shipping-cta .container {
		padding: 0;
	}
	#free-shipping-cta .title {
		font-size: 36px;
		line-height: 1em;
		margin-bottom: 40px;
		margin-top: 40px;
	}
	#free-shipping-cta .title span {
		color: #063799;
		font-size: 20px;
		line-height: 1.2em;
		padding-top: 10px;
	}
	.testimonials-3 {
		padding-top: 2rem;
	}
	.testimonials-4 .container:after {
		content: "";
		background: url(/wp-content/uploads/2021/08/semenax-lifestyle-1.jpg) no-repeat right 0/cover;
		width: 320px;
		height: 354px;
		position: relative;
		top: 0;
		right: 0;
		z-index: 1;
		display: block;
	}
	.testimonials-4 .inner-testimonial {
		height: auto;
	}
	.testimonials-5 .testimonial {
		margin-bottom: 80px;
	}
	.testimonials-6 {
		padding: 2rem 0rem 0rem;
	}
}
/* influencers */

#influencers {
	position: relative;
	background: #063799;
	padding: 40px 0px 40px 0px;
}
#influencers:before {
	content: "";
	background: #063799;
	height: 510px;
	width: 100vw;
	display: block;
	position: absolute;
	top: 50%;
	margin-top: -255px;
}
#influencers .row {
	justify-content: center;
	margin-bottom: 0px;
}
#influencers .inner-wrap {
	align-items: center;
	justify-content: center;
	display: flex;
	flex-wrap: wrap;
	flex-direction: column;
	height: 100%;
}
#influencers img {
	display: block;
	padding: 7px;
	width: 100%;
}
#influencers .inner-wrap h2 {
	color: #ffffff;
	font-weight: 800;
	font-size: 42px;
	margin-bottom: 15px;
}
#influencers .inner-wrap p {
	color: #ffffff;
	font-weight: 300;
	font-size: 32px;
	font-style: italic;
	margin-bottom: 0;
	padding: 10px 0px;
}
#influencers .d-flex {
	align-items: center;
	justify-content: center;
	width: 100%;
}
#influencers .yellow-btn {
	display: block;
	color: #000000;
	text-align: center;
	background: #fbc52e;
	font-size: 18px;
	text-transform: none;
	letter-spacing: 0;
	line-height: 1em;
	margin: 0px 0px 0px 20px;
	padding: 10px 15px 20px;
	flex-basis: 200px;
}
#influencers .inner-wrap h2 {
	color: #ffffff;
	font-weight: 800;
	font-size: 42px;
	margin-bottom: 15px;
}
@media screen and (min-width: 991px) and (max-width: 1199px) {
	#influencers .inner-wrap h2 {
		font-size: 32px;
	}
	#influencers .inner-wrap p {
		font-size: 24px;
	}
}
@media screen and (min-width: 768px) and (max-width: 991px) {
	#influencers .inner-wrap h2 {
		margin-bottom: 5px;
	}
	.testimonials-4 .container:after {
		display: block;
		content: "";
		background: url(/wp-content/uploads/2021/08/semenax-lifestyle-1.jpg) no-repeat right 0/cover;
		width: 320px;
		height: 354px;
		margin-left: -185px;
		position: relative;
		top: 0;
		left: 50%;
		z-index: 1;
	}
}
@media screen and (max-width: 767px) {
	#influencers {
		position: relative;
		padding: 15px 0px 0px;
	}
	#influencers:before {
		height: 685px;
		top: 0;
		margin-top: 0;
	}
	#influencers .d-flex {
		align-items: center;
		justify-content: center;
		flex-direction: column;
		width: 100%;
	}
	#influencers .inner-wrap h2 {
		font-size: 32px;
		max-width: 280px;
		margin-bottom: 0;
	}
	#influencers .inner-wrap p {
		font-size: 28px;
		padding-top: 0px;
	}
	#influencers .yellow-btn {
		align-self: center;
		height: auto;
		display: block;
		width: 300px;
		flex-basis: auto;
		margin: 0px auto 15px;
	}
}
/****/

.guarantee {
	padding: 20px 0px 40px;
	padding-top: 160px
}
.guarantee .outer-border {
	border: 5px solid #333;
	border-radius: 1rem;
}
.guarantee .outer-border .inner-border {
	margin: .5rem;
	border: 2px solid #333;
	border-radius: 1rem;
	padding: 2rem;
}
.guarantee .outer-border .inner-border .guarantee-badge img {
	max-width: 200px;
	position: relative;
}
.guarantee .outer-border .inner-border .guarantee-badge {
	-webkit-box-align: center;
	align-items: center;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	flex-direction: column;
	padding-bottom: 0px;
	margin-top: -200px;
	text-align: center;
}
.guarantee .outer-border .inner-border h2 {
	color: #000;
	font-size: 32px;
	font-weight: 800;
	padding-top: 0;
	margin-bottom: 20px;
}
.guarantee .credit-cards {
	margin: 30px 0px 20px;
	padding: 30px 15px;
}
.guarantee .outer-border .inner-border .credit-cards h2 {
	text-align: center;
}
.guarantee img {
	display: table;
	margin: 0px auto 20px;
}
@media (min-width: 992px) {
	.guarantee .outer-border .inner-border h2 {
		font-size: 42px;
	}
	.guarantee .outer-border .inner-border .guarantee-badge {
		padding-bottom: 125px;
	}
	.guarantee .outer-border .inner-border .guarantee-badge img {
		max-width: 260px;
	}
	.guarantee .outer-border .inner-border h2 {
		font-weight: 800;
		margin-bottom: 20px;
		text-align: left;
	}
}
@media (min-width: 768px) {
	.guarantee .outer-border .inner-border .guarantee-badge .badge-border {
		width: 35rem;
		text-align: center;
		margin: -8rem auto 0;
	}
}
/****/

#herobanner.lander {
	overflow: hidden;
	position: relative;
	background: #fff;
	margin: 0 0 -1px 0;
}
#herobanner.lander {
	margin-top: 1rem;
}
.lander-award {
	position: relative;
	top: -6rem;
}
.lander-info p {
	font-family: 'Open Sans', sans-serif;
	font-weight: 700;
	text-align: center;
	margin: 0 0 10px 0;
	font-size: 2rem;
}
.lander-info h1 {
	font-weight: 700;
	text-align: center;
	color: #000;
	font-size: 1.5rem;
	width: 100%;
	margin-top: 1rem;
	margin-bottom: 1rem;
	text-transform: uppercase;
	font-style: normal;
	line-height: 1em;
}
#herobanner .btn {
	margin-top: 1rem;
	z-index: 9;
	line-height: 1.4em;
}
@media (min-width:1200px) {
	.lander-info h1 {
		font-size: 2.5rem;
	}
	.lander .container {
		padding-top: 6rem;
		padding-bottom: 6rem;
	}
	#herobanner.lander:before {
		position: absolute;
		bottom: 0;
		left: 0;
		z-index: 1;
		content: "";
		background: url(../images/lander-bg-bl.png) no-repeat 0 0;
		width: 818px;
		height: 170px;
	}
	.lander .container:after {
		position: absolute;
		top: 0;
		right: 0;
		z-index: 2;
		content: "";
		background: url(../images/lander-bg-tr.png) no-repeat 0 0;
		width: 833px;
		height: 152px;
	}
	.lander .container:before {
		position: absolute;
		top: 0;
		left: 0;
		z-index: 1;
		content: "";
		background: url(../images/lander-bg-tl.png) no-repeat 0 0;
		width: 876px;
		height: 409px;
	}
	#herobanner.lander:after {
		position: absolute;
		bottom: 0;
		right: 0;
		z-index: 2;
		content: "";
		background: url(../images/lander-bg-br.png) no-repeat 0 0;
		width: 801px;
		height: 191px;
	}
}






.modal.show .modal-dialog {
	max-width: 646px
}
.modal.show .modal-dialog img {
	width: 100%
}
#wordplugHdpPopup .image {
	position: relative;
	margin-bottom: -10px
}
#wordplugHdpPopup .buttons {
	position: absolute;
	width: 100%;
	height: 55px;
	bottom: 12px;
	display: flex;
	align-items: center;
	justify-content: center
}
#wordplugHdpPopup .image {
	position: relative;
	margin-bottom: -6px;
}
#wordplugHdpPopup .buttons {
	position: absolute;
	width: 100%;
	height: 55px;
	bottom: 20px;
	display: flex;
	align-items: center;
	justify-content: center;
}
#wordplugHdpPopup .buttons .wordplugHdp-signup {
	color: #fff;
	text-decoration: none;
	background: #fe2c46;
	padding: 5px 20px;
	font-size: 14px;
	font-weight: 800;
	text-align: center;
	margin-right: 45px;
}
#wordplugHdpPopup .buttons .wordplugHdp-nothanks {
	color: #cd001b;
	text-decoration: underline;
	background: transparent;
	font-weight: 400;
	padding: 0px;
	font-size: 14px;
	text-align: center;
	position: relative;
	left: -20px;
}
@media(min-width:768px) {
	#wordplugHdpPopup .buttons {
		bottom:20px;
		height: 90px;
	}
	#wordplugHdpPopup .buttons .wordplugHdp-signup {
		font-size: 24px;
		margin-right:20px;
		padding:5px 10px;
		text-align: center;
		width: 165px;
	}
	#wordplugHdpPopup .buttons .wordplugHdp-nothanks {
		font-size: 24px;
		left: 0;
		margin-right: 0px;
		padding: 0px;
		text-align: center;
	}
}
.modal-backdrop {
	opacity: .85!important;
}
#wordplugHdpPopup .modal-body {
	padding: 0;
	text-align: center;
	overflow: hidden;
}
@media (min-width:768px) {
	.modal-dialog {
		max-width: 640px;
	}
}








/****/

.page-doctor-recommended #s1 {
	display: flex;
    align-items: center;
    background: url(/wp-content/uploads/2022/01/banner-pkg.jpg) no-repeat right 0/contain #000000;
    height: auto;
    margin-bottom: 0px;
	padding: 40px 0px;
    position: relative;
    z-index: 1;
}

.page-doctor-recommended #s1 h1{
	color: #ffffff;
	line-height: 1.1em;
	text-align: center;
}

@media screen and (min-width: 1200px){
	
	.page-doctor-recommended #s1 {
		height: 320px;
		padding: 0;
	}
	
	.page-doctor-recommended #s1 h1 {
		color: #ffffff;
		line-height: 1.1em;
		margin-top: 50px;
		text-align: center;
	}

	.page-doctor-recommended #content {
		padding-top: 125px;
	}
	
	.page-doctor-recommended #s1{
		padding-top: 0;
	}

}

@media screen and (min-width: 992px) and (max-width: 1199px){
	
	.page-doctor-recommended #s1 {
		height: 280px;
		padding: 0;
	}

	.page-doctor-recommended #content {
		padding-top: 125px;
	}
	
	.page-doctor-recommended #s1{
		padding-top: 0;
	}
	
	.page-doctor-recommended #s1 h1 {
		margin-top: 50px;
	}
	
}

@media screen and (min-width: 768px) and (max-width: 991px){
	
	.page-doctor-recommended #s1 {
		height: 220px;
		padding: 0;
	}
	
}

@media screen and (max-width: 767px){
	
	.page-doctor-recommended #s1{
		background-position: 180px 0px;
	}
	
}

/**/

.page-doctor-recommended #s2{
	background: #eeeeee;
	padding: 40px 0px 0px;
}

.page-doctor-recommended #s2 .container {
    padding-bottom: 10px;
}

.page-doctor-recommended #s2 h2 {
    padding: 0px 0px;
    text-align: center;
    margin-bottom: 20px;
    font-size: 24px;
}

.page-doctor-recommended #s2 img{
	margin-bottom: 20px;
}


.page-doctor-recommended #s2 svg {
    overflow: hidden;
    vertical-align: middle;
    width: 100%;
    max-width: none;
    height: inherit;
    margin-bottom: -8px;
}


@media screen and (min-width: 1200px){
	
	.page-doctor-recommended #s2 .container{
		padding-bottom: 20px;
	}
	
	.page-doctor-recommended #s2 h2 {
		padding: 0px 0px;
		text-align: left;
		font-size: 48px;
		margin-bottom: 30px;
	}
	
	.page-doctor-recommended #s2 img{
		margin-bottom: 0px;
	}
	
	
	.page-doctor-recommended #s2 svg {
		overflow: hidden;
		vertical-align: middle;
		height: auto;
		width: 100%;
		margin-bottom: 0px;
		max-width: 1903px;
		
	}

}

@media screen and (min-width: 992px) and (max-width: 1199px){

	.page-doctor-recommended #s2 h2 {
		padding: 0px 0px;
		text-align: center;
		margin-bottom: 30px;
		font-size: 44px;
	}
	
	.page-doctor-recommended #s2 svg{
		margin-bottom: 0;
	}
	
}

@media screen and (min-width: 768px) and (max-width: 991px){
	
	.page-doctor-recommended #s2 h2 {
		padding: 0px 0px;
		text-align: center;
		margin-bottom: 20px;
		font-size: 34px;
	}
	
	.page-doctor-recommended #s2 img {
		display: table;
		position: relative;
		left: 0;
		margin: 10px auto 20px;
		width: 320px;
	}
	
	.page-doctor-recommended #s2 svg {
		max-width: none;
		height: auto;
		margin-bottom: -1px;
	}

}


/**/

.page-doctor-recommended #s3{
	padding-top: 30px;
} 

.page-doctor-recommended #s3 h2 {
    margin-bottom: 20px;
    text-align: center;
    font-size: 20px;
    padding: 0px 15px;
}

.page-doctor-recommended #s3 .first {
    padding-bottom: 20px;
}

.page-doctor-recommended #s3 .first img {
    align-self: flex-end;
    width: 100%;
    max-width: 100%;
    position: relative;
    bottom: 0;
    left: 0;
    margin-top: 20px;
}

.page-doctor-recommended #s3 .second img{
	display: table;
	margin: 0px auto 20px;
	width: 200px;
}

@media screen and (min-width: 1200px){
	
	.page-doctor-recommended #s3 h2 {
		font-size: 44px;
		padding: 0px;
	}
	
	.page-doctor-recommended #s3{
		padding-top: 40px;
	}

	.page-doctor-recommended #s3 .padding{
		padding-right: 120px;
	}
	
	.page-doctor-recommended #s3 .first{
		padding-bottom: 40px;
	}

	.page-doctor-recommended #s3 .first img{
		width: auto;
		max-width: none;
		position: absolute;
		left: 0px;
		margin-top: 0;
	}
	
	.page-doctor-recommended #s3 .second img{
		width: auto;
	}

}

@media screen and (min-width: 992px) and (max-width: 1199px){
	
	.page-doctor-recommended #s3 h2 {
		margin-bottom: 20px;
		font-size: 36px;
		padding: 0;
	}
	
	.page-doctor-recommended #s3 .first img {
		display: table;
		margin: 0px auto;
		width: 225px;
		max-width: none;
		position: absolute;
		right: 90px;
		margin-top: 0;
		left: auto;
	}
	
	.page-doctor-recommended #s3 .padding {
		padding-right: 400px;
	}

}

@media screen and (min-width: 768px) and (max-width: 991px){
	
	.page-doctor-recommended #s3 h2 {
		margin-bottom: 20px;
		font-size: 26px;
	}
	
	.page-doctor-recommended #s3 .first img{
		display: table;
		margin: 0px auto;
		max-width: 320px;
	}
	
}

@media screen and (max-width: 767px){
	
	.page-doctor-recommended #s3 .first img {
		display: table;
		margin: 20px auto;
		width: 280px;
	}

}

/**/

.page-doctor-recommended #s4{
	border-bottom: solid 5px #ff0000;
	padding: 20px 0px 0px;
	overflow: hidden;
	position: relative;
}

.page-doctor-recommended #s4 h2{
	font-size: 36px;
	line-height: 1.1em;
}

.page-doctor-recommended #s4 p:first-of-type{
	color: #000000;
	font-weight: 800;
}

.page-doctor-recommended #s4 .container{
	position: relative;
}

.page-doctor-recommended #s4 .container *{
	position: relative;
	z-index: 2;
}

.page-doctor-recommended #s4 img{
	margin-bottom: 20px;
}

.page-doctor-recommended #s4 .lines{
	border-top: solid 2px #4d4d4d;
	border-bottom: solid 2px #4d4d4d;
	color: #ffffff;
}

.page-doctor-recommended #s4 h3{
	text-transform: uppercase;
}

.page-doctor-recommended #s4 p{
	color: #ffffff;
	text-align: center;
	text-transform: uppercase;
}

.page-doctor-recommended #s4 .btn{
	display: table;
	margin: 0px auto 40px;
}

@media screen and (max-width: 767px){

	.page-doctor-recommended #s4:after{
		content: "";
		background: #000000;
		width: 100%;
		height: 40%;
		position: absolute;
		bottom: 0;
		left: 0;
		z-index: 1
	}

}

/****/

.page-the-formula #s1 {
	display: flex;
    align-items: center;
    background: url(/wp-content/uploads/2022/01/banner-pkg.jpg) no-repeat right 0/contain #000000;
    height: auto;
    margin-bottom: 0px;
	padding: 40px 0px;
    position: relative;
    z-index: 1;
}

.page-the-formula #s1 h1{
	color: #ffffff;
	line-height: 1.1em;
	text-align: center;
}

@media screen and (min-width: 1200px){
	
	.page-the-formula #s1 {
		height: 320px;
		padding: 0;
	}
	
	.page-the-formula #s1 h1 {
		color: #ffffff;
		line-height: 1.1em;
		margin-top: 50px;
		text-align: center;
	}

	.page-the-formula #content {
		padding-top: 125px;
	}
	
	.page-the-formula #s1{
		padding-top: 0;
	}

}

@media screen and (min-width: 992px) and (max-width: 1199px){
	
	.page-the-formula #s1 {
		height: 280px;
		padding: 0;
	}

	.page-the-formula #content {
		padding-top: 125px;
	}
	
	.page-the-formula #s1{
		padding-top: 0;
	}
	
	.page-the-formula #s1 h1 {
		margin-top: 50px;
	}
	
}

@media screen and (min-width: 768px) and (max-width: 991px){
	
	.page-the-formula #s1 {
		height: 220px;
		padding: 0;
	}
	
}

@media screen and (max-width: 767px){
	
	.page-the-formula #s1{
		background-position: 180px 0px;
	}
	
}

/**/

.page-the-formula #s3{
	padding-bottom: 40px;
}

.page-the-formula #s3 h2{
	padding: 40px 0px;
}

.page-the-formula #s3 .ingredient{
    border: none;
    border-top: solid 1px #eeeeee;
    overflow: hidden;
}

.page-the-formula #s3 .card-header{
	background: none;
	border-bottom: none;
	border-radius: 0;
	padding: 0;
}

.page-the-formula #s3 .card-body {
    border-top: none;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
}

.page-the-formula #s3 .card-body h3{
	text-align: left;
}

.page-the-formula #s3 .img{
	margin-right: 20px;
    width: 186px;
}

.page-the-formula .inner-wrap{
    max-width: 1020px;
}

.page-the-formula #s3 h6{
	margin-bottom: 0;
}

.page-the-formula #s3 .btn{
	border: none;
	color: #dc101c;
	font-weight: 800;
}

.page-the-formula #ingredients-accordion .btn {
    background: transparent;
    border: none;
    border-radius: 0;
    margin-top: 0px;
    text-align: left;
    color: #000000;
    font-weight: 800;
    font-size: 21px;
    letter-spacing: 0px;
    padding: 15px 10px;
    width: 100%;
    position: relative;
}

.page-the-formula #ingredients-accordion .btn:after {
    content: "\f067";
    color: #ff0000;
    font-family: "Font Awesome 5 Free";
    float: right;
    margin-right: 15px;
}

.page-the-formula #ingredients-accordion .btn[aria-expanded="true"]:after {
    content: "\f068";
    font-family: "Font Awesome 5 Free";
    float: right;
    margin-right: 15px;
}

@media screen and (min-width:992px) and (max-width:1199px) {
	
	.page-the-formula #s2 .btn {
		border: none;
		color: #dc101c;
		font-weight: 800;
		font-size: 24px;
	}
	
	.page-the-formula .inner-wrap {
		max-width: 700px;
	}
	
}


@media screen and (min-width:768px) and (max-width:991px) {
	
	.page-the-formula #s2 .btn {
		border: none;
		color: #dc101c;
		font-weight: 800;
		font-size: 24px;
	}
	
	.page-the-formula .inner-wrap {
		max-width: 475px;
	}
	
}

@media screen and (max-width:767px) {
	
	.page-the-formula #s3 h2 {
		font-size: 28px;
		padding: 40px 0px;
	}
	
	.page-the-formula #s3 .card-header{
		padding: 15px 0px;
	}

	.page-the-formula #s3 .card-body {
		border-top: solid 1px #eee;
		display: flex;
		flex-direction: column;
		flex-wrap: nowrap;
		justify-content: center;
		align-items: center;
	}
	
	.page-the-formula #s3 .ingredient img{
		margin-bottom: 20px;
	}
	
}

/****/

.page-how-it-works #s1 {
	display: flex;
    align-items: center;
    background: url(/wp-content/uploads/2022/01/banner-pkg.jpg) no-repeat right 0/contain #000000;
    height: auto;
    margin-bottom: 0px;
	padding: 40px 0px;
    position: relative;
    z-index: 1;
}

.page-how-it-works #s1 h1{
	color: #ffffff;
	line-height: 1.1em;
	text-align: center;
}

@media screen and (min-width: 1200px){
	
	.page-how-it-works #s1 {
		height: 320px;
		padding: 0;
	}
	
	.page-how-it-works #s1 h1 {
		color: #ffffff;
		line-height: 1.1em;
		margin-top: 50px;
		text-align: center;
	}

	.page-how-it-works #content {
		padding-top: 125px;
	}
	
	.page-how-it-works #s1{
		padding-top: 0;
	}

}

@media screen and (min-width: 992px) and (max-width: 1199px){
	
	.page-how-it-works #s1 {
		height: 280px;
		padding: 0;
	}

	.page-how-it-works #content {
		padding-top: 125px;
	}
	
	.page-how-it-works #s1{
		padding-top: 0;
	}
	
	.page-how-it-works #s1 h1 {
		margin-top: 50px;
	}
	
}

@media screen and (min-width: 768px) and (max-width: 991px){
	
	.page-how-it-works #s1 {
		height: 220px;
		padding: 0;
	}
	
}

@media screen and (max-width: 767px){
	
	.page-how-it-works #s1{
		background-position: 180px 0px;
	}
	
}

/**/

.page-how-it-works #s2{
	font-size: 24px;
	padding: 40px 0px;
	position: relative;
	overflow: hidden;
}

.page-how-it-works #s2 > img{
    position: absolute;
    top: 0;
    right: 0;
    z-index: 1;
}

.page-how-it-works #s2 .container{
	position: relative;
	z-index: 2;
}

.page-how-it-works #s2 h2{
	margin-bottom: 20px;
	text-align: left;
}

.page-how-it-works #s2 .red-block{
	background: #dc101c;
    padding: 40px 40px 40px 0px;
    border-radius: 0px 0px 160px 0px;
	margin-top: 60px;
	position: relative;
}

.page-how-it-works #s2 .red-block:before{
	content: "";
	background: #dc101c;
	height: 100%;
	width: 100%;
	position: absolute;
	top: 0;
	left: -100%;
}

.page-how-it-works .red-block p img{
	margin-top: -90px;
    margin-right: 10px;
}

.page-how-it-works .red-block .d-flex{
	align-items: center;
	flex-direction: row;
}

.page-how-it-works .red-block p{
	color: #ffffff;
}

.page-how-it-works .red-block .d-flex p{
	font-weight: 800;
}

.page-how-it-works .red-block .black-btn{
	margin: -10px 0px 0px 10px;
}


@media screen and (min-width: 992px) and (max-width: 1199px){
	
	.page-how-it-works #s2 > img {
		position: absolute;
		top: 0;
		right: -250px;
		z-index: 1;
		opacity: 0.2;
	}
	
}

@media screen and (min-width: 768px) and (max-width: 991px){
	
	.page-how-it-works #s2{
		padding-bottom: 0;
	}

	.page-how-it-works #s2 h2 {
		margin-bottom: 20px;
		text-align: left;
		font-size: 36px;
	}
	
	.page-how-it-works #s2 .red-block{
		margin-bottom: 40px;
	}
	
}

@media screen and (max-width: 767px){
	
	.page-how-it-works #s2{
		padding-bottom: 0;
	}
	
}

/**/

.page-how-it-works #s3{
	background: #e6e6e6;
	padding: 40px 0px;
}

.page-how-it-works #s3 .d-flex{
	display: flex;
	align-items: center;
	justify-content: center;
}

.page-how-it-works #s3 h2{
	line-height: 1.1em;
}

.page-how-it-works #s3 ul {
    width: 450px;
}

.page-how-it-works #s3 li {
	display: flex;
    align-items: center;
    border-bottom: solid 4px #dc101c;
    font-weight: 800;
    min-height: 70px;
    margin: 0px 0px 0px 0px;
    padding: 15px 50px 15px 50px;
    position: relative;
}

.page-how-it-works #s3 li:before {
    content: "";
    position: absolute;
    top: 10px;
    left: 0;
    background: url(/wp-content/uploads/2022/01/circle-check.png) no-repeat 0 0/cover;
    width: 41px;
    height: 42px;
}

.page-how-it-works #s3 .right li{
    padding-left: 90px;
    padding-right: 20px;
}

.page-how-it-works #s3 .right li:before {
    left: 40px;
}

.page-how-it-works #s3 img{
    margin: 10px -100px -40px -75px;
    position: relative;
    z-index: 2;
}

.page-how-it-works #s3 .container > p {
    font-size: 26px;
}

@media screen and (min-width: 992px) and (max-width: 1199px){
	
	.page-how-it-works #s3 {
		padding: 60px 0px 70px;
	}
	
	.page-how-it-works #s3 img {
		margin: 20px -100px -60px -75px;
		width: 550px;
	}

}

@media screen and (min-width: 768px) and (max-width: 991px){
	
	.page-how-it-works #s3 .d-flex {
		flex-direction: column;
	}
	
	.page-how-it-works #s3 img {
    	margin: 40px -100px 0px -75px;
	}
	
	.page-how-it-works #s3 h2 {
		line-height: 1.1em;
		font-size: 36px;
	}

}

@media screen and (max-width: 767px){
		
	.page-how-it-works #s3{
		padding: 30px 0px;
	}
	
	.page-how-it-works #s3 h2{
		font-size: 21px;
	}
	
	.page-how-it-works #s3 ul {
		width: auto;
	}
	
	.page-how-it-works #s3 .d-flex{
		flex-direction: column;
	}
	
	.page-how-it-works #s3 img {
		margin: 35px -100px 10px -75px;
	}
	
	.page-how-it-works #s3 .right li,
	.page-how-it-works #s3 .left li{
		font-family: 'Libre Franklin', sans-serif;
		font-size: 16px;
		line-height: 1.2em;
		padding: 15px 20px 15px 50px;
	}
	
	.page-how-it-works #s3 .right li:before {
		left: 0;
	}
	
	.page-how-it-works #s3 .container > p {
		font-size: 18px;
		margin-bottom: 0;
	}
	
}

/**/

.page-how-it-works #s4{
	background: url(/wp-content/uploads/2022/01/guarantee-pattern.jpg) no-repeat center center/cover #000000;
	padding: 60px 0px 0px;
	position: relative;
	overflow: hidden;
}

.page-how-it-works #s4:after {
    content: "";
    background: url(/wp-content/uploads/2022/01/how-it-works-prod.png) no-repeat 0 center/cover transparent;
    display: block;
    position: absolute;
    right: 0;
    top: -125px;
    width: 773px;
    height: 1262px;
}

.page-how-it-works #s4 .wrap {
	display: flex;
    align-content: center;
    max-width: 1270px;
    margin: 0px auto;
    flex-direction: column;
	position: relative;
    z-index: 2;
}

.page-how-it-works #s4 .inner-wrap{
	width: 58%;
}

.page-how-it-works #s4 h2 {
    color: #ffffff;
    font-size: 32px;
    margin-bottom: 130px;
    text-align: left;
    max-width: 860px;
    margin-left: 0;
}

.page-how-it-works #s4 p{
	color: #ffffff;
}

.page-how-it-works #s4 .red-block {
    background: #dc101c;
    border-radius: 10px;
    margin-bottom: 140px;
	padding: 30px;
}

.page-how-it-works #s4 .red-block:last-child{
	margin-bottom: 60px;
}

.page-how-it-works #s4 .red-block h3{
	border-top: solid 2px #fff;
	border-bottom: solid 2px #fff;
	color: #ffffff;
	font-size: 20px;
	font-weight: 700;
	margin-bottom: 15px;
	padding: 10px 0px;
	text-align: left;
}

.page-how-it-works #s4 .red-block img {
    display: table;
    margin: -130px auto 20px;
}

@media screen and (min-width: 992px) and (max-width: 1199px){
	
	.page-how-it-works #s4{
		background-size: cover;
		padding: 60px 0px 60px;
	}
	
	.page-how-it-works #s4 h2 {
		margin-bottom: 140px;
	}
	
	.page-how-it-works #s4 .wrap {
		max-width: 960px;
		margin: 0px auto;
		padding: 0px 15px;
		position: relative;
		z-index: 2
	}
	
	.page-how-it-works #s4:after {
		right: -190px;
		top: 0px;
		width: 640px;
		height: 845px;
		z-index: 1;
	}
	
	.page-how-it-works #s4 .red-block:last-child{
		margin-bottom: 0;
	}
	
}

@media screen and (min-width: 768px) and (max-width: 991px){
	
	.page-how-it-works #s4 {
		background-size: cover;
		padding: 60px 0px 0px;
	}
	
	.page-how-it-works #s4 .header{
		margin-bottom: 120px;
	}
	
	.page-how-it-works #s4 .wrap {
		max-width: 720px;
		margin: 0px auto;
		padding: 0px 15px;
		position: relative;
		z-index: 2
	}

	.page-how-it-works #s4:after {
		right: -190px;
		top: 0px;
		width: 640px;
		height: 845px;
		z-index: 1;
	}

	.page-how-it-works #s4 h2 {
		font-size: 34px;
		margin-bottom: 20px;
	}

	.page-how-it-works #s4 .red-block:first-of-type{
		margin-bottom: 140px;
	}

	.page-how-it-works #s4 .red-block{
		margin-bottom: 40px;
	}

}

@media screen and (max-width: 767px){
	
	.page-how-it-works #s2 h2 {
		color: #000000;
		font-size: 26px;
		margin-bottom: 20px;
		padding-top: 0px;
		text-align: center;
	}
	
	.page-how-it-works #s4{
		background-position: center 0px;
		padding-top: 30px;
	}
	
	.page-how-it-works #s4:after {
		display: none;
	}
	
	.page-how-it-works #s4 h2 {
		color: #ffffff;
		margin-bottom: 120px;
		text-align: center;
		font-size: 26px;
	}

	.page-how-it-works #s4 .wrap {
		position: relative;
		z-index: 2;
		padding: 0px 15px;
	}
	
	.page-how-it-works #s4 .inner-wrap {
		padding: 0;
		width: 100%;
	}
	
	.page-how-it-works #s4 .red-block:last-child {
		margin-bottom: 40px;
	}

	.page-how-it-works #s4 .mobile-wrap p:first-of-type{
		width: 285px;
	}
	
	.page-how-it-works #s4 .mobile-wrap p:nth-child(2){
		width: 285px;
	}
	
	.page-how-it-works #s4 .mobile-wrap p:nth-child(3){
		width: 190px;
	}

}

/**/

.page-how-it-works #s5 {
    padding: 30px 0px;
}

.page-how-it-works #s5 h2{
	margin-bottom: 60px;
}

.page-how-it-works #s5 p{
	font-weight: 800;
}

.page-how-it-works #s5 li {
    display: table;
    position: relative;
    border-bottom: solid 4px #dc101c;
    font-family: 'Open Sans Black', sans-serif;
    line-height: 1.2em;
    font-size: 19px;
    font-weight: 800;
    margin-bottom: 55px;
    padding: 0px 20px 10px 80px;
    width: auto;
}

.page-how-it-works #s5 li:last-child{
	margin-bottom: 0px;
}

.page-how-it-works #s5 li:before{
    content: "";
    display: block;
    position: absolute;
    top: auto;
    left: -15px;
    bottom: -7px;
    background: url(/wp-content/uploads/2022/01/red-1.png) no-repeat center center/cover;
    width: 80px;
    height: 80px;
}

.page-how-it-works #s5 li:first-child:before{
	background: url(/wp-content/uploads/2022/01/red-1.png) no-repeat 0 0/cover;
}

.page-how-it-works #s5 li:nth-child(2):before{
	background: url(/wp-content/uploads/2022/01/red-2.png) no-repeat 0 0/cover;
}

.page-how-it-works #s5 li:nth-child(3):before{
	background: url(/wp-content/uploads/2022/01/red-3.png) no-repeat 0 0/cover;
}

.page-how-it-works #s5 li:nth-child(4):before{
	background: url(/wp-content/uploads/2022/01/red-4.png) no-repeat 0 0/cover;
}

.page-how-it-works #s5 li:nth-child(5):before{
	background: url(/wp-content/uploads/2022/01/red-5.png) no-repeat 0 0/cover;
}

.page-how-it-works #s5 li:nth-child(6):before{
	background: url(/wp-content/uploads/2022/01/red-6.png) no-repeat 0 0/cover;
}

.page-how-it-works #s5 li:nth-child(7):before{
	background: url(/wp-content/uploads/2022/01/red-7.png) no-repeat 0 0/cover;
}

.page-how-it-works #s5 li:nth-child(3){
    margin-bottom: 25px;
}

.page-how-it-works #s5 li:nth-child(5){
    margin-bottom: 25px;
}

.page-how-it-works #s5 img {
    max-width: 760px;
    margin-left: -163px;
}

@media screen and (min-width: 992px) and (max-width: 1199px){
	
	.page-how-it-works #s5 img {
		max-width: 560px;
		margin-left: -113px;
	}

}

@media screen and (min-width: 768px) and (max-width: 991px){
	
	.page-how-it-works #s5 h2 {
		margin-bottom: 20px;
	}
	
	.page-how-it-works #s5 img {
		max-width: 760px;
		margin-left: 0;
		margin-top: 20px;
		margin-bottom: -100px;
	}

}

@media screen and (max-width: 767px){
	
	.page-how-it-works #s5 h2{
		font-size: 26px;
		margin-bottom: 30px;
	}
	
	.page-how-it-works #s5 img {
		max-width: 100%;
		margin-left: auto;
	}
	
}

/**/

.page-how-it-works .cta{
	background: #000000;
	padding: 40px 0px;
}

.page-how-it-works .cta h3{
	color: #ffffff;
}

@media screen and (min-width: 768px) and (max-width: 991px){
	
	.page-how-it-works .cta h3 {
		font-size: 26px;
		line-height: 1.4em;
	}
	
	.page-how-it-works #s5 li:last-child{
		margin-bottom: 0;
	}
	
	.page-how-it-works .cta .red-btn{
		margin: 20px auto 0px;
	}
	
}

/**/

.page-how-it-works #s6{
	background: url(/wp-content/uploads/2022/01/guarantee-pattern.jpg) no-repeat center center #000000;
	padding: 60px 0px 60px;
	position: relative;
	overflow: hidden;
}

.page-how-it-works #s6:after {
    content: "";
    background: url(/wp-content/uploads/2022/01/guarantee-prod.png) no-repeat 0 center/cover transparent;
    display: block;
    position: absolute;
    right: 0;
    top: -225px;
    width: 739px;
    height: 968px;
}

.page-how-it-works #s6 .wrap {
	display: flex;
    align-content: center;
    max-width: 1270px;
    margin: 0px auto;
    flex-direction: column;
	position: relative;
    z-index: 2;
}

.page-how-it-works #s6 .inner-wrap{
	width: 58%;
}

.page-how-it-works #s6 h2{
    color: #ffffff;
    margin-bottom: 40px;
    text-align: left;
}

.page-how-it-works #s6 p{
	color: #ffffff;
}

@media screen and (min-width: 992px) and (max-width: 1199px){
	
	.page-how-it-works #s6{
		background-size: cover;
		padding: 160px 0px 60px;
	}
	
	.page-how-it-works #s6 .wrap {
		max-width: 960px;
		margin: 0px auto;
		padding: 0px 15px;
		position: relative;
		z-index: 2
	}
	
	.page-how-it-works #s6:after {
		right: -190px;
		top: 0px;
		width: 640px;
		height: 845px;
		z-index: 1;
	}
	
	.page-how-it-works #s6 h2{
		margin-bottom: 20px;
	}
}

@media screen and (min-width: 768px) and (max-width: 991px){
	
	.page-how-it-works #s6 {
		background-size: cover;
		padding: 40px 0px 40px;
	}
	
	.page-how-it-works #s6 .wrap {
		max-width: 720px;
		margin: 0px auto;
		padding: 0px 15px;
		position: relative;
		z-index: 2
	}
	
	.page-how-it-works #s6:after {
		right: -225px;
		top: -30px;
		width: 585px;
		height: 720px;
		z-index: 1;
	}
	
	.page-how-it-works #s6 h2 {
		font-size: 34px;
		margin-bottom: 20px;
	}
}

@media screen and (max-width: 767px){
	
	.page-how-it-works #s6{
		background-position: center 0px;
		padding-top: 30px;
	}
	
	.page-how-it-works #s6:after {
		background: url(/wp-content/uploads/2022/01/guarantee-prod-sm.png) no-repeat 0 center/cover transparent;
		top: auto;
		right: 0;
		bottom: 0;
		height: 489px;
		width: 250px;
		z-index: 1;
	}
	
	.page-how-it-works #s6 h2 {
		color: #ffffff;
		margin-bottom: 20px;
		text-align: center;
		font-size: 32px;
	}
	
	.page-how-it-works #s6 .wrap {
		position: relative;
		z-index: 2;
		padding: 0px 15px;
	}
	
	.page-how-it-works #s6 .inner-wrap {
		padding: 0;
		width: 100%;
	}
	
	.page-how-it-works #s6.page-how-it-works #s6 .mobile-wrap p:first-of-type{
		width: 285px;
	}
	
	.page-how-it-works #s6 .mobile-wrap p:nth-child(2){
		width: 285px;
	}
	
	.page-how-it-works #s6 .mobile-wrap p:nth-child(3){
		width: 190px;
	}

}

/**/

.page-how-it-works #s7{
	border-bottom: solid 5px #ff0000;
	padding: 20px 0px 0px;
	overflow: hidden;
	position: relative;
}

.page-how-it-works #s7 h2{
	font-size: 36px;
	line-height: 1.1em;
}

.page-how-it-works #s7 p:first-of-type{
	color: #000000;
	font-weight: 800;
}

.page-how-it-works #s7 .container{
	position: relative;
}

.page-how-it-works #s7 .container *{
	position: relative;
	z-index: 2;
}

.page-how-it-works #s7 img{
	margin-bottom: 20px;
}

.page-how-it-works #s7 .lines{
	border-top: solid 2px #4d4d4d;
	border-bottom: solid 2px #4d4d4d;
	color: #ffffff;
}

.page-how-it-works #s7 h3{
	text-transform: uppercase;
}

.page-how-it-works #s7 p{
	color: #ffffff;
	text-align: center;
	text-transform: uppercase;
}

.page-how-it-works #s7 .btn{
	display: table;
	margin: 0px auto 40px;
}

@media screen and (max-width: 767px){
	
	.page-how-it-works #s5 h2 {
		font-size: 26px;
		margin-bottom: 10px;
	}

	.page-how-it-works #s7:after{
		content: "";
		background: #000000;
		width: 100%;
		height: 40%;
		position: absolute;
		bottom: 0;
		left: 0;
		z-index: 1
	}

}

/**/


.page-testimonials #s1 {
	display: flex;
    align-items: center;
    background: url(/wp-content/uploads/2022/01/banner-pkg.jpg) no-repeat right 0/contain #000000;
    height: auto;
    margin-bottom: 0px;
	padding: 40px 0px;
    position: relative;
    z-index: 1;
}

.page-testimonials #s1 h1{
	color: #ffffff;
	line-height: 1.1em;
	text-align: center;
}

@media screen and (min-width: 1200px){
	
	.page-testimonials #s1 {
		height: 320px;
		padding: 0;
	}
	
	.page-testimonials #s1 h1 {
		color: #ffffff;
		line-height: 1.1em;
		margin-top: 50px;
		text-align: center;
	}

	.page-testimonials #content {
		padding-top: 125px;
	}
	
	.page-testimonials #s1{
		padding-top: 0;
	}

}

@media screen and (min-width: 992px) and (max-width: 1199px){
	
	.page-testimonials #s1 {
		height: 280px;
		padding: 0;
	}

	.page-testimonials #content {
		padding-top: 125px;
	}
	
	.page-testimonials #s1{
		padding-top: 0;
	}
	
	.page-testimonials #s1 h1 {
		margin-top: 50px;
	}
	
}

@media screen and (min-width: 768px) and (max-width: 991px){
	
	.page-testimonials #s1 {
		height: 220px;
		padding: 0;
	}
	
}

@media screen and (max-width: 767px){
	
	.page-testimonials #s1{
		background-position: 180px 0px;
	}
	
}

/**/

.page-testimonials #s2 {
	background: url(/wp-content/uploads/2022/02/testimonials-s2-bg.jpg) no-repeat right center;
    border-bottom: solid 10px #000000;
	padding: 40px 0px 60px;
}

.page-testimonials #s2 .title{
	margin-bottom: 20px;
}

.page-testimonials #s2 h3{
	margin-bottom: 20px;
	text-align: left;
}

@media screen and (min-width: 992px) and (max-width: 1199px){
	
	.page-testimonials #s2 {
		background: url(/wp-content/uploads/2022/02/testimonials-s2-bg.jpg) no-repeat 265px 0px/auto 100%;
		border-bottom: solid 10px #000000;
		padding: 0;
	}
	
	.page-testimonials #s2 .container{
		padding: 30px 0px;
	}

}

@media screen and (min-width: 768px) and (max-width: 991px){
	
	.page-testimonials #s2 {
		background: none;
		padding-bottom: 0;
	}
	
	.page-testimonials #s2 .container {
		padding: 0;
	}
	
	.page-testimonials #s2 .title {
		font-size: 38px;
		margin-bottom: 20px;
	}

}

@media screen and (max-width: 767px){
	
	.page-testimonials #s2{
		background: none;
		border: none;
		padding-bottom: 0;
	}
	
	.page-testimonials #s2 h3 {
		font-size: 20px;
    	margin-bottom: 5px;
	}
	
	.page-testimonials #s2 .title {
		font-size: 30px;
	}

}

/**/

.page-testimonials #s3{
	background: url(/wp-content/uploads/2022/01/guarantee-pattern.jpg) no-repeat center 0/cover #000000;
	padding: 40px 0px 60px;
}

.page-testimonials #s3 .title{
	color: #ffffff;
	margin-bottom: 40px;
}

.page-testimonials #s3 .graph-box{
	background: #ffffff;
	border-radius: 20px;
	margin-bottom: 20px;
	padding: 20px;
}

.page-testimonials #s3 .red-btn {
	color: #ffffff;
	cursor: pointer;
    margin: 20px auto;
    padding: 15px 45px 15px 35px;
}

@media screen and (min-width: 992px) and (max-width: 1199px){
	
	.page-testimonials #s3 {
		padding: 40px 0px 30px;
	}
	
	.page-testimonials #s3 .title {
		font-size: 42px;
	}

}

@media screen and (min-width: 768px) and (max-width: 991px){
	
	.page-testimonials #s3 {
		padding: 40px 0px 30px;
	}

}

@media screen and (max-width: 767px){
	
	.page-testimonials #s3 {
		background: #000000;
		padding: 40px 0px 30px;
	}

	.page-testimonials #s3 .title {
		color: #ffffff;
		margin-bottom: 25px;
		font-size: 27px;
	}

}

/**/

.page-testimonials #s4{
	padding: 40px 0px;
}

.page-testimonials #s4 h2{
	margin-bottom: 20px;
}

.page-testimonials #s4 h3{
	margin-bottom: 20px;
}

.page-testimonials #s4 p{
	text-align: center;
}

.card-columns .card{
    border-radius: 10px;
	margin-bottom: 30px;
}

.page-testimonials .card-columns .card:nth-child(odd){
	background: #dc101c;
}

.page-testimonials .card-columns .card:nth-child(even){
	background: #545454;
}

.page-testimonials .card-columns .card *{
	color: #ffffff;
}

.page-testimonials .card-columns .name{
	font-weight: 800;
}

@media screen and (max-width:767px) {
	
	.page-testimonials #s4 h2 {
		margin-bottom: 20px;
		line-height: 1.2em;
		font-size: 30px;
	}
	
	.page-testimonials #s4 h3 {
		margin-bottom: 20px;
		font-size: 21px;
	}
	
	.page-testimonials #s4 p {
		text-align: left;
	}
	
}

/**/

.page-testimonials #s6{
	border-bottom: solid 5px #ff0000;
	padding: 20px 0px 0px;
	overflow: hidden;
	position: relative;
}

.page-testimonials #s6 h2{
	font-size: 36px;
	line-height: 1.1em;
}

.page-testimonials #s6 p:first-of-type{
	color: #000000;
	font-weight: 800;
}

.page-testimonials #s6 .container{
	position: relative;
}

.page-testimonials #s6 .container *{
	position: relative;
	z-index: 2;
}

.page-testimonials #s6 img{
	margin-bottom: 20px;
}

.page-testimonials #s6 .lines{
	border-top: solid 2px #4d4d4d;
	border-bottom: solid 2px #4d4d4d;
	color: #ffffff;
}

.page-testimonials #s6 h3{
	text-transform: uppercase;
}

.page-testimonials #s6 p{
	color: #ffffff;
	text-align: center;
	text-transform: uppercase;
}

.page-testimonials #s6 .btn{
	display: table;
	margin: 0px auto 40px;
}

@media screen and (max-width: 767px){

	.page-testimonials #s6:after{
		content: "";
		background: #000000;
		width: 100%;
		height: 40%;
		position: absolute;
		bottom: 0;
		left: 0;
		z-index: 1
	}

}

/**/

.page-contact .title{
	font-weight: 800;
}

/**/

.page-terms-conditions #content,
.page-emailpriv #content{
    padding-top: 0;
}

.page-terms-conditions #masthead,
.page-emailpriv #masthead{
    margin-bottom: 0;
}

.guarantee-divider {
  border-top: 2px solid #FFFFFF; }

.guarantee-page h2 {
  text-align: center;
  padding: 2rem 0;
  font-size: 2.2rem; }
  @media (min-width: 768px) {
    .guarantee-page h2 {
      font-size: 2.8rem; } }

.guarantee-page .product-area {
  position: relative;
  margin: 2rem 0; }
  @media (min-width: 768px) {
    .guarantee-page .product-area {
      margin: 5rem 0; } }
  .guarantee-page .product-area .product {
    position: relative;
    margin: 0 auto;
    display: block;
    margin-bottom: 2rem; }
    @media (min-width: 992px) {
      .guarantee-page .product-area .product {
        position: absolute;
        left: 115px;
        top: -30px;
        z-index: 2; } }
  .guarantee-page .product-area p {
    color: #FFFFFF;
    position: relative;
    z-index: 1;
    background: #353535;
    padding: 3.5rem 2rem;
    text-align: center; }
    @media (min-width: 768px) {
      .guarantee-page .product-area p {
        text-align: left; } }
    @media (min-width: 992px) {
      .guarantee-page .product-area p {
        margin-left: 15rem;
        padding-left: 20rem; } }
  .guarantee-page .product-area .flap {
    position: absolute;
    top: 0;
    right: -3rem;
    display: none; }
    @media (min-width: 992px) {
      .guarantee-page .product-area .flap {
        display: block; } }

.guarantee-page .grey-bg {
  background-color: #353535; }
  @media (min-width: 768px) {
    .guarantee-page .grey-bg {
      background-color: #FFFFFF; } }

.guarantee-page .top h3,
.guarantee-page .top p,
.guarantee-page .top h6 {
  color: #FFFFFF; }
  @media (min-width: 768px) {
    .guarantee-page .top h3,
    .guarantee-page .top p,
    .guarantee-page .top h6 {
      color: #000000; } }

.guarantee-page .main-body {
  padding: 2rem 0;
  padding-top: 4rem; }
  .guarantee-page .main-body h3 {
    font-size: 1.8rem;
    text-align: center;
    padding-bottom: 2rem; }
    @media (min-width: 768px) {
      .guarantee-page .main-body h3 {
        font-size: 2.2rem; } }
  .guarantee-page .main-body .black-bg {
    text-align: center;
    color: #FFFFFF; }
    @media (min-width: 768px) {
      .guarantee-page .main-body .black-bg {
        padding: 0.5rem;
        background: #000000;
        max-width: 50rem;
        margin: 0 auto;
        margin-bottom: 2rem; } }
  .guarantee-page .main-body p {
    padding-bottom: 2rem; }
  .guarantee-page .main-body .red-bg {
    font-size: 1.8rem;
    text-align: center;
    color: #FFFFFF;
    padding: 1rem;
    background: #b10000;
    margin: 0 auto;
    margin-bottom: 2rem;
    border-radius: 1rem; }
  .guarantee-page .main-body h6 {
    text-align: center;
    padding-bottom: 2rem; }
  .guarantee-page .main-body .shipping {
    padding-bottom: 5rem; }
    @media (min-width: 768px) {
      .guarantee-page .main-body .shipping {
        padding-bottom: 0; } }
    .guarantee-page .main-body .shipping h6 {
      padding-top: 2rem; }
    .guarantee-page .main-body .shipping .shipping-title {
      background: #d01834;
      text-align: center;
      position: relative;
      margin-bottom: 2rem;
      margin-top: 5rem; }
      @media (min-width: 768px) {
        .guarantee-page .main-body .shipping .shipping-title {
          margin-bottom: 6rem;
          margin-top: 2rem; } }
      .guarantee-page .main-body .shipping .shipping-title img {
        margin-top: -7rem;
        max-width: 10rem; }
        @media (min-width: 768px) {
          .guarantee-page .main-body .shipping .shipping-title img {
            position: absolute;
            left: 1rem;
            top: -3rem;
            margin-top: 0; } }
      .guarantee-page .main-body .shipping .shipping-title h4 {
        color: #FFFFFF;
        padding: 1rem; }

.guarantee-page .real-company-banner {
  background: url(../images/guarantee-call-now.png);
  background-position: center;
  background-size: cover;
  padding: 2rem 0; }
  @media (min-width: 768px) {
    .guarantee-page .real-company-banner {
      padding: 2rem; } }
  .guarantee-page .real-company-banner .container {
    background: rgba(0, 0, 0, 0.75); }
    @media (min-width: 768px) {
      .guarantee-page .real-company-banner .container {
        background: none; } }
  .guarantee-page .real-company-banner .inner {
    padding: 2rem 0; }
    @media (min-width: 768px) {
      .guarantee-page .real-company-banner .inner {
        background: rgba(0, 0, 0, 0.75);
        padding: 2rem; } }
    .guarantee-page .real-company-banner .inner h5,
    .guarantee-page .real-company-banner .inner h4,
    .guarantee-page .real-company-banner .inner p {
      color: #FFFFFF;
      padding-bottom: 1rem; }
    .guarantee-page .real-company-banner .inner h5 {
      text-align: center; }
    .guarantee-page .real-company-banner .inner .call-now {
      text-align: center;
      margin: 2rem 0; }
      .guarantee-page .real-company-banner .inner .call-now .call-now-inner {
        position: relative;
        background: #FFFFFF;
        display: inline-block;
        padding: 1rem; }
        @media (min-width: 768px) {
          .guarantee-page .real-company-banner .inner .call-now .call-now-inner {
            padding: 1rem 2rem;
            padding-left: 6rem; } }
        .guarantee-page .real-company-banner .inner .call-now .call-now-inner img {
          margin-top: -4rem;
          max-width: 8rem; }
          @media (min-width: 768px) {
            .guarantee-page .real-company-banner .inner .call-now .call-now-inner img {
              position: absolute;
              left: -3.5rem;
              top: -1.5rem;
              margin-top: 0; } }
        .guarantee-page .real-company-banner .inner .call-now .call-now-inner h6 {
          font-weight: 600; }

.guarantee-page .guarantee-divider-2 {
  background: #000000; }
  .guarantee-page .guarantee-divider-2 .inner {
    background: url(../images/shush-bg.png);
    background-size: contain;
    background-position: bottom right;
    background-repeat: no-repeat;
    padding-top: 2rem; }
    .guarantee-page .guarantee-divider-2 .inner h6 {
      color: #FFFFFF;
      padding-bottom: 2rem;
      text-align: center; }
    .guarantee-page .guarantee-divider-2 .inner p {
      color: #FFFFFF;
      padding-bottom: 2rem; }
    .guarantee-page .guarantee-divider-2 .inner .btn-primary {
      max-width: 100%;
      margin-bottom: 2rem; }


.page-page-not-found #content,
.page-refund #content,
.page-terms-conditions #content,
.page-emailpriv #content{
    padding-top: 0;
}

.page-page-not-found #masthead,
.page-refund #masthead,
.page-terms-conditions #masthead,
.page-emailpriv #masthead{
    margin-bottom: 0;
}


#page-404 .content_inner{
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content:  flex-start;
	min-height: 400px;
}

@media (min-width:1200px) {
	
	
	#page-404 .content_inner{
		align-items: center;
		flex-direction: column;
		justify-content: center;
	}
	
}
