

#product-tabs{
	background: #ffffff;
}

#product-tabs p strong{
	font-weight: 800;
}

#product-tabs h5, #product-tabs h4, #product-tabs h3, #product-tabs h2, #product-tabs h1{
	color: #000000;
}

#product-tabs .highlight{
	color: #078ac9;
}

#product-tabs sup{
    line-height: 0;
}

#product-tabs .title{
    font-size: 35px;
    font-weight: 800;
	letter-spacing: -2px;
    margin-bottom: 20px;
    position: relative;
    padding-bottom: 0px;
}

#product-tabs p{
    font-size: 18px;
    line-height: 1.6em;
    margin-bottom: 20px;
}

#product-tabs p:last-of-type{
	margin-bottom: 0px;
}

@media screen and (min-width:992px) and (max-width:1199px){

	#product-tabs .sub-title{
		font-size: 35px;
		margin-bottom: 20px;
	}

}

@media screen and (min-width:768px) and (max-width:991px){
	
	#product-tabs .title{
		font-size: 30px;
	}

	#product-tabs .sub-title{
		font-size: 35px;
	}

}

@media screen and (max-width:767px){

	#product-tabs .title{
		font-size: 21px;
		letter-spacing: -1px;
		margin-bottom: 10px;
	}

	#product-tabs .sub-title{
		font-size: 24px;
		line-height: 1.2em;
		letter-spacing: 0;
		margin-bottom: 15px;
	}
	
	#product-tabs p{
		font-size: 14px;
		line-height: 1.5em;
		margin-bottom: 10px;
	}
	
	#product-tabs .title{
		text-align: center;
	}

}

/**/

.section-1{
	max-width: 1060px;
    margin: 0px auto;
}

.section-1 .d-flex{
    justify-content: center;
    margin-bottom: 30px;
}

.section-1 .inner-wrap{
	flex-basis: 614px;
    padding-left: 30px;
}

.section-1 .image{
	flex-basis: 446px;
    text-align: center;
}

.section-1 ul{
	list-style: none;
}

.section-1 li{
	font-weight: 800;
	margin-bottom: 20px;
	padding-left: 20px;
	position: relative;
}

.section-1 li:before{
	content: "";
	background: #1d411d;
	border-radius: 100%;
	height: 10px;
	width: 10px;
	position: absolute;
	top: 7px;
	left: 0px;
}

@media screen and (min-width:992px) and (max-width:1199px){
	
	#product-tabs .section-1 .title{
		font-size: 34px;
		margin-bottom: 20px;
	}
	
	#product-tabs #product-tabs .section-1 .col p{
		line-height: 1.2em;
		margin: 0px auto;
		max-width: 180px;
	}
	
}

@media screen and (min-width:768px) and (max-width:991px){
	
	.section-1{
		padding-top: 20px;
		padding-bottom: 30px;
	}
	
	.section-1 img{
		display: block;
		margin: 0px auto 20px auto;
	}
	
	.section-1 .d-flex{
		flex-wrap: wrap;
		justify-content: center;
		margin-bottom: 0px;
	}
	
    .section-1 .d-flex .col{
        flex-basis: auto;
        flex-grow: unset;
		width: 50%;
    }
	
	.section-1 .d-flex .col:nth-child(-n+3){
		margin-bottom: 20px;
	}
	
    .section-1 .image{
        flex-basis: auto;
        text-align: center;
    }
	
	.section-1 .image img{
        max-width: 100%;
    }
	
    .section-1 .inner-wrap{
        flex-basis: auto;
        padding: 0px 15px 20px 15px;
    }
	
    #product-tabs .section-1 .title{
        font-size: 30px;
        margin-bottom: 15px;
        padding-bottom: 0px;
        text-align: center;
    }

}

@media screen and (max-width:767px){
	
	.section-1{
		padding-top: 20px;
		padding-bottom: 0px;
	}
	
	#product-tabs .section-1 h3{
		font-size: 21px;
	}
	
	.section-1 .inner-wrap img{
		display: block;
		margin: 0px auto 20px auto;
		max-width: 260px;
	}
	
	.section-1 .d-flex{
        flex-wrap: wrap;
        justify-content: center;
        margin: 0px auto;
	}
	
    .section-1 .d-flex .col{
        flex-basis: auto;
        flex-grow: unset;
        width: 33.3%;
        margin-bottom: 15px;
        padding: 0px 10px;
    }
	
    .section-1 .image{
        flex-basis: auto;
        text-align: center;
    }
	
	.section-1 .image img{
        max-width: 100%;
    }

    .section-1 .inner-wrap{
        flex-basis: auto;
        padding: 0px 10px 20px 10px;
    }

    #product-tabs .section-1 .title{
        font-size: 24px;
        margin-bottom: 15px;
        padding-bottom: 0px;
        text-align: center;
    }

	#product-tabs .section-1 .d-flex .col p{
        font-size: 12px;
        line-height: 1.2em;
	}
	
	 #product-tabs .section-1 ul{
		margin-bottom: 10px;
		margin-left: 0;
		padding-left: 0;
	}
	
	.section-1 ul li{
		margin-bottom: 10px;
	}

}

/**/

.section-2{
	background: #ffffff;
    margin: 0px auto;
	padding: 40px 0px 0px 0px;
	max-width: 1060px;
    position: relative;
}

#product-tabs .section-2 .title{
	font-size: 36px;
	margin-bottom: 10px;
	position: relative;
	z-index: 2;
}

#product-tabs .section-2 p{
	margin: 0px 0px 40px 0px;
	position: relative;
	z-index: 2;
}

#product-tabs .section-2 p:last-of-type{
	margin-bottom: 0px;
}

.section-2 .d-flex{
	margin-bottom: 40px;
	padding: 0px;
	position: relative;
	z-index: 2;
}

.section-2 .inner-wrap{
	display: flex;
    flex-direction: column;
    justify-content: center;
	height: auto;
    padding-right: 30px;
	width: calc(100% - 446px);
}

.section-2 .image{
    position: relative;
	width: 446px;
}

.section-2 .image img{
	max-width: 100%;
	position: relative;
	top: 0;
	left: 0;
}

#product-tabs .section-2 h3{
	font-weight: 800;
}

@media (min-width:992px) and (max-width:1199px){
	
	#product-tabs .section-2 .sub-title{
		font-size: 28px;
	}
	
}

@media (min-width:768px) and (max-width:991px){
	
	.section-2{
		padding-top: 0px;
	}
	
	#product-tabs .section-2 h3{
        font-size: 26px;
        margin-bottom: 10px;
    }
	
	#product-tabs .section-2 .title{
		font-size: 30px;
	}
	
	.section-2 .d-flex{
		margin-bottom: 20px;
	}
	
	.section-2 .image{
		width: 260px;
	}
	
	.section-2 .image img{
		margin-top: 0;
	}
	
	.section-2 .inner-wrap{
		padding-left: 20px;
		width: calc(100% - 260px);
	}
	
}

@media (max-width:767px){
	
	.section-2{
		padding-top: 10px;
		padding-bottom: 10px;
	}
	
	.section-2 .d-flex{
        flex-direction: column;
        margin: 0px auto 0px;
        padding: 0px;
    }
	
	.section-2 .d-flex:last-of-type{
		margin-bottom: 0;
	}
    
    .section-2 .inner-wrap{
		flex-basis: auto;
        padding: 0px 0px 0px 0px;
		width: 100%;
    }
	
    #product-tabs .section-2 .title{
        font-size: 21px;
        text-align: center;
        margin: 0px auto 15px;
    }
	
	#product-tabs .section-2 h3{
		border-bottom: none;
        padding-bottom: 0;
        font-size: 21px;
        text-align: center;
        max-width: 320px;
        margin: 0px auto 10px auto;
	}
	
	.section-2 .image{
		text-align: center;
		padding-top: 0px;
		width: 100%;
	}

	.section-2 img{
		position: relative;
        top: 0;
        left: 0;
        margin: 0px auto 15px;
        max-width: 260px;
	}
	
	.section-2 .inner-wrap h3{
		font-size: 21px;
		text-align: center;
	}
	
	#product-tabs .section-2 p{
		margin-bottom: 20px;
	}
	
}

/**/

.section-3{
	margin-bottom: 40px;
}

#product-tabs .section-3 .title{
	font-size: 26px;
	font-weight: 800;
	text-align: center;
}

.section-3 .d-flex{
	flex-wrap: wrap;
	justify-content: center;
}

.section-3 .d-flex .col {
	flex-basis: auto;
	flex-grow: unset;
	width: 25%;
	margin-bottom: 15px;
	padding: 0px 10px;
}

.section-3 .col > img{
	display: block;
	margin: 0px auto 10px auto;
}

#product-tabs .section-3 .col p{
	font-size: 18px;
	font-weight: 800;
	line-height: 1.2em;
	text-align: center;
}

@media screen and (min-width:1200px){

	.section-3 .d-flex{
        align-items: center;
        flex-direction: row;
        max-width: 980px;
        justify-content: center;
        margin: 0px auto;
	}
	
	.section-3 .image{
		margin: 0px;
	}

}

@media screen and (min-width:992px) and (max-width:1199px){
	
	#product-tabs #product-tabs .section-3 .col p{
		line-height: 1.2em;
		margin: 0px auto;
		max-width: 180px;
	}

}

@media (min-width:768px) and (max-width:991px){
	
	.section-3{
		padding-top: 20px;
		padding-bottom: 0px;
	}
	
	.section-3 .d-flex {
        flex-wrap: wrap;
        justify-content: center;
        margin: 0px auto;
    }
	
    .section-3 .d-flex .col {
        flex-basis: auto;
        flex-grow: unset;
        width: 33.3%;
        margin-bottom: 15px;
        padding: 0px 10px;
    }
	
	#product-tabs .section-3 .d-flex .col p{
        font-size: 14px;
        line-height: 1.2em;
	}
	
}

@media screen and (max-width:767px){
	
	.section-3{
		margin-bottom: 20px;
		padding-top: 20px;
		padding-bottom: 0px;
	}
	
	#product-tabs .section-3 .title{
		font-size: 21px;
		margin-bottom: 20px;
	}
	
	.section-3 .d-flex{
        flex-wrap: wrap;
        justify-content: center;
        margin: 0px auto;
	}
	
    .section-3 .d-flex .col{
        flex-basis: auto;
        flex-grow: unset;
        width: 33.3%;
        margin-bottom: 15px;
        padding: 0px 10px;
    }
	
	#product-tabs .section-3 .d-flex .col p{
        font-size: 12px;
        line-height: 1.2em;
	}
	
	.section-3 .col > img{
		max-width: 100%;
	}

}

/**/

.section-4{
    background: #1d411d;
    border-radius: 100px;
    overflow: hidden;
    max-width: 990px;
    margin: 0px auto 40px auto;
}

#product-tabs .section-4 h3{
	color: #ffffff;
	font-weight: 700;
	margin-bottom: 10px;
}

.section-4 .d-flex{
	align-items: center;
}

.section-4 .inner-wrap{
	order: 2;
	width: calc(100% - 467px);
    padding: 30px 30px 30px 30px;
}

.section-4 .image{
	order: 1;
	width: 467px;
    text-align: center;
}

#product-tabs .section-4 p{
	color: #ffffff;
}

@media (min-width:1200px){
	
	.section-4 .inner-wrap{
		padding-right: 60px;
	}
	
}

@media (min-width:992px) and (max-width:1200px){
	
	#product-tabs .section-4 h3{
		margin-bottom: 10px;
	}
	
}

@media (min-width:768px) and (max-width:991px){
	
    .section-4{
		border-radius: 30px;
		margin-bottom: 30px;
	}
	
	#product-tabs .section-4 h3{
        font-size: 21px;
        margin-bottom: 5px;
	}
	
	.section-4 .image{
		width: 250px;
	}
	
    .section-4 .inner-wrap{
        padding: 15px 15px 15px 15px;
		width: calc(100% - 250px);
    }
	
	.section-4 img{
		margin-top: 0px;
		max-width: 100%;
	}
	
}

@media screen and (max-width:767px){
	
	.section-4{
		border-radius: 30px;
		margin-bottom: 30px;
	}
	
	#product-tabs .section-4 h3{
        font-size: 21px;
        margin-bottom: 5px;
	}
	
	.section-4 .image{
		width: 160px;
	}
	
    .section-4 .inner-wrap{
        padding: 15px 15px 15px 15px;
		width: calc(100% - 160px);
    }
	
	.section-4 img{
		margin-top: 0px;
	}
	
}


/**/

.section-5{
	padding: 0px 0px 40px 0px;
	position: relative;
}

.section-5 .d-flex{
	flex-direction: column;
	flex-wrap: wrap;
	column-gap: 20px;
}

.section-5 .image{
	margin-bottom: 10px;
	padding: 0px;
    position: relative;
    width: calc(33.3% - 20px);
}

.section-5 .image img{
	display: block;
	margin: 0px auto 10px;
	position: relative;
}

#product-tabs .section-5 .image p{
    color: #000000;
    font-size: 14px;
    font-weight: 800;
    line-height: 1.4em;
    text-align: center;
    max-width: 200px;
    margin: 0px auto;
}

#product-tabs .section-5 .title{
	text-align: center;
}

@media screen and (min-width:1200px){

	.section-5 .d-flex{
        align-items: center;
        flex-direction: row;
        max-width: 980px;
        justify-content: center;
        margin: 0px auto;
	}
	
	.section-5 .image{
		margin: 0px 0px 20px 0px;
	}

}

@media screen and (min-width:992px) and (max-width:1199px){
	
	.section-5 .d-flex{
		align-items: center;
		flex-direction: row;
	}
	
	.section-5 .image{
		margin: 0px;
	}

}

@media (min-width:768px) and (max-width:991px){
	
	.section-5{
		padding: 0px 0px 0px 0px;
	}
	
	.section-5 .d-flex{
		align-items: center;
		flex-direction: row;
	}
	
	.section-5 .image{
		margin: 0px;
		width: calc(50% - 20px);
	}
	
	#product-tabs .section-5 .image p{
		text-align: center;
		max-width: 240px;
		margin: 0px auto 20px;
	}
	
	.section-5 p{
		max-width: 100%;
	}
	
}

@media screen and (max-width:767px){
	
	.section-5{
		padding: 0px 0px 0px 0px;
	}
	
	#product-tabs .section-5 .title{
		margin-bottom: 15px;
	}
	
	.section-5 .d-flex{
		flex-direction: row;
		flex-wrap: wrap;
		justify-content: center;
	}
	
    .section-5 .image{
        padding: 0;
        width: calc(50% - 20px);
    }
	
    .section-5 .image img{
        max-width: 100%;
    }
	
	#product-tabs .section-5 .image p{
		font-size: 10px;
		line-height: 1.4em;
	}
	
	.section-5 .inner-wrap{
		padding-bottom: 30px;
	}
	
	#product-tabs .section-5 .inner-wrap h2{
		font-weight: 800;
        font-size: 21px;
        line-height: 1.4em;
        text-align: center;
        margin-bottom: 10px;
	}
	
	.section-5 p{
    	width: 100%;
	}
	
}

/**/

.section-6{
	padding-bottom: 40px;
}

.section-6 .d-flex{
	margin: 0px auto 20px auto;
	max-width: 800px;
}

.section-6 .d-flex:last-of-type{
	margin-bottom: 0px;
}

.section-6 .title{
	text-align: center;
}

.section-6 .image{
	width: 356px;
}

.section-6 .inner-wrap{
	padding: 0px 30px;
	width: calc(100% - 356px);
}

#product-tabs .section-6 h3{
	font-weight: 800;
	margin-bottom: 10px;
	padding-top: 10px;
}

@media (min-width:768px) and (max-width:991px){
	
	.section-6{
		padding-bottom: 20px;
	}
	
	.section-6 .image{
		width: 250px;
	}
	
	.section-6 .inner-wrap{
		padding-top: 0px;
		width: calc(100% - 250px);
	}
	
}

@media screen and (max-width:767px){
	
	.section-6{
		padding-top: 20px;
    	padding-bottom: 20px;
	}
	
	#product-tabs .section-6 .title{
        text-align: center;
        font-size: 24px;
        margin: 0px auto 15px auto;
    }
	
	.section-6 .d-flex{
		flex-direction: column;
	}
	
	.section-6 .image{
		margin: 0px auto;
		width: 250px;
	}
	
	.section-6 .inner-wrap{
        padding: 0;
        width: 100%;
    }
	
	.section-6 .inner-wrap img{
        max-width: 260px;
        margin: 0px auto 15px auto;
	}
	
	#product-tabs .section-6 h3{
		text-align: center;
		font-size: 21px;
	}
	
}

/**/

.section-7{
	background: #ffffff;
	padding: 0px 0px 0px 0px;
	position: relative;
}

#product-tabs .section-7 .title{
	font-weight: 800;
	text-align: center;
}

.section-7 .d-flex{
	flex-direction: column;
	position: relative;
}

.section-7 .d-flex:before{
    content: "";
    background: #eeeeee;
    position: absolute;
    top: 0;
    left: calc(50% + -50vw);
    height: 100%;
    width: 100vw;
    z-index: 1;
}

.products-liposomal-nmn #product-tabs .section-7 .sub-title{
	font-weight: 800;
	margin-bottom: 30px;
	text-align: center;
}

.section-7 *{
	position: relative;
	z-index: 2;
}

#product-tabs .section-7 .inner-wrap h2{
	font-size: 28px;
	font-weight: 800;
	margin-bottom: 10px;
}

#product-tabs .section-7 .inner-wrap h2 span{
	font-weight: 400;
	font-size: 28px;
}

.section-7 .image{
    flex-basis: auto;
	padding: 0px;
	order: 1;
	position: relative;
}

.section-7 .image img{
	display: block;
	margin: 0px auto;
	position: relative;
}

.section-7 .inner-wrap{
	flex-basis: auto;
	order: 2;
}

#product-tabs .section-7 p{
	margin-bottom: 15px;
    max-width: 520px;
}

.section-7 .inner-wrap ul{
	margin-bottom: 10px;
}

.section-7 .inner-wrap li{
	margin-bottom: 15px;
}

.section-7 .inner-wrap li::marker{
	color: #000000;
}

.section-7 li{
	color: #000000;
	font-weight: 800;
}

@media screen and (min-width:1200px){

	.section-7 .d-flex{
		align-items: center;
		flex-direction: row;
		margin: 0px auto;
		max-width: 1020px;
	}
	
    .section-7 .image{
        flex-basis: 532px;
        margin: 0px;
        order: 1;
    }

    .section-7 .inner-wrap{
        flex-basis: calc(100% - 532px);
        padding: 30px 0px 30px 30px;
        order: 2;
    }

}

@media screen and (min-width:992px) and (max-width:1199px){
	
	#product-tabs .section-7 .title{
		font-size: 34px;
		margin-bottom: 30px;
	}
	
	#product-tabs .section-7 h3{
    	font-size: 21px;
		margin-bottom: 15px;
	}
	
	.section-7 .d-flex{
		align-items: center;
		flex-direction: row;
	}
	
	.section-7 .image{
		flex-basis: 50%;
		margin: 0px;
		order: 1;
	}
	
	.section-7 .image img{
		max-width: 100%;
	}

	.section-7 .inner-wrap{
		flex-basis: 50%;
		padding: 30px 0px 30px 30px;
		order: 2;
	}
	
	#product-tabs .section-7 .inner-wrap h2{
		max-width: 315px;
	}
	
	.section-7 .inner-wrap li{
		margin-bottom: 10px;
	}
	
}

@media (min-width:768px) and (max-width:991px){
	
	#product-tabs .section-7 .title{
		font-size: 34px;
		margin-bottom: 30px;
	}
	
	.section-7 .d-flex{
		align-items: center;
		flex-direction: row;
	}
	
    .section-7 .image {
        flex-basis: auto;
        margin: 0px;
        order: 1;
        width: 35%;
    }
	
    .section-7 .image img {
        max-width: 330px;
        left: -85px;
    }

    .section-7 .inner-wrap {
        flex-basis: auto;
        padding: 20px 0px 20px 20px;
        order: 2;
        width: 65%;
    }
	
    #product-tabs .section-7 .inner-wrap h2{
        max-width: 315px;
        font-size: 26px;
    }
	
	#product-tabs .section-7 h3 {
        font-size: 18px;
        margin-bottom: 5px;
    }
	
    .section-7 .inner-wrap ul {
        margin-bottom: 15px;
    }
	
	.section-7 .inner-wrap ul:last-of-type{
		margin-bottom: 0px;
	}
	
    .section-7 .inner-wrap li {
        margin-bottom: 3px;
        font-size: 14px;
        font-weight: 600;
    }
	
}

@media screen and (max-width:767px){
	
	.section-7{
		padding: 0px 0px 30px 0px;
	}
	
	#product-tabs .section-7 .title{
		font-size: 24px;
	}
	
	.section-7 h3{
		font-size: 21px;
	}

	.section-7 .image{
		padding: 0px;
	}
	
	.section-7 .image img{
		max-width: 260px;
	}
	
	.section-7 .inner-wrap{
		padding-top: 30px;
		padding-bottom: 30px;
	}
	
	#product-tabs .section-7 .inner-wrap .title{
		font-weight: 800;
        font-size: 24px;
        line-height: 1.4em;
        text-align: center;
        margin-bottom: 10px;
        max-width: none;
	}

	.section-7 p{
    	width: 100%;
	}
	
	.section-7 .inner-wrap ul{
		margin-bottom: 20px;
	}
	
	.section-7 .inner-wrap li{
		margin-bottom: 10px;
		font-size: 15px;
	}

}

/**/

.section-8{
    background: #ffffff;
    margin: 0px auto;
    padding: 40px 0px 0px 0px;
    max-width: 860px;
    position: relative;
}

#product-tabs .section-8 .title{
	font-size: 36px;
	margin-bottom: 20px;
	text-align: center;
	position: relative;
	z-index: 2;
}

#product-tabs .section-8 p{
	margin: 0px 0px 40px 0px;
	position: relative;
	z-index: 2;
}

#product-tabs .section-8 p:last-of-type{
	margin-bottom: 0px;
}

.section-8 .d-flex{
	margin-bottom: 40px;
	padding: 0px;
	position: relative;
	z-index: 2;
}

.section-8 .inner-wrap{
	display: flex;
    flex-direction: column;
    justify-content: center;
	height: auto;
    padding-right: 30px;
	width: calc(100% - 446px);
}

.section-8 .image{
    position: relative;
	width: 446px;
}

.section-8 .image img{
	max-width: 100%;
	position: relative;
	top: 0;
	left: 0;
}

#product-tabs .section-8 h3{
	font-weight: 800;
}

@media (min-width:992px) and (max-width:1199px){
	
	#product-tabs .section-8 .sub-title{
		font-size: 28px;
	}
	
}

@media (min-width:768px) and (max-width:991px){
	
	#product-tabs .section-8 h3{
        font-size: 26px;
        margin-bottom: 10px;
    }
	
	#product-tabs .section-8 .title{
		font-size: 30px;
	}
	
	.section-8 .d-flex{
		margin-bottom: 20px;
	}
	
	.section-8 .image{
		width: 260px;
	}
	
	.section-8 .image img{
		margin-top: 0;
	}
	
	.section-8 .inner-wrap{
		padding-left: 20px;
		width: calc(100% - 260px);
	}
	
}

@media (max-width:767px){
	
	.section-8{
		padding-top: 0px;
		padding-bottom: 10px;
	}
	
	.section-8 .d-flex{
        flex-direction: column;
        margin: 0px auto 0px;
        padding: 0px;
    }
	
	.section-8 .d-flex:last-of-type{
		margin-bottom: 0;
	}
    
    .section-8 .inner-wrap{
        padding: 0px 0px 0px 0px;
		width: 100%;
    }
	
    #product-tabs .section-8 .title{
        font-size: 21px;
        text-align: center;
        margin: 0px auto 15px;
    }
	
	#product-tabs .section-8 h3{
		border-bottom: none;
        padding-bottom: 0;
        font-size: 21px;
        text-align: center;
        max-width: 320px;
        margin: 0px auto 10px auto;
	}
	
	.section-8 .image{
		text-align: center;
		padding-top: 0px;
		width: 100%;
	}

	.section-8 img{
		position: relative;
        top: 0;
        left: 0;
        margin: 0px auto 15px;
        max-width: 260px;
	}
	
	.section-8 .inner-wrap h3{
		font-size: 21px;
		text-align: center;
	}
	
	#product-tabs .section-8 p{
		margin-bottom: 20px;
	}
	
}

/**/

.section-9{
    background: #ffffff;
    margin: 0px auto;
    padding: 0px 0px 0px 0px;
    max-width: 860px;
    position: relative;
}

#product-tabs .section-9 .title{
	font-size: 36px;
	margin-bottom: 20px;
	text-align: center;
	position: relative;
	z-index: 2;
}

#product-tabs .section-9 p{
	margin: 0px 0px 40px 0px;
	position: relative;
	z-index: 2;
}

#product-tabs .section-9 p:last-of-type{
	margin-bottom: 0px;
}

.section-9 .d-flex{
	margin-bottom: 40px;
	padding: 0px;
	position: relative;
	z-index: 2;
}

.section-9 .inner-wrap{
	display: flex;
    flex-direction: column;
    justify-content: center;
	height: auto;
	order: 2;
    padding-left: 30px;
	width: calc(100% - 446px);
}

.section-9 .image{
	order: 1;
    position: relative;
	width: 446px;
}

.section-9 .image img{
	max-width: 100%;
	position: relative;
	top: 0;
	left: 0;
}

#product-tabs .section-9 h3{
	font-weight: 800;
}

@media (min-width:992px) and (max-width:1199px){
	
	#product-tabs .section-9 .sub-title{
		font-size: 28px;
	}
	
}

@media (min-width:768px) and (max-width:991px){
	
	.section-9{
		padding-bottom: 30px;
	}
	
	#product-tabs .section-9 h3{
        font-size: 26px;
        margin-bottom: 10px;
    }
	
	#product-tabs .section-9 .title{
		font-size: 30px;
	}
	
	.section-9 .d-flex{
		margin-bottom: 20px;
	}
	
	.section-9 .image{
		width: 260px;
	}
	
	.section-9 .image img{
		margin-top: 0;
	}
	
	.section-9 .inner-wrap{
		padding-left: 20px;
		width: calc(100% - 260px);
	}
	
}

@media (max-width:767px){
	
	.section-9{
		padding-top: 10px;
		padding-bottom: 10px;
	}
	
	.section-9 .d-flex{
        flex-direction: column;
        margin: 0px auto 0px;
        padding: 0px;
    }
	
	.section-9 .d-flex:last-of-type{
		margin-bottom: 0;
	}
    
    .section-9 .inner-wrap{
        padding: 0px 0px 0px 0px;
		width: 100%;
    }
	
    #product-tabs .section-9 .title{
        font-size: 21px;
        text-align: center;
        margin: 0px auto 15px;
        max-width: 290px;
    }
	
	#product-tabs .section-9 h3{
		border-bottom: none;
        padding-bottom: 0;
        font-size: 21px;
        text-align: center;
        max-width: 320px;
        margin: 0px auto 10px auto;
	}
	
	.section-9 .image{
		text-align: center;
		padding-top: 0px;
		width: 100%;
	}

	.section-9 img{
		position: relative;
        top: 0;
        left: 0;
        margin: 0px auto 15px;
        max-width: 260px;
	}
	
	.section-9 .inner-wrap h3{
		font-size: 21px;
		text-align: center;
	}
	
	#product-tabs .section-9 p{
		margin-bottom: 20px;
	}
	
}

/**/

#faq{
	padding-top: 0px;
}

#faq .sub-title{
	font-size: 35px;
	font-weight: 800;
	margin-bottom: 30px;
	text-align: center;
}

#faq .card{
	border: none;
	border-radius: 10px;
}

body #faq-accordion .card-header, body #faq-accordion .card-header:first-child{
	background-color: #e9e9e9;
	clip-path: polygon(2% 0, 100% 0%, 98% 100%, 0% 100%);
	border: none;
	font-weight: 800;
}

body #faq-accordion .card-header a{
	display: block;
	background-color: #e9e9e9;
	margin-top: -3px
}

body #faq-accordion .card-header a:hover,
body #faq-accordion .card-header a[aria-expanded="true"]:not(.collapsed){
	background-color: #d1d1d1;
}

#faq-accordion .card-header h4{
    font-weight: 800;
	padding-left: 30px;
}

#faq-accordion p:last-of-type{
	margin-bottom: 15px;
}

#faq-accordion li{
	margin-bottom: 10px;
}

.faq-wrap .card .card-header a{
	color: #000000;
}

#faq-accordion .card-header i{
    right: 10px;
}

@media (min-width:1200px){
	
	#faq-accordion .card-header h4{
		padding-left: 60px;
	}
	
	#faq-accordion .card-header i{
		right: 40px;
	}
	
	#faq-accordion .card-body{
		padding: 1.25rem 4rem;
	}
	
}

@media (min-width:768px) and (max-width:991px){
	
	#faq .title{
		text-align: center;
		font-size: 34px;
	}
	
	#faq .sub-title{
    	font-size: 30px;
	}
	
}

@media (max-width:767px){
	
	#product-tabs #faqs-tab .sub-title{
    	font-size: 21px;
	}
	
	#faq .title{
		text-align: center;
		font-size: 28px;
	}
	
	#faq .sub-title{
		font-size: 21px;
		font-weight: 800;
		margin-bottom: 20px;
		text-align: center;
	}
	
	#faq-accordion .card-header h4{
        padding: 0px 60px 0px 20px;
        font-size: 14px;
    }
	
	#faq-accordion .card-header i{
		font-size: 21px;
		right: 10px;
		top: 0px;
	}
	
	#faq-accordion .card-body p{
		font-size: 14px;
		line-height: 1.4em;
	}

}