/**/

.vip-sale {
    position: relative;
    padding: 0px 0px 0px 0px;
}

.vip-sale:before{
    content: "";
    background: #ffffff;
    position: absolute;
    top: 0px;
    left: calc(50% + -50vw);
    height: 100%;
    width: 100%;
    z-index: 1;
}

.vip-sale .container{
    position: relative;
    z-index: 2;
}

.vip-sale .shop-btn {
    position: absolute;
    bottom: 49px;
    right: 344px;
    left: auto;
    margin-left: -132px;
}

.vip-sale .shop-btn a,
.vip-sale .shop-btn .btn-primary:not(:disabled):not(.disabled).active, 
.vip-sale .shop-btn .btn-primary:not(:disabled):not(.disabled):active, 
.vip-sale .shop-btn a.btn-primary, .vip-sale .shop-btn a.btn-primary:visited{
    background: #ff0000;
    border: solid 2px #ffffff;
    border-radius: 0;
    color: #ffffff;
	font-family: "Open Sans", sans-serif;
    font-weight: 800;
    font-size: 34px;
    font-style: normal;
    outline: none;
    padding: 10px 30px 10px 30px;
    text-transform: none;
}

.vip-sale .shop-btn a:hover,
.vip-sale .shop-btn .btn-primary:not(:disabled):not(.disabled).active:hover, 
.vip-sale .shop-btn .btn-primary:not(:disabled):not(.disabled):active:hover, 
.vip-sale .shop-btn a.btn-primary, .vip-sale .shop-btn a.btn-primary:visited:hover{
    background: #d80808;
}

.vip-sale .shop-btn a:active, 
.vip-sale .shop-btn a:focus { box-shadow: none; outline: none; -moz-outline-style: none; box-shadow: none; }

.vip-sale .shop-btn img{
	box-shadow: none; 
	outline: none;
}

@media (min-width: 992px) and (max-width: 1199px) {
	
	.vip-sale .shop-btn img {
		max-width: 350px;
	}
	
	.vip-sale .shop-btn {
		position: absolute;
		bottom: 30px;
		right: 244px;
		left: auto;
	}
	
	.vip-sale .shop-btn a,
	.vip-sale .shop-btn .btn-primary:not(:disabled):not(.disabled).active, .vip-sale .shop-btn .btn-primary:not(:disabled):not(.disabled):active, .vip-sale .shop-btn a.btn-primary, .vip-sale .shop-btn a.btn-primary:visited{
		font-size: 21px;
		padding: 10px 35px;						
	}
	
}

@media (min-width: 768px) and (max-width: 991px) {
	
	.vip-sale .shop-btn img {
		max-width: 350px;
	}
	
	.vip-sale .shop-btn {
        position: absolute;
        bottom: 15px;
        right: 170px;
        left: auto;
    }
	
	.vip-sale .shop-btn a,
	.vip-sale .shop-btn .btn-primary:not(:disabled):not(.disabled).active, .vip-sale .shop-btn .btn-primary:not(:disabled):not(.disabled):active, .vip-sale .shop-btn a.btn-primary, .vip-sale .shop-btn a.btn-primary:visited{
		font-size: 21px;
		padding: 10px 35px;						
	}
	
}

@media (max-width: 767px){
	
	
	.vip-sale {
		position: relative;
		margin-top: -29px;
	}
	
	.vip-sale:before {
		background: url(/wp-content/uploads/2023/04/vigrx-prods-50-bg.png) no-repeat 0 0/cover;
		position: absolute;
		top: 0px;
		z-index: 1;
	}
	
	.vip-sale .container{
		max-width: 100%;
		margin: 0px;
		padding: 0px;
		position: relative;
		z-index: 2;
	}
	
	.vip-sale .shop-btn {
		position: absolute;
		bottom: 10px;
		right: auto;
		left: 50%;
		margin-left: -45%;
		width: 90%;
	}
	
	.vip-sale .shop-btn a,
	.vip-sale .shop-btn .btn-primary:not(:disabled):not(.disabled).active, .vip-sale .shop-btn .btn-primary:not(:disabled):not(.disabled):active, .vip-sale .shop-btn a.btn-primary, .vip-sale .shop-btn a.btn-primary:visited{
		padding: 10px 15px 10px 15px;
		margin: 0px auto;		
	}
	
}

/**/

.groundhog-day-sale {
    position: relative;
    padding: 30px 0px 0px 0px;
}

.groundhog-day-sale:before{
    content: "";
    background: url(/wp-content/uploads/2024/01/groundhog-day-bg.jpg) no-repeat center bottom/cover;
    position: absolute;
    top: 0px;
    left: calc(50% + -50vw);
    height: 100%;
    width: 100%;
    z-index: 1;
}

.groundhog-day-sale .container{
    position: relative;
    z-index: 2;
}

.groundhog-day-sale .shop-btn {
	position: absolute;
    bottom: 70px;
    right: auto;
    left: 50%;
    margin-left: -132px
}

.groundhog-day-sale .shop-btn a,
.groundhog-day-sale .shop-btn .btn-primary:not(:disabled):not(.disabled).active, 
.groundhog-day-sale .shop-btn .btn-primary:not(:disabled):not(.disabled):active, 
.groundhog-day-sale .shop-btn a.btn-primary, .groundhog-day-sale .shop-btn a.btn-primary:visited{
    background: #de333b;
    border: solid 2px #ffffff;
    border-radius: 0;
    color: #ffffff;
	font-family: "Open Sans", sans-serif;
    font-weight: 800;
    font-size: 34px;
    font-style: italic;
    outline: none;
    padding: 10px 30px 10px 30px;
    text-transform: none;
}

.groundhog-day-sale .shop-btn a:hover,
.groundhog-day-sale .shop-btn .btn-primary:not(:disabled):not(.disabled).active:hover, 
.groundhog-day-sale .shop-btn .btn-primary:not(:disabled):not(.disabled):active:hover, 
.groundhog-day-sale .shop-btn a.btn-primary, .groundhog-day-sale .shop-btn a.btn-primary:visited:hover{
    background: #000000;
}

.groundhog-day-sale .shop-btn a:active, 
.groundhog-day-sale .shop-btn a:focus { box-shadow: none; outline: none; -moz-outline-style: none; box-shadow: none; }

.groundhog-day-sale .shop-btn img{
	box-shadow: none; 
	outline: none;
}

@media (min-width: 992px) and (max-width: 1199px) {
	
	.groundhog-day-sale .shop-btn img {
		max-width: 350px;
	}
	
	.groundhog-day-sale .shop-btn {
		position: absolute;
		bottom: 53px;
		right: auto;
		margin-left: -82px;
	}
	
	.groundhog-day-sale .shop-btn a,
	.groundhog-day-sale .shop-btn .btn-primary:not(:disabled):not(.disabled).active, .groundhog-day-sale .shop-btn .btn-primary:not(:disabled):not(.disabled):active, .groundhog-day-sale .shop-btn a.btn-primary, .groundhog-day-sale .shop-btn a.btn-primary:visited{
		font-size: 21px;
		padding: 10px 35px;						
	}
	
}

@media (min-width: 768px) and (max-width: 991px) {
	
	.groundhog-day-sale .shop-btn img {
		max-width: 350px;
	}
	
	.groundhog-day-sale .shop-btn {
		position: absolute;
		bottom: 53px;
		right: auto;
		margin-left: -82px;
	}
	
	.groundhog-day-sale .shop-btn a,
	.groundhog-day-sale .shop-btn .btn-primary:not(:disabled):not(.disabled).active, .groundhog-day-sale .shop-btn .btn-primary:not(:disabled):not(.disabled):active, .groundhog-day-sale .shop-btn a.btn-primary, .groundhog-day-sale .shop-btn a.btn-primary:visited{
		font-size: 21px;
		padding: 10px 35px;						
	}
	
}

@media (max-width: 767px){
	
	.promo-banner{
		padding-top: 0px;
	}
	
	.groundhog-day-sale {
		position: relative;
		margin-top: -29px;
	}
	
	.groundhog-day-sale:before {
		background: url(/wp-content/uploads/2023/04/vigrx-prods-50-bg.png) no-repeat 0 0/cover;
		position: absolute;
		top: 0px;
		z-index: 1;
	}
	
	.groundhog-day-sale .container{
		max-width: 100%;
		margin: 0px;
		padding: 0px;
		position: relative;
		z-index: 2;
	}
	
	.groundhog-day-sale .shop-btn {
		position: absolute;
		bottom: 10px;
		right: auto;
		left: 50%;
		margin-left: -45%;
		width: 90%;
	}
	
	.groundhog-day-sale .shop-btn a,
	.groundhog-day-sale .shop-btn .btn-primary:not(:disabled):not(.disabled).active, .groundhog-day-sale .shop-btn .btn-primary:not(:disabled):not(.disabled):active, .groundhog-day-sale .shop-btn a.btn-primary, .groundhog-day-sale .shop-btn a.btn-primary:visited{
		padding: 10px 15px 10px 15px;
		margin: 0px auto;		
	}
	
}


/**/

.kick-off-sale {
    background: url(/wp-content/uploads/2024/01/kickoff-sale-bg-2.jpg) no-repeat center center/cover #6b0d0a;
    padding: 40px 0px 0px 0px;
}

.kick-off-sale .container{
	position: relative;
}

.kick-off-sale .s1-e{
	position: relative;
}

.kick-off-sale .s1-d{
    position: absolute;
    bottom: 40px;
    left: auto;
    right: 162px;
}

.kick-off-sale .btn-primary:not(:disabled):not(.disabled).active, 
.kick-off-sale .btn-primary:not(:disabled):not(.disabled):active, 
.kick-off-sale .show > .btn-primary.dropdown-toggle, 
.kick-off-sale a.btn-primary, 
.kick-off-sale a.btn-primary:visited {
    background: #ff0000;
    border-radius: 0;
    color: #ffffff;
	font-size: 32px;
    width: 340px;
    position: absolute;
    bottom: 100px;
    left: 80px;
}

@media (min-width: 992px) and (max-width: 1199px) {
	
	.kick-off-sale .btn-primary:not(:disabled):not(.disabled).active, .kick-off-sale .btn-primary:not(:disabled):not(.disabled):active, .kick-off-sale .show > .btn-primary.dropdown-toggle, .kick-off-sale a.btn-primary, .kick-off-sale a.btn-primary:visited {
		position: absolute;
		bottom: 67px;
		left: 15px;
	}
	
}

@media (min-width: 768px) and (max-width: 991px) {
	
	.kick-off-sale .btn-primary:not(:disabled):not(.disabled).active, .kick-off-sale .btn-primary:not(:disabled):not(.disabled):active, .kick-off-sale .show > .btn-primary.dropdown-toggle, .kick-off-sale a.btn-primary, .kick-off-sale a.btn-primary:visited {
		font-size: 21px;
		position: absolute;
		bottom: 40px;
		left: 15px;
		width: 255px;
	}
	
}

@media (max-width: 767px) {
	
	.kick-off-sale {
		margin: 0px auto -50px auto;
		padding: 0px 0px 0px 0px;
	}
	
	.kick-off-sale .container {
		padding: 0;
	}
	
	.kick-off-sale .btn-primary:not(:disabled):not(.disabled).active, .kick-off-sale .btn-primary:not(:disabled):not(.disabled):active, .kick-off-sale .show > .btn-primary.dropdown-toggle, .kick-off-sale a.btn-primary, .kick-off-sale a.btn-primary:visited {
		font-size: 18px;
		position: absolute;
		bottom: 40px;
		left: 50%;
		width: 250px;
		margin-left: -125px;
	}
}

/**/

.newyear-sale{
	background: #6b0d0a;
    padding: 0px 0px 0px 0px;
}

.newyear-sale .container{
	position: relative;
}

.newyear-sale .s1-e{
	position: relative;
}

.newyear-sale .s1-d{
    position: absolute;
    bottom: 40px;
    left: auto;
    right: 162px;
}

.newyear-sale .btn-primary:not(:disabled):not(.disabled).active, 
.newyear-sale .btn-primary:not(:disabled):not(.disabled):active, 
.newyear-sale .show > .btn-primary.dropdown-toggle, 
.newyear-sale a.btn-primary, 
.newyear-sale a.btn-primary:visited {
    background: #ffffff;
    border-radius: 0;
	color: #ff0000;
    width: 340px;
}

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

	.newyear-sale {
		padding: 0px 0px 0px 0px;
	}
	
	.newyear-sale .s1-d {
		bottom: 13px;
		right: 60px;
		width: 250px;
	}
	
	.newyear-sale .btn-primary:not(:disabled):not(.disabled).active, 
	.newyear-sale .btn-primary:not(:disabled):not(.disabled):active, 
	.newyear-sale .show > .btn-primary.dropdown-toggle, 
	.newyear-sale a.btn-primary, .newyear-sale a.btn-primary:visited {
		background: #ffffff;
		border-radius: 0;
		color: #ff0000;
		width: 100%;
	}
	
}

@media (min-width: 768px) and (max-width: 991px) {
	
	.newyear-sale {
		padding: 0px 0px 0px 0px;
	}
	
	.newyear-sale .s1-d {
		bottom: 13px;
		right: 60px;
		width: 250px;
	}
	
	.newyear-sale .btn-primary:not(:disabled):not(.disabled).active, 
	.newyear-sale .btn-primary:not(:disabled):not(.disabled):active, 
	.newyear-sale .show > .btn-primary.dropdown-toggle, 
	.newyear-sale a.btn-primary, .newyear-sale a.btn-primary:visited {
		background: #ffffff;
		border-radius: 0;
		color: #ff0000;
		width: 100%;
	}
	
}

@media (max-width: 767px) {
	
	.newyear-sale {
		margin: -30px auto -50px auto;
		padding: 0px 0px 0px 0px;
	}
	
	.newyear-sale .container {
		padding: 0;
	}
	
	.newyear-sale .s1-d {
		bottom: 30px;
		left: 50%;
		right: auto;
		margin-left: -100px;
		width: 200px;
	}
	
	.newyear-sale .btn-primary:not(:disabled):not(.disabled).active, 
	.newyear-sale .btn-primary:not(:disabled):not(.disabled):active, 
	.newyear-sale .show > .btn-primary.dropdown-toggle, .newyear-sale a.btn-primary, 
	.newyear-sale a.btn-primary:visited {
		width: 100%;
	}
	
	.newyear-sale .prod{
		max-width: none;
		width: calc(100% + 30px);
	}
	
}


/**/

.eoy{
	background: #ffffff;
    padding: 20px 0px 0px 0px;
}

.eoy .s1-e{
	position: relative;
}

.eoy .s1-d{
    position: absolute;
    bottom: 40px;
    left: auto;
    right: 162px;
}

.eoy .btn-primary:not(:disabled):not(.disabled).active, 
.eoy .btn-primary:not(:disabled):not(.disabled):active, 
.eoy .show > .btn-primary.dropdown-toggle, 
.eoy a.btn-primary, 
.eoy a.btn-primary:visited {
    background: #ff0000;
    border-radius: 0;
	color: #ffffff;
    width: 340px;
}

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

	.eoy {
		padding: 0px 0px 0px 0px;
	}
	
	.eoy .s1-d {
		bottom: 13px;
		right: 60px;
		width: 250px;
	}
	
	.eoy .btn-primary:not(:disabled):not(.disabled).active, 
	.eoy .btn-primary:not(:disabled):not(.disabled):active, 
	.eoy .show > .btn-primary.dropdown-toggle, 
	.eoy a.btn-primary, .eoy a.btn-primary:visited {
		background: #ff0000;
		border-radius: 0;
		color: #ffffff;
		width: 100%;
	}
	
}

@media (min-width: 768px) and (max-width: 991px) {
	
	.eoy {
		padding: 0px 0px 0px 0px;
	}
	
	.eoy .s1-d {
		bottom: 13px;
		right: 60px;
		width: 250px;
	}
	
	.eoy .btn-primary:not(:disabled):not(.disabled).active, 
	.eoy .btn-primary:not(:disabled):not(.disabled):active, 
	.eoy .show > .btn-primary.dropdown-toggle, 
	.eoy a.btn-primary, .eoy a.btn-primary:visited {
		background: #ff0000;
		border-radius: 0;
		color: #ffffff;
		width: 100%;
	}
	
}

@media (max-width: 767px) {
	
	.eoy {
		margin: -30px auto -50px auto;
		padding: 10px 0px 40px 0px;
	}
	
	.eoy .s1-d {
		bottom: 0px;
		left: 50%;
		margin-left: -110px;
		right: auto;
		width: 220px;
	}
	
	.eoy .btn-primary:not(:disabled):not(.disabled).active, .eoy .btn-primary:not(:disabled):not(.disabled):active, .eoy .show > .btn-primary.dropdown-toggle, .eoy a.btn-primary, .eoy a.btn-primary:visited {
		background: #ff0000;
		border-radius: 0;
		color: #ffffff;
		width: 100%;
	}
	
	.eoy .prod{
		max-width: none;
		width: calc(100% + 30px);
	}
	
}

/**/

.site-wide-50{
	background: url(/wp-content/uploads/2023/12/site-wide-50-bg.jpg) no-repeat 0 0/cover #ad0009;
    padding: 40px 0px 40px 0px;
}

.site-wide-50 .s1-e{
	position: relative;
}

.site-wide-50 .s1-d{
    position: absolute;
    bottom: 100px;
    left: 85px;
}

.site-wide-50 .btn-primary:not(:disabled):not(.disabled).active, 
.site-wide-50 .btn-primary:not(:disabled):not(.disabled):active, 
.site-wide-50 .show > .btn-primary.dropdown-toggle, 
.site-wide-50 a.btn-primary, 
.site-wide-50 a.btn-primary:visited {
    color: #000000;
    background: #ffeb3b;
}

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

	.site-wide-50 {
		padding: 20px 0px 20px 0px;
	}

	.site-wide-50 .s1-d {
		bottom: 60px;
		left: 45px;
	}
	
}

@media (min-width: 768px) and (max-width: 991px) {
	
	.site-wide-50 {
		padding: 20px 0px 20px 0px;
	}
	
	.site-wide-50 .s1-d {
		bottom: 30px;
		left: 10px;
	}
	
}

@media (max-width: 767px) {
	
	.site-wide-50 {
		margin: -30px auto -50px auto;
		padding: 10px 0px 40px 0px;
	}
	
	.site-wide-50 .s1-d {
		bottom: -20px;
		left: 85px;
	}
	
	.site-wide-50 .prod{
		max-width: none;
		width: calc(100% + 30px);
	}
	
}

/**/

.prebf-sale{
	background: #000000;
	position: relative;
}

.prebf-sale .shop-btn {
    position: absolute;
    bottom: 45px;
    right: auto;
    left: 0;
    margin-left: 80px;
}

#x1 .prebf-sale .shop-btn a {
    background: url(/wp-content/uploads/2023/11/pb-shop.png) no-repeat 0 0/cover;
    border-radius: 0;
    border: none;
    font-size: 34px;
    font-weight: normal;
    padding: 12px 35px;
	height: 91px;
	width: 467px;
}

#x1 .prebf-sale .shop-btn a:active, 
#x1 .prebf-sale .shop-btn a:focus { outline: none; -moz-outline-style: none; box-shadow: none; }

#x1 .prebf-sale .shop-btn img{
	box-shadow: none; 
	outline: none;
}

@media (min-width: 992px) and (max-width: 1199px) {
	
	#x1 .prebf-sale .shop-btn img {
		max-width: 350px;
	}
	
	.prebf-sale .shop-btn {
		margin-left: 40px;
		bottom: 30px;
		left: 0;
	}
	
	#x1 .prebf-sale .shop-btn a {
		font-size: 26px;
		padding: 10px 20px;
		margin: 0px auto;
		width: 380px;
		height: 74px;
	}
	
}

@media (min-width: 768px) and (max-width: 991px) {
	
	.prebf-sale {
		padding-top: 30px;
		position: relative;
		top: -30px;
		margin-bottom: -50px;
		margin-top: -30px;
	}
	
	.prebf-sale .container{
		max-width: 100%;
		margin: 0px;
		padding: 0px;
	}
	
	#x1 .prebf-sale .shop-btn img {
		max-width: 350px;
	}
	
	.prebf-sale .shop-btn {
		margin-left: 35px;
		bottom: 30px;
		left: 0;
		width: 290px;
	}
	
	#x1 .prebf-sale .shop-btn a {
		font-size: 26px;
		padding: 10px 20px;
		margin: 0px auto;
		width: 380px;
		height: 56px;
	}
	
}

@media (max-width: 767px){
	
	#x1.promo-banner{
		padding-top: 0px;
	}
	
	.prebf-sale {
		position: relative;
		margin-top: -30px;
	}

	.prebf-sale .container{
		max-width: 100%;
		margin: 0px;
		padding: 0px;
		position: relative;
		z-index: 2;
	}
	
	#x1 .prebf-sale .shop-btn img {
		max-width: 350px;
	}
	
	.prebf-sale .shop-btn {
		margin-left: 35px;
		bottom: 30px;
		left: 0;
		width: 290px;
	}
	
	#x1 .prebf-sale .shop-btn a {
		font-size: 26px;
		padding: 10px 20px;
		margin: 0px auto;
		width: 380px;
		height: 56px;
	}
	
}

/**/

.halloween-sale{
	background: #000000;
	position: relative;
}

.halloween-sale .shop-btn{
    position: absolute;
    bottom: 13px;
    right: auto;
    left: 50%;
    margin-left: -364px;
}

#x1 .halloween-sale .shop-btn a {
    background: url(/wp-content/uploads/2023/10/vigrx-shop-btn.png) no-repeat 0 0/cover;
    border-radius: 0;
    border: none;
    font-size: 34px;
    font-weight: normal;
    padding: 12px 35px;
	height: 84px;
	width: 728px;
}

#x1 .halloween-sale .shop-btn a:active, 
#x1 .halloween-sale .shop-btn a:focus { outline: none; -moz-outline-style: none; box-shadow: none; }

#x1 .halloween-sale .shop-btn img{
	box-shadow: none; 
	outline: none;
}

@media (min-width: 992px) and (max-width: 1199px) {
	
	.halloween-sale {
		margin-bottom: -100px;
	}
	
	#x1 .halloween-sale .shop-btn img {
		max-width: 350px;
	}
	
	.halloween-sale .shop-btn {
		margin-left: -190px;
		bottom: 13px;
		left: 50%;
	}
	
	#x1 .halloween-sale .shop-btn a {
		font-size: 26px;
		padding: 10px 20px;
		margin: 0px auto;
		width: 380px;
		height: 43px;
	}
	
}

@media (min-width: 768px) and (max-width: 991px) {
	
	.halloween-sale {
		padding-top: 30px;
		position: relative;
		top: -30px;
		margin-bottom: -50px;
		margin-top: -30px;
	}
	
	.halloween-sale .container{
		max-width: 100%;
		margin: 0px;
		padding: 0px;
	}
	
	#x1 .halloween-sale .shop-btn img {
		max-width: 350px;
	}
	
	.halloween-sale .shop-btn {
		margin-left: -190px;
		bottom: 13px;
		left: 50%;
	}
	
	#x1 .halloween-sale .shop-btn a {
		font-size: 26px;
		padding: 10px 20px;
		margin: 0px auto;
		width: 380px;
		height: 43px;
	}
	
}

@media (max-width: 767px){
	
	#x1.promo-banner{
		padding-top: 0px;
	}
	
	.halloween-sale {
		position: relative;
		margin-top: 0px;
	}

	.halloween-sale .container{
		max-width: 100%;
		margin: 0px;
		padding: 0px;
		position: relative;
		z-index: 2;
	}
	
	#x1 .halloween-sale .shop-btn img {
		max-width: 350px;
	}
	
	.halloween-sale .shop-btn {
		margin-left: -160px;
		bottom: 20px;
		left: 50%;
	}
	
	#x1 .halloween-sale .shop-btn a {
		font-size: 26px;
		padding: 10px 20px;
		margin: 0px auto;
		width: 320px;
		height: 37px;
	}
	
}

/**/

.march-madness{
	position: relative;
}

.march-madness:before {
	content: "";
    background: url(/wp-content/uploads/2023/03/march-madness-bg.jpg) no-repeat 0 -130px/cover;
    position: absolute;
    top: 0px;
    left: calc(50% + -50vw);
    height: 100%;
    width: 100%;
}

#x1 .march-madness .shop-btn a,
#x1 .march-madness.btn-primary.shop-btn:not(:disabled):not(.disabled).active, 
#x1 .march-madness.btn-primary.shop-btn:not(:disabled):not(.disabled):active, 
#x1 .march-madness.show > .btn-primary.shop-btn.dropdown-toggle, 
#x1 .march-madness a.btn-primary.shop-btn, 
#x1 .march-madness a.btn-primary.shop-btn:visited{
    background: #ed1c24;
    border-radius: 0;
    border: solid 2px #ffffff;
    color: #fff;
    font-size: 34px;
    font-weight: normal;
	margin-left: -150px;
    padding: 12px 35px;
	position: absolute;
    bottom: 60px;
    left: 50%;
}

@media (min-width: 992px) and (max-width: 1199px) {
	
	.march-madness:before {
		background-position: 0 0;
	}
	
	.march-madness .shop-btn {
		position: absolute;
		bottom: 75px;
		right: 125px;
	}
	
	#x1 .march-madness .shop-btn a,
	#x1 .march-madness.btn-primary.shop-btn:not(:disabled):not(.disabled).active, 
	#x1 .march-madness.btn-primary.shop-btn:not(:disabled):not(.disabled):active, 
	#x1 .march-madness.show > .btn-primary.shop-btn.dropdown-toggle, 
	#x1 .march-madness a.btn-primary.shop-btn, 
	#x1 .march-madness a.btn-primary.shop-btn:visited{
		font-size: 21px;
		margin-left: -107px;
		padding: 10px 35px;
		right: auto;				
	}
	
}

@media (min-width: 768px) and (max-width: 991px) {
	
	.march-madness {
		margin: -28px 0px 0px 0px;
	}

	.march-madness .container{
		max-width: 100%;
		margin: 0px;
		padding: 0px;
	}

	.march-madness img{
		margin: 0px auto 0px auto;
		max-width: 640px;
	}

	.march-madness .shop-btn {
		position: absolute;
		bottom: 75px;
		right: auto;
		left: 50%;
		margin-left: -125px;
	}
	
	#x1 .march-madness .shop-btn a,
	#x1 .march-madness.btn-primary.shop-btn:not(:disabled):not(.disabled).active, 
	#x1 .march-madness.btn-primary.shop-btn:not(:disabled):not(.disabled):active, 
	#x1 .march-madness.show > .btn-primary.shop-btn.dropdown-toggle, 
	#x1 .march-madness a.btn-primary.shop-btn, 
	#x1 .march-madness a.btn-primary.shop-btn:visited{
		font-size: 32px;
		margin-left: -145px;
		padding: 15px 35px;
		right: auto;			
	}
	
	#x1.promo-banner:before{
		display: none;
	}
	
}

@media (max-width: 767px){

	.march-madness:before{
		display: none;
	}
	
	.march-madness .container{
		max-width: 100%;
		margin: 0px;
		padding: 0px;
	}
	
	.march-madness .shop-btn {
		position: absolute;
		bottom: 50px;
		left: 50%;
		margin-left: -100px;
	}
	
	#x1 .march-madness .shop-btn a,
	#x1 .march-madness.btn-primary.shop-btn:not(:disabled):not(.disabled).active, 
	#x1 .march-madness.btn-primary.shop-btn:not(:disabled):not(.disabled):active, 
	#x1 .march-madness.show > .btn-primary.shop-btn.dropdown-toggle, 
	#x1 .march-madness a.btn-primary.shop-btn, 
	#x1 .march-madness a.btn-primary.shop-btn:visited{
		font-size: 32px;
		padding: 15px 35px;
		margin: 0px auto;				
	}
	
}

/**/

.anniversary-sale{
	background: #6c0b07;
	position: relative;
}

.anniversary-sale .shop-btn{
	position: absolute;
    bottom: 60px;
    right: auto;
    left: 50%;
    margin-left: -106px;
}

#x1 .anniversary-sale .shop-btn a {
    background: #000000;
    border-radius: 0;
    border: solid 2px #ffffff;
    color: #fff;
    font-size: 34px;
    font-weight: normal;
    padding: 12px 35px;
}

#x1 .anniversary-sale .shop-btn a:active, 
#x1 .anniversary-sale .shop-btn a:focus { outline: none; -moz-outline-style: none; box-shadow: none; }

#x1 .anniversary-sale .shop-btn img{
	box-shadow: none; 
	outline: none;
}

@media (min-width: 992px) and (max-width: 1199px) {
	
	.anniversary-sale {
		margin-bottom: -100px;
	}
	
	#x1 .anniversary-sale .shop-btn img {
		max-width: 350px;
	}
	
	.anniversary-sale .shop-btn {
		position: absolute;
    	bottom: 40px;
    	margin-left: -80px
	}
	
	#x1 .anniversary-sale .shop-btn a {
		font-size: 21px;
		padding: 10px 35px;						
	}
	
}

@media (min-width: 768px) and (max-width: 991px) {
	
	.anniversary-sale {
		padding-top: 30px;
		position: relative;
		top: -30px;
		margin-bottom: -50px;
		margin-top: -30px;
	}
	
	.anniversary-sale .container{
		max-width: 100%;
		margin: 0px;
		padding: 0px;
	}
	
	#x1 .anniversary-sale .shop-btn img {
		max-width: 350px;
	}
	
	.anniversary-sale .shop-btn {
		position: absolute;
		bottom: 25px;
		right: auto;
		left: 50%;
		margin-left: -80px;
	}
	
	#x1 .anniversary-sale .shop-btn a {
		font-size: 26px;
		padding: 10px 20px;
		margin: 0px auto;				
	}
	
}

@media (max-width: 767px){
	
	#x1.promo-banner{
		padding-top: 0px;
	}
	
	.anniversary-sale {
		position: relative;
		margin-top: 0px;
	}

	.anniversary-sale .container{
		max-width: 100%;
		margin: 0px;
		padding: 0px;
		position: relative;
		z-index: 2;
	}
	
	.anniversary-sale .shop-btn {
		position: absolute;
		bottom: 0;
		right: auto;
		left: 50%;
		margin-left: -45%;
		width: 90%;
	}
	
	#x1 .anniversary-sale .shop-btn a {
		font-size: 24px;	
		padding: 15px 30px 15px 30px;
		margin: 0px auto 30px;
	}
	
}

/**/

.birthday-sale{
	background: #6c0b07;
	position: relative;
}

.birthday-sale .shop-btn{
	position: absolute;
    bottom: 60px;
    right: auto;
    left: 50%;
    margin-left: -106px;
}

#x1 .birthday-sale .shop-btn a {
    background: #000000;
    border-radius: 0;
    border: solid 2px #ffffff;
    color: #fff;
    font-size: 34px;
    font-weight: normal;
    padding: 12px 35px;
}

#x1 .birthday-sale .shop-btn a:active, 
#x1 .birthday-sale .shop-btn a:focus { outline: none; -moz-outline-style: none; box-shadow: none; }

#x1 .birthday-sale .shop-btn img{
	box-shadow: none; 
	outline: none;
}

@media (min-width: 992px) and (max-width: 1199px) {
	
	.birthday-sale {
		margin-bottom: -100px;
	}
	
	#x1 .birthday-sale .shop-btn img {
		max-width: 350px;
	}
	
	.birthday-sale .shop-btn {
		position: absolute;
    	bottom: 40px;
    	margin-left: -80px
	}
	
	#x1 .birthday-sale .shop-btn a {
		font-size: 21px;
		padding: 10px 35px;						
	}
	
}

@media (min-width: 768px) and (max-width: 991px) {
	
	.birthday-sale {
		padding-top: 30px;
		position: relative;
		top: -30px;
		margin-bottom: -50px;
		margin-top: -30px;
	}
	
	.birthday-sale .container{
		max-width: 100%;
		margin: 0px;
		padding: 0px;
	}
	
	#x1 .birthday-sale .shop-btn img {
		max-width: 350px;
	}
	
	.birthday-sale .shop-btn {
		position: absolute;
		bottom: 25px;
		right: auto;
		left: 50%;
		margin-left: -80px;
	}
	
	#x1 .birthday-sale .shop-btn a {
		font-size: 26px;
		padding: 10px 20px;
		margin: 0px auto;				
	}
	
}

@media (max-width: 767px){
	
	#x1.promo-banner{
		padding-top: 0px;
	}
	
	.birthday-sale {
		position: relative;
		margin-top: 0px;
	}

	.birthday-sale .container{
		max-width: 100%;
		margin: 0px;
		padding: 0px;
		position: relative;
		z-index: 2;
	}
	
	.birthday-sale .shop-btn {
		position: absolute;
		bottom: 0;
		right: auto;
		left: 50%;
		margin-left: -45%;
		width: 90%;
	}
	
	#x1 .birthday-sale .shop-btn a {
		font-size: 24px;	
		padding: 15px 30px 15px 30px;
		margin: 0px auto 30px;
	}
	
}

/**/

.flash-sale{
	position: relative;
}

.flash-sale:before{
	content:"";
	background: url(/wp-content/uploads/2023/07/flash-sale-bg.jpg) no-repeat 0 0/cover;
	position: absolute;
	top: 0px;
	left: calc(50% + -50vw);
	height: 100%;
	width: 100%;
}

.flash-sale .shop-btn {
    position: absolute;
    bottom: -5px;
    right: 90px;
}

#x1 .flash-sale .shop-btn a {
    background: transparent;
    border: none;
    color: #fff;
    font-size: 34px;
    font-weight: normal;
	outline: none;
    padding: 0;
}

#x1 .flash-sale .shop-btn a:active, 
#x1 .flash-sale .shop-btn a:focus { outline: none; -moz-outline-style: none; box-shadow: none; }

#x1 .flash-sale .shop-btn img{
	box-shadow: none; 
	outline: none;
}

@media (min-width: 992px) and (max-width: 1199px) {
	
	#x1 .flash-sale .shop-btn img {
		max-width: 350px;
	}
	
	.flash-sale .shop-btn {
		position: absolute;
		bottom: 23px;
		right: 70px;
	}
	
	#x1 .flash-sale .shop-btn a {
		font-size: 21px;
		padding: 10px 35px;						
	}
	
}

@media (min-width: 768px) and (max-width: 991px) {
	
	.flash-sale {
		padding-top: 30px;
		position: relative;
		top: -30px;
		margin-bottom: -45px;
		margin-top: -30px;
	}
	
	.flash-sale .container{
		max-width: 100%;
		margin: 0px;
		padding: 0px;
	}
	
	#x1 .flash-sale .shop-btn img {
		max-width: 350px;
	}
	
	.flash-sale .shop-btn {
		position: absolute;
		bottom: 0px;
		right: auto;
		left: 50%;
		margin-left: -45px;
	}
	
	#x1 .flash-sale .shop-btn a {
		font-size: 26px;
		padding: 10px 20px;
		margin: 0px auto;				
	}
	
}

@media (max-width: 767px){
	
	#x1.promo-banner{
		padding-top: 0px;
	}
	
	.flash-sale {
		position: relative;
		margin-top: -29px;
	}
	
	.flash-sale:before {
		background: url(/wp-content/uploads/2023/04/vigrx-prods-50-bg.png) no-repeat 0 0/cover;
		position: absolute;
		top: 0px;
		z-index: 1;
	}
	
	.flash-sale .container{
		max-width: 100%;
		margin: 0px;
		padding: 0px;
		position: relative;
		z-index: 2;
	}
	
	.flash-sale .shop-btn {
		position: absolute;
		bottom: 0;
		right: auto;
		left: 50%;
		margin-left: -45%;
		width: 90%;
	}
	
	#x1 .flash-sale .shop-btn a {
		padding: 0;
		margin: 0px auto;		
	}
	
}

/**/

.march-madness-sale{
	position: relative;
}

.march-madness-sale:before{
    content: "";
    background: #000000;
    position: absolute;
    top: 0px;
    left: calc(50% + -50vw);
    height: 100%;
    width: 100%;
    z-index: 1;
}

.march-madness-sale .container{
    position: relative;
    z-index: 2;
}

.march-madness-sale .shop-btn {
    position: absolute;
    bottom: 30px;
    right: auto;
    left: 50%;
    margin-left: -132px;
}

.march-madness-sale .shop-btn a,
.march-madness-sale .shop-btn .btn-primary:not(:disabled):not(.disabled).active, 
.march-madness-sale .shop-btn .btn-primary:not(:disabled):not(.disabled):active, 
.march-madness-sale .shop-btn a.btn-primary, .march-madness-sale .shop-btn a.btn-primary:visited{
    background: #ffffff;
    border: solid 2px #ffffff;
	border-radius: 0;
    color: #de0e16;
    font-size: 34px;
    font-weight: normal;
	outline: none;
    padding: 10px 30px 10px 30px;
    text-transform: none;
}

.march-madness-sale .shop-btn a:active, 
.march-madness-sale .shop-btn a:focus { box-shadow: none; outline: none; -moz-outline-style: none; box-shadow: none; }


.march-madness-sale .shop-btn a:hover{
	background: #de0e16;
	color: #ffffff;
}

.march-madness-sale .shop-btn img{
	box-shadow: none; 
	outline: none;
}

@media (min-width: 992px) and (max-width: 1199px) {
	
	.march-madness-sale .shop-btn img {
		max-width: 350px;
	}
	
	.march-madness-sale .shop-btn {
		margin-left: -90px;
	}
	
	.march-madness-sale .shop-btn a,
	.march-madness-sale .shop-btn .btn-primary:not(:disabled):not(.disabled).active, .march-madness-sale .shop-btn .btn-primary:not(:disabled):not(.disabled):active, .march-madness-sale .shop-btn a.btn-primary, .march-madness-sale .shop-btn a.btn-primary:visited{
		font-size: 21px;
		padding: 10px 35px;						
	}
	
}

@media (min-width: 768px) and (max-width: 991px) {
	
	.march-madness-sale .shop-btn img {
		max-width: 350px;
	}
	
	.march-madness-sale .shop-btn {
		margin-left: -90px;
	}
	
	.march-madness-sale .shop-btn a,
	.march-madness-sale .shop-btn .btn-primary:not(:disabled):not(.disabled).active, .march-madness-sale .shop-btn .btn-primary:not(:disabled):not(.disabled):active, .march-madness-sale .shop-btn a.btn-primary, .march-madness-sale .shop-btn a.btn-primary:visited{
		font-size: 21px;
		padding: 10px 35px;						
	}
	
}

@media (max-width: 767px){
	
	.march-madness-sale {
		position: relative;
		margin-top: -29px;
	}
	
	.march-madness-sale:before {
		background: url(/wp-content/uploads/2023/04/vigrx-prods-50-bg.png) no-repeat 0 0/cover;
		position: absolute;
		top: 0px;
		z-index: 1;
	}
	
	.march-madness-sale .container{
		max-width: 100%;
		margin: 0px;
		padding: 0px;
		position: relative;
		z-index: 2;
	}
	
	.march-madness-sale .shop-btn {
		position: absolute;
		bottom: 75px;
		right: auto;
		left: 50%;
		margin-left: -45%;
		width: 90%;
	}
	
	.march-madness-sale .shop-btn a,
	.march-madness-sale .shop-btn .btn-primary:not(:disabled):not(.disabled).active, .march-madness-sale .shop-btn .btn-primary:not(:disabled):not(.disabled):active, .march-madness-sale .shop-btn a.btn-primary, .march-madness-sale .shop-btn a.btn-primary:visited{
		padding: 10px 15px 10px 15px;
		margin: 0px auto;		
	}
	
}

/**/

.eom-sale{
	position: relative;
}

.eom-sale:before{
    content: "";
    background: #5a0704;
    position: absolute;
    top: 0px;
    left: calc(50% + -50vw);
    height: 100%;
    width: 100%;
    z-index: 1;
}

.eom-sale .container{
    position: relative;
    z-index: 2;
}

.eom-sale .shop-btn {
    position: absolute;
    bottom: 100px;
    right: 175px;
}

.eom-sale .shop-btn a,
.eom-sale .shop-btn .btn-primary:not(:disabled):not(.disabled).active, 
.eom-sale .shop-btn .btn-primary:not(:disabled):not(.disabled):active, 
.eom-sale .shop-btn a.btn-primary, .eom-sale .shop-btn a.btn-primary:visited{
    background: #000000;
    border: solid 2px #ffffff;
	border-radius: 0;
    color: #fff;
    font-size: 34px;
    font-weight: normal;
	outline: none;
    padding: 10px 30px 10px 30px;
}

.eom-sale .shop-btn a:active, 
.eom-sale .shop-btn a:focus { box-shadow: none; outline: none; -moz-outline-style: none; box-shadow: none; }

.eom-sale .shop-btn img{
	box-shadow: none; 
	outline: none;
}

@media (min-width: 992px) and (max-width: 1199px) {
	
	.eom-sale .shop-btn img {
		max-width: 350px;
	}
	
	.eom-sale .shop-btn {
		position: absolute;
		bottom: 65px;
		right: 130px;
	}
	
	.eom-sale .shop-btn a,
	.eom-sale .shop-btn .btn-primary:not(:disabled):not(.disabled).active, .eom-sale .shop-btn .btn-primary:not(:disabled):not(.disabled):active, .eom-sale .shop-btn a.btn-primary, .eom-sale .shop-btn a.btn-primary:visited{
		font-size: 21px;
		padding: 10px 35px;						
	}
	
}

@media (min-width: 768px) and (max-width: 991px) {
	
	.eom-sale .shop-btn img {
		max-width: 350px;
	}
	
	.eom-sale .shop-btn {
		position: absolute;
		bottom: 25px;
		right: 75px;
	}
	
	.eom-sale .shop-btn a,
	.eom-sale .shop-btn .btn-primary:not(:disabled):not(.disabled).active, .eom-sale .shop-btn .btn-primary:not(:disabled):not(.disabled):active, .eom-sale .shop-btn a.btn-primary, .eom-sale .shop-btn a.btn-primary:visited{
		font-size: 21px;
		padding: 10px 35px;						
	}
	
}

@media (max-width: 767px){
	
	.promo-banner{
		padding-top: 0px;
	}
	
	.eom-sale {
		position: relative;
		margin-top: -29px;
	}
	
	.eom-sale:before {
		background: url(/wp-content/uploads/2023/04/vigrx-prods-50-bg.png) no-repeat 0 0/cover;
		position: absolute;
		top: 0px;
		z-index: 1;
	}
	
	.eom-sale .container{
		max-width: 100%;
		margin: 0px;
		padding: 0px;
		position: relative;
		z-index: 2;
	}
	
	.eom-sale .shop-btn {
		position: absolute;
		bottom: 75px;
		right: auto;
		left: 50%;
		margin-left: -45%;
		width: 90%;
	}
	
	.eom-sale .shop-btn a,
	.eom-sale .shop-btn .btn-primary:not(:disabled):not(.disabled).active, .eom-sale .shop-btn .btn-primary:not(:disabled):not(.disabled):active, .eom-sale .shop-btn a.btn-primary, .eom-sale .shop-btn a.btn-primary:visited{
		padding: 10px 15px 10px 15px;
		margin: 0px auto;		
	}
	
}

/**/

.weekend-sale {
    position: relative;
    padding: 0px 0px 0px 0px;
}

.weekend-sale:before{
    content: "";
    background: url(/wp-content/uploads/2023/03/weekend-bg.jpg) no-repeat 0 0/contain #ffffff;
    position: absolute;
    top: 0px;
    left: 0;
    height: 100%;
    width: 100%;
}

.weekend-sale .container-fluid{
    position: relative;
    z-index: 9;
    display: flex;
    justify-content: center;
}

.weekend-sale .container-fluid img{
    max-width: 1435px;
	width: 100%;
}

.weekend-sale .shop-btn{
    position: absolute;
    bottom: 50px;
    left: 50%;
    margin-left: 85px;
}

#x1 .weekend-sale .shop-btn .btn-wrap a,
.weekend-sale .shop-btn .btn-wrap .btn-primary:not(:disabled):not(.disabled).active, 
.weekend-sale .shop-btn .btn-wrap .btn-primary:not(:disabled):not(.disabled):active, 
.weekend-sale .shop-btn .btn-wrap .show > .btn-primary.dropdown-toggle, 
.weekend-sale .shop-btn .btn-wrap a.btn-primary, 
.weekend-sale .shop-btn .btn-wrap a.btn-primary:visited{
	background: #ed1c24;
    border-radius: 0;
    border: solid 2px #ffffff;
    color: #fff;
    font-size: 42px;
    font-weight: normal;
    padding: 12px 50px;
    box-shadow: 0px 0px 10px #000000;
	text-transform: none;
    text-shadow: 1px 1px 4px #000000;
    width: 375px;
}

@media (min-width: 1200px){
	
	.weekend-sale:before {
		top: 0px;
		background-position: -145px center;
	}
	
}

@media (min-width: 992px) and (max-width: 1199px) {
	
	.weekend-sale{
		padding-bottom: 30px;
	}
	
	.weekend-sale:before{
		background-position: -190px 0;
	}

	.weekend-sale img{
		max-width: 580px;
	}
	
	.weekend-sale .shop-btn {
		bottom: 30px;
		margin-left: 0;
	}
	
	#x1 .weekend-sale .shop-btn .btn-wrap a,
	.weekend-sale .shop-btn .btn-wrap .btn-primary:not(:disabled):not(.disabled).active, 
	.weekend-sale .shop-btn .btn-wrap .btn-primary:not(:disabled):not(.disabled):active, 
	.weekend-sale .shop-btn .btn-wrap .show > .btn-primary.dropdown-toggle, 
	.weekend-sale .shop-btn .btn-wrap a.btn-primary, 
	.weekend-sale .shop-btn .btn-wrap a.btn-primary:visited{
		padding: 12px 30px 12px 30px;
	}
	
}

@media (min-width: 768px) and (max-width: 991px) {
	
	.weekend-sale{
		margin-top: -30px;
		margin-bottom: -71px;
		padding-bottom: 40px;
	}
	
	.weekend-sale:before {
    	background-position: -360px 0;
	}

	.weekend-sale img{
		max-width: 580px;
	}
	
	.weekend-sale .shop-btn {
		bottom: 30px;
		margin-left: 0;
	}
	
	#x1 .weekend-sale .shop-btn .btn-wrap a,
	.weekend-sale .shop-btn .btn-wrap .btn-primary:not(:disabled):not(.disabled).active, 
	.weekend-sale .shop-btn .btn-wrap .btn-primary:not(:disabled):not(.disabled):active, 
	.weekend-sale .shop-btn .btn-wrap .show > .btn-primary.dropdown-toggle, 
	.weekend-sale .shop-btn .btn-wrap a.btn-primary, 
	.weekend-sale .shop-btn .btn-wrap a.btn-primary:visited {
		padding: 12px 10px 12px 10px;
		font-size: 32px;
		width: 270px;
	}
	
}

@media (max-width: 767px){
	
	.weekend-sale {
		position: relative;
		padding: 0px 0px 0px 0px;
		margin-top: -30px;
	}

	.weekend-sale:before{
		display: none;
	}
	
	.weekend-sale .container-fluid{
		max-width: 100%;
		margin: 0px;
		padding: 0px;
	}
	
	.weekend-sale .shop-btn {
		position: absolute;
		bottom: 25px;
		right: auto;
		left: 50%;
		margin-left: -160px;
		width: 320px;
	}
	
	#x1 .weekend-sale .shop-btn .btn-wrap a,
	.weekend-sale .shop-btn .btn-wrap .btn-primary:not(:disabled):not(.disabled).active, 
	.weekend-sale .shop-btn .btn-wrap .btn-primary:not(:disabled):not(.disabled):active, 
	.weekend-sale .shop-btn .btn-wrap .show > .btn-primary.dropdown-toggle, 
	.weekend-sale .shop-btn .btn-wrap a.btn-primary, 
	.weekend-sale .shop-btn .btn-wrap a.btn-primary:visited {
		font-size: 32px;
		padding: 15px 35px;
		margin: 0px auto;
		text-transform: none;
	}
	
}

/**/

.april-fools-sale {
    position: relative;
    padding: 40px 0px 0px 0px;
}

.april-fools-sale:before{
    content: "";
    background: url(/wp-content/uploads/2023/03/april-fools-bg.jpg) no-repeat 0 0/contain #d9d9d9;
    position: absolute;
    top: 0px;
    left: 0;
    height: 100%;
    width: 100%;
}

.april-fools-sale .container{
    position: relative;
    z-index: 9;
    display: flex;
    justify-content: flex-end;
}

.april-fools-sale .shop-btn{
    position: absolute;
    bottom: 60px;
    left: 50%;
    margin-left: -245px;
}

.april-fools-sale .shop-btn .btn-primary:not(:disabled):not(.disabled).active, 
.april-fools-sale .shop-btn .btn-primary:not(:disabled):not(.disabled):active, 
.april-fools-sale .shop-btn .show > .btn-primary.dropdown-toggle, 
.april-fools-sale .shop-btn a.btn-primary, 
.april-fools-sale .shop-btn a.btn-primary:visited {
    background: #ed1c24;
    border-radius: 0;
    border: solid 2px #ffffff;
    color: #fff;
    font-size: 42px;
    font-weight: normal;
    padding: 12px 50px;
    box-shadow: 0px 0px 10px #000000;
    text-shadow: 1px 1px 4px #000000;
}

@media (min-width: 1200px){
	
	.april-fools-sale:before {
		top: 0px;
		background-position: -145px center;
	}
	
}

@media (min-width: 992px) and (max-width: 1199px) {
	
	.april-fools-sale{
		padding-bottom: 30px;
	}
	
	.april-fools-sale:before{
		background-position: -190px 0;
	}

	.april-fools-sale img{
		max-width: 580px;
	}
	
	.april-fools-sale .shop-btn {
		bottom: 15px;
    	margin-left: -160px;
	}
	
	.april-fools-sale .shop-btn .btn-primary:not(:disabled):not(.disabled).active, 
	.april-fools-sale .shop-btn .btn-primary:not(:disabled):not(.disabled):active, 
	.april-fools-sale .shop-btn .show > .btn-primary.dropdown-toggle, 
	.april-fools-sale .shop-btn a.btn-primary, 
	.april-fools-sale .shop-btn a.btn-primary:visited {
		padding: 12px 30px 12px 30px;
	}
	
}

@media (min-width: 768px) and (max-width: 991px) {
	
	.april-fools-sale{
		margin-top: -30px;
		margin-bottom: -71px;
		padding-bottom: 40px;
	}
	
	.april-fools-sale:before {
    	background-position: -360px 0;
	}

	.april-fools-sale img{
		max-width: 580px;
	}
	
	.april-fools-sale .shop-btn {
		bottom: 15px;
    	margin-left: -280px;
	}
	
	.april-fools-sale .shop-btn .btn-primary:not(:disabled):not(.disabled).active, 
	.april-fools-sale .shop-btn .btn-primary:not(:disabled):not(.disabled):active, 
	.april-fools-sale .shop-btn .show > .btn-primary.dropdown-toggle, 
	.april-fools-sale .shop-btn a.btn-primary, 
	.april-fools-sale .shop-btn a.btn-primary:visited {
		padding: 12px 30px 12px 30px;
	}
	
}

@media (max-width: 767px){
	
	.april-fools-sale {
		position: relative;
		padding: 0px 0px 0px 0px;
		margin-top: -30px;
	}

	.april-fools-sale:before{
		display: none;
	}
	
	.april-fools-sale .container{
		max-width: 100%;
		margin: 0px;
		padding: 0px;
	}
	
	.april-fools-sale .shop-btn {
		position: absolute;
		bottom: 25px;
		right: auto;
		left: 50%;
		margin-left: -125px;
	}
	
	.april-fools-sale .shop-btn .btn-primary:not(:disabled):not(.disabled).active, 
	.april-fools-sale .shop-btn .btn-primary:not(:disabled):not(.disabled):active, 
	.april-fools-sale .shop-btn .show > .btn-primary.dropdown-toggle, 
	.april-fools-sale .shop-btn a.btn-primary, 
	.april-fools-sale .shop-btn a.btn-primary:visited {
		font-size: 32px;
		padding: 15px 35px;
		margin: 0px auto;				
	}
	
}

/**/

.gd-eom-sale{
	position: relative;
}

.gd-eom-sale:before{
	content:"";
	background: #5c0803;
	position: absolute;
	top: 0px;
	left: calc(50% + -50vw);
	height: 100%;
	width: 100%;
}

.gd-eom-sale .shop-btn{
    position: absolute;
    bottom: 100px;
    right: 170px;
}

#x1 .gd-eom-sale .shop-btn a {
    background: #000000;
    border-radius: 0;
    border: solid 2px #ffffff;
    color: #fff;
    font-size: 34px;
    font-weight: normal;
    padding: 12px 35px;
}

@media (min-width: 992px) and (max-width: 1199px) {
	
	.gd-eom-sale .shop-btn {
		position: absolute;
		bottom: 75px;
		right: 125px;
	}
	
	#x1 .gd-eom-sale .shop-btn a {
		font-size: 21px;
		padding: 10px 35px;						
	}
	
}

@media (min-width: 768px) and (max-width: 991px) {
	
	.gd-eom-sale .container{
		max-width: 100%;
		margin: 0px;
		padding: 0px;
	}
	
	.gd-eom-sale .shop-btn {
		position: absolute;
		bottom: 75px;
		right: auto;
		left: 50%;
		margin-left: -125px;
	}
	
	#x1 .gd-eom-sale .shop-btn a {
		font-size: 32px;
		padding: 15px 35px;
		margin: 0px auto;				
	}
	
}

@media (max-width: 767px){
	
	#x1.promo-banner{
		padding-top: 0px;
	}

	.gd-eom-sale:before{
		display: none;
	}
	
	.gd-eom-sale .container{
		max-width: 100%;
		margin: 0px;
		padding: 0px;
	}
	
	.gd-eom-sale .shop-btn {
		position: absolute;
		bottom: 25px;
		right: auto;
		left: 50%;
		margin-left: -125px;
	}
	
	#x1 .gd-eom-sale .shop-btn a {
		font-size: 32px;
		padding: 15px 35px;
		margin: 0px auto;				
	}
	
}

/* COMMOM */
h2 {
  text-align: center;
}
@media (min-width: 576px) {
  h2 {
    font-size: 30px;
  }
}
@media (min-width: 992px) {
  h2 {
    font-size: 42px;
  }
}
@media (min-width: 1200px) {
  h2 {
    font-size: 60px;
  }
  .entry-content {
    margin: 0;
  }
}

.home .fold-content {
  background: none;
}

a.btn.btn-primary.btn-gray {
  background: #e5e5e5;
}

a.btn.btn-primary.btn-black {
  background: #000;
  color: #fff;
}

.custom-list.list-check-white li:before {
  background-image: url(../images/home/check-white.png);
}

.custom-list.list-check-black li:before {
  background-image: url(../images/home/check-black.png);
}

.page-template-default #guarantee .container {
  padding-bottom: 0;
  border-bottom: none;
  margin-bottom: 0;
}

/* PRODUCT BLOCK */
.product-list-wrap {
  padding-top: 40px;
}

.product-block-wrap {
  margin: 0 auto 30px;
}

.p-wrap {
  text-align: center;
  position: relative;
  margin: 0 10px;
  min-width: 295px;
}

.p-wrap:after {
  content: "";
  position: absolute;
  bottom: 0;
  height: 70%;
  background: #f6f6f6;
  width: 100%;
  left: 0;
}

.p-wrap .p-img {
  margin-bottom: 0;
  position: relative;
  z-index: 9;
}

.p-wrap .p-img img {
  margin: 0 auto;
}

.info-wrap {
  background-color: #f5f5f5;
  padding: 0 10px 20px;
  position: relative;
  z-index: 9;
}

.p-header {
  padding: 10px 0 0;
}

.p-header h4 {
  font-size: 24px;
  margin-bottom: 5px;
  color: #000;
}

.p-tagline {
  color: #000;
  font-size: 15px;
  line-height: 24px;
}

.p-retail {
  font-size: 14px;
  margin-bottom: 0;
  color: #333;
  display: none;
}

.p-cheaper {
  font-size: 14px;
  margin-bottom: 10px;
  color: #de0e16;
  font-weight: bold;
  display: none;
}

.p-body {
  padding: 20px 0;
}

.p-stars {
  margin-bottom: 25px;
}

.p-stars i {
  color: #eddc1b;
  font-size: 16px;
  margin: 0 1px;
}

span.p-reviews {
  font-size: 13px;
  margin-left: 10px;
}

.btn-wrap {
  display: flex;
  align-items: center;
  text-align: center;
}

.btn-wrap div {
  width: 100%;
  margin: 0 3%;
  border: 1px solid #fff;
}

.p-footer .btn-wrap div:last-child {
  display: none;
}

.btn-wrap a,
.btn-wrap div.coming-soon-btn span {
  color: #de0e16;
  padding: 6px 10px;
  display: block;
  font-size: 14px;
  margin: 0 auto;
  border: 1px solid #de0e16;
  font-size: 11px;
  border-radius: 5px;
}

.btn-wrap a.btn-add-to-cart {
  background: #de0e16;
  color: #fff;
}

.btn-wrap a.btn-add-to-cart:hover {
  background: #000;
  border: 1px solid #000;
  -webkit-box-shadow: 0 0 10px 0 #353535;
  box-shadow: 0 0 10px 0 #353535;
}

.btn-wrap a.btn-learn-more:hover {
  background: #000;
  color: #fff;
  border: 1px solid #000;
  -webkit-box-shadow: 0 0 10px 0 #353535;
  box-shadow: 0 0 10px 0 #353535;
}

.btn-wrap div.coming-soon-btn {
  width: 60%;
  margin: 0 auto;
  border-color: #fff;
}

.organic-bio-maca .p-tagline {
  font-size: 12px;
}

/* 1 */
#x1 {
  background-image: url(../images/home/fold-mobile-bg.jpg);
  text-align: center;
  background-size: cover;
  background-repeat: no-repeat;
  padding-bottom: 70px;
  clip-path: polygon(0 0, 100% 0%, 100% calc(100% - 50px), 46% 100%, 0 calc(100% - 50px));
}

#x1 .shop-btn a {
  font-size: 18px;
  font-weight: normal;
  padding: 20px 50px;
  border-radius: 10px;
  color: #fff;
}

.x1-a {
  max-width: 350px;
  margin: 0 auto 20px;
  color: #de0e16;
  font-size: 30px;
}

.x1-b {
  max-width: 330px;
  margin: 0 auto 20px;
  font-family: "Muli Black";
  font-size: 26x; 
  line-height: 140%;
}

.x1-c {
  font-size: 20px;
  max-width: 300px;
  margin: 0 auto 30px;
}

.x1-d {
  width: 100%;
  height: 200px;
  margin-bottom: 20px;
  background-image: url(../images/home/products-mobile.png);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}

.x1-e {
  display: none;
}

@media (min-width: 375px) {
  .x1-a {
    font-size: 36px;
  }
}

@media (min-width: 600px) {
  .x1-b {
    max-width: 100%;
  }

  .x1-a {
    max-width: 100%;
    font-size: 50px;
    margin-bottom: 5px;
  }

  .x1-c {
    max-width: 560px;
  }

  .x1-d {
    height: 290px;
  }
}

@media (min-width: 768px) {
  #x1 {
    background-image: url(../images/home/fold-bg.jpg);
    background-position: top right;
    background: none;
    position: relative;
  }

  #x1 .container {
    position: relative;
    z-index: 9;
  }

  #x1:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: #fcfcfe;
    left: 0;
    top: 0;
    background-image: url(../images/home/fold-bg.jpg);
    background-position: top right;
    background-repeat: no-repeat;
    background-size: cover;
    clip-path: polygon(0 0, 100% 0%, 100% calc(100% - 150px), 46% 100%, 0 calc(100% - 150px));
  }
	
	.x1-b {
	  font-size: 26px;
	}

  .x1-c {
    max-width: 690px;
  }

  .x1-d {
    height: 370px;
  }
}

@media (min-width: 992px) {
  #x1 {
    padding-bottom: 0;
    clip-path: polygon(0 0, 100% 0%, 100% 100%, 100% 100%, 0 100%);
  }

  .x1-a {
    max-width: 930px;
    font-size: 62px;
    margin-bottom: 10px;
  }

  .x1-b {
    margin-bottom: 30px;
    font-weight: 800;
    font-family: "Muli Black";
    font-size: 36px;
  }

  .x1-d {
    display: none;
  }

  .x1-e {
    display: block;
    width: 100%;
    height: 300px;
    margin-bottom: 20px;
    background-image: url(../images/home/product-fold.png);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    margin-top: 40px;
  }
}

@media (min-width: 1200px) {
  .x1-e {
    height: 380px;
  }
}

/* 2 */
#x2 {
  text-align: center;
  margin-top: 30px;
  margin-bottom: 30px;
}

.x2-a span {
  color: #de0e16;
  display: block;
}

.x2-a {
  margin-bottom: 30px;
}

.x2-b {
  font-size: 24px;
  max-width: 380px;
  margin: 0 auto 40px;
}

.x2-c {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}

.x2-ca {
  margin: 0 auto 20px;
  width: 100%;
  background-size: cover;
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
}

.x2-ca.active {
  scale: 1;
  background-color: red;
  position: relative;
  z-index: 9999;
}

.x2-ca a {
  width: 100%;
  min-height: 420px;
  padding: 20px;
  color: #fff;
  justify-content: center;
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  position: relative;
}

.x2-ca a:after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.6);
  z-index: 1;
}

.x2-ca.active a:after {
  background: rgba(222, 14, 22, 0.6);
}

.x2-ca a div {
  position: relative;
  z-index: 9;
}

.x2-ca a h3,
.x2-ca a p {
  margin-bottom: 10px;
}

.x2-ca p {
  font-size: 15px;
  max-width: 300px;
}

.x2-ca a p,
.x2-ca a span {
  display: none;
}

.x2-ca.active p,
.x2-ca.active span {
  display: block;
}

.x2-ca-1 {
  background-image: url(../images/home/libido-support.jpg);
}

.x2-ca-2 {
  background-image: url(../images/home/erection-quality.jpg);
}

.x2-ca-3 {
  background-image: url(../images/home/performance.jpg);
}

span.x2-ca-b {
  text-transform: uppercase;
  color: yellow;
  font-weight: bold;
}

@media (min-width: 768px) {
  .x2-ca {
    width: 33.33%;
  }

  .x2-a {
    font-size: 42px;
  }

  .x2-a span {
    display: block;
  }
}

@media (min-width: 768px) {
  .x2-a {
    font-size: 60px;
    margin-bottom: 10px;
  }

  .x2-a span {
    display: inline-block;
  }
}

@media (min-width: 768px) {
  .x2-b {
    max-width: 100%;
  }
}

@media (min-width: 1200px) {
  #x2 {
    margin: 60px 0;
  }

  .x2-ca.active {
    scale: 1.05;
  }
}

/* 3 */
#x3 {
  margin: 30px 0 100px;
}

.x3-a {
  text-align: center;
}

.x3-a h2 {
  margin-bottom: 10px;
}

@media (min-width: 768px) {
  #x3 {
    margin: 30px 0 120px;
  }

  .x3-a {
    margin-bottom: 30px;
  }

  .x3-a h2 {
    font-size: 42px;
    margin-bottom: 10px;
  }

  .slick-dots {
    bottom: -50px;
  }
}

@media (min-width: 992px) {
  .x3-a h2 {
    font-size: 60px;
  }
}

/* X4 */
#x4 {
  margin: 40px 0;
}

@media (min-width: 768px) {
  #x4 {
    margin: 60px 0;
  }
}

@media (min-width: 1200px) {
  #x4 {
    margin: 100px 0;
  }
}

/* 5 */
#x5 {
  padding: 40px 0;
  background-color: #000;
  background-image: url(../images/home/products-in-black-bg.jpg);
  background-size: 700px;
  background-repeat: no-repeat;
  background-position: center 17%;
}

#x5 .container:after {
  content: "";
  width: 75%;
  height: 3px;
  background: #393739;
  display: block;
  margin: 0 auto;
}

.x5-a h2 span {
  color: #de0e16;
}

.x5-a {
  color: #fff;
  text-align: center;
  max-width: 650px;
  margin: 0 auto 40px;
}

.x5-a h2 {
  margin-bottom: 15px;
}

.x5-c {
  text-align: center;
  margin-bottom: 360px;
  color: #fff;
}

.x5-c i {
  color: #f6ff00;
}

.x5-d {
  margin-bottom: 80px;
  position: relative;
}

.x5-d:after {
  content: "”";
  font-family: "Muli Black";
  color: #5c5a5c;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  font-size: 130px;
}

.x5-d-a {
  background: #fff;
  padding: 20px;
  border-radius: 10px;
  position: relative;
  z-index: 9;
}

.x5-pointer {
  width: 0;
  height: 0;
  border-left: 20px solid transparent;
  border-right: 20px solid transparent;
  border-top: 20px solid #fff;
  position: relative;
  left: 20px;
}

.x5-d-a i {
  color: #ffc018;
}

.x5-d-a h4 {
  color: #de0e16;
  margin: 15px 0;
}

.x5-d-b {
  display: flex;
  flex-wrap: nowrap;
  margin-top: 20px;
  align-items: center;
}

.x5-d-b img {
  width: 70px;
  margin-right: 20px;
  height: auto;
  flex-shrink: 0;
}

.x5-d-b p {
  font-size: 13px;
}

.x-name {
  margin-bottom: 0;
  color: #fff;
}

.x-customer {
  color: #f6ff00;
}

@media (min-width: 375px) {
  .x5-d-b p {
    font-size: 16px;
  }
}

@media (min-width: 768px) {
  #x5 {
    padding: 60px 0;
  }

  .x5-a h2 {
    font-size: 40px;
  }

  .x5-c * {
    font-size: 28px;
  }

  .x5-d:after {
    top: 10px;
    left: -30px;
    font-size: 160px;
  }
}

@media (min-width: 1200px) {
  #x5 {
    background-size: 1610px;
    background-position: calc(50% + 410px) center;
    padding: 100px 0;
  }

  .x5-a {
    max-width: 700px;
    background-image: url(../images/common/white-arrow.svg);
    background-repeat: no-repeat;
    padding-bottom: 75px;
    background-size: 75px;
    background-position: left bottom;
  }

  .x5-a h2 {
    font-size: 60px;
    margin-bottom: 10px;
  }

  .x5-b {
    max-width: 630px;
  }

  .x5-c {
    text-align: left;
    margin-bottom: 80px;
  }

  .x5-d-a {
    padding: 40px;
  }
}

/* 6 */
#x6 {
  position: relative;
}

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

#x6:after {
  content: "";
  background: black;
  width: 100%;
  height: 300px;
  position: absolute;
  top: 0;
  left: 0;
}

#x6 .container {
  position: relative;
  z-index: 1;
}

#x6 .x6-a,
#x6 .x6-b {
  color: #fff;
  text-align: center;
}

.x6-a {
  margin-bottom: 40px;
}

#x6 .x6-b {
  margin-bottom: 40px;
}

.rpl-wrap article {
  width: 100%;
  width: calc(100% - 40px);
  flex-shrink: 0;
  background: #fff;
  border: 8px solid #f3f3f3;
  margin: 0 20px 10px;
}

.rpl-wrap .entry-excerpt {
  min-height: 155px;
}

.rpl-wrap article a {
  color: #000;
}

.rpl-thumb {
  width: 100%;
  height: 300px;
  background-size: cover;
}

.rpl-wrap .entry-post {
  padding: 30px;
}

.entry-meta {
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
  margin-bottom: 20px;
}

.meta-author {
  width: 50%;
  flex-shrink: 0;
  text-transform: capitalize;
  font-weight: bold;
  display: flex;
  align-items: center;
}

.meta-date {
  flex-grow: 1;
  text-align: right;
  color: #797979;
}

.meta-author img {
  border-radius: 100px;
  margin-right: 10px;
}

.entry-title {
  margin-bottom: 20px;
}

.entry-excerpt .read-more {
  font-family: "Muli Black";
  display: block;
  margin-top: 20px;
}

.rpl-wrap article:hover {
  border-color: #fff;
  -webkit-box-shadow: 0 0 10px 0 #cbcbcb;
  box-shadow: 0 0 10px 0 #cbcbcb;
  border-radius: 3px;
  -webkit-transition: all 400ms ease;
  -moz-transition: all 400ms ease;
  -ms-transition: all 400ms ease;
  -o-transition: all 400ms ease;
  transition: all 400ms ease;
}

.rpl-wrap article:hover .entry-title,
.rpl-wrap article:hover .read-more {
  color: red;
}

.x6-c {
  text-align: center;
  margin: 60px auto 40px;
}

.x6-c a {
  padding: 20px 45px;
  background: red;
  color: #fff;
  font-size: 15px;
  border-radius: 10px;
  text-transform: uppercase;
  font-weight: bold;
  display: inline-block;
  -webkit-box-shadow: 0 0 20px 0 #a1a1a1;
  box-shadow: 0 0 20px 0 #a1a1a1;
}

@media (min-width: 992px) {
  .rpl-wrap {
    display: flex;
  }

  .rpl-wrap article {
    width: 33.33%;
    width: calc(33.33% - 40px);
  }
}

/* 7 */
@media (min-width: 1200px) {
  #x7 {
    margin-top: 50px;
  }
}
