@import url('https://fonts.googleapis.com/css2?family=Inter:wght@400;600;700;800;900&family=PT+Serif:wght@400;700&display=swap');

body{
    font-family: 'Inter', sans-serif;
    color:#1a1a1a;
    overflow-x:hidden
}
#page{
    overflow-x:hidden
}

@media screen and (min-width: 992px) and (max-width: 1199px) {
	
	.navbar-expand-lg>.container, .navbar-expand-lg>.container-fluid{
		max-width: none;
	}

}

/**/

.alt-promo-banner,
.couponSplash{
	padding: 0px 15px;
}

.sale-message {
    background: url(../images/cart_savings.png) no-repeat 0 0/cover;
    width: 450px;
    height: 85px;
    position: relative;
    margin: 20px auto;
}

.sale-message.overstock {
    background: url(/wp-content/uploads/2021/12/overstock-banner.png) no-repeat 0 0/cover;
    width: 601px;
    height: 65px;
    position: relative;
    margin: 20px auto;
}

.sale-message.st-patricks {
    background: url(/wp-content/uploads/2022/03/st-patricks-save.jpg) no-repeat 0 0/cover;
    width: 494px;
    height: 40px;
    position: relative;
    margin: 20px auto;
}

.sale-value {
    position: absolute;
    top: 52px;
    right: 135px;
    font-weight: 800;
    color: #fff;
    font-size: 36px;
    font-family: 'Open Sans Bold', sans-serif;
}

.sale-message.overstock .sale-value{
    top: 30px;
    right: 15px;
}

.sale-message.st-patricks .sale-value{
    top: 4px;
    right: 15px;
}


@media screen and (min-width: 991px) and (max-width: 1199px) {
	
	.sale-message{
		width: 420px;
		height: 79px;
	}
	
	.sale-value{
		top: 48px;
		left: 220px;
		font-size: 35px;
	}
	
	.sale-message.overstock .sale-value {
		top: 30px;
		right: 15px;
		left: auto;
	}
	
	.sale-message.st-patricks .sale-value {
		top: 5px;
		right: 15px;
		left: auto;
	}

}

@media screen and (min-width: 768px) and (max-width: 991px) {
	
	.sale-value {
		top: 52px;
		left: 235px;
		font-size: 32px;
	}
	
	.sale-message.overstock .sale-value {
		top: 30px;
		right: 25px;
		left: auto;
	}
	
	.sale-message.st-patricks .sale-value {
		top: 5px;
		right: 25px;
		left: auto;
	}
	
}

@media screen and (max-width: 767px) {
	
	.site-branding {
		display: flex;
		align-items: center;
		justify-content: space-evenly;
	}
	
	.logo-area .order {
        background: #ec5e00;
        border-radius: 40px;
        color: #ffffff;
        font-size: 16px;
        font-weight: 800;
        letter-spacing: 0px;
        margin: 0px 15px;
        padding: 8px 25px 8px;
        text-transform: capitalize;
        width: 140px;
        text-align: center;
        order: 2;
    }
	
	.sale-message{
		height: 53px;
		width: 280px;
		margin: 20px auto 20px;
	}
	
	.sale-value {
		font-size: 21px;
		left: 150px;
		top: 28px;
	}
	
	.sale-message.overstock {
		width: 345px;
		height: 37px;
	}
	
	.sale-message.st-patricks{
		width: 320px;
		height: 25px;
	}
	
	.sale-message.st-patricks .sale-value {
		top: -2px;
		right: 10px;
		left: auto;
	}

}

.entry-content, .entry-summary, .page-content {
    margin: 0;
}

.site-title, .site-description {
    position: absolute;
    clip: rect(1px,1px,1px,1px);
}

@media (min-width:1200px){
	
	.alt-promo-banner{
		padding: 0px 10px;
	}

    .container{
        max-width:1260px
    }
	
}

.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%
}
.red-btn{
    background:#fdfe00;
    padding:20px 55px;
    color:#fff;
    text-transform:uppercase;
    border-radius:40px;
    font-size:18px;
    letter-spacing:1px;
    font-weight:800
}
.red-btn:active,.red-btn:focus,.red-btn:hover,.red-btn:visited{
    color:#fff
}
.order.red-btn{
    padding:15px 55px 20px
}
.order.red-btn .icon{
    display:inline-block;
    background:url(../img/img-v2/cart-icon.png) no-repeat 0 0/cover;
    width:30px;
    height:27px;
    position:relative;
    top:4px;
    left:5px
}
.fa,.fab,.fad,.fal,.far,.fas{
    font-display:optional
}
p{
    font-size:1rem;
    line-height:1.5rem;
    margin-bottom:1rem;
    font-weight:400
}
.bold,.h1,.h2,.h3,.h4,.h5,.h6,h1,h2,h3,h4,h5,h6,strong{
    font-weight:700;
    letter-spacing:-1px
}
.semibold{
    font-weight:600
}
.size-14{
    font-size:14px
}
.text-red{
    color:#1d5614
}
.text-gray{
    color:#939598
}
.text-y-red{
    color:#df2128
}
.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:#fdfe00
}
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;
    color: #fff;
    text-transform: none;
    font-weight: 600;
    text-align: center;
    text-decoration: none;
    background: #ec5e00;
    border: none;
    transition: none;
    font-size: 16px;
    letter-spacing: 0px;
    line-height: 40px;
    padding-right: 70px;
    padding-left: 25px;
}
.btn-primary .fa{
	position: absolute;
    right: 15px;
    top: 15px;
    font-size: 21px;
}
.btn-md{
    padding:5px 30px
}
body .btn{
    border-radius:5px
}
.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:#ec5e00
}
.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:1rem;
    padding-left:0
}
.checkmarks li:before{
    font-family:"Font Awesome 5 Free";
    font-weight:900;
    content:"\f00c";
    margin-right:10px
}

#above-header-widget-area{
    background-color:#265d10;
    padding:15px 0;
	position: relative;
    z-index: 11;
}

.above-header>div{
    margin-bottom:0
}

#above-header-widget-area .d-lg-flex{
	justify-content: flex-end;
}

.ah-2{
    margin-bottom:0
}

.ah-2 .d-lg-flex{
    align-items:center;
    justify-content:center;
    font-size:11px
}

#ah .promo{
	color: #fff;
    display:flex;
    align-items:center;
    justify-content:center;
    font-size:12px;
    line-height:1em;
    margin-left:15px;
    text-transform:uppercase
}

.ah-1{
	font-size: 12px;
}

#ah .promo label{
    margin-bottom:0
}

#ah .promo .prc{
    font-weight:700;
    margin-left:5px
}

.ah-2{
    text-align:right
}

.ah-2{
	font-size: 12px;
}

.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-dark .navbar-nav .nav-link{
		font-size: 14px;
	}
	
}

@media screen and (max-width:767px){
    #masthead{
        padding:20px 0 0;
    }
	.header-callout .ah-2{
		display: none;
		font-size: 14px;
		font-weight: 600;
		padding-bottom: 15px;
    	padding-top: 10px;
	}
	.header-callout .ah-2 a{
		font-weight: 600;
	}
    .main-navigation li.promo{
        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:#000000;
        background:#ffffff;
        padding:0 10px;
        font-size:12px;
        margin-left:10px;
        font-weight:700;
    }
    #phone-num p{
        color:#000;
    }
    .header-callout #ah{
        background:#e1e0e1;
        padding:10px 0;
    }
    .header-callout .ah-1{
		display: none;
        color:#000000;
    }
    .header-callout{
        background-color:#0e2804;
        display:block;
		padding: 2px 0px 0px;
    }
	.header-callout .container{
		padding: 0;
	}
	.header-callout .row > div:first-child{
		background: #265d10;
    	padding: 10px 0px;
	}
	.page-cart .header-callout .row > div:first-child{
		display: none;
		background: #265d10;
    	padding: 10px 0px;
	}
    .ah-3{
        display:block;
        text-align:center;
        font-size:11px;
        letter-spacing:1px;
    }
    #phone-num p{
        margin-bottom:10px;
    }
	
	.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{
		font-size: 15px;
		letter-spacing: -1px;
		text-transform: uppercase;
	}
}

@media screen and (min-width:768px) and (max-width:991px){

	.ah-2{
        max-width:260px;
	}
}

@media screen and (max-width:767px){
	
    #above-header-widget-area{
        display:none
    }
	
    .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:5px 15px;
        width:100%
    }
	
    .header-callout p{
		color: #fff;
		font-size: 10px;
		letter-spacing: 0;
		line-height: 150%;
		max-width: 360px;
		margin: 0 auto;
		text-align: center;
		text-transform: uppercase;
    }
	
    .header-callout p strong{
        font-size:11px;
        letter-spacing:1px
    }
	
	.page-cart .slick-next, 
	.page-cart .slick-next:focus, 
	.page-cart .slick-next:hover, 
	.page-cart .slick-prev, 
	.page-cart .slick-prev:focus, 
	.page-cart .slick-prev:hover {
		background: #265d10;
		border-radius: 100%;
		width: 40px;
		height: 40px;
	}
	
	.page-cart .slick-prev:before,
	.page-cart .slick-next:before{
		font-size: 2rem;
	}
	
}

#masthead{
    padding: 20px 0 10px;
    position: absolute;
    width: 100%;
	z-index: 11;
	transition: ease-in-out 0.15s;
}

#masthead.fix-header{
	background: #000000;
	top: 0;
	position: fixed;
}

.logged-in #masthead.fix-header{
	top: 30px;
}

#masthead .container>.row{
    align-items:center
}

.page,.post{
    margin:0
}
.site-header .widget{
    margin-bottom:0;
    padding:15px
}
.site-branding{
    width:100%;
    position:relative
}
.site-branding img{
    max-width:320px;
    width:100%
}
.site-header a.btn-primary{
    display:block
}
.navbar-dark .navbar-toggler{
    background:#265d10;
    position:absolute;
    right:0px;
    top:0px;
    outline:0
}
.navbar-dark .navbar-toggler path{
    fill:#fff
}
.navbar-collapse{
    clear:both
}
.main-navigation{
    float: right;
    width: auto;
    margin-bottom: 0;
    margin-right: 20px;
    margin-top: 0;
}
.navbar-dark .main-navigation .navbar-nav .outline .nav-link{
    background:#ec5e00;
    border:none;
    border-radius:3px;
    color:#fff;
    margin-top:0;
    padding:5px 15px;
    display:table
}

.nav-area{
    display: flex;
    justify-content: flex-end;
    align-items: center;
    padding-top: 10px;
}

.navbar-dark .navbar-nav .outline .nav-link{
    padding:.12rem .5rem;
    margin-top:4px;
    margin-left:15px;
    margin-bottom:15px
}

.navbar-dark .navbar-nav .nav-link{
    font-weight:600;
    letter-spacing:0;
    color:#ffffff;
    transition:.1s ease-in-out;
    padding:8px 15px 8px 15px
}


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

	.navbar-dark .navbar-nav .nav-link {
		padding: 8px 12px 8px 12px;
	}

}

.page-cart #masthead,
.page-404 #masthead,
.page-refund #masthead,
.page-contact #masthead,
.page-cookie-policy #masthead,
.page-emailpriv #masthead{
    background:#000000;
}

.page-cart .navbar-dark .navbar-nav .nav-link,
.page-404 .navbar-dark .navbar-nav .nav-link,
.page-refund .navbar-dark .navbar-nav .nav-link,
.page-contact .navbar-dark .navbar-nav .nav-link,
.page-cookie-policy .navbar-dark .navbar-nav .nav-link,
.page-emailpriv .navbar-dark .navbar-nav .nav-link,
.page-guarantee .navbar-dark .navbar-nav .nav-link{
    color:#ffffff;
}

.page-404 .entry-content .container{
	height: 480px;
    align-items: center;
    display: flex;
    justify-content: center;
    text-align: center;
}

.page-404 h1 {
    font-size: 64px;
}

.page-404 .header{
	max-width: 640px;
}
	
.page-404 .entry-content .container .btn-primary{
	font-size: 21px;
	margin: 20px auto;
}

.page-404 .entry-content .btn-primary .fa {
    top: 18px;
}

.navbar-dark .navbar-nav .home-icon a.nav-link,.navbar-dark .navbar-nav .nav-link.active{
    color:#fdfe00;
}

.page-cart .navbar-dark .navbar-nav .home-icon a.nav-link,
.page-cart .navbar-dark .navbar-nav .nav-link.active{
    color:#000000;
}

.page-cart .navbar-dark .main-navigation .navbar-nav .outline .nav-link{
	color:#ffffff;
}

.navbar-dark .navbar-nav .home-icon a.nav-link .fa{
    position:relative;
    top:2px
}

.navbar-dark .navbar-nav .nav-link:hover{
    color:#fdfe00
}
.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:-5px;
}
.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:992px){
	
    body:not(.home) #masthead{
		background: #000000;
		position: absolute;
		top: 54px;
		left: 0;
		margin-bottom: 0px;
		padding: 10px 0 10px;
		width: 100%;
		z-index: 999;
	}
	
	body:not(.home) #masthead.fix-header{
		position: fixed;
		top: 0px;
	}
	
	body:not(.home).logged-in #masthead{
		top: 86px;
	}
	
	body:not(.home).logged-in #masthead.fix-header{
		top: 32px;
	}
	
	 body:not(.home) .site-content{
		padding-top: 4rem;
	}
	
	body.page-cart .site-content{
		padding-top: 4rem;
	}
	
}


@media screen and (min-width:1200px){
	
	body:not(.home) .site-content{
		padding-top: 5rem;
	}
	
}

@media screen and (max-width:991px){
	
	#masthead {
		background: #0e2804;
		border-bottom: none;
		margin-bottom: 0px;
		z-index: 99;
	}
	
    .main-navigation{
        width:100%
    }
	
    .nav-area{
        padding-top:0
    }
	
    .main-navigation ul{
        display:block;
        background:transparent;
        margin-bottom:0;
		padding-top: 15px;
        position:relative
    }
	
    .main-navigation li{
		background:#000;
		border-bottom:1px solid #333;
        float:none;
        position:relative;
    }
	
    .navbar-dark .main-navigation .navbar-nav .outline .nav-link{
		margin-top: 0;
		position: relative;
		top: 7px;
    }
    .mobile-menu-item{
        display: block
    }
    .navbar-dark .navbar-nav .nav-link{
        color: #ffffff !important;
        padding: 8px 30px 8px 20px;
    }
    .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%
    }
	
	body:not(.home) .site-content{
		padding-top: 5.5rem;
	}
	
	body:not(.home) .site-content{
		padding-top: 5.5rem;
	}
	
	body.page-cart .site-content{
		padding-top: 6rem;
	}
}
@media screen and (max-width:767px){
	
    body:not(.home) .site-content {
        padding-top: 3rem;
    }
	
	body.page-cart .site-content{
		padding-top: 5.5rem;
	}

    .site-branding img{
        max-width:120px;
        width:100%
    }
    .navbar-dark .navbar-nav .home-icon a.nav-link,.navbar-dark .navbar-nav .nav-link.active{
        color:#fff
    }
	
}

@media screen and (max-width:991px){
    .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:479px){
    .custom-logo{
        max-width:85%
    }
    .navbar-dark .navbar-toggler{
		position: relative;
        top: 0px;
		order: 3;
    }
}
@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
}

/**/

.modal-body .ingredientTitle{
	font-size: 21px;
	margin: 10px 0px 10px;
	text-align: left;
}

/**/

@media screen and (max-width:767px){
    .site-header .widget{
        margin-bottom:0;
        padding:5px 15px 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-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:Mulish,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-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:-40px;
        text-align:right;
        margin-top:0
    }
}

.couponInfo {
    background-color: #ffffb3;
    border: 2px dashed red;
    text-align: center;
    padding: .5em;
    margin: 1em auto 0em;
    font-size: 1.6rem;
    font-family: 'Inter', sans-serif;
}

.page-cart #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
}
.page-cart #product-packages a.btn-primary,
.page-cart #product-packages a.btn-secondary,
.page-cart #product-packages-2 a.btn-primary,
.page-cart #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)
}

.page-cart #product-packages .header{
	padding: 2rem 0rem 2rem;
}

.page-cart #product-packages .row>div{
    margin-bottom:0;
    padding-bottom:0
}

.page-cart #product-packages .card-body img{
    margin:0 auto;
	width: 90%;
}
.page-cart #product-packages h1{
    color:#ff6f02;
    font-size:1.2rem;
    font-weight:800;
    margin-top:0
}
.page-cart #product-packages header strong{
    color:#000;
    font-size:1rem;
    line-height:1em;
    font-weight:800
}
.page-cart #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
}
.page-cart #product-packages ul.last{
    margin-bottom:1rem
}
.page-cart #product-packages li{
    font-size:.9em;
    font-weight:600;
    position:relative;
    padding-left:15px;
    margin-bottom:.5rem
}
.page-cart #product-packages li:last-child{
    margin-bottom:0
}
.page-cart #product-packages li:before{
    position:absolute;
    top:7px;
    left:0;
    display:inline-block;
    content:"";
    height:10px;
    width:10px;
    background:#235a1b;
    border-radius:100%
}
.page-cart #product-packages .card-retail{
    font-weight: 700;
    color: #5d5d5d;
    font-size: 18px;
    margin-bottom: -10px;
    letter-spacing: -1px;
    padding: 10px 0 0;
	text-align: center;
}

.page-cart .linethrough{
    text-decoration:line-through;
	text-decoration-color: #de0f15;
}

.page-cart #product-packages .card-sale-price,
.page-cart #product-packages-2 .card-sale-price{
	color: #000000;
    font-weight: 600;
    font-size: 2rem;
    letter-spacing: -1px;
    line-height: 1.5em;
    margin: 15px auto 15px;
    text-align: center;
}

.page-cart #product-packages .card-sale-price span,
.page-cart #product-packages-2 .card-sale-price span{
    font-size: 68px;
    font-weight: 800;
    letter-spacing: -4px;
}

.page-cart #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
}
.page-cart #product-packages sup,.page-cart #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:#1c5513;
    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
}
.page-cart #product-packages a.btn-primary,
.page-cart #product-packages-2 a.btn-primary{
    background: #265d10;
    border-radius: 60px;
    color: #fff;
    font-size: 1rem;
    line-height: 1em;
    padding: 1rem 2rem;
}

.page-cart #product-packages a.btn-primary span,
.page-cart #product-packages-2 a.btn-primary span{
	color: #ffffff;
}


@media (min-width:768px) and (max-width:1199px){
	
	.page-cart #product-packages .header {
		padding: 0rem 0 2rem;
	}
	
}

@media (min-width:768px){
    #oralspray-section-one{
        padding-top:2rem
    }
    .page-cart #product-packages h1{
        font-size:2rem;
        margin-bottom:1rem
    }
    .page-cart #product-packages li{
        font-size:1em;
        margin-bottom:.8rem
    }
    .page-cart #product-packages header strong{
        font-size:1.4rem;
        font-weight:800
    }
    
    .page-cart #product-packages ul{
        padding-top:3rem
    }
    #oralspray-section-one .bullets ul{
        margin-left:2rem
    }
    .page-cart .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
    }
    .page-cart #product-packages a.btn-primary,
	.page-cart #product-packages-2 a.btn-primary{
        color:#fff;
        font-size:1.2rem;
        line-height:1em;
		margin-bottom: 2em;
    }
}
.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-cart #product-packages .header {
		font-size: 26px;
		max-width: 295px;
		padding: 0rem 0rem 2rem;
	}
	
    .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
    }
}

.page-cookie-policy h2,
.page-emailpriv h2{
	text-align: left;
	 margin-bottom:20px;
}
	
#contact-page h2{
    font-weight:800;
    margin-bottom:20px
}
.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
}
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
}
.ft-icon{
    position:relative;
    height:100px
}
.ft-wrap{
    border-right:1px solid #fff
}
.ft-icon{
    width:80px;
    height:80px;
    background:url(../images/footer-icons.png) no-repeat;
    display:inline-block
}
.ft-return{
    background-position:-95px top
}
.ft-secure{
    background-position:-185px top
}
.ft-chat{
    background-position:-274px top
}
.ft-text{
    color:#fff;
    text-align:center;
    font-size:1rem;
    display:inline-block;
    position:relative;
    top:-20px
}
.ft-text span{
    display:block;
    font-weight:700;
    font-size:1.1rem
}
.ft-wrap{
    border-right:1px solid #fff;
    text-align:center
}
.ft-wrap.row-last{
    border-right:none
}
#ft1{
    background:#587498
}
@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{
	background: #265d10;
}

.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:320px;
    width:100%
}

.about-leh{
    margin:0 0 25px;
    line-height:200%
}
footer .d-flex{
    align-items:center;
    justify-content:center;
    max-width:300px;
    text-align:center;
    margin:0 auto
}
footer .bbb{
    display:block;
    margin-bottom:0;
    margin-right:15px;
    margin-top:7px
}
footer ul.social-icons{
    margin: 5px 5px 40px;
    padding: 0;
}
footer ul.social-icons li{
    width: 30px;
    height: 30px;
    margin: 0 10px;
    border: none;
    border-radius: 0;
}

footer ul.social-icons li a{
	color: #fff;
    font-size: 30px;
    line-height: 30px;
    display: block;
}
footer .social-icons li a:hover{
    color:#f7f800
}
.ft2-2 .menu{
    margin:0;
    padding:0;
}
.ft2-2 .menu li{
	display: inline-block;
    list-style: none;
    padding: 5px 15px 20px;
    font-size: .9rem;
    text-align: left;
    width: calc(50% - 30px);
}
.ft2-2 .menu li a{
    display:flex;
    color:#fff;
}
.ft2-2 .menu li a:hover{
    color:#fdfe00;
}

.ft2-2 h3{
	font-size: 16px;
	margin-bottom: 0px;
	padding: 5px 15px 5px;
	text-align: left;
	text-transform: uppercase;
}

.ft2-2 h3 a{
	color: #ffffff;
}

.ft2-2 p{
	color: #ffffff;
	font-size: 14px;
    padding: 5px 15px 5px;
}

.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
}

.clinical-txt{
	border-top: solid 1px #ffffff !important;
    border-bottom: solid 1px #ffffff !important;
	color: #ffffff;
    font-size: 14px;
    text-align: center;
    margin: 0px auto 0px auto;
	padding: 15px 200px;
}

.clinical-txt h3{
	margin-bottom: 10px;
}

.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;
}

.clinical-txt .border-bottom{
	border-bottom: solid 2px #ffffff !important;
	padding-bottom: 15px;
}

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

	.clinical-txt{
		padding: 30px 0px 30px 0px;
	}
	
	.copyr{
		padding: 15px 0px 15px 0px;
	}

}

@media screen and (min-width:1200px){
	
	.ft2-2 .menu {
		padding: 0 15px;
	}
	
	.ft2-2 .menu li{
		padding: 5px 0px 20px;
		width:calc(50% - 4px);
	}

}

@media screen and (max-width:767px){
	
	.clinical-txt{
		padding: 15px 0px;	
	}
	
}

/**/

#ft2 div.wpforms-container-full {
    margin: 0px auto;
	padding: 0px 15px;
}

#ft2 div.wpforms-container-full .wpforms-form h3 {
    color: #ffffff;
    font-size: 1.4rem;
    line-height: 1.5em;
    text-align: left;
    padding-top: 0px;
}

#ft2 div.wpforms-container-full .wpforms-form .wpforms-field-label{
	color: #ffffff;
}

#ft2 div.wpforms-container-full .wpforms-form .wpforms-field{
	color: #ffffff;
	padding: 0px 0px 10px 0px;
}

#ft2 div.wpforms-container-full .wpforms-form input[type=email] {
    max-width: 100%;
}

#ft2 div.wpforms-container-full .wpforms-form button[type=submit],
#ft2 div.wpforms-container-full .wpforms-form button[type=submit]:focus, 
#ft2 div.wpforms-container-full .wpforms-form button[type=submit]:visited, 
#ft2 div.wpforms-container-full .wpforms-form button[type=submit]:hover {
    background-color: #fbf30c;
    border: 1px solid #fbf30c;
    color: #000000;
	font-size: 14px;
    font-weight: 600;
}

#ft2 div.wpforms-container-full .wpforms-form label.wpforms-error{
	color: yellow;
}

#ft2 .wpforms-confirmation-container-full p:last-of-type, 
#ft2 div[submit-success]>.wpforms-confirmation-container-full p:last-of-type {
    margin: 0;
    font-size: 16px;
    text-align: center;
}

@media screen and (min-width: 992px) and (max-width: 1199px){
	
	#ft2 div.wpforms-container-full {
		padding: 0px 15px 30px;
	}
	
	#ft2 div.wpforms-container-full .wpforms-form .wpforms-submit-container{
		padding: 5px 0px 30px 0px;
	}
	
}

@media screen and (min-width: 768px) and (max-width: 991px){
	
	#ft2 div.wpforms-container-full .wpforms-form h3{
		font-size: 1.4rem;
	}
	
	#ft2 div.wpforms-container-full .wpforms-form .wpforms-submit-container{
		padding: 5px 0px 5px 0px;
	}
	
}

@media screen and (max-width: 768px){
	
	#ft2 div.wpforms-container-full{
		padding: 0px;
	}
	
}

.dgray-bg{
    background-color:#636466
}
.copyr p{
    color:#fff;
    font-size:14px;
    line-height:160%;
    margin:0 auto 5px;
    padding:0 15px
}
.disclaimer p{
    color: #fff;
    font-size: 12px;
    line-height: 160%;
    max-width: 320px;
    text-align: center;
    padding: 10px 10px;
    border: 2px solid #fff;
    margin: 40px 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:30px
    }
	
    .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:0px auto 15px;
        flex-direction:row;
        text-align:center
    }
    .ft2-2 .menu{
        margin:0 auto 20px;
        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
    }
	
}

#ft3{
	background: #265d10;
    padding-top:0px;
    padding-bottom:20px
}
#ft3 .row{
	align-items: center;
}
.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:1199px){
	
	#ft2{
		padding-top: 30px;
    	padding-bottom: 30px;
	}
	
    #ft3{
        padding-top:0px;
        padding-bottom:30px
    }
	
}

@media screen and (max-width:767px){
	
    #ft3{
        padding-top:0
    }
	
    #ft1 .col-first{
        border-bottom:1px solid #fff
    }
	
	#ft2 {
		padding-top: 30px;
		padding-bottom: 0;
	}
	
	.ft2-2 h3 {
		padding: 25px 0px 5px;
		font-size: 15px;
	}
	
	.ft2-1{
		padding-top:0;
	}
	
	.ft2-2 p {
		padding: 5px 0px 5px;
	}
	
    .copyr{
        padding-top: 10px;
    }
	
	.disclaimer p {
		font-size: 11px;
    	margin: 30px auto 20px;
	}
	
    #ft2 .menu{
		padding-bottom: 20px;
        text-align:center
    }
    .col-last .ft-icon{
        margin-top:10px
    }
    .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;
        padding:10px 0
    }
    footer .bbb{
        float:none;
        margin-bottom:0;
        display:block
    }

    .ft2-2{
        padding:20px 30px
    }
}


.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 .title {
	font-size: 55px;
    margin-left: 30px;
    line-height: 1.1em;
	text-align: left;
}

#guarantee .title .highlight{
	color: #265d10;
}

#guarantee p{
	font-size: 18px;
    line-height: 160%;
	margin-bottom: 10px;
    padding: 0;
}

#guarantee .sub-title{
	margin: 10px 10px 10px 0px;
	text-align: left;
}


#guarantee {
    padding: 4rem 0rem 0rem;
    background: url(/wp-content/uploads/2021/10/guarantee-product.jpg) no-repeat 0 -180px/865px 811px;
}

#guarantee p{
	color: #000000;
}

#guarantee .more a{
	color: #ec5e00;
}

#guarantee .more .fa{
	color: #ec5e00;
}

#guarantee .order-cta{
	display: flex;
    align-items: center;
    background: url(/wp-content/uploads/2021/10/dna-bg.png) no-repeat 0 0/cover #2b464e;
    border-radius: 120px 0px 120px 0px;
    justify-content: center;
    margin: 4rem 0rem;
    padding: 2rem 5rem 2rem 8rem;
}

#guarantee .order-cta p {
    color: #ffffff;
    font-size: 32px;
    line-height: 1.3em;
    font-weight: 700;
}

#guarantee .btn-primary,
#guarantee .btn-primary:hover{
    font-size: 18px;
}

.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 (min-width:992px) and (max-width:1199px){
	
	#guarantee{
		background-position:-281px -155px;
	}
	
	#guarantee img{
		width: 150px;
	}
	
	#guarantee .sub-title{
		font-size: 14px;
    	line-height: 1.5em;
	}
	
	#guarantee .more{
		font-size: 14px;
    	line-height: 1.5em;
	}
	
}

@media screen and (min-width:768px) and (max-width:991px){
	
	#guarantee{
		background-position: 0 0;
		padding-top: 2rem;
	}
	
	#guarantee .d-flex {
		margin: 0px auto;
		width: 425px;
		justify-content: center;
		align-items: center;
	}
	
	#guarantee .sub-title{
		font-size: 14px;
    	line-height: 1.5em;
	}
	
	#guarantee img{
		width: 150px;
	}
	
	#guarantee .more{
		font-size: 14px;
    	line-height: 1.5em;
	}
}

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

	#guarantee{
        background:none;
    }
	
    .g-img{
        padding-left:0;
        padding-top:20px
    }
	
    #guarantee p.g-text{
        padding:20px 0
    }
	
}


@media screen and (min-width:768px) and (max-width:1199px){
	
	#guarantee .order-cta{
		border-radius: 160px 0px 120px 0px;
	}
	
	#guarantee .title {
		font-size: 32px;
		margin-bottom: 10px;
		text-align: left;
	}
	
	
}

@media screen and (max-width:767px){
	
	.credit-cards h4{
		font-size: 18px;
    	margin-bottom: 20px;
	}
	
	#guarantee{
		padding: 2rem 0rem 0rem;
    }
	
	#guarantee .container > .row,
	#guarantee .container > .row > div{
		padding: 0;
	}
	
    #guarantee .col-lg-6{
        max-width:100%;
        margin-left:0
    }
	
    #guarantee .row{
        align-items:center;
        max-width:340px;
        margin:0 auto
    }
	
	#guarantee .d-flex{
		flex-direction: column;
		justify-content: flex-start;
		text-align: left;
	}
	
	#guarantee .title {
		font-size: 42px;
		margin: 0rem auto 1rem;
		text-align: center;
	}
	
	#guarantee .sub-title{
		margin: 20px 10px 20px 10px;
	}
	
	#guarantee .more{
		display: flex;
		margin-left: 10px;
	}
	
	#guarantee .more a {
		display: block;
		line-height: 1.2em;
		font-size: 15px;
		margin-right: 10px;
		width: auto;
	}
	
	#guarantee .sub-title{
		text-align: left;
	}
	
    #guarantee img {
		margin: 0 auto 20px;
	}
	
    #guarantee .satisfaction{
        font-size:15px;
        line-height:1.2em
    }
	
    .g-img{
        padding:15px 0 0 15px
    }
	
    .g-text{
        text-align:center
    }
	
	#guarantee .order-cta{
		background: #2b464e;
		border-radius: 80px 0px 80px 0px;
		margin: 2rem 0rem;
		padding: 3rem 0rem;
	}
	
	#guarantee .order-cta p {
		font-size: 20px;
		font-weight: 700;
		line-height: 1.4em;
		text-align: center;
	}
	
}

@media screen and (max-width:567px){
	
	#guarantee .container > .row, 
	#guarantee .container > .row > div {
		padding: 0;
	}
	
}

@media screen and (max-width:480px){
    .g-img img{
        display:block;
        width:40%
    }
    .satisfaction span{
        font-size:3rem
    }
    .satisfaction{
        font-size:1rem
    }
}

.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
}

body #faq-accordion .faq{
	margin-bottom: 20px;
}

body #faq-accordion .card-header, body #faq-accordion .card-header:first-child {
    background-color: #ffffff;
    position: relative;
    border-radius: 5px;
    border: none;
    margin-bottom: 10px;
    box-shadow: 0px 0px 10px rgb(0 0 0 / 8%);
}
body #faq-accordion .card-header h5, 
body #faq-accordion .card-header:first-child h5{
	cursor: pointer;
	margin-bottom: 0;
}

body #faq-accordion .card-header a, 
body #faq-accordion .card-header:first-child a{
	display: block;
}

body #faq-accordion .card-body {
    background: #f6f6f6;
    border: solid 1px #aaaaaa;
    border-radius: 10px;
}
body #faq-accordion .card-body h2{
	font-size: 21px;
	font-weight: 600;
	margin-top: 10px;
	margin-bottom: 10px;
	text-align: left;
}
#faq-accordion .card-header i{
    position:absolute;
    top:0;
    bottom:0;
    -webkit-transition:all .2s ease;
    -moz-transition:all .2s ease;
    -ms-transition:all .2s ease;
    -o-transition:all .2s ease;
    transition:all .2s ease
}
#faq-accordion .card-header h4{
    font-weight:400;
    padding:0 20px 0 50px;
    font-size:1.2em
}
#faq-accordion .card-body p{
    font-size:18px;
    line-height:160%
}
.faq-wrap .card .card-header a{
    transition:ease-in-out .3s
}
.faq-wrap .card .card-header a:not(.collapsed) .rotate-icon{
    transform:rotate(180deg)
}
.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
}

.page-black-friday #guarantee .title {
    font-size: 32px;
}

.page-black-friday #guarantee img {
    margin: 20px auto 20px;
}

.page-black-friday .ft2-2 h3 {
    padding: 5px 15px 5px 0px;
}

.page-black-friday .ft2-2 p {
    padding: 5px 0px 5px;
}

@media screen and (min-width: 768px) and (max-width: 991px){
	
	.page-black-friday #guarantee .d-flex {
		width: auto; 
	}
	
	.page-black-friday .credit-cards h4{
		font-size: 21px;
	}
	
	.page-black-friday #guarantee img {
		margin: 20px auto 20px;
		width: 320px;
	}

}

.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:Mulish,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){
    #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:#153705;
    padding:20px 15px
}
.study-notes p{
    color:#fff;
    font-size:12px;
    line-height:120%;
    margin:0 auto 5px;
    padding:0 15px
}

@media screen and (max-width: 767px){
	
	.study-notes{
		padding: 20px 0px;
	}
	
	.study-notes p {
		margin: 0 auto 10px;
		padding: 0;
	}
	
}

/****/

#dr-reviews{
	position: relative;
	z-index: 2;
}

.medical-proof #intro {
	display: flex;
	align-items: center;
    background: url(/wp-content/uploads/2021/10/medical-proof-bg.jpg) no-repeat center center/cover;
    height: 445px;
}

.medical-proof #intro h1{
    color: #ffffff;
    text-align: center;
    line-height: 1.1em;
    margin-bottom: 10px;
    font-size: 52px;
}

.medical-proof #intro h2{
    color: #fdfe00;
    font-size: 22px;
    font-weight: 800;
    line-height: 1.4em;
}

.medical-proof #intro h2 a{
	color: #fdfe00;
	text-decoration: underline;
}

.medical-proof #intro h2 a:hover{
	color: #ffffff;
}

.medical-proof #intro .container{
	width: 600px;
}

.medical-proof #section-1{
	background: #265d10;
	position: relative;
}

.medical-proof #section-1:after {
    top: 100%;
    left: 50%;
    border: solid transparent;
    content: "";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
    border-color: rgba(13, 13, 13, 0);
    border-top-color: #265d10;
    border-width: 25px;
    margin-left: -25px;
}

.medical-proof #section-1 h2{
    color: #ffffff;
    font-size: 24px;
    font-weight: 600;
    letter-spacing: 0;
}

.medical-proof .review .header{
    display: flex;
    align-items: center;
    flex-direction: row;
    justify-content: flex-start;
	margin-bottom: 30px;
}

.medical-proof .review h3{
    color: #265d10;
    font-size: 36px;
	font-weight: 800;
	margin: 15px 0px 40px 30px;
    text-align: left;
}

.medical-proof .quote p{
	font-family: 'PT Serif', serif;
    font-size: 32px;
    font-style: italic;
    line-height: 1.1em;
    margin-left: 10px;
    padding-left: 60px;
    position: relative;
    font-weight: 800;
}

.medical-proof .quote p:before {
	content: "";
    background: url(/wp-content/uploads/2021/10/grey-quotes.png) no-repeat 0 0;
    background-size: cover;
    width: 40px;
    height: 34px;
    display: inline-block;
    position: absolute;
    left: 20px;
    top: -25px;
}

.medical-proof .r-two{
    background: url(/wp-content/uploads/2021/10/jeff-hill-bg.jpg) no-repeat right 0/contain #eaeaea;
	position: relative;
}

.medical-proof .r-two:after {
    top: 100%;
    left: 50%;
    border: solid transparent;
    content: "";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
    border-color: rgba(13, 13, 13, 0);
    border-top-color: #eaeaea;
    border-width: 25px;
    margin-left: -25px;
}

.medical-proof .r-three h3{
	font-size: 32px;
}

.medical-proof .review p:not(.quote){
	line-height: 1.8em;
}

.angle-block {
    background: url(/wp-content/uploads/2021/10/green-angle-bg.png) no-repeat center center/contain transparent;
    margin: 0px auto -110px;
    width: 1260px;
    height: 219px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
}

.angle-block h2{
	color: #ffffff;
	font-size: 26px;
	font-weight: 400;
	margin: 0;
	padding: 0;
}

.angle-block h3{
	color: #ffffff;
	font-size: 44px;
	margin: 0 0 5px;
	padding: 0;
}

.angle-block p{
    color: #fdfe00;
    font-size: 50px;
    font-weight: 800;
    margin: 0;
    padding: 0;
    line-height: 1em;
}

/****/

#hgh-proof{
	background: #ffffff;
	padding-top: 100px;
	position: relative;
}


#hgh-proof:before{
	content:"";
	background: #eaeaea;
	width: 100%;
	height: 1190px;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1;
}

#hgh-proof .container {
    max-width: 1200px;
	position: relative;
	z-index: 2;
}

#hgh-proof h2{
	margin-bottom: 60px;
}

#hgh-proof .quote{
	margin-bottom: 80px;
	position: relative;
}

#hgh-proof img{
	margin-bottom: 50px;
}

#hgh-proof .quote .inner-quote{
    background: #d2f3c1;
    border-radius: 10px;
    margin: 0px auto;
	 max-width: 500px;
    padding: 30px 40px;
    position: relative;
}

#hgh-proof .quote .inner-quote:after {
    top: 100%;
    left: 12%;
    border: solid transparent;
    content: "";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
    border-color: rgba(13, 13, 13, 0);
    border-top-color: #d2f3c1;
    border-width: 15px;
    margin-left: -15px;
}

#hgh-proof .quote p{
    font-family: 'Inter', sans-serif;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
	line-height: 1.5em;
	margin-left: 0;
    padding-left: 0;
}

#hgh-proof .quote p.quote-name {
    position: relative;
    top: auto;
	left: 10%;
	bottom: -20px;
    font-size: 14px;
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    width: 75%;
}

#hgh-proof .quote h3{
    font-family: 'PT Serif', serif;
    text-align: left;
    font-style: italic;
    margin-bottom: 20px;
}

#hgh-proof blockquote{
	margin: 0;
}

#hgh-proof .quote:before {
    content: "";
    background: url(/wp-content/uploads/2021/10/grey-quotes.png) no-repeat 0 0;
    background-size: cover;
    width: 60px;
    height: 52px;
    display: inline-block;
    position: absolute;
    left: 10px;
    top: -25px;
    z-index: 2;
}

#hgh-proof .quote p:before {
	display: none;
}

#hgh-proof .quote ul{
    list-style: none;
    margin-left: 0px;
    padding-left: 0px;
    position: relative;
}

#hgh-proof .quote li{
	font-size: 15px;
	font-weight: 700;
	position: relative;
	padding-left: 20px;
}

#hgh-proof .quote li:before{
	content:"";
	border-radius: 100%;
	position: absolute;
	top: 8px;
	left: 0;
	background: #265d10;
	width: 10px;
	height: 10px;
}

#hgh .studies-cta{
	color: #ffffff;
	font-weight: 600;
}

#hgh .studies-cta a:hover{
	text-decoration: underline;
}

@media (min-width: 992px) and (max-width: 1199px) {
	
	.angle-block {
		margin: 0px auto -110px;
		width: 96%;
		height: 219px;
	}

	.angle-block h2{
		color: #ffffff;
		font-size: 24px;
		font-weight: 400;
		margin: 0;
		padding: 0;
	}

	.angle-block h3{
		color: #ffffff;
		font-size: 42px;
		margin: 0 0 5px;
		padding: 0;
	}

	.angle-block p{
		color: #fdfe00;
		font-size: 48px;
		font-weight: 800;
		margin: 0;
		padding: 0;
		line-height: 1em;
	}

	.medical-proof .r-two{
		background-size: cover;
		position: relative;
	}
	
	.medical-proof .r-two:before{
		content:"";
		background: rgba(255,255,255,0.8);
		width: 100%;
		height: 100%;
		position: absolute;
		top: 0;
		left: 0;
		z-index: 2;
	}
	
	.medical-proof .r-two .row{
		position: relative;
		z-index: 3;
	}
	
	.medical-proof #section-1 .highlight-two{
		font-size: 25px
	}
	
	.medical-proof .r-three h3{
		font-size: 24px;
	}
}


@media (min-width: 922px) and (max-width: 1199px) {
	
	.medical-proof #section-1 h2 {
	    font-size: 24px;
	}
}

@media (min-width: 768px) and (max-width: 991px) {
	
	#hgh-proof{
		background: #eaeaea;
		padding-top: 50px;
	}
	
	.angle-block {
		margin: 0px auto -70px;
		height: 140px;
		width: 96%;
	}

	.angle-block h2{
		color: #ffffff;
		font-size: 21px;
		font-weight: 400;
		margin: 0;
		padding: 0;
	}

	.angle-block h3{
		color: #ffffff;
		font-size: 32px;
		margin: 0 0 5px;
		padding: 0;
	}

	.angle-block p{
		color: #fdfe00;
		font-size: 32px;
		font-weight: 800;
		margin: 0;
		padding: 0;
		line-height: 1em;
	}
	
	#hgh-proof:before,
	#hgh-proof:after{
		display: none;
	}
	
	.medical-proof .review h3 {
		font-size: 28px;
		margin-bottom: 15px;
	}
	
	.medical-proof .r-two{
		position: relative;
	}
	
	.medical-proof .r-two:before{
		content:"";
		background: rgba(255,255,255,0.8);
		width: 100%;
		height: 100%;
		position: absolute;
		top: 0;
		left: 0;
		z-index: 2;
	}
	
	.medical-proof .r-two .row{
		position: relative;
		z-index: 3;
	}
	
	.medical-proof .quote p {
		font-size: 28px;
	}
	
	.medical-proof .quote p:before {
		width: 34px;
		height: 29px;
		top: 0px;
	}
	
	.medical-proof #section-1 h2{
		font-size: 25px
	}
	
	.medical-proof .r-three h3 {
		font-size: 28px;
	}
}

@media (max-width: 767px) {
	
	#hgh-proof{
		background: #eaeaea;
	}
	
	.medical-proof #intro {
		height: auto;
		padding: 3rem 0rem;
	}
	
	#hgh-proof:before,
	#hgh-proof:after{
		display: none;
	}
	
	#hgh-proof img {
    	margin: -20px auto 20px;
	}

	#hgh-proof .quote {
		margin-bottom: 60px;
		padding: 0px;
	}
	
	#hgh-proof .quote:before{
		top: -23px;
		width: 45px;
    	height: 38px;
	}

	#hgh-proof .quote .inner-quote{
		margin-bottom: 0px;
		padding: 20px;
	}
	
	.medical-proof .r-two {
		background-size: 100%;
		background-position:center bottom;
		padding-bottom: 75%;
	}
	
	#dr-reviews{
		padding: 2rem 0rem;
	}
	
	.medical-proof #intro h1{
		font-size: 34px;
		line-height: 1.2em;
	}
	
	.medical-proof #section-1 h2 {
		font-size: 21px;
		font-weight: 400;
		text-align: center;
	}

	.medical-proof .review .header{
		flex-direction: column;
	}
	
	.medical-proof .review .header img{
		width: 160px;
	}
	
	.medical-proof .review h3{
		font-size: 21px;
		margin-left: 0;
		margin-bottom: 50px;
		text-align: center;
	}
	
	.medical-proof .quote p {
		font-size: 20px;
		margin-left: 0;
    	padding-left: 0;
	}
	
	.medical-proof .quote p:before {
		left: 0;
		top: -38px;
	}
	
	.angle-block {
		background: url(/wp-content/uploads/2021/10/green-arrow-down-bg.png) no-repeat 0 bottom/100% auto;
		height: auto;
		padding: 20px 0px 60px;
		width: 100%;
	}
	
	.angle-block:after{
		content:"";
	}
	
	.angle-block h2 {
		color: #ffffff;
		font-size: 18px;
		line-height: 1.3em;
		max-width: 320px;
		font-weight: 800;
		letter-spacing: 0px;
	}
	
	.angle-block p {
		color: #fdfe00;
		font-size:30px;
	}
	
	.angle-block h3 {
		font-size: 24px;
		line-height: 1.2em;
		font-weight: 800;
		letter-spacing: -0.5px;
		max-width: 300px;
		margin: 10px auto 10px;
	}
	
	#hgh-proof .quote p.quote-name{
		font-size: 12px;
		width: 85%;
	}

}


.medical-proof .order-cta{
    display: flex;
    align-items: center;
    background: url(/wp-content/uploads/2021/10/dna-bg.png) no-repeat 0 0/cover #2b464e;
    border-radius: 120px 0px 120px 0px;
    justify-content: center;
    margin: 4rem 0rem;
    padding: 2rem 4rem;
}

.medical-proof .order-cta p {
    color: #ffffff;
    font-size: 28px;
    line-height: 1.3em;
    margin-bottom: 15px
}

.medical-proof .order-cta .btn-primary,
.medical-proof .order-cta .btn-primary:hover{
    font-size: 18px;
}

@media (min-width: 768px) and (max-width: 1199px){
	
	.medical-proof .order-cta{
		background: #2b464e;
		margin-bottom: 2rem;
	}
	
}

@media (max-width: 767px) {
	
	.medical-proof .order-cta {
		background: #2b464e;
		border-radius: 60px 0px 60px 0px;
		margin: 4rem 0rem 1rem;
		padding: 2rem 1.5rem;
	}
	
	.medical-proof .order-cta p {
		font-size: 21px;
		font-weight: 700;
		text-align: center;
	}
	
	.medical-proof small{
		display: block;
		font-size: 12px;
		line-height: 1.5em;
	}
	
}

/****/

.page-comparison #intro {
    display: flex;
    align-items: center;
    background: url(/wp-content/uploads/2021/10/genf20-comparison.jpg) no-repeat right center/contain #000000;
    height: 445px;
}

.page-comparison #intro h1{
    color: #ffffff;
    text-align: center;
    line-height: 1.2em;
    margin-bottom: 10px;
    font-size: 42px;
}

.page-comparison #intro h2{
    color: #fdfe00;
    font-size: 21px;
    font-weight: 400;
    line-height: 1.4em;
}

.page-comparison #intro h2 a{
	color: #fdfe00;
	text-decoration: underline;
}

.page-comparison #intro h2 a:hover{
	color: #ffffff;
}

.page-comparison #section-1{
	background: #265d10;
	position: relative;
}

.page-comparison #section-1:after {
    top: 100%;
    left: 50%;
    border: solid transparent;
    content: "";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
    border-color: rgba(13, 13, 13, 0);
    border-top-color: #265d10;
    border-width: 15px;
    margin-left: -15px;
}

.page-comparison #section-1 h2{
	color: #ffffff;
	font-size: 26px;
	font-weight: 400;
}

#comparison-section{
	background: #000000;
}

#comparison-section .title{
    color: #ffffff;
    margin-bottom: 20px;
	text-align: left;
}

#comparison-section p{
	color: #ffffff;
}

.page-comparison .order-cta{
    display: flex;
    align-items: center;
    background: url(/wp-content/uploads/2021/10/dna-bg.png) no-repeat 0 0/cover #2b464e;
    border-radius: 120px 0px 120px 0px;
    justify-content: center;
    margin: 4rem 0rem;
    padding: 3rem 8rem;
}

.page-comparison .order-cta p {
	color: #ffffff;
	font-size: 32px;
	line-height: 1.3em;
	font-weight: 700;
}

.page-comparison .btn-primary,
.page-comparison .btn-primary:hover{
    font-size: 18px;
}

@media screen and (min-width:768px) and (max-width:1199px){
	
	.page-comparison .order-cta{
		background: #2b464e;
		border-radius: 80px 0px 80px 0px;
		margin: 2rem 0rem;
		padding: 2rem 4rem;
	}
	
	.page-comparison .order-cta p {
		font-size: 24px;
		font-weight: 700;
		line-height: 1.4em;
		margin-bottom: 20px;
		text-align: center;
	}
}

@media screen and (max-width:767px){
	
	.page-comparison #intro{
		background: #000000;
		height: auto;
    	padding: 3rem 0rem 0rem;
	}
	
	.page-comparison #intro h1 {
		font-size: 26px;
		line-height: 1.2em;
		max-width: 345px;
	}
	
	.page-comparison #section-1 h2{
		color: #ffffff;
		font-size: 19px;
		font-weight: 400;
		letter-spacing: 0;
		line-height: 1.4em;
		text-align: center;
	}
	
	#comparison-section .title {
		font-size: 24px;
		letter-spacing: 0;
		text-align: center;
	}
	
	.page-comparison .order-cta{
		background: #2b464e;
		border-radius: 80px 0px 80px 0px;
		margin: 2rem 0rem;
		padding: 2rem 2rem;
	}
	
	.page-comparison .order-cta p {
    	font-size: 18px;
		font-weight: 700;
		line-height: 1.4em;
		margin-bottom: 20px;
		text-align: center;
	}

}

/****/

.page-ingredients #intro {
	display: flex;
	align-items: center;
    background: url(/wp-content/uploads/2021/10/medical-proof-bg.jpg) no-repeat center center/cover;
    height: 445px;
}

.page-ingredients #intro h1{
    color: #ffffff;
    text-align: center;
    line-height: 1.2em;
    margin-bottom: 10px;
    font-size: 42px;
}

.page-ingredients #intro h2{
    color: #fdfe00;
    font-size: 21px;
    font-weight: 400;
    line-height: 1.4em;
}

.page-ingredients #intro h2 a{
	color: #fdfe00;
	text-decoration: underline;
}

.page-ingredients #intro h2 a:hover{
	color: #ffffff;
}


@media screen and (max-width:767px){
	
	.page-ingredients #intro{
		background: #000000;
		height: auto;
    	padding: 2rem 0rem;
	}
	
	.page-ingredients #intro h1 {
		font-size: 26px;
		line-height: 1.2em;
		max-width: 345px;
	}
	
}

/**/

.page-ingredients #section-1{
	background: #e4e6e7;
	overflow: hidden;
	padding: 40px 0px;
	position: relative;
}

.page-ingredients #section-1 h4{
	position: relative;
	font-size: 30px;
	z-index: 2;
	margin-bottom: 20px;
}

.page-ingredients #section-1 p{
	font-family: 'PT Serif', serif;
	font-size: 30px;
	line-height: 1.4em;
	margin-bottom: 30px;
	position: relative;
	z-index: 2;
}

.page-ingredients #section-1 ul{
	margin-left: 0;
	position: relative;
	z-index: 2;
}

.page-ingredients #section-1 .checkmarks li:before{
	color: #ec5e00;
    font-size: 36px;
	position: relative;
    top: 4px;
}

.page-ingredients #section-1 .checkmarks li{
	font-weight: 700;
    font-size: 24px;
    margin-bottom: 12px;
}

.page-ingredients #section-1 img{
    max-width: none;
    margin: -200px 0px auto -280px;
    position: relative;
    z-index: 1;
}

@media screen and (min-width:992px) and (max-width:1199px){
	
	.page-ingredients #section-1 img {
		max-width: 200%;
		margin: -145px 0px auto -180px;
	}
	
}

@media screen and (min-width:768px) and (max-width:991px){

	.page-ingredients #section-1 img {
		margin: -90px auto 15px;
		max-width: 100%;
	}
	
}

@media screen and (max-width:767px){
	
	.page-ingredients #section-1 h4 {
		font-size: 26px;
	}
	
	.page-ingredients #section-1 p{
		font-size: 21px;
	}
	
	.page-ingredients #section-1 img {
		margin: -70px auto 15px;
		max-width: 100%;
	}
	
}

/**/

.page-ingredients #section-2{
    background: url(/wp-content/uploads/2022/03/black-static-scaled.jpg) no-repeat center 0/cover;
    overflow: hidden;
    padding: 40px 0px;
    position: relative;
}

@media screen and (min-width:1200px){
	
	.page-ingredients #section-2 .container{
		position: relative;
		z-index: 2;
	}
	
	.page-ingredients #section-2:after{
		content: "";
		background: url(/wp-content/uploads/2022/03/genf20plus-package-plant.png) no-repeat center 0/cover;
		display: block;
		overflow: hidden;
		position: absolute;
		top: 0;
		right: -100px;
		width: 300px;
		height: 484px;
		z-index: 1;
	}
	
}

@media screen and (min-width:1561px){

	.page-ingredients #section-2:after{
		top: 0;
		right: 0;
		width: 300px;
		height: 484px;
	}

}



.page-ingredients #section-2 .title{
	color: #ffffff;
	font-weight: 600;
	margin-bottom: 30px;
}

.page-ingredients #section-2 .sub-title{
	color: #fdfe00;
	font-size: 40px;
	margin-bottom: 10px;
	text-transform: uppercase;
}

.page-ingredients #section-2 p{
	color: #ffffff;
	font-size: 18px;
	line-height: 1.4em;
}

.page-ingredients #section-2 .ingredient {
    align-items: center;
    margin: 0px auto 30px;
    max-width: 1000px;
}

.page-ingredients #section-2 .ingredient .sub-title{
	text-align: left;
}

.page-ingredients #section-2 .img{
	flex-basis: 220px;
	margin-right: 20px;
}

.page-ingredients #section-2 .wrap{
	flex-basis: 780px;
	text-align: left;
}

@media screen and (min-width:768px) and (max-width:991px){
	
	.page-ingredients #section-2 .title{
		font-size: 32px;
	}
	
	.page-ingredients #section-2 .ingredient {
    	align-items: flex-start;
	}
	
	.page-ingredients #section-2 .ingredient .sub-title {
		font-size: 28px;
	}

}

@media screen and (max-width:767px){
	
	.page-ingredients #section-2 .wrap{
		flex-basis: auto;
	}
	
	.page-ingredients #section-2 .title {
		font-size: 28px;
		font-weight: 600;
		margin-bottom: 30px;
	}
	
	.page-ingredients #section-2 .ingredient .sub-title{
		font-size: 32px;
		text-align: center;
	}

	.page-ingredients #section-2 .ingredient{
		flex-direction: column;
	}
	
	.page-ingredients #section-2 .img{
		flex-basis: 220px;
		margin-right: 0px;
		margin-bottom: 20px;
	}
	
}

/**/

#social-slider{
	background: #212520;
	padding: 4rem 0rem 0rem;
}

#social-slider .header{
	margin-bottom: 40px;
	text-align: center;
}

#social-slider .title{
	color: #ffffff;
	font-size: 44px;
    font-weight: 800;
    margin-bottom: 4rem;
}

#social-slider .fa-heart{
	color: #fe0000;
}

#social-slider h3{
	color: #ffffff;
	font-size: 30px;
    font-weight: 400;
    letter-spacing: 0.5px;
	margin-bottom: 20px;
}

#social-slider a{
	color: #ec5e00;
	font-size: 26px;
	text-align: center;
}

@media screen and (min-width: 768px) and (max-width: 991px) {
	
	#social-slider h3{
		max-width: 480px;
	}

}

@media (max-width: 768px) {
	
	#social-slider {
		padding: 2rem 0rem 0rem;
	}
	
	#social-slider .title {
		font-size: 32px;
		margin-bottom: 2rem;
	}
	
	#social-slider a{
		font-size: 18px;
	}
	
	#social-slider h3 {
		font-size: 18px;
		line-height: 1.5em;
		padding: 0px 40px;
		margin-bottom: 5px;
	}
	
}

@media (max-width: 567px) {
	
	#social-slider .title {
		max-width: 320px;
	}
	
}

/****/

.page-clinical .entry-content{
    margin:0
}
.page-clinical .section{
    background:#1a1a1a;
    padding:40px 15px 50px
}
.page-clinical .section h2{
    color:#fdfe00;
    font-size:42px;
    font-weight:800;
    margin-bottom:2rem
}
.page-clinical .section h2 span{
    color:#fff;
    font-size:32px;
    font-weight:800
}
.page-clinical .section p{
    color:#fff
}
.page-clinical .cs-heading{
    background:url(../img/img-v2/clinical-studies-bg.jpg) #fbfbfb;
    background-repeat:no-repeat;
    background-position:right top;
    background-size:contain;
    overflow:hidden
}
.page-offer1-clinical-studies .cs-heading{
    background:url(../img/img-v2/clinical-studies-offer1-bg.jpg) #fbfbfb;
    background-repeat:no-repeat;
    background-position:right top;
    background-size:contain;
    overflow:hidden
}
.page-clinical .cs-heading *{
    color:#000;
    text-align:left
}
.page-clinical .cs-heading h1{
    font-size:23px;
    font-weight:600;
    line-height:1.3em;
    margin-bottom:20px
}
.page-clinical .cs-heading .highlight{
    color:#000;
    font-size:14px;
    clear:both;
    float:left;
    padding-left:25px
}
.page-clinical .cs-heading h2{
    color:#fdfe00;
    font-size:60px;
    font-weight:800;
    margin-bottom:20px
}
.page-clinical .cs-heading ul.checkmarks{
    display:inline-block;
    float:left;
    margin-left:0;
    padding-left:0;
    margin-bottom:.5em
}
.page-clinical .cs-heading .checkmarks>li{
    display:block;
    font-size:1.1em;
    font-weight:600;
    padding:.25em 0 .25em 0;
    position:relative
}
.page-clinical .cs-heading .checkmarks>li strong{
    font-weight:800
}
.page-clinical .cs-heading .checkmarks li::before{
    color:#fdfe00
}
.page-clinical .section-3{
    background:#f5f5f5;
    padding:50px 15px 10px;
    position:relative
}
.page-clinical .section-3 .container{
    position:relative;
    z-index:2
}
.section-3 .text-center{
    margin:0 0 30px
}
.page-clinical .section-3 h2{
    color:#000
}
.page-clinical .section-3>.container>img{
    display:block;
    margin:40px auto;
    max-width:none;
    transform:rotate(90deg)
}
.journals{
    display:flex;
    align-content:center;
    justify-content:center;
    max-width:960px;
    margin:0 auto;
    width:100%
}
.journals .journal{
    display:flex;
    align-items:center;
    padding:0 15px;
    flex-direction:column;
    flex-basis:33.3%;
    justify-content:flex-start;
    text-align:center
}
.journals .journal img{
    margin:0 15px 15px 15px;
    max-height:219px;
    max-width:200px
}
.journals .journal:nth-child(2){
    padding:0 15px 30px
}
.journals .journal a{
    color:#000;
    font-weight:700
}
.journals .journal a:hover{
    color:#fdfe00;
    text-decoration:underline
}
.page-clinical ol.circled-count{
    margin-left:0;
    padding-left:0;
    counter-reset:item 0;
    list-style:none inside;
    display:flex;
    flex-wrap:wrap
}
.page-clinical ol.circled-count>li{
    counter-increment:item;
    color:#fdfe00;
    margin-bottom:40px;
    padding-left:2.5em;
    text-align:left;
    position:relative;
    line-height:1.5rem;
    font-weight:800;
    font-size:21px;
    display:inline-block;
    width:100%
}
.page-clinical .section-8 ol.circled-count>li{
    color:#000;
    font-size:14px;
    font-weight:600;
    width:47%
}
.page-clinical .section-8 ol.circled-count>li:before{
    top:0
}
.page-clinical ol.circled-count>li:nth-child(odd){
    margin-right:5%
}
.page-clinical ol.circled-count>li:before{
    content:counter(item);
    border-radius:2em;
    display:block;
    background-color:#ca0013;
    color:#fff;
    width:2em;
    height:2em;
    line-height:2em;
    text-align:center;
    position:absolute;
    left:0;
    font-weight:700;
    margin:0;
    top:-.5em
}
.page-clinical .data.graph>.image{
    padding-top:50.66921606%;
    background-image:url(../img/img-v2/graphData.svg);
    background-repeat:no-repeat;
    background-size:100% auto
}
.page-clinical .section-4{
    background:#f5f5f5
}
.page-clinical .section-4 h3{
    font-weight:800;
    margin:0 0 40px
}
.page-clinical .section-4 p{
    color:#000
}
.page-clinical .section-4 .right{
    float:right;
    margin-bottom:0
}
.page-clinical .section-4 .txt-lg{
    font-size:1.3rem;
    line-height:1.4em;
    margin:0 auto 30px;
    max-width:960px
}
@media (min-width:1200px){
    .page-clinical ol.circled-count{
        margin-left:0;
        margin-top:40px;
        padding-left:0;
        counter-reset:item 0;
        list-style:none inside
    }
}
@media (max-width:1199px){
	.page-clinical .cs-heading h2{
		font-size: 48px;
	}
    .page-clinical .cs-heading,.page-offer1-clinical-studies .cs-heading{
        background-position:265px top;
        background-size:cover
    }
	.page-clinical ol.circled-count{
		margin-top:40px;
	}
	.page-clinical .cs-heading{
		position: relative;
	}
	.page-clinical .cs-heading:before{
		content:"";
		background: rgba(255,255,255,0.5);
		width: 100%;
		height: 100%;
		position: absolute;
		top: 0;
		left:0;
	}
	
}
@media (max-width:767px){
    .page-clinical .section-1{
        padding-top:20px;
        padding-bottom:250px
    }
    .journals .journal:nth-child(2){
        padding:0 0 0
    }
    .page-clinical .cs-heading,.page-offer1-clinical-studies .cs-heading{
        background-color:#f1f2f4;
        background-position:center bottom;
        background-size:contain
    }
    .page-clinical .cs-heading h1{
		font-size: 20px;
		line-height: 1.3em;
		text-align: center;
		font-weight: 700;
    }
    .page-clinical .section.cs-heading h2{
        margin-bottom:1rem;
        text-align:center
    }
    .page-clinical .section h2{
        color:#000;
        font-size:28px;
        font-weight:800;
        margin-bottom:1.5rem;
        line-height:1em
    }
    .page-clinical .section h2 span{
		color: #fff;
		font-size: 26px;
		font-weight: 800;
		line-height: 1.2em;
		margin-top: 4px;
    }
    .page-clinical .section-2 h2{
        color:#fdfe00
    }
    .page-clinical .cs-heading .checkmarks>li{
        line-height:1.2em;
        font-size:14px;
        font-weight:800;
        margin-bottom:10px;
        padding-left:1.5em
    }
    .page-clinical .cs-heading .checkmarks li::before{
        color:#fdfe00;
        position:absolute;
        left:0
    }
    .page-clinical .section-3>.container>img{
        height:50px
    }
    .journals{
        flex-direction:column
    }
    .journals .journal{
        align-items:flex-start;
        display:flex;
        padding:0 0;
        flex-direction:row;
        text-align:left;
        margin-bottom:30px
    }
    .journals .journal img{
        margin:0 15px 15px 0;
        max-width:95px
    }
    .page-clinical ol.circled-count{
        margin-top:15px;
        margin-bottom:15px
    }
    .page-clinical ol.circled-count>li{
        color:#000;
        font-size:15px;
        font-weight:700;
        margin-bottom:15px;
        width:100%;
        word-break:break-word
    }
    .page-clinical ol.circled-count>li:nth-child(odd){
        margin-right:0
    }
    .page-clinical ol.circled-count>li:last-child{
        margin-bottom:0
    }
    .page-clinical .section-4{
        padding-top:0
    }
    .page-clinical .section-4 h3{
        font-size:21px;
        margin:0 0 20px
    }
    .page-clinical .section-4 .txt-lg{
        font-size:1.2rem
    }
    .page-clinical ol.circled-count>li:before{
        top:-.25em
    }
    .page-clinical .graph img{
        margin:20px 0 0
    }
    .page-clinical .chart-image{
        margin:20px 0 20px
    }
	.page-clinical .section-8 ol.circled-count>li{
		width: 100%;
	}
}
.page-clinical .section-5{
    background:#fff
}
.page-clinical .section-5 .label{
    display:block;
    color:#fff;
    background:#fdfe00;
    border-radius:0 30px 30px 0;
    font-size:16px;
    font-weight:700;
    margin-bottom:20px;
    margin-top:20px;
    margin-left:-17px;
    padding:10px 30px 10px 20px;
    width:140px
}
.page-clinical .section-5 h3{
    font-size:22px
}
.page-clinical .section-5 .percentage{
    font-size:40px
}
.page-clinical .section-5 p{
    color:#000
}
.page-clinical .section-6{
    position:relative;
    margin-bottom:55px
}
.page-clinical .section-6 .container{
    position:relative;
    z-index:2
}
.page-clinical .section-6:after{
    content:"";
    position:absolute;
    background:#fdfe00;
    height:85px;
    width:100%;
    top:85%;
    z-index:1
}
.page-clinical .section-6 p{
    color:#fff;
    max-width:840px;
    margin:30px auto 0;
    font-size:21px;
    font-weight:700
}
.page-clinical .erection-quality{
    background:#fff;
    margin-bottom:60px;
    padding:0
}
.page-clinical .erection-quality p{
    color:#fdfe00;
    font-size:28px;
    font-weight:700;
    line-height:1.3em
}

@media screen and (max-width:1199px){
	
	.page-clinical .section-5 h3{
		margin-bottom: 20px;
	}
	
	.page-clinical .section-5 .percentage{
        font-size:22px
    }
	
	.page-clinical .section-6:after{
		top: 82%;
	}

}

@media screen and (max-width:991px){
	.page-clinical .section-6:after {
		top: 85%;
		height: 100px;
	}
}

@media screen and (max-width:767px){
    .page-clinical .section-5{
        padding:10px 15px 25px
    }
    .page-clinical .section-5 .label{
        margin-left:-30px
    }
    .page-clinical .section-5 h3{
        font-size:24px;
        font-weight:700
    }
    .page-clinical .section-5 .percentage{
        font-size:32px
    }
    .page-clinical .section-6{
        margin-bottom:15px
    }
    .page-clinical .section-6:after{
		position: absolute;
		background: #fdfe00;
		height: 140px;
		width: 100%;
		top: auto;
		bottom: -10px;
		z-index: 1;
    }
    .page-clinical .erection-quality{
        background:#fff;
        margin:-15px;
        padding:0 15px 15px
    }
    .page-clinical .erection-quality p{
        margin-top:0;
        margin-bottom:20px
    }
    .page-clinical .section-6 p{
        color:#fff;
        max-width:800px;
        margin:20px auto 0
    }
    .page-clinical .section-6 .left p{
        color:#fdfe00;
        text-align:center;
        font-size:21px;
        font-weight:800
    }
}
.page-clinical .section-7{
    padding:40px 15px 40px;
    position:relative
}
.page-clinical .section-7 .container{
    position:relative;
    z-index:4
}
.page-clinical .section-7:after{
    content:"";
    background:#f6f6f6;
    position:absolute;
    bottom:0;
    left:0;
    width:100%;
    height:300px;
    z-index:1
}
.page-clinical .section-7 h3{
    font-weight:800;
    text-align:center;
    text-transform:none
}
.page-clinical .section-7 .heading-sub{
    font-size:28px;
    font-weight:700
}
.page-clinical .section-7 img{
    margin:40px 15px
}
.page-clinical .section-7 .order.red-btn{
    padding:15px 55px 20px
}
@media screen and (max-width:767px){
    .page-clinical .section-7{
        padding:20px 15px 40px
    }
    .page-clinical .section-7 h3{
        font-size:26px
    }
    .page-clinical .section-7 .heading-sub{
        font-size:21px;
        font-weight:800
    }
    .page-clinical .section-7 img{
        display:block;
        margin:20px auto 40px
    }
    .page-clinical .section-7:after{
        height:250px
    }
	.page-clinical .section-7 .order.red-btn{
        padding: 15px 40px 20px;
	}
}
.page-clinical .section-8{
    background:#f6f6f6;
    padding-bottom:40px;
    position:relative
}
.page-clinical .section-8 .container:before{
    content:"";
    display:block;
    background:#b2b2b2;
    height:1px;
    margin:0 auto 50px;
    max-width:500px;
    width:100%
}
.page-clinical .section-8 h2{
    font-size:42px;
    font-weight:800;
    text-align:center;
    margin-bottom:40px
}
.page-clinical .section-8 h2 sup{
    font-size:21px;
    font-weight:800;
    top:0
}
.page-clinical .section-8 .red-btn{
    display:table;
    font-weight:800;
    margin:0 auto 40px;
    padding:10px 30px 18px 40px;
    text-transform:uppercase
}
.page-clinical .section-8 .btn-secondary{
    display:table;
    background:#b9b9b9;
    padding:20px 55px;
    color:#fff;
    text-transform:none;
    border-radius:40px;
    font-size:18px;
    letter-spacing:1px;
    font-weight:800;
    margin:0 auto 40px
}
@media screen and (max-width:767px){
    .page-clinical .section-8 h2{
        font-size:28px;
        font-weight:800;
        margin-bottom:20px
    }
    .page-clinical .section-8 h2 span{
        display:block
    }
    .page-clinical .section-8 .container:before{
        margin:0 auto 30px
    }
    .page-clinical .section-8 .btn-secondary{
        display:table;
        background:#b9b9b9;
        padding:20px 30px;
        color:#fff;
        text-transform:none;
        border-radius:40px;
        font-size:16px;
        letter-spacing:0;
        font-weight:700;
        margin:40px auto 0
    }
}
.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: transparent;
    color: #000000;
    border-top: dotted 2px #cccccc;
    border-bottom: dotted 2px #cccccc;
	padding: 12px;
}

#store-options select{
    font-size:12px;
    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 auto 2em;
    font-size: 1rem;
    line-height: 1.3em;
    font-family: 'Inter', sans-serif;
    font-weight: 700;
    letter-spacing: -0.5px;
}

.alt-promo-banner .couponInfo{
	margin-bottom: 1em;
}

.package .purchase{
    text-align:center
}
.package .card-retail, .package .savings{
    font-size:12px;
    font-weight:800
}

.package .purchase h2{
    font-size:62px;
    font-weight:800;
    line-height:1em;
    padding:0
}

.package .purchase h4{
    font-weight:800;
    margin-top:15px;
    margin-bottom: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
    }
}

.package .packageLink{
    background:#fdfe00;
    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:20px auto -10px
}

.package .card-body .card-value{
	background: #0054a6;
    color:#fff;
    padding:10px 0;
    text-align:center;
    font-weight:800;
    letter-spacing:0
}

.package .card-body .card-value.red{
	background: #dd1c1a;
}

.package .card-body .card-value{
	position: relative;
}

.package .card-body .card-value:before{
	content:"";
	background: url(/wp-content/uploads/2021/10/black-checkmark.png) no-repeat 0 0/cover;
	display: inline-block;
    margin: -20px 5px;
	width: 49px;
	height: 55px;
	position: relative;
    top: -10px;
}

#product-packages .tick-dollar span{
    position:relative
}
#product-packages .tick-dollar span::before{
    content:'';
    display:block;
    background-image:url(../images/black-checkmark.png);
    height:4rem;
    width:4rem;
    background-size:contain;
    background-repeat:no-repeat;
    position:absolute;
    left:-5rem;
    top:-1rem
}
#product-packages .pkg12 .tick-dollar span::before{
    background-image:url(../images/black-checkmark.png)
}
.package .card-text{
    font-size: 36px;
    font-weight: 800;
	letter-spacing: -1px;
	line-height: 1em;
    margin: 25px 0px 25px;
    text-align: center;
    text-transform: uppercase;
}
.package .card-text span{
	color: #c02324;
}
.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 .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:24px;
    font-weight:800;
	text-align: center;
}
.package .bonus{
    display:block;
    margin:15px 0 0;
    width:100%
}
.package .card-shipping{
	margin-top: -1rem;
}
.package .card-shipping img{
    display: block;
    margin: 10px auto;
	padding: 0px 10px 10px;
    width: auto;
}
.credit-cards{
    background-color:#e1e0e1;
    padding:30px 0;
    text-align:center
}
.credit-cards p{
    font-size:24px;
    font-weight:800
}
.credit-cards img{
    display:block;
    margin:0 auto
}

.page-cart #guarantee{
	padding: 4rem 0rem 4rem;
}

@media (min-width:768px) and (max-width:1199px){
	
	.package .card-text {
    	font-size: 28px;
	}
	
	.page-cart #product-packages .card-retail {
		font-size: 14px;
	}
	
	.page-cart #product-packages .card-sale-price, 
	.page-cart #product-packages-2 .card-sale-price{
		font-size: 28px;
	}
	
	#product-packages .card .savings, 
	#product-packages .card .savings span {
		font-size: 18px;
	}
	
	.page-cart #product-packages .card-sale-price span, .page-cart #product-packages-2 .card-sale-price span {
		font-size: 54px;
		letter-spacing: -3px;
	}
	
}

@media (max-width:767px){
	
	.page-cart #guarantee{
		padding: 2rem 0rem 2rem;
	}
	
	.package .card-text{
		font-size: 26px;
		margin-bottom: 20px;
	}
	
	.package .purchase h2 {
		font-size: 50px;
	}
	
	.package .card-shipping {
		margin-top: -0rem;
	}
	
	.page-cart #product-packages .card-retail {
		font-size: 16px;
	}
	
	#product-packages .card .savings, #product-packages .card .savings span {
		font-size: 16px;
	}
	
	.page-cart #product-packages .card-sale-price,
	.page-cart #product-packages-2 .card-sale-price{
		margin-bottom: 0px;
	}

	.page-cart #product-packages a.btn-primary, 
	.page-cart #product-packages-2 a.btn-primary{
		margin-top: 15px;
		margin-bottom: 1rem;
	}
	
	.package .card-body .card-value:before {
		content: "";
		background: url(/wp-content/uploads/2021/10/black-checkmark.png) no-repeat 0 0/cover;
		display: inline-block;
		margin: -20px 5px;
		width: 36px;
		height: 40px;
		position: absolute;
		top: 22px;
		left: 0;
	}
	
}



/**/

#store-options{
    font-size: 16px;
	font-weight: 800;
	padding-bottom: 12px;
}

#store-options .currencySelect{
    font-size: 14px;
    font-weight: 600;
    padding: 4px;
}


@media (max-width: 1199px) {
	 
	#store-options {
		padding-bottom: 12px;
		font-weight: 800;
		font-size: 16px;
		border-top: dotted 1px #cccccc;
		padding: 10px 0px 10px 0px;
		border-bottom: dotted 1px #cccccc;
		margin-bottom: 30px;
	}
	
}

/* PRODUCTS */

#order {
	max-width: 1280px;
    margin: 40px auto 0px auto;
    padding: 0px 0px 0px 0px;
}

.pp-entries{
    padding-top: 60px;
	padding-bottom: 40px;
	width: 100%;
}

.pp-wrap {
  max-width: 390px;
  text-align: center;
  margin: 0 auto;
  position: relative;
}

.pp-wrap:before {
  content: "";
  background: #454545;
  bottom: 0;
  width: 30px;
  left: 15px;
  position: absolute;
  height: calc(100% - 68px);
}

.pp-wrap:after {
    content: "";
    position: absolute;
    height: calc(100% + 10px);
    width: calc(100% + 10px);
    background: #454545;
    bottom: 0;
    left: 0;
    clip-path: polygon(25px 0%, 100% 0, 100% calc(100% - 35px), calc(100% - 35px) 100%, 0 100%, 0 25px);
}

.qty-6 .pp-wrap:after{
	background: #0c8bd0;
}

.pp-body{
	border-top: none;
	border-right: none;
}

.qty-6 .pp-body > div{
	background: #cccccc;
}

.pp-header .promo-header {
    background: #fd1914;
    margin-left: 0px;
    margin-right: auto;
    clip-path: polygon(30px 0, 100% 0, 100% 100%, 0 100%, 0 30px);
    position: relative;
    overflow: hidden;
    margin-bottom: 0;
    color: #ffffff;
    font-family: 'Inter', sans-serif;
    font-size: 21px;
    padding: 10px 0px 10px 0px;
	z-index: 9;
}

.promo-bonus .promo-message {
    background: #fd1914;
    position: relative;
    color: #ffffff;
    font-family: 'Inter', sans-serif;
    font-size: 16px;
	line-height: 1em;
	margin: 10px auto 15px;
    padding: 10px 0px 10px 0px;
	overflow: hidden;
}

.pp-header h4 {
	font-family: "Uniform ExtCond";
	font-size: 32px;
	text-transform: uppercase;
	line-height: 42px;
	color: #fff;
	padding: 18px 0 12px;
	margin-bottom: -3px;
}

.pp-body {
	border-left: 3px solid #454545;
	border-bottom: 3px solid #454545;
	position: relative;
	z-index: 2;
	clip-path: polygon(32px 0%, 100% 0, 100% calc(100% - 32px), calc(100% - 32px) 100%, 0 100%, 0 32px);
}

.package .linethrough{
	position: relative;
}

.pp-body > div {
  position: relative;
  background-color: #fff;
  z-index: 1;
}

.pp-entry.qty-1 .pp-img{
    margin-top: 40px;
    margin-bottom: 20px;
}

.pp-title {
	color: #1a1a1a;
	font-weight: 800;
	font-size: 23px;
	max-width: 160px;
	margin-left: auto;
	margin-right: auto;
	padding: 25px 0;
	text-align: center;
}

.qty-1 .pp-title span {
  display: block;
}

.pp-title span {
  color: #265e10;
}

.pp-img {
  margin-bottom: 20px;
}

.pp-retail {
	color: #1a1a1a;
    font-size: 16px;
    font-weight: 600;
}

.pp-retail span {
  text-decoration: line-through;
}

.pp-savings {
  color: #ff0008;
  font-size: 28px;
  font-weight: 800;
  text-transform: uppercase;
  margin-bottom: 10px;
}

.pp-sale {
  font-size: 42px;
  font-weight: 800;
  line-height: 110%;
}

.pp-sale small {
    font-size: 45%;
    font-weight: 700;
    letter-spacing: 0px;
	text-transform: uppercase;
}

.pp-contents {
  font-size: 18px;
  text-transform: uppercase;
}

.pp-contents span {
  font-weight: 800;
}

.total-wrap{
	font-size: 24px;
	margin-bottom: 10px;
	text-transform: uppercase;
}

.total-wrap .leh_price{
	font-weight: 800;
}

.pp-body .cc{
	display: block;
	margin: 10px auto 20px auto;
	max-width: 80%;
}

.pp-btn-wrap {
  margin: 10px 0px 20px 0px;
}

.pp-btn-wrap .btn-primary:not(:disabled):not(.disabled).active, 
.pp-btn-wrap .btn-primary:not(:disabled):not(.disabled):active, 
.pp-btn-wrap .show > .btn-primary.dropdown-toggle, 
.pp-btn-wrap a.btn-primary, 
.pp-btn-wrap a.btn-primary:visited {
    position: relative;
    color: #fff;
    text-transform: uppercase;
    font-weight: 800;
    text-align: center;
    text-decoration: none;
    background: #0c8bd0;
    border: none;
    transition: none;
    padding: 20px 60px;
    font-size: 18px;
    line-height: 100%;
    border-radius: 5px;
}

.pp-btn-wrap a span{
	color: #ffffff;
}

.qty-6 .button:after {
    content: "";
    background: url(../images/packages/hand-pointer.png) 0 0/cover no-repeat;
    position: absolute;
    top: 10px;
    right: -25px;
    height: 67px;
    width: 67px;
}

.extra-1 {
  font-size: 24px;
  line-height: 100%;
  max-width: 230px;
  margin: 0 auto;
  padding-bottom: 40px;
}

.extra-1 span {
  color: #ff0008;
}

.qty-2 .pp-wrap:before,
.qty-2 .pp-header,
.qty-2 .pp-wrap:after {
  background: #de0e16;
}

.qty-2 .pp-body {
  border: 3px solid #de0e16;
}

span.cur-symbol {
  font-size: 70%;
}

.pp-entry {
  margin: 0 10px 20px;
  padding-bottom: 20px;
}

#order .slick-next:before,
#order .slick-prev:before {
    line-height: 1;
    opacity: 1;
    color: #fffc00;
    text-shadow: none;
    background: #111;
    border-radius: 100px;
    width: 48px;
    display: block;
    position: absolute;
}

#order .slick-dots {
  bottom: -20px;
}

#order .slick-next {
  right: 50px;
  z-index: 9;
}

#order .slick-prev {
  left: 20px;
  z-index: 9;
}

.sezzle-object > span{
	font-weight: 400;
}

@media (min-width: 375px) {
  .pp-header h4 {
    font-size: 42px;
  }
}

@media (min-width: 425px) {
  .pp-title {
    max-width: 100%;
  }

  .pp-sale {
    font-size: 65px;
	line-height: 1em;
  }
}

@media (min-width: 768px) {
	
	.pp-entries{
		align-items: center;
		margin: 0px auto;
	}

	.qty-6 .pp-body > div {
		padding: 20px 0px 20px 0px;
	}
	
}

@media (min-width: 992px) {

	.qty-1{
		order: 1;
	}
	
	.qty-3{
		order: 3;
	}
	
	.qty-6{
		order: 2;
	}
	
	.qty-1 .pp-img img {
        max-width: 90%;
        width: auto;
        margin-bottom: -30px;
        margin-top: -40px;
    }

	.qty-3 .pp-img img{
		max-width: 100%;
		width: auto;
	}

	.qty-6 .pp-img img{
		max-width: 100%;
		width: auto;
	}
	
	.qty-1 .extra-1{
		padding-bottom: 60px;
	}
	
	.pp-title {
		margin-left: auto;
		margin-right: auto;
	}
	
	.qty-3 .pp-header{
		margin-top: -21px
	}

	.qty-6 .pp-header{
		margin-top: -20px
	}
	
}

@media (min-width: 1200px) {
	
	.promo-bonus .promo-message {
		font-size: 21px;
	}
	
    .qty-1 .pp-img img {
        max-width: 90%;
        width: auto;
        margin-bottom: -30px;
        margin-top: -40px;
    }
	
}

@media (min-width: 992px) and (max-width: 1199px){
	
	#order{
		border-top: none;
	}
	
	.pp-entry {
		margin: 0px 0px 20px;
		padding-bottom: 20px;
	}
	
	.pp-title span {
		font-size: 38px;
		line-height: 1.1em;
	}
	
	.pp-sale {
		font-size: 46px;
		line-height: 1em;
	}
	
	.pp-entries {
		border-top: none;
		padding-top: 20px;
	}
	
	.sezzle-object span{
		font-size: 14px;
	}
	
	.sezzle-object img{
		width: 90px;
	}
	
}

@media (min-width: 1200px) {

	.pp-title {
		font-size: 30px;
		line-height: 1.1em;
		max-width: 100%;
		padding: 45px 0;
	}

	.pp-entry {
		margin: 0;
		padding-bottom: 0;
	}

	.pp-title {
		font-size: 32px;
		letter-spacing: -0.5px;
		max-width: 100%;
		padding: 20px 0px 30px 0px;
		text-transform: none;
		line-height: 1.2em;
	}

	.pp-title span {
		font-size: 48px;
	}
	
	.qty-1 .pp-title span {
		display: inline-block;
	}

}

@media (max-width: 991px) {
	
	#order{
		border-top: none;
	}
	
	.bonus .d-flex {
		flex-direction: column;
	}
	
	.bonus .left-col{
		margin-bottom: 20px;
	}
	
	.bonus .left-col, .bonus .right-col {
		max-width: 575px;
		margin: 0px auto 20px;
		width: 100% !important;
	}
	
	.bonus .title {
		font-size: 28px;
		margin-bottom: 30px;
	}
	
	.bonus h3{
		font-size: 28px;
	}
	
	.bonus h4{
		font-size: 21px;
	}
	
	.bonus ul{
		margin-left:0;
		padding-left:0;
	}
	
	.bonus .price {
		font-size: 28px;
	}
	
	.pp-title {
		font-size: 28px;
		line-height: 1.3em;
		padding: 25px 0px 20px 0px;
		max-width: none;
	}
	
	.pp-title span {
		color: #265e10;
		font-size: 44px;
		line-height: 1em;
	}
	
    .pp-entries {
        border-top: none;
        padding-top: 15px;
        margin: 0px auto;
        width: calc(100% - 20px);
    }
	
	.pp-entry {
		margin: 0px 0px 20px 0px;
		padding-bottom: 20px;
	}
	
	.pp-img {
		margin-bottom: 0;
	}
	
	.pp-sale {
		font-size: 68px;
		padding-top: 15px;
	}
	
	.pp-btn-wrap {
		margin: 0px auto 20px auto;
        max-width: 84%;
	}
	
	.qty-1 .pp-img img {
        max-width: 90%;
        width: auto;
        margin-bottom: -30px;
        margin-top: -40px;
    }

	.qty-3 .pp-img img{
		max-width: 100%;
		width: auto;
	}

	.qty-6 .pp-img img{
		max-width: 100%;
		width: auto;
	}
	
	.sezzle-object span{
		display: block;
    	font-size: 14px;
	}
	
	.sezzle-object img{
		display: inline-block;
		margin-left: 5px;
		width: 100px;
		margin-top: -5px;
	}

	.extra-1 {
		font-size: 24px;
		margin: 15px auto 0px auto;
		padding-bottom: 30px;
	}

	.qty-1{
		order: 3;
	}

	.qty-3{
		order: 2;
	}

	.qty-6{
		order: 1;
	}

}

/**/


.page-testimonials #intro {
    display: flex;
    align-items: center;
    background: url(/wp-content/uploads/2021/10/genf20-testimonials.jpg) no-repeat -130px center/contain #000000;
    height: 445px;
}

.page-testimonials #intro h1{
    color: #ffffff;
	font-size: 42px;
    line-height: 1.2em;
	margin-top: 30px;
    margin-bottom: 0px;
	text-align: center;
}

.page-testimonials #intro p{
    color: #fcee53;
	font-size: 28px;
    line-height: 1.4em;
	font-weight: 800;
	margin-top: 30px;
    margin-bottom: 0px;
	text-align: center;
}

.page-testimonials #white-sep{
    position: relative;
    bottom: 0px;
    width: 100%;
    z-index: 9;
}

.page-testimonials .first:before {
    background: url(/wp-content/uploads/2021/10/grey-quotes.png) no-repeat 0 0/cover;
    display: block;
    content: "";
    width: 67px;
    height: 58px;
    position: absolute;
    left: -65px;
    top: -50px;
}

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

.page-testimonials .testimonial .name{
    background:rgba(0,0,0,.75);
    border-radius: 40px;
    color:#fff;
    margin-bottom:20px;
    padding:5px 20px 5px 30px;
    position:relative;
    left:-30px;
    top:10px;
    z-index:1
}

.page-testimonials .testimonial a{
	color: #009fe3;
}

.page-testimonials .testimonial .inner{
    background:#d2f3c1;
    border-radius:10px;
    box-shadow:0 0 30px rgb(0 0 0 / 20%);
    margin: 0px auto;
    max-width: 540px;
    padding: 30px 40px;
    position:relative
}

.page-testimonials .testimonial .inner:before {
	background: url(/wp-content/uploads/2021/10/grey-quotes.png) no-repeat 0 0/cover;
	display: block;
	content: "";
	width: 67px;
	height: 58px;
	position: absolute;
	left: -25px;
	top: -28px;
}

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

.page-testimonials .testimonial .t-name{
	padding: 30px 40px;
}

.page-testimonials .testimonial .t-name strong{
    font-size: 16px;
	letter-spacing: 0;
}

.page-testimonials .col-md-7 .testimonial,
.page-testimonials .col-md-9 .testimonial {
    margin-bottom: 0;
	margin-top: 0;
}

.page-testimonials .col-md-7 .t-name,
.page-testimonials .col-md-9 .t-name{
	padding: 0px 0px 0px;
}

.page-testimonials .testimonial h2{
    font-weight:800;
    text-align:center;
    margin-bottom:70px
}
.page-testimonials .testimonial h2 sup{
    font-weight:800;
    vertical-align:super;
    position:relative;
    top:-4px
}
.page-testimonials .testimonial h3{
    color:#fdfe00;
    font-size:21px;
    font-weight:800;
	margin-bottom:20px;
}

#testimonials .header{
	margin-bottom: 20px;
}

#testimonials .header h2{
	margin-bottom: 15px;
}

#testimonials .header .highlight {
    color: #265d10;
    letter-spacing: 0;
    line-height: 1.4em;
}

.page-testimonials .testimonial{
	margin-bottom: 40px;
	position: relative;
}

.page-testimonials .testimonial .title{
	font-family: 'PT Serif', serif;
    font-size: 30px;
	font-style: italic;
	font-weight: 700;
    line-height: 1.1em;
}

.page-testimonials .testimonial .reviewer{
    display:flex;
    align-items:center;
    margin-bottom:30px;
    margin-top:10px
}

.page-testimonials .testimonial .reviewer{
    margin-bottom:0
}

.page-testimonials .testimonial .name{
    color:#ffffff;
    font-size:16px;
    font-weight:700
}

.page-testimonials .section-3 .testimonial .name{
    background:rgba(0,0,0,.75);
    border-radius:0 40px 40px 0;
    color:#fff;
    margin-bottom:20px;
    padding:5px 20px 5px 30px;
    position:relative;
    left:-30px;
    top:10px;
    z-index:1
}

.page-testimonials .section-3 .testimonial .no-pic .name{
    border-radius:40px 40px 40px 40px;
    padding-left:20px
}

.page-testimonials .testimonial .no-pic{
    margin-top:30px
}

.page-testimonials .order-cta{
    display: flex;
    align-items: center;
    background: url(/wp-content/uploads/2021/10/dna-bg.png) no-repeat 0 0/cover #2b464e;
    border-radius: 120px 0px 120px 0px;
    justify-content: center;
    margin: 4rem 0rem;
    padding: 4rem 6rem;
}

.page-testimonials .order-cta p {
    color: #ffffff;
    font-size: 32px;
    line-height: 1.3em;
    font-weight: 700;
}

.page-testimonials .order-cta .btn-primary,
.page-testimonials .order-cta .btn-primary:hover{
    font-size: 18px;
}

.page-testimonials #jim{
	position: relative;
}

.page-testimonials #jim:before {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    background: #eeeeee;
    width: 100%;
    height: 1170px;
    z-index: 1;
}

#mikael {
    align-items: center;
    background: url(/wp-content/uploads/2021/10/mikael-bg-sm.jpg) no-repeat right 0px/contain #010101;
    margin-bottom: -6rem;
    padding: 20rem 0rem 7rem;
}

#mikael p{
	color: #ffffff;
}

.page-testimonials #mikael .testimonial .title{
	font-size: 38px;
}

@media screen and (min-width:1200px){
	
	
	.page-testimonials .testimonial.david{
		margin-top: 40px;
	}

	.page-testimonials .testimonial.liza{
		top: -60px;
	}

	.page-testimonials .testimonial.liza .inner{
		padding: 30px 40px 130px 40px
	}

	.page-testimonials .testimonial.liza img{
		position: absolute;
		bottom: -40px;
		right: 70px;
	}
	
	.page-testimonials .testimonial.karen img{
		position: absolute;
		bottom: -40px;
		right: 70px;
	}
	
	#mikael{
		align-items: center;
		background: url(/wp-content/uploads/2021/10/mikael-bg.jpg) no-repeat right 0px/auto 100% #010101;
		margin-bottom: -6rem;
		padding: 10rem 0rem;
	}

	.page-testimonials #jim{
		background: url(/wp-content/uploads/2021/10/genf20-jim-bg.jpg) no-repeat 0 0px/auto 100% #eeeeee;
		height: 740px;
		display: flex;
		align-items: center;
		margin: -240px 0px -120px;
		position: relative;
		z-index: 1;
	}
	
	.page-testimonials #jim:before{
		display: none;
	}
	
	.page-testimonials #jim .row{
		margin: 60px auto 0px;
	}

}

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

	.page-testimonials .testimonial .inner{
		max-width: 430px;
	}
	
	.page-testimonials #jim:before{
		display: none;
	}

}

@media screen and (min-width:768px) and (max-width:1199px){
	
	.page-testimonials #intro{
		background-position: right center;
		background-size: cover;
	}
	
	.page-testimonials .order-cta{
		background: #2b464e;
		border-radius: 80px 0px 80px 0px;
		margin: 2rem 0rem;
		padding: 2rem 4rem;
	}
	
	.page-testimonials #intro h1{
		margin-top: 0;
	}
	
	.page-testimonials .order-cta p {
		font-size: 24px;
		font-weight: 700;
		line-height: 1.4em;
		margin-bottom: 20px;
		text-align: center;
	}
}

@media screen and (min-width:768px) and (max-width:991px){
	
	#testimonials .header .highlight {
		font-size: 21px;
	}

	.page-testimonials .testimonial .inner{
		max-width: 100%;
	}
	
	.page-testimonials #jim:before {
		height: 1390px;
		top: -35px;
	}

}

@media screen and (max-width:767px){
	
	.page-testimonials #jim{
		padding-top: 2rem;
	}

	.page-testimonials #intro{
		background-position: 0 0;
		background-size: cover;
		height: auto;
		padding: 3rem 0rem;
	}
	
	.page-testimonials #intro h1 {
		font-size: 24px;
    	line-height: 1.1em;
    	margin-top: 0;
    	max-width: 205px;
	}
	
	.page-testimonials h2{
		color: #265d10;
		font-size: 18px;
		line-height: 1.2em;
		font-weight: 800;
		margin-top: 0px;
		margin-bottom: 20px;
		text-align: center;
	}
	
	.page-testimonials #rewards-section .title{
		font-size: 28px;
		text-align: left;
	}
	
	.page-testimonials #rewards-section img{
		margin: 0px -15px;
		max-width: none;
		width: 110%;
	}
	
	.page-testimonials #section-1 h2{
		color: #ffffff;
		font-size: 19px;
		font-weight: 400;
		letter-spacing: 0;
		line-height: 1.4em;
		text-align: left;
	}
	
	.page-testimonials .testimonial {
		margin-bottom: 15px;
	}
	
	.page-testimonials #testimonials .row{
		margin-bottom: 30px;
	}
	
	.page-testimonials #testimonials img{
		margin-bottom: 20px;
	}
	
	.page-testimonials #testimonials .inner{
		margin-bottom: 20px;
		max-width: 320px;
    	padding: 30px 20px;
	}
	
	.page-testimonials .first:before{
		top: -40px;
		left: -10px;
		margin-left: 0;
		width: 40px;
		height: 35px;
	}
	
	.page-testimonials .testimonial .inner:before{
		top: -15px;
		left: -17px;
		margin-left: 0;
		width: 40px;
		height: 35px;
	}
	
	.page-testimonials .testimonial .title {
		font-size: 22px;
		letter-spacing: 0;
		text-align: center;
	}
	
	.page-testimonials #testimonials .testimonial img{
		display: block;
		max-width: 150px;
		margin: 0px auto 20px;
	}
	
	.page-testimonials #mikael img{
		margin-top: 40px;
		margin-bottom: 20px;
		max-width: 150px;
	}
	
	#testimonials .header .highlight {
		line-height: 1.3em;
		font-size: 18px;
	}
	
	.page-testimonials .col-md-9 .t-name{
		padding: 0 0 20px;
	}
	
	.page-testimonials .testimonial .t-name {
		font-size: 14px;
		margin-bottom: 10px;
		padding: 10px 0px;
	}
	
	.page-testimonials .testimonial .t-name strong{
		letter-spacing: -0.5px;
	}
	
	.page-testimonials .order-cta{
		background: #2b464e;
		border-radius: 80px 0px 80px 0px;
		margin: 2rem 0rem;
		padding: 2rem 2rem;
	}
	
	.page-testimonials .order-cta p {
    	font-size: 18px;
		font-weight: 700;
		line-height: 1.4em;
		margin-bottom: 20px;
		text-align: center;
	}

}

/****/


.page-faq #intro {
    display: flex;
    align-items: center;
    background: url(/wp-content/uploads/2021/10/medical-proof-bg.jpg) no-repeat center center/contain #000;
    height: 350px;
}

.page-faq #intro h1{
    color: #ffffff;
    text-align: center;
    line-height: 1.2em;
    margin-bottom: 10px;
    font-size: 42px;
}

.page-faq #intro h2{
    color: #fdfe00;
    font-size: 21px;
    font-weight: 400;
    line-height: 1.4em;
}

.page-faq #intro h2 a{
	color: #fdfe00;
	text-decoration: underline;
}

.page-faq #intro h2 a:hover{
	color: #ffffff;
}

.page-faq #intro .container {
    width: 600px;
    margin-top: 4rem;
}

.page-faq #section-1{
	background: #265d10;
	position: relative;
}

.page-faq #section-1:after {
    top: 100%;
    left: 50%;
    border: solid transparent;
    content: "";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
    border-color: rgba(13, 13, 13, 0);
    border-top-color: #265d10;
    border-width: 15px;
    margin-left: -15px;
}

.page-faq #section-1 h2{
	color: #ffffff;
	font-size: 24px;
	font-weight: 600;
}

.page-faq .order-cta{
    display: flex;
    align-items: center;
    background: url(/wp-content/uploads/2021/10/dna-bg.png) no-repeat 0 0/cover #2b464e;
    border-radius: 120px 0px 120px 0px;
    justify-content: center;
    margin: 0rem 0rem 2rem;
    padding: 3rem 8rem;
}

.page-faq .order-cta p {
	color: #ffffff;
	font-size: 32px;
	line-height: 1.3em;
	font-weight: 700;
}

.page-faq .btn-primary,
.page-faq .btn-primary:hover{
    font-size: 18px;
}

@media screen and (min-width:768px) and (max-width:1199px){
	
	.page-faq #intro .container{
		margin-top: 0;
	}
	
	.page-faq #intro {
		display: flex;
		align-items: center;
		background-size: cover;
		background-position: right center;
		height: 250px;
	}
	
	.page-faq .order-cta{
		background: #2b464e;
		border-radius: 80px 0px 80px 0px;
		margin: 0rem 0rem 2rem;
		padding: 2rem 4rem;
	}
	
	.page-faq .order-cta p {
		font-size: 24px;
		font-weight: 700;
		line-height: 1.4em;
		margin-bottom: 20px;
		text-align: center;
	}
}

@media screen and (max-width:767px){
	
	.page-faq #intro{
    	padding: 2rem 0rem;
		display: flex;
		align-items: center;
		background-size: cover;
		background-position: right center;
		height: auto;
	}
	
	.page-faq #intro .container {
		width: auto;
		margin-top: 0;
	}
	
	.page-faq #intro h1 {
		font-size: 26px;
		line-height: 1.2em;
		max-width: 345px;
	}
	
	.page-faq #section-1 h2{
		color: #ffffff;
		font-size: 18px;
		font-weight: 400;
		letter-spacing: 0;
		line-height: 1.4em;
		text-align: center;
	}
	
	.page-faq .order-cta{
		background: #2b464e;
		border-radius: 80px 0px 80px 0px;
		margin: 2rem 0rem;
		padding: 2rem 2rem;
	}
	
	.page-faq .order-cta p {
    	font-size: 18px;
		font-weight: 700;
		line-height: 1.4em;
		margin-bottom: 20px;
		text-align: center;
	}

}


/**/
.page-about h1{
    color:#fdfe00;
    font-size:60px;
    font-weight:800;
    margin-bottom:10px;
    margin-top:0
}
.page-about h1 span{
    position:relative
}
.page-about h1 .sup{
    font-size:24px;
    position:absolute;
    top:5px
}
.page-about h2{
    color:#000;
    font-size:23px;
    font-weight:800;
    letter-spacing:0;
    margin:0 auto;
    max-width:960px
}
.page-about h2 .sup{
    font-size:14px;
    position:relative;
    top:-6px
}
.page-about .product-image{
    float:right;
    margin-left:30px
}

@media screen and (min-width:768px) and (max-width:1199px){
	
	.page-testimonials .section-11{
		padding-bottom: 30px;
	}
	
}

@media (max-width:991px){
    .page-about h1{
        font-size:32px
    }
    .page-about h2{
        font-size:21px
    }
    .page-about .product-image{
        display:table;
        float:none;
        margin:0 auto 20px;
        max-width:320px
    }
}

@media (max-width:767px){
    .page-about h1{
        font-size:36px;
        line-height:1em
    }
}

#contact-us h2{
	margin-bottom: 20px;
	text-align: left;
}

/**/


.page-guarantee #intro {
	background: url(/wp-content/uploads/2021/10/genf20-guarantee-bg.jpg) no-repeat right center/auto 100% #000000;
	display: flex;
	align-items: center;
    height: 466px;
	position: relative;
}


.page-guarantee #intro:before {
	content: "";
    background: rgba(0,0,0,0.5);
    width: 100%;
    height: 100%;
    z-index: 1;
    position: absolute;
    top: 0;
    left: 0;
}

.page-guarantee #intro .container{
	position: relative;
	z-index: 2;
}

.page-guarantee #intro h1{
	color: #ffffff;
    line-height: 1.2em;
    margin-bottom: 10px;
    font-size: 26px;
    font-weight: 400;
	text-align: center;
	position: relative;
	z-index: 2;
}

.page-guarantee #intro h1 span{
	display: block;
	color: #ffffff;
    font-size: 40px;
    font-weight: 800;
    line-height: 1em;
	text-align: center;
	position: relative;
	padding: 20px 0px 0px;
	z-index: 2;
}

.page-guarantee #intro .container{
	width: 600px;
}


@media (min-width:1400px){
	
	.page-guarantee #intro {
		background-size: auto 123%;
	}
	
	.page-guarantee #intro:before {
		background: transparent;
	}

}


/**/

.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:#fdfe00;
    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:#fdfe00;
        font-weight:700;
        margin-bottom:15px;
        font-size:19px;
        line-height:1.5em
    }
    .guarantee-section .red-btn{
        display:table;
        margin:10px auto 0
    }
}

.bonus li:before, .qty-6 .pp-wrap:after {
    background: #265e10;
}

.bonus li:before,.package .linethrough:before,.pp-wrap:after,.pp-wrap:before {
    position: absolute;
    content: ""
}

.bonus {
    background: url(/wp-content/uploads/2024/07/bonus-bg.jpg) no-repeat 0 0 #000000;
    padding: 40px 0
}

.bonus .title {
    color: #ffffff;
    font-size: 40px;
    margin-bottom: 40px;
    text-align: center
}

.bonus .title .highlight {
    color: #fffc00
}

.bonus h3 {
    color: #fffc00
}

.bonus .price .highlight{
	color: #de0f15;
}

.bonus h3 {
    font-size: 34px;
    font-weight: 700;
    margin-bottom: 10px;
	padding-top: 20px;
    text-align: center
}

.bonus .price,.bonus h4 {
    color: #fff;
    text-align: center
}

.bonus h4 {
    font-size: 28px;
    font-weight: 600;
    margin-bottom: 10px
}

.bonus .price {
    font-size: 32px;
    font-weight: 700;
    line-height: 1.1em;
    margin-bottom: 30px
}

.bonus .d-flex {
    justify-content: center
}

.bonus .left-col, .bonus .right-col {
    background: #265e10;
    padding: 15px;
	width: 50%;
}

.bonus .inner-wrap {
    background: #fff;
    min-height: 420px;
    padding: 20px
}

.bonus ul {
    list-style: none;
    margin-left: 20px;
    margin-bottom: 20px;
    padding-left: 0
}

.bonus li {
    font-size: 18px;
	font-weight: 700;
    line-height: 1.8em;
    margin-bottom: 15px;
    padding-left: 30px;
	position: relative;
}

.bonus li:before {
    border-radius: 100%;
    height: 10px;
    width: 10px;
    top: 9px;
    left: 10px
}

@media screen and (min-width: 992px) {
    .bonus .left-col {
        margin-right:15px;
        padding: 25px
    }

    .bonus .right-col {
        margin-left: 15px;
        padding: 25px
    }
}

@media (max-width: 767px) {
	
	.bonus .title {
		font-size: 26px;
		margin-bottom: 30px;
		text-align: center;
	}
	
	.bonus h4{
		font-size: 21px;
	}
	
	.bonus ul{
		margin-left: 0;
		padding-left: 0;
	}
	
	.bonus .price {
		font-size: 26px;
		font-weight: 700;
		line-height: 1.1em;
		margin-bottom: 20px;
	}
	
}

.modal.show .modal-dialog{
    max-width:640px
}
.modal.show .modal-dialog img{
    width:100%
}
#hdpPopup .image{
    position:relative;
    margin-bottom:-10px
}
#hdpPopup .buttons{
    position:absolute;
    width:100%;
    height:55px;
    bottom:12px;
    display:flex;
    align-items:center;
    justify-content:center
}
#hdpPopup .buttons .signup{
    color:#fff;
    text-decoration:none;
    background:#fe2c46;
    padding:2px 20px;
    font-size:14px;
    font-weight:800;
    margin-right:10px
}
#hdpPopup .buttons .nothanks{
    color:#fff;
    text-decoration:none;
    background:RGBA(0,0,0,.49);
    font-weight:400;
    padding:2px 20px;
    font-size:14px
}
@media (min-width:749px){
    #hdpPopup .buttons{
        bottom:25px;
        height:90px
    }
    #hdpPopup .buttons .signup{
        font-size:21px;
        margin-right:20px;
        padding:10px 30px
    }
    #hdpPopup .buttons .nothanks{
        font-size:21px;
        margin-right:20px;
        padding:10px 30px
    }
}

@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 .purchase h2{
        font-size:42px
    }
}

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

    #store-options *{
        font-size:12px
    }
	
    .package .checkmark li{
        font-size:14px
    }
	
}

.page-guarantee #guarantee-section{
	background: url(/wp-content/uploads/2021/10/shirtless-man-guarantee.jpg) no-repeat right 0;
	padding: 2rem 0rem 2rem;
}

.page-guarantee h1{
    color:#fdfe00;
    font-size:60px;
    font-weight:800;
    margin:0
}

.page-guarantee h2{
	font-size: 42px;
    line-height: 1.2em;
    margin-bottom: 20px;
	text-align: left;
}

.page-guarantee h2 .highlight{
    color:#fdfe00;
    font-size:42px;
    font-weight:800;
    margin-bottom:10px
}

@media (min-width:768px) and (max-width:1199px){
	
	.page-guarantee #guarantee-section {
		background: url(/wp-content/uploads/2021/10/shirtless-man-guarantee.jpg) no-repeat 219% 0;
		padding: 6rem 0rem 2rem;
	}
	
}

@media (max-width:991px){
    .page-guarantee h2 .highlight{
        color:#fdfe00;
        font-size:34px;
        font-weight:800;
        margin-bottom:10px
    }
}


@media (max-width:991px){
	
	.page-guarantee #guarantee-section {
		background: url(/wp-content/uploads/2021/10/shirtless-man-guarantee.jpg) no-repeat right bottom/contain;
		padding: 2rem 0rem 50rem;
	}
	
	.page-guarantee #guarantee{
		background: none;
		padding: 2rem 0rem 2rem;
	}
	
}

@media (max-width:767px){
	
	.page-guarantee #guarantee{
		background: none;
		padding: 2rem 0rem 2rem;
	}
	
	.page-guarantee #guarantee-section {
		padding: 2rem 0rem 25rem;
	}
	
	.page-testimonials .section-1 h1 {
		margin-bottom: 20px;
		line-height: 1.2em;
		font-size: 24px;
	}
	
	.page-guarantee h2{
		font-size: 26px;
		line-height: 1.2em;
		margin-bottom: 20px;
		margin-top: 20px;
	}

}

.#chat-widget-container{
    z-index:97!important
}
html{
    scroll-behavior:smooth
}
.lazy-hidden{
    background-color:transparent!important
}
body{
    font-family: 'Inter', sans-serif;
    font-weight:400;
    font-size:18px;
    color:#000;
    line-height:1.5em;
    padding:0;
    margin:0
}
.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:1.9em;
    text-align:left;
    line-height:1.5em
}
h2{
    font-size:1.9em
}
h3{
    font-size:1.25em
}
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
}
.highlight{
    color:#fdfe00
}
.hightlight-yellow{
    color:#fff000
}
.live-chat{
    cursor:pointer
}
.wistia .placeholder{
    cursor:pointer;
    background-size:100% auto;
    background-repeat:no-repeat
}
.wistia[wistia-aspect="56.25"] .placeholder{
    padding-top:56.25%
}
.content_container.ls>.content_inner ul{
    list-style:disc;
    padding-left:1em
}
.content_container.ls>.content_inner ol{
    list-style:decimal;
    padding-left:1em
}
.content_container.ls>.content_inner ol li,.content_container.ls>.content_inner ul li{
    margin-bottom:.5em
}
.popupLayer{
    position:fixed;
    left:0;
    top:0;
    width:100%;
    height:100%;
    background-color:rgba(0,0,0,.85);
    transition:opacity .5s;
    opacity:0;
    display:none;
    text-align:center;
    cursor:pointer;
    z-index:99
}
.popupLayer.show{
    display:block
}
.popupLayer.show.display{
    opacity:1
}
.popupLayer>img{
    vertical-align:middle;
    max-width:96%;
    max-width:calc(100% - 20px)
}
.popupLayer::after,.popupLayer::before{
    content:'';
    display:inline-block;
    vertical-align:middle;
    height:100%;
    width:1px
}
.w35{
    width:35%;
    float:left
}
.w40{
    width:40%;
    float:left
}
.w50{
    width:50%;
    position:relative;
    float:left
}
.w60{
    width:60%;
    float:left
}
img.full{
    width:100%;
    display:block
}
.selectBox.collapsable a.trigger{
    display:block;
    border-radius:.25em;
    position:relative;
    z-index:1;
    text-decoration:none;
    padding:0 1.3em 0 0;
    background-color:#969696;
    background:url(img/triangle.svg),linear-gradient(to bottom,#969696 0,#595959 100%);
    background-size:.9em auto,auto;
    background-repeat:no-repeat,repeat;
    background-position:right .2em center,0 0;
    border:solid 1px #4c4c4c;
    overflow:hidden
}
.selectBox.collapsable.open a.trigger{
    background-color:#969696;
    background:url(img/triangle.svg),linear-gradient(to bottom,#7384b8 0,#213c8f 100%);
    background-size:.9em auto,auto;
    background-repeat:no-repeat,repeat;
    background-position:right .2em center,0 0;
    border:solid 1px #112e87
}
.selectBox.collapsable a.trigger .title{
    color:#000;
    background-color:#cbc8c8;
    background:linear-gradient(to bottom,#fff 0,#cbc8c8 100%);
    text-decoration:none;
    text-align:left;
    padding:.5em .5em .4em;
    border-right:solid 1px #4c4c4c
}
.selectBox.collapsable .collapsableBlock{
    background-color:#fff;
    border-left:solid 1px #ccc;
    border-right:solid 1px #ccc;
    margin:0 .1em
}
.selectBox.collapsable .collapsableBlock .padding{
    padding:0
}
.selectBox.collapsable .collapsableBlock .option{
    border-bottom:solid 1px #ccc;
    padding:.5em .5em .4em;
    cursor:pointer
}
.selectBox.collapsable.open .collapsableBlock .option:hover{
    background-color:#0092ff;
    color:#fff
}
.selectBox.collapsable .collapsableBlock .option.selected{
    background-color:#0092ff;
    color:#fff
}
.content_container>.content_inner{
    margin:0 auto
}
.collapsable .collapsableBlock{
    height:0;
    overflow:hidden;
    transition:height .5s;
    overflow:hidden!important
}
.collapsable .collapsableBlock>.padding{
    padding:.1px 0
}
.content_container>.content_inner .padding{
    padding:.1px 10px
}
.couponInfo{
    background-color:#ffffb3;
    border:2px dashed red;
    text-align:center;
    padding:.5em;
    margin:.5em 0;
}
.couponInfo.show{
    display:block
}
.couponInfo>.inner{
    max-width:800px;
    margin:0 auto
}
.sfsi_widget>.sfsi_wDiv{
    width:auto!important;
    position:static!important;
    float:none!important;
    text-align:center!important;
    margin:1.5em 0
}
.sfsi_widget>.sfsi_holders{
    display:none
}
.content_container.gray{
    background-color:#e7e8e9
}
.content_container.header>.content_inner .logo{
    float:left
}
.content_container.header>.content_inner .live-chat{
    float:right
}
.content_container.header>.content_inner #headerMenu.collapsable>.collapsableBlock>.padding ul>li.order{
    border:solid 2px #e84e54;
    background-color:#fff
}
.content_container.header>.content_inner #headerMenu.collapsable>.collapsableBlock>.padding ul>li>a{
    letter-spacing:-.025em
}
.content_container.limited>.content_inner>.padding{
    font-size:1.1em;
    color:#fff;
    padding:.25em 10px
}
.desktop-promo{
    display:none
}
.desktop-promo .promo{
    font-weight:600
}
.desktop-promo .promo .code{
    display:inline-block;
    padding:.25em .5em;
    background-color:#fff;
    border:solid 1px #888;
    color:red;
    font-weight:600;
    text-align:center;
    min-width:4em
}
.mobile-promo{
    text-align:center
}
.mobile-promo .promo{
    color:#fff;
    font-weight:600
}
.mobile-promo .promo .code{
    display:inline-block;
    padding:.25em .5em;
    background-color:#fff;
    border:solid 1px #888;
    color:red;
    font-weight:600;
    text-align:center;
    min-width:4em
}
@media(min-width:768px){
    .desktop-promo{
        display:block
    }
    .mobile-promo{
        display:none
    }
}
.content_container.limited>.content_inner>.padding{
    overflow:hidden
}
.content_container.limited>.content_inner>.padding>.limit{
    float:left;
    font-weight:600;
    line-height:2.1em;
    text-align:center;
    font-size:.8em
}
.content_container.limited>.content_inner>.padding>.pull-right{
    float:right;
    font-size:.8em;
    font-weight:600;
    line-height:1.2em;
    text-align:right
}
.content_container.limited>.content_inner>.padding>.pull-right a{
    color:#fff;
    text-decoration:none
}
@media (max-width:567px){
    .content_container.limited>.content_inner>.padding>.pull-right{
        float:right;
        font-size:.8em;
        font-weight:600;
        line-height:1.2em;
        padding:.5em 0;
        text-align:center;
        width:100%
    }
    .content_container.limited>.content_inner>.padding>.limit{
        width:68%
    }
}
.content_container.limited>.content_inner>.padding>.limit>.highlight{
    color:#fff000
}
.vigrx-gradient{
    background-color:#a30019;
    background:linear-gradient(to right,#a30019 0,red 100%)
}
ul.checkmark{
    display:inline-block
}
ul.checkmark>li{
    padding:.5em .25em .5em 0;
    display:inline-block;
    position:relative;
    padding-left:2.2em
}
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:0
}
ul.checkmark.large{
    font-size:1.3em
}
.button{
    background-color:#a30019;
    background:linear-gradient(to right,#a30019 0,red 100%);
    color:#fff;
    display:inline-block;
    padding:.3em 1.5em;
    text-decoration:none;
    border-radius:2em;
    text-transform:uppercase;
    font-size:.8em
}

.button.large{
    font-size:1.25em;
    padding:.85em 1em;
    font-weight:800
}
.button.large.gray{
    background:#818181
}
.button.large.gray::after{
    background-image:url(img/img-v2/point-down.svg)
}
.border-thick{
    border-bottom:solid 10px #000
}
.border-bottom-thick{
    border-bottom:solid 13px #e8e8e8
}
.content_container.footer{
    background-color:#a90000;
    color:#fff;
    font-size:.7em;
    line-height:1.2em;
    text-align:center
}
.content_container.footer .left{
    width:calc(100% - 44px);
    margin-bottom:20px
}
.content_container.footer .right{
    width:100%
}
@media (min-width:1200px){
    .content_container.footer .left{
        float:left;
        width:calc(43% - 22px);
        margin-bottom:0
    }
    .content_container.footer .right{
        float:none;
        margin:0 auto;
        margin-top:5px;
        width:calc(57% - 22px)
    }
}
.content_container.footer .left{
    position:relative;
    border:solid 2px #eee;
    padding:20px
}
.content_container.footer .left h3{
    text-align:left;
    margin-bottom:1rem
}
.content_container.footer .left img{
    position:absolute;
    clear:right;
    width:200px;
    right:20px;
    bottom:10px;
    max-width:33%
}
.content_container.footer .left a{
    color:#fff;
    font-size:.9rem;
    display:block;
    text-align:left;
    padding:5px 0;
    font-weight:300
}
.content_container.footer .icons{
    clear:both
}
.content_container.footer>.content_inner>.padding{
    padding:2em 10px
}
.content_container.footer ul.menu{
    text-align:center
}
.content_container.footer ul.menu>li{
    display:inline-block
}
.content_container.footer ul.menu>li>a{
    display:block;
    padding:1em 1.2em;
    color:inherit;
    font-size:1.12em
}
.content_container.footer .icons .sfsi_widget{
    display:inline-block;
    vertical-align:top
}
.content_container.footer .icons img.bbb{
    width:auto;
    height:50px;
    vertical-align:middle;
    padding:10px 0 0 .5em
}
.content_container.footer .icons img.ssl{
    width:auto;
    height:73px;
    vertical-align:middle;
    position:relative;
    top:2px;
    margin-left:10px
}
.content_container.footer .disclaimer{
    font-style:italic;
    font-size:inherit;
    line-height:inherit;
    max-width:840px;
    margin:1em auto
}
.content_container.footer .disclaimer.fda{
    max-width:460px
}
.content_container.footer .address{
    max-width:610px;
    font-size:inherit;
    line-height:inherit
}
.content_container.footer .copyright{
    text-align:center
}
.spacer{
    text-align:center
}
.spacer.vigrx{
    position:relative;
    max-width:450px;
    margin:0 auto
}
.spacer.vigrx img{
    width:100px;
    position:relative;
    z-index:1
}
.spacer.vigrx::after,.spacer.vigrx::before{
    content:'';
    display:block;
    height:6px;
    width:50%;
    position:absolute;
    top:13px;
    border-radius:5px
}
.spacer.vigrx::before{
    background-color:#000;
    left:0
}
.spacer.vigrx::after{
    background-color:#d4282f;
    right:0
}
.divider{
    background-image:url("data:image/svg+xml;
    charset=utf8,%3Csvg version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 9 3' style='enable-background:new 0 0 9 3;
    ' xml:space='preserve'%3E%3Ccircle fill='rgb(66, 66, 66)' cx='4.5' cy='1.5' r='1.5'/%3E%3C/svg%3E");
    background-size:5px 5px;
    background-position:left bottom;
    padding-bottom:5px;
    background-repeat:repeat-x
}
.faq-block .heading{
    font-weight:800;
    padding:0 10px 1em
}
.faq-block .faq-item{
    font-size:.9em;
    line-height:1.6em;
    padding:0 0
}
.faq-block h3{
    font-size:1em;
    text-align:left
}
.faq-block .faq-item:nth-child(2n+3){
    clear:both
}
.content_container.wvideo .center{
    text-align:center;
    max-width:800px;
    margin:0 auto
}
.content_container.fold.wvideo>.content_inner>.padding>h2{
    margin-bottom:.75em;
    font-weight:800
}
.content_container.fold.wvideo>.content_inner>.padding>h2 .highlight{
    color:#fdfe00
}
@media (min-width:750px){
    #headerMenu.collapsable .collapsableBlock{
        height:auto!important
    }
    .content_container.limited>.content_inner>.padding>.live-chat{
        display:none
    }
    .w1t{
        width:33.3333%;
        float:left
    }
    .w2t{
        width:66.6667%;
        float:left
    }
    .w20{
        width:20%;
        float:left
    }
    .w25{
        width:25%;
        float:left
    }
    .w30{
        width:30%;
        float:left
    }
    .w40{
        width:40%;
        float:left
    }
    .w50{
        width:50%;
        float:left
    }
    .w60{
        width:60%;
        float:left
    }
    .w70{
        width:70%;
        float:left
    }
    .w75{
        width:75%;
        float:left
    }
    .w80{
        width:80%;
        float:left
    }
    .content_container.wvideo{
        overflow:hidden;
        background:#ececec
    }
    .content_container.fold.wvideo>.content_inner>.padding{
        overflow:hidden;
        padding:2em 10px
    }
    .content_container.header>.content_inner #headerMenu.collapsable>.collapsableBlock>.padding ul{
        text-align:center
    }
    .content_container.header>.content_inner #headerMenu.collapsable>.collapsableBlock>.padding ul>li:not(.nez-mobile){
        display:inline-block;
        vertical-align:middle
    }
    .content_container.header>.content_inner #headerMenu.collapsable>.collapsableBlock>.padding ul>li>a{
        color:#000;
        display:block;
        padding:0 .85em;
        font-size:.9em;
        font-weight:600
    }
    .content_container.header>.content_inner #headerMenu.collapsable>.collapsableBlock>.padding ul>li.order{
        border-radius:1em
    }
    .content_container.limited>.content_inner>.padding{
        padding:5px
    }
    .content_container.limited>.content_inner>.padding>.limit{
        line-height:2.1em;
        text-align:center
    }
    .content_container.limited>.content_inner>.padding>.limit::before{
        content:'';
        display:inline-block;
        width:2.4em;
        height:1.6em;
        background-image:url(img/img-v2/free-shipping-white.svg);
        background-repeat:no-repeat;
        background-size:auto 100%;
        background-position:center center;
        vertical-align:bottom;
        margin-right:.5em;
        margin:.3em .5em .3em 0
    }
    .faq-block{
        overflow:hidden
    }
    .faq-col:first-of-type{
        margin-right:4%
    }
    .faq-block .faq-col{
        float:left;
        width:48%
    }
}
@media (max-width:749px){
    body{
        -webkit-text-size-adjust:100%
    }
    .w50{
        width:auto;
        float:none
    }
    body{
        font-size:16px
    }
    h2{
        font-size:1.5em
    }
    .nez-mobile.block{
        display:block
    }
    .nez-mobile.inline{
        display:inline
    }
    .nez-mobile.inline-block{
        display:inline-block
    }
    .content_container>.content_inner{
        width:320px
    }
    .border-thick{
        border-top:solid 10px #000
    }
    .content_container.header{
        background-image:linear-gradient(87deg,#cdcdcd 0,#f8f8f8 100%)
    }
    .content_container.header>.content_inner .logo{
        margin:0 0 0 10px;
        position:relative;
        top:3px
    }
    .content_container.header>.content_inner .logo img{
        width:auto;
        height:30px;
        margin-top:3px
    }
    .content_container.header>.content_inner .live-chat{
        display:none
    }
    .content_container.header>.content_inner #headerMenu.collapsable>.collapsableBlock>.padding ul{
        clear:both;
        border-top:none;
        text-align:center
    }
    .content_container.header>.content_inner #headerMenu.collapsable>.collapsableBlock>.padding ul>li.order{
        border:none;
        color:#e84e54
    }
    .content_container.header>.content_inner #headerMenu.collapsable>.collapsableBlock>.padding ul>li>a{
        padding:.5em 0;
        color:#000;
        font-weight:600
    }
    .content_container.header ul>li:nth-child(even){
        background-color:#ccc
    }
    .content_container.header ul>li:nth-child(even){
        background-color:#fff
    }
    .content_container.header ul{
        display:-webkit-box;
        display:flex;
        -webkit-box-orient:vertical;
        -webkit-box-direction:normal;
        flex-direction:column;
        padding-left:0;
        margin-bottom:0;
        list-style:none;
        margin-left:0;
        width:100%;
        -webkit-box-pack:space-evenly;
        justify-content:space-evenly
    }
    .content_container.header ul>li.phone-num{
        color:#000;
        align-self:flex-start;
        font-size:.75em;
        line-height:1.5em;
        text-align:left;
        padding:10px 10px 0;
        width:61%
    }
    .content_container.header ul>li.promo{
        font-size:1.2rem;
        align-self:flex-end;
        margin-top:-32px;
        margin-right:7px;
        margin-bottom:10px;
        padding:0;
        width:115px
    }
    .content_container.header ul>li.phone-num a,.content_container.header ul>li.promo a{
        display:inline-block!important;
        padding:0!important
    }
    .offer2-header #headerMenu.collapsable .trigger{
        width:30px;
        margin-top:4px
    }
    .offer2-header #headerMenu{
        padding:.25rem 0
    }
    #headerMenu.collapsable .trigger{
        display:block;
        width:16px;
        float:right;
        padding:2px 4px;
        background-color:#ce3523;
        border:solid 1px #8a100a;
        border-radius:3px;
        margin-top:8px;
        margin-right:10px
    }
    .collapsable .trigger>.icon.bar{
        height:2px;
        background-color:#fff;
        margin:3px 0
    }
    #headerMenu.collapsable .collapsableBlock{
        width:100%
    }
    #headerMenu.collapsable .collapsableBlock>.padding{
        padding:.1px 0
    }
    .content_container.header ul.menu>li,.content_container.header ul.menu>li>a{
        display:block
    }
    .content_container.limited>.content_inner>.padding>.live-chat{
        width:80px;
        float:right;
        margin-left:0
    }
    .content_container.limited>.content_inner>.padding>.limit{
        font-size:.7em;
        line-height:1.4em;
        text-align:left
    }
    .couponInfo{
        padding:.5em 1em
    }
    .content_container.main.fold>.content_inner>.padding{
        padding-top:1em
    }
    .content_container.main>.content_inner>.padding h1{
        font-size:1.6em;
        text-align:center
    }
    .content_container.main.fold>.content_inner>.padding img.box{
        width:250px
    }
    .content_container.main>.content_inner>.padding ul.checkmark{
        margin-top:-2em;
        margin-bottom:0
    }
    .content_container.how.fold>.content_inner>.padding h2{
        margin-bottom:1em
    }
    .content_container.how.fold>.content_inner>.padding img.left{
        display:none
    }
}
@media (min-width:750px) and (max-width:1199px){
    .nez-tablet.block{
        display:block
    }
    .nez-tablet.inline{
        display:inline
    }
    .nez-tablet.inline-block{
        display:inline-block
    }
    .content_container>.content_inner{
        width:730px
    }
    .content_container ul.menu>li>a{
        padding-left:.5em;
        padding-right:.5em
    }
    .content_container.limited>.content_inner>.padding{
        font-size:1em
    }
    .content_container.header>.content_inner .live-chat img,.content_container.header>.content_inner .logo img{
        width:auto
    }
    .content_container.header>.content_inner .logo img{
        height:35px;
        margin:.7em 0 0 10px
    }
    .content_container.header>.content_inner .live-chat img{
        height:40px;
        margin:.5em 10px 0 0
    }
    .content_container.header{
        padding:0
    }
    .content_container.header>.content_inner #headerMenu.collapsable>.collapsableBlock>.padding{
        padding:0
    }
    .content_container.header>.content_inner #headerMenu.collapsable>.collapsableBlock>.padding ul{
        display:inline-block;
        width:405px
    }
    .menu-main-header-menu-container{
        text-align:center
    }
    .content_container.header>.content_inner #headerMenu.collapsable>.collapsableBlock>.padding ul>li>a{
        padding:.25em .5em
    }
    .content_container.header>.content_inner #headerMenu.collapsable>.collapsableBlock>.padding ul>li.order{
        margin:.5em 0
    }
    .content_container.header>.content_inner #headerMenu.collapsable>.collapsableBlock>.padding ul>li.order>a{
        padding:0 .85em
    }
    .content_container.footer ul.menu>li>a{
        padding:1em
    }
}
@media (min-width:1200px){
    .nez-desktop.block{
        display:block
    }
    .nez-desktop.inline{
        display:inline
    }
    .nez-desktop.inline-block{
        display:inline-block
    }
    .content_container>.content_inner{
        width:1180px
    }
    .content_container.header>.content_inner #headerMenu.collapsable>.collapsableBlock>.padding ul{
        margin-top:.45em
    }
    .content_container.header>.content_inner .logo img{
        width:auto;
        height:49px
    }
    .content_container.header>.content_inner .live-chat{
        margin-top:.5em
    }
    .content_container.header>.content_inner .live-chat img{
        width:auto;
        height:35px
    }
    .content_container.header{
        padding:1em 0 1.2em
    }
}
.new-banner{
    background-color:#000;
    color:#fff;
    padding:10px 0
}
.new-banner .banner-inner .left-col{
    text-align:center;
    padding:0 20px
}
.new-banner .banner-inner .left-col .left-content{
    margin-top:-50px
}
.new-banner .banner-inner .left-col .left-content h5{
    margin-bottom:0;
    font-weight:400;
    color:#cf9d40;
    font-size:1.25em;
    margin-bottom:5px;
    margin-top:10px
}
.new-banner .banner-inner .left-col .left-content h4{
    margin-top:0;
    font-weight:700;
    color:#cf9d40;
    font-size:1.25em
}
.new-banner .banner-inner .left-col .left-content .star-rating{
    max-width:250px
}
.new-banner .banner-inner .right-col{
    text-align:center;
    padding:0 20px
}
.new-banner .banner-inner .right-col h2{
    font-weight:400;
    padding:10px 0
}
.new-banner .banner-inner .right-col h3{
    font-weight:700;
    font-size:1.25em
}
.new-banner .banner-inner .right-col h4{
    font-weight:400;
    font-size:1.25em;
    margin-top:5px
}
.new-banner .banner-inner .right-col .the-best{
    max-width:250px
}
.new-banner .banner-inner .right-col .gold-button{
    background:#f9de7d;
    background:-moz-linear-gradient(90deg,#f9de7d 0,#e9c261 60%,#dbaa49 100%);
    background:-webkit-linear-gradient(90deg,#f9de7d 0,#e9c261 60%,#dbaa49 100%);
    background:linear-gradient(90deg,#f9de7d 0,#e9c261 60%,#dbaa49 100%);
    max-width:500px;
    margin:0 auto;
    padding:20px;
    border-radius:5px;
    border-bottom:4px solid #834f03
}
.new-banner .banner-inner .right-col .gold-button a{
    font-size:1.25em;
    color:#834f03;
    text-decoration:none
}
.new-banner .banner-inner .right-col .gold-button:focus{
    border-bottom:none
}
.new-banner .banner-container{
    width:100%;
    margin:0 auto
}
@media(min-width:400px){
    .new-banner .banner-container{
        width:400px
    }
    .new-banner .banner-inner .left-col .product-image{
        max-width:300px
    }
}
@media(min-width:749px){
    .new-banner .banner-container{
        width:730px
    }
    .new-banner .banner-inner .left-col .product-image{
        max-width:400px
    }
    .new-banner .banner-inner .right-col .header-badge{
        max-width:250px
    }
    .new-banner .banner-inner .right-col h3{
        font-weight:700;
        font-size:2.5em
    }
    .new-banner .banner-inner .right-col h4{
        font-weight:400;
        font-size:2.25em;
        margin-top:15px
    }
    .new-banner .banner-inner .left-col .left-content{
        margin-top:-80px
    }
    .new-banner .banner-inner .right-col .the-best{
        padding:10px 0
    }
    .new-banner .banner-inner .right-col .gold-button{
        padding:20px 55px
    }
}
@media(min-width:1140px){
    .new-banner .banner-container{
        width:1180px
    }
    .new-banner .banner-inner{
        display:flex
    }
    .new-banner .banner-inner .left-col{
        width:35%;
        text-align:center
    }
    .new-banner .banner-inner .left-col .product-image{
        max-width:620px
    }
    .new-banner .banner-inner .right-col{
        padding-top:50px
    }
    .new-banner .banner-inner .right-col{
        width:65%;
        text-align:center;
        padding-top:50px
    }
    .new-banner .banner-inner .right-col h4{
        margin-bottom:25px
    }
    .new-banner .banner-inner .right-col .header-badge{
        max-width:420px
    }
    .new-banner .banner-inner .left-col .left-content{
        margin-top:-130px
    }
}
.popupLayer{
    cursor:auto!important
}
.hdp.us{
    max-width:100%!important
}
#hdpPopup .image{
    position:relative;
    margin-bottom:-10px
}
#hdpPopup .buttons{
    position:absolute;
    width:100%;
    height:55px;
    bottom:12px;
    display:flex;
    align-items:center;
    justify-content:center
}
#hdpPopup .buttons .signup{
    color:#fff;
    text-decoration:none;
    background:#fe2c46;
    padding:2px 20px;
    font-size:14px;
    font-weight:800;
    margin-right:10px
}
#hdpPopup .buttons .nothanks{
    color:#fff;
    text-decoration:none;
    background:RGBA(0,0,0,.49);
    font-weight:400;
    padding:2px 20px;
    font-size:14px
}
@media(min-width:749px){
    #hdpPopup .buttons{
        bottom:32px;
        height:90px
    }
    #hdpPopup .buttons .signup{
        font-size:30px;
        margin-right:20px;
        padding:1rem 3rem
    }
    #hdpPopup .buttons .nothanks{
        padding:1rem 3rem;
        font-size:24px
    }
}
@media (max-width:749px){
    #headerMenu .promo{
        display:flex;
        align-items:center;
        justify-content:center;
        font-size:12px
    }
    #headerMenu ul>li.promo{
        background:0 0;
        padding:0
    }
    #headerMenu .promo label{
        font-size:.9em;
        margin-bottom:.5em;
        margin-top:0
    }
    #headerMenu .promo .prc{
        background:#000;
        color:#fff;
        padding:0 .5em;
        margin-left:.5em;
        font-size:.8em;
        margin-bottom:.5em
    }
}
@media (max-width:749px){
    .offer2 .content_container.main.fold{
        height:270px!important
    }
}
@media (max-width:749px){
    .offer2 .currency>.promo{
        position:relative;
        top:0;
        right:0
    }
}
.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
}
.flipclock-container{
    position:fixed;
    bottom:0;
    width:100vw;
    z-index:999;
    background-color:#000;
    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:15px;
        width:30px;
        height:45px;
        font-size:40px;
        line-height:43px
    }
}
.flipclock-container .inner{
    max-width:992px;
    margin:0 auto;
    display:block
}
.flipclock-container .inner .flipclock-text{
    margin-bottom:0
}
@media (min-width:768px){
    .flipclock-container .inner .flipclock-text{
        float:right;
        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
}
@media (min-width:992px){
    @media (min-width:768px){
        .flipclock-container .inner .flipclock-text{
            margin-top:2rem
        }
    }
    .flipclock-container .inner .flipclock-text p{
        text-align:center
    }
}
.flipclock-container .inner .flipclock-text .save-txt{
    color:#fdfe00!important;
    font-weight:700
}
.flip-clock-wrapper{
    margin:1em 1em 1em 1em;
    text-align:center
}
@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:21px;
        line-height:30px
    }
    .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;
    margin-right:-15px;
    margin-left:-15px
}
body .ujic-classic span.countdown_amount{
    font-weight:700!important;
    padding:5px 10px 5px 10px;
    text-shadow:none!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:15px 7px 15px 3px;
    color:#fff;
    font-size:18px!important
}
body .ujic-classic .countdown_section:first-of-type:before{
    display:none
}
@media (max-width:991px){
    body .ujic-classic span.countdown_amount{
        font-size:13px!important;
        padding:5px 7px
    }
}
@media (max-width:991px){
    body .ujic-classic .countdown_section{
        margin-right:0
    }
    body .ujic-classic .countdown_section:before{
        padding:0 7px 5px 5px;
        color:#fff;
        font-size:18px!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:#fdfe00;
    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:#fdfe00;
    border:none;
    color:#fff;
    text-transform:uppercase;
    font-weight:800;
    font-family: 'Inter', 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
    }
}