
#product-tabs h2{
	font-size: 38px;
}

#product-tabs p, .description-wrap p {
    margin-bottom: 40px;
    font-size: 18px;
}

#product-tabs p:last-child{
    margin-bottom: 0px;
}

@media screen and (max-width: 767px){
	
	#product-tabs h2{
		font-size: 26px;
	}
	
	#product-tabs p, .description-wrap p {
		margin-bottom: 20px;
		font-size: 16px;
	}

}

/**/

.section-1{
	padding-bottom: 40px;
}

#product-tabs .section-1 .title {
    color: #333132;
    font-weight: 600;
	margin-bottom: 30px;
}

@media screen and (min-width:992px){
	
	.section-1 .d-flex{
		align-items: flex-start;
	}
	
	.section-1 .left-col{
		padding-right: 40px;
		width: 50%;
	}

	.section-1 .right-col{
		width: 50%;
	}
	
}

@media screen and (max-width:991px){
	
	.section-1 .d-flex {
		flex-direction: column;
	}
	
	#product-tabs .section-1 .title {
		max-width: 420px;
		margin: 0px auto 30px auto;
		text-align: center;
	}
	
	.section-1 .left-col{
		padding-bottom: 30px;
	}
	
	.section-1 .right-col{
		text-align: center;
	}
	
}

@media screen and (max-width:767px){
	
	#product-tabs .section-1 .title{
		max-width: 320px;
		margin-bottom: 20px;
	}
	
}

/**/

.section-2{
	background: #0b234f;
	border-radius: 30px;
	margin-bottom: 40px;
	padding-bottom: 0px;
	overflow: hidden;
}

#product-tabs .section-2 .title {
    color: #ffffff;
    font-weight: 600;
	margin-bottom: 30px;
}

#product-tabs .section-2 p{
	color: #ffffff;
	margin-bottom: 20px;
}

.section-2 .d-flex{
	align-items: flex-start;
}

.section-2 .left-col{
	order: 2;
	padding: 40px 40px 0px 40px;
	width: 50%;
}

.section-2 .right-col{
	order: 1;
	width: 50%;
}

@media screen and (min-width:992px) and (max-width:1199px){
	
	.section-2 .right-col{
		width: 50%;
	}
	
	.section-2 .left-col {
        width: 50%;
        position: relative;
        z-index: 2;
	}
	
    .section-2 .right-col img {
        max-width: none;
        position: relative;
        right: 145px;
        z-index: 1;
        height: 100%;
        width: auto;
    }
	
}

@media screen and (max-width:991px){
	
	.section-2 .d-flex {
		flex-direction: column-reverse;
	}
	
	.section-2 .left-col{
		padding: 30px;
		width: 100%;
	}
	
	.section-2 .right-col{
		width: 100%;
	}
}

@media screen and (max-width:767px){
	
	.section-2 {
		border-radius: 20px;
	}
	
	#product-tabs .section-2 .title{
		margin-bottom: 20px;
		text-align: center;
	}
	
	.section-2 .left-col {
        padding: 20px;
    }
}

/**/

.section-3{
    background: #f44945;
    border-radius: 0px;
    margin-bottom: 40px;
    padding-bottom: 0px;
	position: relative;
}

.section-3:before {
    content: "";
    background: #f44945;
    position: absolute;
    top: 0;
    left: calc(50% + -50vw);
    height: 100%;
    width: 100vw;
    z-index: 1;
}

.section-3 .d-flex{
	position: relative;
	z-index: 2;
}

#product-tabs .section-3 .title {
    color: #ffffff;
    font-weight: 600;
	margin-bottom: 30px;
}

#product-tabs .section-3 p{
	color: #ffffff;
	margin-bottom: 30px;
}

.section-3 .d-flex{
	align-items: flex-start;
}

.section-3 .left-col{
	order: 1;
	padding: 40px 40px 0px 40px;
	width: 55%;
}

.section-3 .right-col{
	order: 2;
	width: 45%;
}

.section-3 .right-col img{
	max-width: none;
}

@media screen and (min-width:992px) and (max-width:1199px){
	
	.section-3 .left-col{
		padding: 30px 30px 0px 0px;
	}
	
	#product-tabs .section-3 .title {
		font-size: 32px;
		margin-bottom: 20px;
	}
	
}

@media screen and (max-width:991px){
	
	.section-3 .d-flex {
		flex-direction: column;
	}
	
	.section-3 .left-col{
		padding: 30px 0px 30px 0px;
		width: 100%;
	}
	
	.section-3 .right-col{
		width: 100%;
	}
	
	.section-3 .right-col img {
        max-width: 100vw;
        margin-left: -39px;
    }
	
}

@media screen and (max-width:767px){
	
	.section-3{
		margin-bottom: 30px;
	}
	
	.section-3 .left-col{
		padding-bottom: 0px;
	}
	
	#product-tabs .section-3 .title{
		margin-bottom: 20px;
		text-align: center;
	}
	
    .section-3 .right-col img {
        max-width: 100vw;
        margin-left: -15px;
    }
	
}

/**/

.section-4{
	padding-bottom: 40px;
}

#product-tabs .section-4 .title {
    color: #333132;
    font-weight: 600;
	margin-bottom: 40px;
	text-align: center;
}

.section-4 .d-flex{
	align-items: flex-start;
}

.section-4 .left-col{
	order: 2;
	padding-left: 40px;
	width: 50%;
}

.section-4 .right-col{
	text-align: right;
	order: 1;
	width: 50%;
}

.section-4 li{
	font-size: 18px;
	font-weight: 600;
	margin-bottom: 10px;
}

.section-4 li::marker{
	color: #f44945;
	font-size: 21px;
}

@media screen and (min-width:992px) and (max-width:1199px){
	
}

@media screen and (max-width:991px){
	
	#product-tabs .section-4 .title {
		margin-bottom: 0;
	}
	
	.section-4 .d-flex {
		flex-direction: column-reverse;
	}
	
	.section-4 .left-col{
		padding: 30px 0px 30px 0px;
		width: 100%;
	}
	
	.section-4 .right-col{
		width: 100%;
	}
	
	.section-4 .right-col img {
		display: block;
        margin: 0px auto 0px auto;
		width: auto;
    }
	
}

@media screen and (max-width:767px){
	
	.section-4{
		margin-bottom: 0px;
	}
	
	.section-4 .left-col{
		padding-top: 0px;
	}
	
	#product-tabs .section-4 .title{
		font-size: 24px;
		line-height: 1.5em;
		margin-bottom: 0px;
		text-align: center;
	}
	
    .section-4 .right-col img {
        max-width: 100%;
    }
	
}

/**/

.section-5{
	background: #f44945;
	padding: 40px 0px 40px 0px;
	position: relative;
}

.section-5:before {
    content: "";
    background: #f44945;
    position: absolute;
    top: 0;
    left: calc(50% + -50vw);
    height: 100%;
    width: 100vw;
    z-index: 1;
}

.section-5 .title,
.section-5 .d-flex{
	position: relative;
	z-index: 2;
}

#product-tabs .section-5 .title{
	color: #ffffff;
}

#product-tabs .section-5 p{
	color: #ffffff;
}

.section-5 .d-flex{
	align-items: center;
    justify-content: center;
    margin-bottom: 40px;
    padding: 0px 20px 0px 20px;
    position: relative;
}

.section-5 .ingredients{
    margin: 0px auto 0px auto;
	max-width: 1200px;
}

.section-5 .ingredients .d-flex:after{
	content: "";
	background: #0b234f;
	border-radius: 30px;
	height: 80%;
	width: 100%;
	position: absolute;
	top: 10%;
	left: 0;
}

.section-5 .ingredients .inner-wrap{
    flex-basis: 800px;
    padding-left: 40px;
	padding-top: 0px;
    position: relative;
    z-index: 3;
}

.ingredients .image{
    width: 301px;
    position: relative;
    z-index: 2;
}

#product-tabs .ingredients .sub-title{
	color: #ffffff;
}

@media screen and (min-width: 1200px){
	
	.section-5 .left-col{
		padding-left: 40px;
	}
	
}

@media screen and (min-width:992px) and (max-width:1199px){
	
}

@media screen and (max-width:991px){
	
	.section-5 .ingredients .d-flex:after {
		height: 100%;
		top: 0;
	}
	
	.section-5 .ingredients .inner-wrap {
		padding-left: 30px;
		padding-top: 30px;
		padding-bottom: 30px;
	}

}

@media screen and (max-width:767px){
	
	.section-5{
		padding: 30px 0px 30px 0px;
	}
	
	#product-tabs .section-5 .title {
		text-align: center;
	}
	
	.section-5 .d-flex{
		flex-direction: column;
		margin-bottom: 50px;
		padding: 0px;
	}
	
	.section-5 .left-col{
		padding-bottom: 30px;
	}
	
	.section-5 .right-col img{
		position: relative;
		left: -30px;
	}
	
	.section-5 .ingredients .inner-wrap {
        padding: 20px;
        flex-basis: auto;
    }
	
	.section-5 .ingredients .image{
		display: block;
		max-width: 200px;
		margin: -30px auto 0px auto;
	}
	
	#product-tabs .ingredients .sub-title {
		text-align: center;
	}
	
	.section-5 .d-flex:last-of-type{
		margin-bottom: 0px;
	}
}

/**/

.section-6{
	padding: 40px 0px 40px 0px;
}

.section-6 .d-flex{
	justify-content: center;
}

.section-6 .image{
	
}

.section-6 .inner-wrap{
	padding-left: 40px;
}

.section-6 li::marker{
	color: #f44945;
	font-size: 21px;
}

.section-6 li{
	font-size: 18px;
	font-weight: 600;
	margin-bottom: 20px;
}

.section-6 .sub-title{
	font-size: 34px;
}

@media screen and (min-width:992px) and (max-width:1199px){
	
}

@media screen and (min-width:768px) and (max-width:991px){
	
}

@media screen and (max-width:767px){
	
	.section-6 {
		padding: 30px 0px 30px 0px;
	}
	
	.section-6 .image {
		text-align: center;
	}
	
	.section-6 .d-flex{
		flex-direction: column-reverse;
	}
	
	.section-6 .inner-wrap {
		padding-left: 15px;
	}

	#product-tabs .section-6 ul{
		margin-left: 0;
	}
	
}

/**/

.section-7{
	background: #0b234f;
	padding: 40px 0px 40px 0px;
	position: relative;
}

.section-7:before {
    content: "";
    background: #0b234f;
    position: absolute;
    top: 0;
    left: calc(50% + -50vw);
    height: 100%;
    width: 100vw;
    z-index: 1;
}

#product-tabs .section-7 .title{
	color: #ffffff;
	margin-bottom: 40px;
	text-align: center;
	position: relative;
	z-index: 3;
}

.section-7 .d-flex{
	justify-content: center;
	position: relative;
	z-index: 2;
}

.section-7 .inner-wrap{
	padding-right: 40px;
	width: 50%;
}

.section-7 .image{
	width: 50%;
}

.section-7 li::marker{
	color: #f44945;
	font-size: 21px;
}

.section-7 ul{
	margin: 0px 0px 30px 0px;
}

.section-7 li{
	color: #ffffff;
	font-size: 18px;
	font-weight: 600;
	margin-bottom: 10px;
}

#product-tabs .section-7 p{
	color: #ffffff;
	font-size: 18px;
}

@media screen and (min-width:992px) and (max-width:1199px){
	
}

@media screen and (min-width:768px) and (max-width:991px){
	
}

@media screen and (max-width:991px){
	
	#product-tabs .section-7 .title{
		margin-bottom: 20px;
	}
	
	.section-7 .d-flex{
		flex-direction: column;
	}
	
	.section-7 .inner-wrap{
		padding-bottom: 30px;
		padding-right: 0px;
		width: 100%;
	}
	
	.section-7 .image{
		text-align: center;
		width: 100%;
	}
	
	.section-7 .image img{
		margin: 0px auto;
		max-width: 300px;
	}

}

@media screen and (max-width:767px){
	
	.section-7{
		padding: 30px 0px 30px 0px;
	}
	
}

/**/

.section-8{
	padding: 40px 0px 40px 0px;
	position: relative;
}

.section-8 .title,
.section-8 .d-flex{
	position: relative;
	z-index: 2;
}

.section-8 .d-flex:last-of-type{
	margin-bottom: 0;
}

#product-tabs .section-8 .title{
	color: #ffffff;
}

#product-tabs .section-8 p{
	color: #ffffff;
}

.section-8 .d-flex{
	align-items: flex-start;
    justify-content: center;
    margin-bottom: 40px;
    padding: 40px 20px 40px 20px;
    position: relative;
}

.section-8 .results{
    margin: 0px auto 0px auto;
	max-width: 1200px;
}

.section-8 .results .d-flex:after{
	content: "";
	background: #0b234f;
	border-radius: 30px;
	height: 100%;
	width: 100%;
	position: absolute;
	top: 0;
	left: 0;
}

.section-8 .results .d-flex:nth-child(2):after{
	background: #f44945;
}

.results .inner-wrap{
    flex-basis: 800px;
    padding-left: 40px;
    position: relative;
    z-index: 3;
}

.results .image{
    width: 301px;
    position: relative;
    z-index: 2;
}

#product-tabs .results .sub-title{
	color: #ffffff;
}

@media screen and (min-width: 1200px){
	
	.results .image{
		position: relative;
		top: -50px;	
	}
	
	.section-8 .left-col{
		padding-left: 40px;
	}
	
}

@media screen and (min-width:992px) and (max-width:1199px){
	
}

@media screen and (min-width:768px) and (max-width:991px){
	
}


@media screen and (max-width:767px){
	
	.section-8{
		padding: 30px 0px 30px 0px;
	}
	
	#product-tabs .section-8 .title {
		text-align: center;
	}
	
	.section-8 .d-flex{
		flex-direction: column;
		margin-bottom: 50px;
		padding: 0px;
	}
	
	.section-8 .left-col{
		padding-bottom: 30px;
	}
	
	.section-8 .right-col img{
		position: relative;
		left: -30px;
	}
	
	.section-8 .results{
		padding-top: 30px;
	}
	
	.section-8 .results .inner-wrap {
        padding: 20px;
        flex-basis: auto;
    }
	
	.section-8 .results .image{
		display: block;
		max-width: 200px;
		margin: -30px auto 0px auto;
	}
	
	#product-tabs .results .sub-title {
		text-align: center;
	}
	
	.section-8 .d-flex:last-of-type{
		margin-bottom: 0px;
	}
}
/**/

.section-9{
	padding-bottom: 40px;
}

#product-tabs .section-9 .title {
    color: #333132;
    font-weight: 600;
	margin-bottom: 40px;
	text-align: center;
}

.section-9 .d-flex{
	align-items: flex-start;
}

.section-9 .left-col{
	order: 2;
	padding-left: 40px;
	width: 50%;
}

.section-9 .right-col{
	text-align: right;
	order: 1;
	width: 50%;
}

@media screen and (min-width:992px) and (max-width:1199px){
	
}

@media screen and (min-width:768px) and (max-width:991px){
	
}

@media screen and (max-width:991px){
	
	#product-tabs .section-9 .title{
		margin-bottom: 20px;
	}
	
	.section-9 .d-flex{
		flex-direction: column-reverse;
	}
	
	.section-9 .left-col{
		padding-bottom: 30px;
		padding-right: 0px;
		padding-left: 0px;
		width: 100%;
	}
	
	.section-9 .right-col{
		text-align: center;
		width: 100%;
	}
	
	.section-9 .image img{
		margin: 0px auto;
		max-width: 300px;
	}

}

/**/

.section-10{
	padding-bottom: 40px;
}

#product-tabs .section-10 .title {
    color: #333132;
    font-weight: 600;
	margin-bottom: 40px;
	text-align: center;
}

.section-10 .d-flex{
	align-items: flex-start;
	justify-content: center;
}

.section-10 .left-col{
	order: 1;
	padding-right: 40px;
	width: 50%;
}

.section-10 .right-col{
	text-align: left;
	order: 2;
	width: 50%;
}

@media screen and (min-width:992px) and (max-width:1199px){
	
}

@media screen and (min-width:768px) and (max-width:991px){
	
}

@media screen and (max-width:991px){
	
	#product-tabs .section-10 .title{
		margin-bottom: 20px;
	}
	
	.section-10 .d-flex{
		flex-direction: column;
	}
	
	.section-10 .left-col{
		padding-bottom: 30px;
		padding-right: 0px;
		padding-left: 0px;
		width: 100%;
	}
	
	.section-10 .right-col{
		text-align: center;
		width: 100%;
	}
	
	.section-10 .image img{
		margin: 0px auto;
		max-width: 300px;
	}

}

@media screen and (max-width:767px){
	
	.section-10{
		padding-bottom: 30px;
	}
	
}

/**/

.section-11{
	padding-bottom: 40px;
}

#product-tabs .section-11 .title {
    color: #333132;
    font-weight: 600;
	margin-bottom: 40px;
	text-align: center;
}

.section-11 .d-flex{
	align-items: flex-start;
	justify-content: center;
}

.section-11 .left-col{
	order: 1;
	padding-right: 40px;
	width: 50%;
}

.section-11 .right-col{
	text-align: left;
	order: 2;
	width: 50%;
}

@media screen and (min-width:992px) and (max-width:1199px){
	
	.section-11 .right-col img{
		margin-left: -100px;
	}
	
}

@media screen and (min-width:768px) and (max-width:991px){
	
}

@media screen and (max-width:991px){
	
	.section-11 .d-flex{
		flex-direction: column;
	}
	
	.section-11 .left-col{
		padding-bottom: 30px;
		padding-right: 0px;
		padding-left: 0px;
		width: 100%;
	}
	
	.section-11 .right-col{
		text-align: center;
		width: 100%;
	}
	
	.section-11 .right-col img{
		margin: 0px auto;
		max-width: 320px;
		position: relative;
		left: -60px;
	}

}

@media screen and (max-width:767px){
	
	#product-tabs .section-11 .title{
		margin-bottom: 20px;
	}
	
}

/**/

.section-12{
	background: #f44945;
	padding: 40px 0px 40px 0px;
	position: relative;
}

.section-12:before {
    content: "";
    background: #f44945;
    position: absolute;
    top: 0;
    left: calc(50% + -50vw);
    height: 100%;
    width: 100vw;
    z-index: 1;
}

.section-12 .title,
.section-12 .d-flex,
.section-12 p{
	position: relative;
	z-index: 2;
}

#product-tabs .section-12 .title{
	color: #ffffff;
}

#product-tabs .section-12 p{
	color: #ffffff;
}

.section-12 .d-flex{
	align-items: center;
    justify-content: center;
    margin-bottom: 40px;
    padding: 20px 20px 0px 20px;
    position: relative;
}

.section-12 .ingredients{
    margin: 0px auto 0px auto;
	max-width: 1200px;
}

.section-12 .ingredients .d-flex:after{
	content: "";
	background: #0b234f;
	border-radius: 30px;
	height: 100%;
	width: 100%;
	position: absolute;
	top: 10%;
	left: 0;
}

.ingredients .inner-wrap{
    flex-basis: 800px;
    padding-left: 40px;
	padding-top: 40px;
    position: relative;
    z-index: 3;
}

.ingredients .image{
    width: 301px;
    position: relative;
    z-index: 2;
}

#product-tabs .ingredients .sub-title{
	color: #ffffff;
}

@media screen and (min-width: 1200px){
	
	.section-12 .left-col{
		padding-left: 40px;
	}
	
}

@media screen and (min-width:992px) and (max-width:1199px){
	
}

@media screen and (min-width:768px) and (max-width:991px){
	
}

@media screen and (max-width:767px){
	
	.section-12{
		padding: 30px 0px 30px 0px;
	}
	
	#product-tabs .section-12 .title {
		text-align: center;
	}
	
	.section-12 .d-flex{
		flex-direction: column;
		margin-bottom: 110px;
		padding: 0px;
	}
	
	.section-12 .left-col{
		padding-bottom: 30px;
	}
	
	.section-12 .right-col img{
		position: relative;
		left: -30px;
	}
	
	.section-12 .ingredients{
		padding-top: 30px;
	}
	
	.section-12 .ingredients .inner-wrap {
        padding: 20px;
        flex-basis: auto;
    }
	
	.section-12 .ingredients .image{
		display: block;
		max-width: 200px;
		margin: -30px auto 0px auto;
	}
	
	#product-tabs .ingredients .sub-title {
		font-size: 26px;
		text-align: center;
	}
	
	.section-12 .d-flex:last-of-type{
		margin-bottom: 0px;
	}
}

/**/

.section-13{
	padding: 40px 0px 40px 0px;
}

.section-13 .title,
.section-13 p{
	margin: 0px auto;
	max-width: 800px;
	text-align: center;
}

.section-13 .d-flex{
	flex-wrap: wrap;
	justify-content: center;
}

.section-13 .review{
	position: relative;
}

.section-13 .review .inner-wrap{
	background: #f44945;
	border-radius: 0px 0px 40px 0px;
	padding: 30px;
	position: relative;
}

.section-13 .review .inner-wrap:after {
	top: 100%;
	left: 50px;
	border: solid transparent;
	content: "";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
	border-color: rgba(244, 73, 69, 0);
	border-top-color: #f44945;
	border-width: 10px;
	margin-left: -10px;
}

#product-tabs .section-13 .review .r-title{
	color: #ffffff;
	font-size: 24px;
	margin-bottom: 15px;
}

.section-13 .stars{
	background: url(/wp-content/uploads/2024/06/testosil-stars.png) no-repeat 0 0/cover;
	margin-bottom: 15px;
	height: 18px;
	width: 111px;
}

.section-13 .review p{
	color: #ffffff;
	font-size: 18px;
}

.section-13 .review .r-name{
	color: #000000;
	font-size: 26px;
	font-weight: 600;
	padding: 15px 0px 0px 30px;
	text-align: left;
}

@media screen and (min-width: 1200px){
	
	.section-13 .review{
		margin-bottom: 20px;
		width: calc(33.3% - 13px);
	}
	
	.section-13 .review:nth-child(2), .section-13 .review:nth-child(5){
		margin: 0px 20px 20px 20px;
	}
	
}

@media screen and (min-width:992px) and (max-width:1199px){
	
	.section-13 .review{
		width: calc(50% - 20px);
	}
	
	.section-13 .review:first-of-type, .section-13 .review:nth-child(3), .section-13 .review:nth-child(5){
		margin: 0px 20px 20px 20px;
	}
	
}

@media screen and (min-width:768px) and (max-width:991px){
	
}

@media screen and (max-width:991px){
	
	.section-13{
		padding: 50px 0px 0px 0px;
	}
	
	.section-13 p{
		text-align: left;
	}
	
	.section-13 .review {
		margin-bottom: 30px;
	}
	
	.section-13 .review p{
		text-align: left;
	}
	
}

/**/

.section-14{
	padding-bottom: 40px;
}

#product-tabs .section-14 .title {
    color: #333132;
    font-weight: 600;
	margin-bottom: 40px;
}

.section-14 .d-flex{
	align-items: flex-start;
	justify-content: center;
}

.section-14 .inner-wrap{
	order: 1;
	padding-right: 40px;
	width: 50%;
}

.section-14 .image{
	text-align: left;
	order: 2;
	width: 50%;
}


@media screen and (min-width:992px) and (max-width:1199px){
	
}

@media screen and (min-width:768px) and (max-width:991px){
	
}


@media screen and (max-width:991px){
	
	.section-14 .d-flex{
		flex-direction: column;
	}
	
	.section-14 .inner-wrap{
		padding-bottom: 30px;
		padding-right: 0px;
		padding-left: 0px;
		width: 100%;
	}
	
	.section-14 .image{
		text-align: center;
		width: 100%;
	}
	
	.section-14 .image img{
		margin: 0px auto;
		max-width: 320px;
	}

}

@media screen and (max-width:767px){
	
	#product-tabs .section-14 .title {
		margin-bottom: 20px;
		text-align: center;
		font-size: 24px;
	}
	
	#product-tabs #faq .title{
		font-size: 24px;
	}

}

#faq-accordion .card-header h4 {
    font-weight: normal;
    padding: 0 20px 0 50px;
    font-size: 1.2em;
    background: #d9d9d9;
    border-radius: 10px;
}

