/**/

.eoy{
	padding-top: 0px;
	position: relative;
}

.eoy:before{
	content:"";
	background: #ffffff;
	height: 100%;
	width: 100vw;
	position: absolute;
	top: 0px;
	left: 0px;
	z-index: 1;
}

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

.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{
    position: absolute;
    bottom: 49px;
    right: 182px;
    border-radius: 0;
    width: 315px;
}

@media screen and (min-width: 992px) and (max-width: 1199px){
	
	.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 {
		bottom: 25px;
		right: 100px;
		width: 300px;
	}
	
}

@media screen and (min-width: 768px) and (max-width: 991px){
	
	.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 {
		bottom: 25px;
		right: 100px;
		width: 200px;
	}
	
}

@media screen and (max-width: 767px){
	
	.eoy{
		padding-top: 30px;
	}
	
	.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 {
		position: absolute;
		bottom: 50px;
		left: 50%;
		width: 300px;
		margin-left: -150px;
	}
	
}

/**/

/**********/

.bf-sale {
    background: #ffffff;
    margin-bottom: 0px;
	position: relative;
}

.bf-sale:before{
    content: "";
    background: #ffffff;
    position: absolute;
    height: 100%;
    width: 100%;
    z-index: 1;
    top: -150px;
    left: 0;
}

.bf-sale .container{
	padding-top: 0px;
	position: relative;
	z-index:2;
}

.bf-sale .inner-wrap{
	position: relative;
}

.bf-sale .inner-wrap img{
	margin-bottom: 0px;
	position: relative;
	z-index: 2;
}

.bf-sale .inner-wrap > a {
    position: absolute;
    right: auto;
	left: 150px;
    bottom: 20px;
    width: 400px;
}

.bf-sale .inner-wrap > a img{
	margin: 0px;
}

@media (min-width: 992px){

	.bf-sale .container{
		margin-top: 0px;
	}
	
	.page-trbogo .bf-sale .container{
		padding-top: 0px;
	}
	
}

@media (min-width: 992px) and (max-width: 1199px){
	
	.bf-sale .container {
		padding: 0;
	}

	.bf-sale .inner-wrap > a {
		position: absolute;
        right: auto;
        bottom: 24px;
        left: 100px;
        width: 320px;
	}

}

@media (min-width: 768px) and (max-width: 991px){
	
	#x1 .bf-sale .container {
        max-width: none;
        width: 100%;
    }
	
	.bf-sale {
		margin-bottom: -30px;
	}
	
	.bf-sale .container {
		margin-top: 0px;
		padding: 0;
	}
	
	.bf-sale .inner-wrap > a {
        position: absolute;
        right: auto;
        bottom: 24px;
        left: 80px;
        width: 235px;
	}

}

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

	.bf-sale {
		margin-bottom: -10px;
	}
	
	.bf-sale .container {
		margin-top: 0px;
		padding: 0;
	}
	
	.bf-sale .inner-wrap > a {
		position: absolute;
        right: auto;
		left: 50%;
        bottom: 20px;
		margin-left: -150px;
        width: 300px;
	}
	
}


/**/

.ld-sale{
	background: #ffffff;
    position: relative;
    padding-bottom: 0px;
}

.ld-sale .container {
	margin: 0px auto;
    position: relative;
}

.ld-sale .container > img{
	margin: 0px auto;
    transform-origin: center;
}

.ld-sale .btn-primary:not(:disabled):not(.disabled).active, 
.ld-sale .btn-primary:not(:disabled):not(.disabled):active, 
.ld-sale .show > .btn-primary.dropdown-toggle, 
.ld-sale a.btn-primary, 
.ld-sale a.btn-primary:visited{
	position: absolute;
	bottom: 0;
}

.ld-sale.btn > img{
	width: 468px;
}

.ld-sale .btn-primary:not(:disabled):not(.disabled).active, 
.ld-sale .btn-primary:not(:disabled):not(.disabled):active, 
.ld-sale .show > .btn-primary.dropdown-toggle, 
.ld-sale a.btn-primary, 
.ld-sale a.btn-primary:visited {
	background: transparent;
	box-shadow: none;
    position: absolute;
    bottom: 25px;
    left: 150px;
    width: 450px;
    outline: none;
    padding: 0;
}

.ld-sale a.btn-primary:hover{
	background: transparent;
}

@media (min-width: 1200px){
	
	.ld-sale .container > img {
		margin: 0px auto;
		max-width: 1400px;
		transform-origin: center;
		position: relative;
		left: -105px;
	}
	
	.ld-sale .btn-primary:not(:disabled):not(.disabled).active, .ld-sale .btn-primary:not(:disabled):not(.disabled):active, .ld-sale .show > .btn-primary.dropdown-toggle, .ld-sale a.btn-primary, .ld-sale a.btn-primary:visited {
		background: transparent;
		box-shadow: none;
		position: absolute;
		bottom: 40px;
		left: 67px;
		width: 480px;
		outline: none;
		padding: 0;
	}
	
}

@media (min-width: 992px) and (max-width: 1199px){
	
	.ld-sale .btn-primary:not(:disabled):not(.disabled).active, .ld-sale .btn-primary:not(:disabled):not(.disabled):active, .ld-sale .show > .btn-primary.dropdown-toggle, .ld-sale a.btn-primary, .ld-sale a.btn-primary:visited {
		background: transparent;
		box-shadow: none;
		position: absolute;
		bottom: 25px;
		left: 105px;
		width: 350px;
		outline: none;
		padding: 0;
	}
}

@media (min-width: 768px) and (max-width: 991px){
	
	.ld-sale .container {
		margin: 0px auto;
		max-width: none;
	}
	
	.ld-sale .btn-primary:not(:disabled):not(.disabled).active, .ld-sale .btn-primary:not(:disabled):not(.disabled):active, .ld-sale .show > .btn-primary.dropdown-toggle, .ld-sale a.btn-primary, .ld-sale a.btn-primary:visited {
        background: transparent;
        box-shadow: none;
        position: absolute;
        bottom: 20px;
        left: 105px;
        width: 250px;
        outline: none;
        padding: 0;
	}
	
}

@media screen and (max-width: 767px){
	
	.ld-sale .container{
		padding: 0px 0px 0px 0px;
	}	
	
	.ld-sale .btn-primary:not(:disabled):not(.disabled).active, .ld-sale .btn-primary:not(:disabled):not(.disabled):active, .ld-sale .show > .btn-primary.dropdown-toggle, .ld-sale a.btn-primary, .ld-sale a.btn-primary:visited {
	background: #252525;
        border-radius: 0;
        box-shadow: none;
        outline: none;
        position: absolute;
        bottom: 0;
        left: 50%;
        margin-left: -140px;
        padding: 0;
        width: 290px;
	}
	
}

/**/

.eom-bogo {
	overflow: hidden;
    position: relative;
    padding: 0px 0px 0px 0px;
}

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

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

.eom-bogo .shop-btn {
	position: absolute;
    bottom: 50px;
    right: auto;
    left: 0;
    margin-left: 15px;
}

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

.eom-bogo .shop-btn a:hover,
.eom-bogo .shop-btn .btn-primary:not(:disabled):not(.disabled).active:hover, 
.eom-bogo .shop-btn .btn-primary:not(:disabled):not(.disabled):active:hover, 
.eom-bogo .shop-btn a.btn-primary, .eom-bogo .shop-btn a.btn-primary:visited:hover{
    background: transparent;
}

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

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


@media (min-width: 992px){ 
	
	.eom-bogo:after {
        content: "";
        background: #e7e7e7;
        border-radius: 100%;
        position: absolute;
        height: 800px;
        width: 800px;
        bottom: -150px;
        right: 155px;
        z-index: 1;
    }

}

@media (min-width: 992px) and (max-width: 1199px) {
	
    .eom-bogo:after {
        content: "";
        background: #e7e7e7;
        border-radius: 100%;
        position: absolute;
        height: 600px;
        width: 600px;
        bottom: -150px;
        right: -40px;
        z-index: 1;
    }
	
	.eom-bogo .shop-btn img {
		max-width: 350px;
	}
	
	.eom-bogo .shop-btn {
		position: absolute;
        bottom: 30px;
        right: auto;
        left: 0;
	}
	
	.eom-bogo .shop-btn a,
	.eom-bogo .shop-btn .btn-primary:not(:disabled):not(.disabled).active, .eom-bogo .shop-btn .btn-primary:not(:disabled):not(.disabled):active, .eom-bogo .shop-btn a.btn-primary, .eom-bogo .shop-btn a.btn-primary:visited{
		font-size: 21px;
		padding: 10px 35px;						
	}
	
}

@media (min-width: 768px) and (max-width: 991px) {
	
	.eom-bogo:after {
        content: "";
        background: #e7e7e7;
        border-radius: 100%;
        position: absolute;
        height: 480px;
        width: 480px;
        bottom: -150px;
        right: -40px;
        z-index: 1;
    }
	
	.eom-bogo .shop-btn img {
		max-width: 350px;
	}
	
	.eom-bogo .shop-btn {
        position: absolute;
        bottom: 15px;
        right: auto;
        left: 0;
        margin-left: -40px;
    }
	
	.eom-bogo .shop-btn a,
	.eom-bogo .shop-btn .btn-primary:not(:disabled):not(.disabled).active, .eom-bogo .shop-btn .btn-primary:not(:disabled):not(.disabled):active, .eom-bogo .shop-btn a.btn-primary, .eom-bogo .shop-btn a.btn-primary:visited{
		font-size: 21px;
		padding: 10px 35px;						
	}
	
}

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

/**/

.american-eagle-sale {
	background: #f11c1c;
    position: relative;
    padding: 0px 0px 0px 0px;
}

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

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

.american-eagle-sale .container:after {
    content: "";
    background: #d9d9d9;
	border-radius: 100%;
    height: 900px;
    width: 900px;
    position: absolute;
    top: 182px;
    left: auto;
    z-index: -1;
}

.american-eagle-sale img{
	pointer-events: none;
}

.american-eagle-sale .shop-btn {
    position: absolute;
    bottom: 75px;
    right: auto;
    left: 30px;
    margin-left: 0;
    width: 470px;
    z-index: -1;
}

.american-eagle-sale .btn-wrap {
    pointer-events: auto;
}

.american-eagle-sale .shop-btn a,
.american-eagle-sale .shop-btn .btn-primary:not(:disabled):not(.disabled).active, 
.american-eagle-sale .shop-btn .btn-primary:not(:disabled):not(.disabled):active, 
.american-eagle-sale .shop-btn a.btn-primary, .american-eagle-sale .shop-btn a.btn-primary:visited{
    background: #00ff00;
    border: none;
    border-radius: 0;
    color: #ffffff;
	font-family: "Open Sans", sans-serif;
    font-weight: 800;
    font-size: 34px;
    font-style: normal;
    outline: none;
    padding: 0px;
    text-transform: none;
	width: 470px;
}

#x1 .american-eagle-sale .shop-btn a:hover,
#x1 .american-eagle-sale .shop-btn .btn-primary:not(:disabled):not(.disabled).active:hover, 
#x1 .american-eagle-sale .shop-btn .btn-primary:not(:disabled):not(.disabled):active:hover, 
#x1 .american-eagle-sale .shop-btn a.btn-primary, 
#x1 .american-eagle-sale .shop-btn a.btn-primary:visited:hover{
    background: #00ff00;
    color: #000000;
    border-radius: 0px;
    font-weight: 800;
    font-size: 32px;
    padding: 15px 30px;
    letter-spacing: -1px;
    margin: 0px auto;
}

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

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

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

@media (min-width: 768px) and (max-width: 991px) {
	
	.american-eagle-sale .shop-btn img {
		max-width: 350px;
	}
	
    .american-eagle-sale .shop-btn {
        position: absolute;
        bottom: 30px;
        right: auto;
        left: 18px;
        margin-left: 0;
        width: 260px;
    }
	
	#x1 .american-eagle-sale .shop-btn a,
	#x1 .american-eagle-sale .shop-btn .btn-primary:not(:disabled):not(.disabled).active, 
	#x1 .american-eagle-sale .shop-btn .btn-primary:not(:disabled):not(.disabled):active, 
	#x1 .american-eagle-sale .shop-btn a.btn-primary, 
	#x1 .american-eagle-sale .shop-btn a.btn-primary:visited{
		font-size: 21px;
		padding: 10px 35px;						
	}
	
}

@media (max-width: 767px){
	
	.american-eagle-sale {
		position: relative;
		margin-top: 0px;
	}
	
	.american-eagle-sale:before {
		background: url("../../../uploads/2023/04/vigrx-prods-50-bg.png") no-repeat 0 0/cover;
		position: absolute;
		top: 0px;
		z-index: 1;
	}
	
	.american-eagle-sale .container{
		max-width: 100%;
		margin: 0px;
		padding: 0px;
		position: relative;
		z-index: 2;
	}
	
	.american-eagle-sale .shop-btn {
		position: absolute;
		bottom: 25px;
		right: auto;
		left: 50%;
		margin-left: -45%;
		width: 90%;
		z-index: 2;
	}
	
	#x1 .american-eagle-sale .shop-btn a,
	#x1 .american-eagle-sale .shop-btn .btn-primary:not(:disabled):not(.disabled).active, 
	#x1 .american-eagle-sale .shop-btn .btn-primary:not(:disabled):not(.disabled):active, 
	#x1 .american-eagle-sale .shop-btn a.btn-primary, 
	#x1 .american-eagle-sale .shop-btn a.btn-primary:visited{
		background: #00ff00;
		box-shadow: 0px 0px 10px;
		color: #000000;
		border-radius: 0px;
		font-weight: 800;
		font-size: 32px;
		padding: 15px 30px;
		letter-spacing: -1px;
		margin: 0px auto;
	}
	
}

/**/

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

.groundhog-day-sale:before{
    content: "";
    background: url("../../../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("../../../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("../../../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: #282828;
    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{
	padding-top: 0px;
	position: relative;
}

.newyear-sale:before{
	content:"";
	background: #db4044;
	height: 100%;
	width: 100vw;
	position: absolute;
	top: 0px;
	left: 0px;
	z-index: 1;
}

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

.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: #282828;
    position: absolute;
    bottom: 49px;
    right: 182px;
    border-radius: 0;
    width: 315px;
}

@media screen and (min-width: 992px) and (max-width: 1199px){
	
	.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 {
		bottom: 25px;
		right: 100px;
		width: 300px;
	}
	
}

@media screen and (min-width: 768px) and (max-width: 991px){
	
	.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 {
		bottom: 25px;
		right: 100px;
		width: 200px;
	}
	
}

@media screen and (max-width: 767px){
	
	.newyear-sale{
		padding-top: 30px;
	}
	
	.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 {
		position: absolute;
		bottom: 50px;
		left: 50%;
		width: 300px;
		margin-left: -150px;
	}
	
}

/**/

.site-wide-50{
	background: url("../../../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("../../../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.promo-banner{
		padding-bottom: 100px;
	}
	
	#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("../../../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("../../../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: #ca1c20;
	position: relative;
}

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

#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: 25px;
        margin-left: -97px;
    }
	
	#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: 10px;
        right: auto;
        left: 50%;
        margin-left: -100px;
	}
	
	#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("../../../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("../../../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: 65px;
    left: auto;
    right: 0;
    margin-left: 0;
    margin-right: 320px;
}

#x1 .march-madness-sale .shop-btn a,
#x1 .march-madness-sale .shop-btn .btn-primary:not(:disabled):not(.disabled).active, 
#x1 .march-madness-sale .shop-btn .btn-primary:not(:disabled):not(.disabled):active, 
#x1 .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;
}

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

#x1 .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: 0;
        margin-right: auto;
        right: 185px;
        bottom: 20px;
	}
	
	.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: 0;
        margin-right: auto;
        right: 145px;
        bottom: 12px;
    }
	
	#x1 .march-madness-sale .shop-btn a,
	#x1 .march-madness-sale .shop-btn .btn-primary:not(:disabled):not(.disabled).active, 
	#x1 .march-madness-sale .shop-btn .btn-primary:not(:disabled):not(.disabled):active, 
	#x1 .march-madness-sale .shop-btn a.btn-primary, 
	#x1 .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("../../../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: 20px;
		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;		
	}
	
}

/**/

.black-friday-sale{
	position: relative;
}

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

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

.black-friday-sale .shop-btn {
    position: absolute;
    bottom: 15px;
    right: auto;
    left: 35px;
    margin-left: 0;
}

#x1 .black-friday-sale .shop-btn a,
#x1 .black-friday-sale .shop-btn .btn-primary:not(:disabled):not(.disabled).active, 
#x1 black-friday-sale .shop-btn .btn-primary:not(:disabled):not(.disabled):active, 
#x1 .black-friday-sale .shop-btn a.btn-primary, #x1 .black-friday-sale .shop-btn a.btn-primary:visited{
    background: transparent;
    border: none;
    border-radius: 0;
    color: #de0e16;
    font-size: 18px;
    font-weight: normal;
    outline: none;
    padding: 0px;
    text-transform: none;
    width: 440px;
}

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


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

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

@media (min-width: 992px) and (max-width: 1199px) {
	
	.black-friday-sale .shop-btn img {
		max-width: 300px;
	}
	
	.black-friday-sale .shop-btn {
		bottom: 5px;
		left: 40px;
		margin-left: -65px;
	}
	
	#x1 .black-friday-sale .shop-btn a,
	#x1 .black-friday-sale .shop-btn .btn-primary:not(:disabled):not(.disabled).active, 
	#x1 .black-friday-sale .shop-btn .btn-primary:not(:disabled):not(.disabled):active, 
	#x1 .black-friday-sale .shop-btn a.btn-primary, 
	#x1 .black-friday-sale .shop-btn a.btn-primary:visited{
		font-size: 21px;
		padding: 10px 35px;		
		width: 440px;
	}
	
}

@media (min-width: 768px) and (max-width: 991px) {
	
    .black-friday-sale .shop-btn img {
        max-width: 200px;
    }
	
    .black-friday-sale .shop-btn {
        bottom: 15px;
        left: -5px;
        margin-left: -65px;
    }
	
	.black-friday-sale .shop-btn a,
	.black-friday-sale .shop-btn .btn-primary:not(:disabled):not(.disabled).active, .black-friday-sale .shop-btn .btn-primary:not(:disabled):not(.disabled):active, .black-friday-sale .shop-btn a.btn-primary, .black-friday-sale .shop-btn a.btn-primary:visited{
		font-size: 21px;
		padding: 10px 35px;		
		width: 440px;					
	}
	
}

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

/**/

.eom-sale-45 {
	overflow: hidden;
    position: relative;
    padding: 0px 0px 0px 0px;
}

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

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

.eom-sale-45 .shop-btn {
    position: absolute;
    bottom: 20px;
    right: auto;
    left: 0;
    margin-left: -30px;
}

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

.eom-sale-45 .shop-btn a:hover,
.eom-sale-45 .shop-btn .btn-primary:not(:disabled):not(.disabled).active:hover, 
.eom-sale-45 .shop-btn .btn-primary:not(:disabled):not(.disabled):active:hover, 
.eom-sale-45 .shop-btn a.btn-primary, .eom-sale-45 .shop-btn a.btn-primary:visited:hover{
    background: transparent;
}

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

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


@media (min-width: 992px){ 
	
	.eom-sale-45:after {
        content: "";
        background: #e7e7e7;
        border-radius: 100%;
        position: absolute;
        height: 800px;
        width: 800px;
        bottom: -150px;
        right: 155px;
        z-index: 1;
    }

}

@media (min-width: 992px) and (max-width: 1199px) {
	
    .eom-sale-45:after {
        content: "";
        background: #e7e7e7;
        border-radius: 100%;
        position: absolute;
        height: 600px;
        width: 600px;
        bottom: -150px;
        right: -40px;
        z-index: 1;
    }
	
	.eom-sale-45 .shop-btn img {
		max-width: 350px;
	}
	
	.eom-sale-45 .shop-btn {
		position: absolute;
        bottom: 30px;
        right: auto;
        left: 0;
	}
	
	.eom-sale-45 .shop-btn a,
	.eom-sale-45 .shop-btn .btn-primary:not(:disabled):not(.disabled).active, .eom-sale-45 .shop-btn .btn-primary:not(:disabled):not(.disabled):active, .eom-sale-45 .shop-btn a.btn-primary, .eom-sale-45 .shop-btn a.btn-primary:visited{
		font-size: 21px;
		padding: 10px 35px;						
	}
	
}

@media (min-width: 768px) and (max-width: 991px) {
	
	.eom-sale-45:after {
        content: "";
        background: #e7e7e7;
        border-radius: 100%;
        position: absolute;
        height: 480px;
        width: 480px;
        bottom: -150px;
        right: -40px;
        z-index: 1;
    }
	
	.eom-sale-45 .shop-btn img {
		max-width: 350px;
	}
	
	.eom-sale-45 .shop-btn {
        position: absolute;
        bottom: 15px;
        right: auto;
        left: 0;
        margin-left: -40px;
    }
	
	.eom-sale-45 .shop-btn a,
	.eom-sale-45 .shop-btn .btn-primary:not(:disabled):not(.disabled).active, .eom-sale-45 .shop-btn .btn-primary:not(:disabled):not(.disabled):active, .eom-sale-45 .shop-btn a.btn-primary, .eom-sale-45 .shop-btn a.btn-primary:visited{
		font-size: 21px;
		padding: 10px 35px;						
	}
	
}

@media (max-width: 767px){
	
	
	.eom-sale-45 {
		position: relative;
		margin-top: 0px;
	}
	
	.eom-sale-45:before {
		background: url("../../../uploads/2023/04/vigrx-prods-50-bg.png") no-repeat 0 0/cover;
		position: absolute;
		top: 0px;
		z-index: 1;
	}
	
	.eom-sale-45 .container{
		max-width: 100%;
		margin: 0px;
		padding: 0px;
		position: relative;
		z-index: 2;
	}
	
	.eom-sale-45 .shop-btn {
		position: absolute;
		bottom: 10px;
		right: auto;
		left: 50%;
		margin-left: -45%;
		width: 90%;
	}
	
	.eom-sale-45 .shop-btn a,
	.eom-sale-45 .shop-btn .btn-primary:not(:disabled):not(.disabled).active, .eom-sale-45 .shop-btn .btn-primary:not(:disabled):not(.disabled):active, .eom-sale-45 .shop-btn a.btn-primary, .eom-sale-45 .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: 110px;
    right: 225px;
}

.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: 0px;
        margin-bottom: -70px;
    }
	
	.eom-sale:before {
		background: url("../../../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("https://www.vigrx.com/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 a {
	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 a{
		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 a {
		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 a {
		font-size: 32px;
		padding: 15px 35px;
		margin: 0px auto;
		text-transform: none;
	}
	
}

/**/

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

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

.vip-sale .shop-btn {
	position: absolute;
    bottom: 40px;
    left: 135px;
    width: 315px;
}

.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 .show > .btn-primary.dropdown-toggle, 
.vip-sale .shop-btn a.btn-primary, 
.vip-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;
}

#x1 .vip-sale .shop-btn a {
    font-size: 28px;
    font-weight: normal;
    padding: 15px 50px;
    border-radius: 10px;
    color: #ed1c24;
    background: #ffffff;
    text-shadow: none;
    border-radius: 0;
    width: 100%;
    text-transform: none;
}

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

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

	.vip-sale img{
		max-width: 100%;
	}
	
	.vip-sale .shop-btn {
		bottom: 5px;
		margin-left: -65px;
        width: 260px;
	}
	
	.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 .show > .btn-primary.dropdown-toggle, 
	.vip-sale .shop-btn a.btn-primary, 
	.vip-sale .shop-btn a.btn-primary:visited {
		padding: 12px 30px 12px 30px;
	}
	
}

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

	.vip-sale img{
		max-width: 100%;
	}
	
	.vip-sale .shop-btn {
        bottom: 6px;
        margin-left: -153px;
        left: 210px;
        width: 185px;
	}
	
	#x1 .vip-sale .shop-btn a,
	#x1 .vip-sale .shop-btn .btn-primary:not(:disabled):not(.disabled).active, 
	#x1 .vip-sale .shop-btn .btn-primary:not(:disabled):not(.disabled):active, 
	#x1 .vip-sale .shop-btn .show > .btn-primary.dropdown-toggle, 
	#x1 .vip-sale .shop-btn a.btn-primary, 
	#x1 .vip-sale .shop-btn a.btn-primary:visited {
		font-size: 21px;
		padding: 10px 30px;
	}
	
}

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

	.vip-sale:before{
		display: none;
	}
	
	.vip-sale .container{
		max-width: 100%;
		margin: 0px;
		padding: 0px;
	}
	
	.vip-sale .shop-btn {
        position: absolute;
        bottom: 25px;
        right: auto;
        left: 50%;
        margin-left: -140px;
        width: 280px;
	}
	
	.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 .show > .btn-primary.dropdown-toggle, 
	.vip-sale .shop-btn a.btn-primary, 
	.vip-sale .shop-btn a.btn-primary:visited {
		font-size: 32px;
		padding: 15px 35px;
		margin: 0px auto;	
		width: 260px;
	}
	
}

/**/

.vip-bogo-sale {
	background: #000000;
    position: relative;
    padding: 0px 0px 0px 0px;
}

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

.vip-bogo-sale .shop-btn {
    position: absolute;
    bottom: 40px;
    left: 203px;
    width: 315px;
}

.vip-bogo-sale .shop-btn .btn-primary:not(:disabled):not(.disabled).active, 
.vip-bogo-sale .shop-btn .btn-primary:not(:disabled):not(.disabled):active, 
.vip-bogo-sale .shop-btn .show > .btn-primary.dropdown-toggle, 
.vip-bogo-sale .shop-btn a.btn-primary, 
.vip-bogo-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;
}

#x1 .vip-bogo-sale .shop-btn a {
    font-size: 28px;
    font-weight: normal;
    padding: 15px 50px;
    border-radius: 10px;
    color: #ed1c24;
    background: #ffffff;
    text-shadow: none;
    border-radius: 0;
    width: 100%;
    text-transform: none;
}

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

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

	.vip-bogo-sale img{
		max-width: 100%;
	}
	
	.vip-bogo-sale .shop-btn {
		bottom: 5px;
		margin-left: -80px;
        width: 260px;
	}
	
	.vip-bogo-sale .shop-btn .btn-primary:not(:disabled):not(.disabled).active, 
	.vip-bogo-sale .shop-btn .btn-primary:not(:disabled):not(.disabled):active, 
	.vip-bogo-sale .shop-btn .show > .btn-primary.dropdown-toggle, 
	.vip-bogo-sale .shop-btn a.btn-primary, 
	.vip-bogo-sale .shop-btn a.btn-primary:visited {
		padding: 12px 30px 12px 30px;
	}
	
}

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

	.vip-bogo-sale img{
		max-width: 100%;
	}
	
	.vip-bogo-sale .shop-btn {
        bottom: 5px;
        left: 95px;
        width: 185px;
    }
	
	#x1 .vip-bogo-sale .shop-btn a,
	#x1 .vip-bogo-sale .shop-btn .btn-primary:not(:disabled):not(.disabled).active, 
	#x1 .vip-bogo-sale .shop-btn .btn-primary:not(:disabled):not(.disabled):active, 
	#x1 .vip-bogo-sale .shop-btn .show > .btn-primary.dropdown-toggle, 
	#x1 .vip-bogo-sale .shop-btn a.btn-primary, 
	#x1 .vip-bogo-sale .shop-btn a.btn-primary:visited {
		font-size: 21px;
		padding: 10px 30px;
	}
	
}

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

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

/**/

.eom-bogo-sale {
	background: #e9e9e9;
    position: relative;
    padding: 0px 0px 0px 0px;
}

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

.eom-bogo-sale .shop-btn {
    position: absolute;
    bottom: 40px;
    left: 203px;
    width: 315px;
}

.eom-bogo-sale .shop-btn .btn-primary:not(:disabled):not(.disabled).active, 
.eom-bogo-sale .shop-btn .btn-primary:not(:disabled):not(.disabled):active, 
.eom-bogo-sale .shop-btn .show > .btn-primary.dropdown-toggle, 
.eom-bogo-sale .shop-btn a.btn-primary, 
.eom-bogo-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;
}

#x1 .eom-bogo-sale .shop-btn a {
	background: #00ff00;
	border: none;
	border-radius: 0px;
	font-size: 28px;
    font-weight: normal;
    color: #000000;
    text-shadow: none;
	padding: 15px 50px;
    width: 100%;
    text-transform: none;
}

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

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

	.eom-bogo-sale img{
		max-width: 100%;
	}
	
	.eom-bogo-sale .shop-btn {
		bottom: 5px;
		margin-left: -80px;
        width: 260px;
	}
	
	.eom-bogo-sale .shop-btn .btn-primary:not(:disabled):not(.disabled).active, 
	.eom-bogo-sale .shop-btn .btn-primary:not(:disabled):not(.disabled):active, 
	.eom-bogo-sale .shop-btn .show > .btn-primary.dropdown-toggle, 
	.eom-bogo-sale .shop-btn a.btn-primary, 
	.eom-bogo-sale .shop-btn a.btn-primary:visited {
		padding: 12px 30px 12px 30px;
	}
	
}

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

	.eom-bogo-sale img{
		max-width: 100%;
	}
	
	.eom-bogo-sale .shop-btn {
        bottom: 5px;
        left: 95px;
        width: 185px;
    }
	
	#x1 .eom-bogo-sale .shop-btn a,
	#x1 .eom-bogo-sale .shop-btn .btn-primary:not(:disabled):not(.disabled).active, 
	#x1 .eom-bogo-sale .shop-btn .btn-primary:not(:disabled):not(.disabled):active, 
	#x1 .eom-bogo-sale .shop-btn .show > .btn-primary.dropdown-toggle, 
	#x1 .eom-bogo-sale .shop-btn a.btn-primary, 
	#x1 .eom-bogo-sale .shop-btn a.btn-primary:visited {
		font-size: 21px;
		padding: 10px 30px;
	}
	
}

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

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

/**/

.april-fools-sale {
	background: #000000;
    position: relative;
    padding: 0px 0px 0px 0px;
}

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

.april-fools-sale .shop-btn {
    position: absolute;
    bottom: 75px;
    left: 210px;
    width: 315px;
}

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

#x1 .april-fools-sale .shop-btn a {
    font-size: 28px;
    font-weight: normal;
    padding: 15px 50px;
    border-radius: 10px;
    color: #ed1c24;
    background: #ffffff;
    text-shadow: none;
    border-radius: 0;
    width: 100%;
    text-transform: none;
}

@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: 100%;
	}
	
	.april-fools-sale .shop-btn {
		bottom: 15px;
        margin-left: -120px;
	}
	
	.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: 100%;
	}
	
	.april-fools-sale .shop-btn {
        bottom: 6px;
        margin-left: -153px;
		left: 210px;
    	width: 255px;
	}
	
	.april-fools-sale .shop-btn a,
	.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: 24px;
		padding: 10px 30px 10px 30px;
	}
	
}

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

	.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: -158px;
	}
	
	.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;	
		width: 260px;
	}
	
}

/**/

.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("https://www.vigrx.com/wp-content/themes/lehcart/images/home/check-white.png");
}

.custom-list.list-check-black li:before {
  background-image: url("https://www.vigrx.com/wp-content/themes/lehcart/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;
  }
}


@media (min-width: 1400px) {
	
	#x1 .container{
		max-width: 1400px;
	}
	
}

/* 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;
  }
}

/* Custom CSS for Masonry Layout */

.masonry-grid {
	display: flex;
	flex-wrap: wrap;
	margin-left: -15px; /* adjust the negative margin to account for the gutter */
}

.masonry-item {
	margin-bottom: 50px;
	padding-left: 15px; /* adjust the padding to create the gutter */
	box-sizing: border-box;
}

.trust-pilot{
	padding: 0px 0px 0px 0px;
}

.trust-pilot .header{
	margin-bottom: 10px;
	text-align: center;
}

.trust-pilot .title{
	font-size: 46px;
	font-weight: 600;
	line-height: 1.3em;
	margin-bottom: 15px;
}

.trust-pilot .title strong {
    font-weight: 800;
}

.trust-pilot .header img{
	display: block;
	margin: 0px auto 50px auto;
}

.trust-pilot blockquote{
	background: #f8f5db;
	border-radius: 30px;
	margin: 0px 5px 15px 5px;
	padding: 30px 30px 30px 30px;
	position: relative;
}

.trust-pilot blockquote:before{
	content: "";
	background: url("../../../uploads/2024/10/tp-quote.png") no-repeat 0 0/cover;
	height: 58px;
	width: 67px;
	position: absolute;
	top: -30px;
	left: 10px;
}

.trust-pilot blockquote h3{
    font-size: 26px;
    font-style: normal;
    text-align: left;
    line-height: 1.2em;
    margin-bottom: 10px;
}

.trust-pilot cite{
	font-size: 18px;
	font-style: normal;
}

.trust-pilot .tp-stars{
	margin-bottom: 20px;
}

.trust-pilot .vb{
	float: right;
	margin-top: 10px;
}

.trust-pilot .shop-btn {
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: center;
    padding-top: 20px;
}

.trust-pilot .shop-btn > a {
    margin-bottom: 15px;
    text-transform: uppercase;
    width: 285px;
}

.trust-pilot .fans {
	background: rgb(218,230,235);
	background: linear-gradient(180deg, rgba(218,230,235,1) 0%, rgba(255,255,255,1) 50%, rgba(255,255,255,1) 100%);
	padding: 40px 0px 40px 0px;
	position: relative;
}

.trust-pilot .fans .d-flex{
	flex-wrap: wrap;
}

.trust-pilot .fans .container > h3{
	color: #ffffff;
	font-size: 44px;
}

.trust-pilot .fans .container > h4{
	font-size: 40px;
	font-style: italic;
	margin-bottom: 40px;
}

.trust-pilot .fans .container > h4 > a{
	color: #ffffff;
	font-size: 22px;
	font-style: normal;
	margin-left: 15px;
	width: 260px;
}

.trust-pilot .fans .container > h3,
.trust-pilot .fans .container > h4{
	color: #ffffff;
	text-align: center;
}

.trust-pilot .fans img{
    display: block;
	align-self: flex-start;
    margin: 5px;
    width: calc(20% - 10px);
}

@media (min-width: 992px) and (max-width: 1199px){
	
	.trust-pilot .title {
		font-size: 36px;
		margin-bottom: 10px;
	}

	.trust-pilot blockquote h3 {
		font-size: 21px;
		margin-bottom: 10px;
	}
	
	.trust-pilot blockquote:before {
		height: 45px;
		width: 54px;
		top: -24px;
	}
	
}

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

	.trust-pilot .fans{
		padding-top: 30px;
		padding-bottom: 0px;
	}
	
	.trust-pilot .fans .container > h3{
		font-size: 38px;
		margin-bottom: 20px;
	}

	.trust-pilot .fans .container > h4{
		font-size: 32px;
		margin-bottom: 30px;
	}

    .trust-pilot .fans .container > h4 > a {
        font-size: 22px;
        margin-top: 0px;
        margin-left: 15px;
		padding: 20px 15px;
        width: 250px;
    }
	
	.trust-pilot .fans img {
		width: calc(33% - 10px);
		position: relative;
		z-index: 2;
	}
	
	.trust-pilot .fans img:nth-child(7), .trust-pilot .fans img:nth-child(9){
		margin-left: 3%;
	}
	
	.trust-pilot .fans .d-flex{
		justify-content: center;
		position: relative;
		padding: 20px 0px 0px 0px;
	}
	
	.trust-pilot .fans .d-flex:before{
		content: "";
		background: #1a1a1a;
		position: absolute;
		top: 0px;
		left: -15px;
		height: 87%;
		width: calc(100% + 30px);
		z-index: 1;
	}
	
}

@media screen and (max-width: 767px){
	
	.masonry-grid.slick-slider {
		max-width: 100%;
		overflow: hidden;
	}

	.masonry-item{
		margin-bottom: 15px;
		padding: 0px 15px;
	}
	
	.trust-pilot{
		padding-top: 30px;
		padding-bottom: 30px;
	}
	
	.trust-pilot .title {
		font-size: 26px;
		margin-bottom: 10px;
		max-width: 320px;
	}
	
	.trust-pilot .header img {
		display: block;
		margin: 10px auto 30px auto;
	}
	
	.trust-pilot blockquote{
		margin-bottom: 10px;
		padding: 30px 20px 30px 20px;
	}
	
	.trust-pilot blockquote:before{
		display: none;
	}
	
	.trust-pilot blockquote h3{
		font-size: 21px;
		text-align: left;
	}
	
	.trust-pilot p{
		display: -webkit-box;
		line-height: 1.3em;
		-webkit-line-clamp: 3;
		-webkit-box-orient: vertical;
		overflow: hidden;
		text-overflow: ellipsis;
		white-space: normal;
	}
	
	.trust-pilot .vb{
		position: relative;
		top: -3px;
	}
	
	.trust-pilot .tp-stars{
		width: 100px;
	}
	
	.trust-pilot .slick-dots{
		bottom: 0;
	}
	
	.trust-pilot .slick-dots li button{
		border: solid 1px #a1a1a1;
	}
	
	.trust-pilot .slick-dots li button{
		background: transparent;
	}
	
	.trust-pilot .slick-dots li.slick-active button {
		background: #b3b3b3;
	}
	
	.trust-pilot cite {
		font-size: 16px;
		font-style: normal;
		text-transform: uppercase;
	}
	
	.trust-pilot .fans{
		padding-top: 30px;
		padding-bottom: 0px;
	}
	
	.trust-pilot .fans .container > h3{
		font-size: 32px;
		margin-bottom: 0px;
	}

	.trust-pilot .fans .container > h3 strong{
		display: block;
	}

	.trust-pilot .fans .container > h4{
		font-size: 28px;
		margin-bottom: 30px;
	}

    .trust-pilot .fans .container > h4 > a {
        font-size: 19px;
        margin-top: 20px;
        margin-left: 15px;
		padding: 15px;
        width: 250px;
    }
	
	.trust-pilot .fans img {
		width: calc(33% - 10px);
		position: relative;
		z-index: 2;
	}
	
	.trust-pilot .fans img:nth-child(7), .trust-pilot .fans img:nth-child(9){
		margin-left: 3%;
	}
	
	.trust-pilot .fans .d-flex{
		justify-content: center;
		position: relative;
		padding: 20px 0px 0px 0px;
	}
	
	.trust-pilot .fans .d-flex:before{
		content: "";
		background: #1a1a1a;
		position: absolute;
		top: 0px;
		left: -15px;
		height: 87%;
		width: calc(100% + 30px);
		z-index: 1;
	}
}

/**/

