
#product-tabs{
	background: #ffffff;
}

#product-tabs-tab .nav-link.active, #product-tabs-tab .nav-item:last-child a.active{
    color: #333132;
    background-color: #ffffff;
    border-color: #d2d2d2 #d2d2d2 #ffffff #d2d2d2;
}

#product-tabs h1, #product-tabs h2, #product-tabs h3{
	color: #000000;
	font-family: "Open Sans Extra Bold", sans-serif;
	font-weight: 800;
}

#product-tabs p{
	line-height: 1.8em;
}

.section-1{
	padding-bottom: 40px;
}

.section-1 .title{
	text-align: center;
}

.section-1 .d-flex{
	padding: 0px;
}

.section-1 .inner-wrap{
	display: flex;
    flex-direction: column;
    justify-content: center;
	height: auto;
	order: 2;
    padding-left: 40px;
	width: 50%;
}

.section-1 .image{
	order: 1;
    position: relative;
	width: 50%;
}

.section-1 .image img{
	max-width: 100%;
	position: relative;
	top: 0;
	left: 0;
}

#product-tabs .section-1 .title{
	font-weight: 800;
	margin-bottom: 30px;
}

.section-1 .btn-primary:not(:disabled):not(.disabled).active, 
.section-1 .btn-primary:not(:disabled):not(.disabled):active, 
.section-1 .show>.btn-primary.dropdown-toggle, 
.section-1 a.btn-primary, 
.section-1 a.btn-primary:visited{
    position: relative;
    color: #fff;
    text-transform: uppercase;
    font-weight: 700;
    text-align: center;
    text-decoration: none;
    background: #362f2d;
    border: none;
    border-radius: 0;
    transition: none;
    width: 260px;
    padding: 15px;
}

@media (min-width:992px) and (max-width:1199px){
	
	.section-1 .inner-wrap{
		padding-left: 30px;
	}
	
}

@media (min-width:768px) and (max-width:991px){
	
	.section-1{
		padding-bottom: 40px;
	}
	
	.section-1 .d-flex{
		padding: 0px;
		flex-direction: column;
	}
    
    .section-1 .inner-wrap{
        padding-left: 0;
		padding-top: 20px;
		width: 100%;
    }
	
    #product-tabs .section-1 .title{
        font-size: 32px;
        text-align: center;
        margin: 0px auto 30px;
    }
	
	.section-1 .image{
		text-align: center;
		padding-top: 0px;
		width: 100%;
	}

	.section-1 .image img{
		position: relative;
		top: 0;
		left: 0;
        max-width: 100%
	}
	
}

@media (max-width:767px){
	
	.section-1{
		padding-bottom: 30px;
	}
	
	.section-1 .d-flex{
		padding: 0px;
		flex-direction: column;
	}
    
    .section-1 .inner-wrap{
        padding-left: 0;
		padding-top: 20px;
		width: 100%;
    }
	
    #product-tabs .section-1 .title{
        font-size: 24px;
        text-align: center;
        max-width: 320px;
        margin: 0px auto 20px;
    }
	
	.section-1 .image{
		padding-top: 0px;
		width: 100%;
	}

	.section-1 .image img{
		position: relative;
		top: 0;
		left: 0;
        max-width: 100%
	}
	
	.section-1 .btn-primary:not(:disabled):not(.disabled).active, .section-1 .btn-primary:not(:disabled):not(.disabled):active, .section-1 .show>.btn-primary.dropdown-toggle, .section-1 a.btn-primary, .section-1 a.btn-primary:visited{
		font-size: 16px;
		padding: 10px;
		width: 250px;
	}
	
}

/**/

.section-2{
	background: #e6e6e6;
	padding: 40px 0px 40px 0px;
	position: relative;
}

.section-2:before{
    content: "";
    background: #e6e6e6;
    position: absolute;
    top: 0px;
    left: calc(50% + -50vw);
    height: 100%;
    width: 100vw;
    z-index: 1;
}

#product-tabs .section-2 .title{
	position: relative;
	z-index: 2;
}

.section-2 .d-flex{
    max-width: 960px;
    margin: 0px auto;
	position: relative;
	z-index: 2;
}

.section-2 .inner-wrap{
    display: flex;
    flex-direction: column;
    justify-content: center;
    height: auto;
    order: 2;
    padding-left: 40px;
    width: calc(100% - 335px);
}

.section-2 .image{
    order: 1;
    position: relative;
    width: 335px;
}

.section-2 .image img{
	max-width: 100%;
	position: relative;
	top: 0;
	left: 0;
}

#product-tabs .section-2 .title{
	font-weight: 800;
	margin-bottom: 30px;
	text-align: center;
}

#product-tabs .section-2 .sub-title{
	border-bottom: solid 4px #4f7121;
	font-size: 26px;
	margin-bottom: 10px;
	padding-bottom: 5px;
}

.section-2 .d-flex{
	margin-bottom: 20px;
}

.section-2 .btn-primary:not(:disabled):not(.disabled).active, 
.section-2 .btn-primary:not(:disabled):not(.disabled):active, 
.section-2 .show>.btn-primary.dropdown-toggle, 
.section-2 a.btn-primary, 
.section-2 a.btn-primary:visited{
    position: relative;
    color: #fff;
    text-transform: uppercase;
    font-weight: 700;
    text-align: center;
    text-decoration: none;
    background: #362f2d;
    border: none;
    border-radius: 0;
    transition: none;
    width: 280px;
    padding: 15px;
}

@media (min-width:992px) and (max-width:1199px){
	
	.section-2 .inner-wrap{
		padding-left: 30px;
	}
	
}

@media (min-width:768px) and (max-width:991px){
	
	.section-2{
		padding-bottom: 30px;
	}
	
	.section-2 .d-flex{
        flex-direction: column;
        max-width: 540px;
        margin-bottom: 40px;
		padding: 0px;
	}
	
	.section-2 .d-flex:last-of-type{
		margin-bottom: 0px;
	}
    
    .section-2 .inner-wrap{
        padding-left: 0;
		padding-top: 20px;
		width: 100%;
    }
	
    #product-tabs .section-2 .title{
        font-size: 32px;
        text-align: center;
        margin: 0px auto 30px;
    }
	
	.section-2 .image{
		text-align: center;
        padding-top: 0px;
        width: 100%;	
	}

	.section-2 .image img{
		position: relative;
		top: 0;
		left: 0;
        max-width: 100%
	}
	
}

@media (max-width:767px){
	
	.section-2{
		padding-top: 30px;
		padding-bottom: 30px;
	}
	
	.section-2 .d-flex{
		padding: 0px;
		flex-direction: column;
	}
	
	.section-2 .d-flex:last-of-type{
		margin-bottom: 0px;
	}
    
    .section-2 .inner-wrap{
        padding-left: 0;
		padding-top: 20px;
		width: 100%;
    }
	
    #product-tabs .section-2 .title{
        font-size: 24px;
        text-align: center;
        max-width: 320px;
        margin: 0px auto 20px;
    }
	
	.section-2 .image{
		padding-top: 0px;
		width: 100%;
	}

	.section-2 .image img{
		position: relative;
		top: 0;
		left: 0;
        max-width: 100%
	}
	
}

/**/

.section-3{
	padding-top: 40px;
	padding-bottom: 50px;
}

.section-3 .title{
	text-align: center;
}

.section-3 .d-flex{
	align-items: center;
	padding: 0px;
}

.section-3 .inner-wrap{
	display: flex;
    flex-direction: column;
    justify-content: center;
	height: auto;
	order: 2;
    padding-left: 30px;
	width: calc(100% - 534px);
}

.section-3 .image{
	order: 1;
    position: relative;
	width: 534px;
}

.section-3 .image img{
	max-width: 100%;
	position: relative;
	top: 0;
	left: 0;
}

#product-tabs .section-3 .title{
	font-weight: 800;
	margin-bottom: 30px;
}

.section-3 .study-block{
    background: #e5e5e5;
	border-radius: 10px;
	margin-bottom: 20px;
    padding: 20px;
	position: relative;
	overflow: hidden;
}

.section-3 .study-block:after{
    content: "";
    background: url(/wp-content/uploads/2025/09/green-quote.png) no-repeat 0 0 / cover;
    width: 120px;
    height: 100px;
    position: absolute;
    bottom: -10px;
    left: -5px;
    z-index: 1;
}

.section-3 .study-block.one{
	margin: 0px auto 30px auto;
	max-width: 645px;
	padding-bottom: 40px;
}

#product-tabs .section-3 .study-block .sub-title{
    color: #4f7121;
    font-size: 21px;
    max-width: 90%;
    margin-bottom: 10px;
    font-weight: 600;
    letter-spacing: -0.5px;
}

#product-tabs .section-3 .study-block p{
	color: #000000;
	font-size: 16px;
	font-weight: 600;
    letter-spacing: -0.5px;
    max-width: 305px;
}

.section-3 .study-block .text-right{
    position: relative;
    z-index: 2;
}

.section-3 .study-block a{
	color: #000000;
	font-weight: 800;
}

.section-3 .study-block.one a{
	display: block;
}

.section-3 .study-block p{
	font-weight: 800;
}

@media (min-width:992px) and (max-width:1199px){
	
	.section-3 .inner-wrap{
		padding-left: 30px;
	}
	
}

@media (min-width:768px) and (max-width:991px){
	
	.section-3{
		padding-bottom: 30px;
	}
	
	.section-3 .d-flex{
		padding: 0px;
		flex-direction: column;
	}
    
    .section-3 .inner-wrap{
        padding-left: 0;
		padding-top: 20px;
		width: 100%;
    }
	
    #product-tabs .section-3 .title{
        font-size: 32px;
        text-align: center;
        margin: 0px auto 30px;
    }
	
	.section-3 .image{
		text-align: center;
		padding-top: 0px;
		width: 100%;
	}

	.section-3 .image img{
		position: relative;
		top: 0;
		left: 0;
        max-width: 100%
	}
	
}

@media (max-width:767px){
	
	.section-3{
		padding-top: 30px;
		padding-bottom: 30px;
	}
	
	.section-3 .study-block.one {
		padding-bottom: 20px;
	}
	
	.section-3 .study-block:after{
		width: 84px;
		height: 70px;
		position: absolute;
		bottom: -10px;
		left: -5px;
		z-index: 1;
	}
	
	.section-3 .d-flex{
		padding: 0px;
		flex-direction: column;
	}
    
    .section-3 .inner-wrap{
        padding-left: 0;
		padding-top: 20px;
		width: 100%;
    }
	
    #product-tabs .section-3 .title{
        font-size: 24px;
        text-align: center;
        max-width: 320px;
        margin: 0px auto 20px;
    }
	
	.section-3 .image{
		padding-top: 0px;
		width: 100%;
	}

	.section-3 img{
		position: relative;
		top: 0;
		left: 0;
        max-width: 185px;
	}
	
}

/**/

.section-4{
    background: #e6e6e6;
    padding: 40px 0px 50px 0px;
    position: relative;
}

.section-4:before{
    content: "";
    background: #e6e6e6;
    position: absolute;
    top: 0px;
    left: calc(50% + -50vw);
    height: 100%;
    width: 100vw;
    z-index: 1;
}

.section-4 .title{
	position: relative;
	z-index: 2;
}

.section-4 .d-flex{
    max-width: 890px;
    margin: 0px auto;
	padding: 0px;
    position: relative;
    z-index: 2;
}

.section-4 .inner-wrap{
	display: flex;
    flex-direction: column;
    justify-content: center;
    height: auto;
    order: 2;
    padding-left: 30px;
    width: calc(100% - 304px);
}

.section-4 .image{
	order: 1;
    position: relative;
    width: 304px;
}

.section-4 .image img{
	max-width: 100%;
	position: relative;
	top: 0;
	left: 0;
}

#product-tabs .section-4 .title{
	font-weight: 800;
	margin-bottom: 20px;
}

.section-4 .btn-primary:not(:disabled):not(.disabled).active, 
.section-4 .btn-primary:not(:disabled):not(.disabled):active, 
.section-4 .show>.btn-primary.dropdown-toggle, 
.section-4 a.btn-primary, 
.section-4 a.btn-primary:visited{
    position: relative;
    color: #fff;
    font-weight: 700;
    text-align: center;
    text-decoration: none;
    background: #362f2d;
    border: none;
    border-radius: 0;
    transition: none;
    width: 280px;
    padding: 15px;
}

@media (min-width:992px) and (max-width:1199px){
	
	.section-4 .inner-wrap{
		padding-left: 30px;
	}
	
}

@media (min-width:768px) and (max-width:991px){
	
	.section-4{
		padding-bottom: 40px;
	}
	
	.section-4 .d-flex{
		padding: 0px;
		flex-direction: column;
	}
    
    .section-4 .inner-wrap{
        padding-left: 0;
		padding-top: 20px;
		width: 100%;
    }
	
    #product-tabs .section-4 .title{
        font-size: 32px;
        text-align: center;
        margin: 0px auto 30px;
    }
	
	.section-4 .image{
		text-align: center;
		padding-top: 0px;
		width: 100%;
	}

	.section-4 .image img{
		position: relative;
		top: 0;
		left: 0;
        max-width: 100%
	}
	
}

@media (max-width:767px){
	
	.section-4{
		padding-top: 30px;
		padding-bottom: 30px;
	}
	
	.section-4 .d-flex{
		padding: 0px;
		flex-direction: column-reverse;
	}
    
    .section-4 .inner-wrap{
		text-align: left;
        padding-left: 0;
		padding-top: 0px;
		padding-bottom: 20px;
		width: 100%;
    }
	
    #product-tabs .section-4 .title{
        font-size: 24px;
        text-align: center;
        max-width: 320px;
        margin: 0px auto 10px;
    }
	
	.section-4 .image{
		text-align: center;
		padding-top: 0px;
		width: 100%;
	}

	.section-4 .image img{
		position: relative;
		top: 0;
		left: 0;
        max-width: 100%
	}
	
	.section-4 .btn-primary:not(:disabled):not(.disabled).active, .section-4 .btn-primary:not(:disabled):not(.disabled):active, .section-4 .show>.btn-primary.dropdown-toggle, .section-4 a.btn-primary, .section-4 a.btn-primary:visited {
		margin: 0px auto;
	}
	
}

/**/

.section-5{
    background: #262626;
    padding: 40px 0px 50px 0px;
    position: relative;
}

.section-5:before{
    content: "";
    background: #262626;
    position: absolute;
    top: 0px;
    left: calc(50% + -50vw);
    height: 100%;
    width: 100vw;
    z-index: 1;
}

#product-tabs .section-5 .title{
	color: #ffffff;
	text-align: center;
	margin-bottom: 30px;
	position: relative;
	z-index: 2;
}

.section-5 .d-flex{
	align-items: center;
	padding: 0px;
	position: relative;
	z-index: 2;
}

.section-5 .inner-wrap{
	display: flex;
    flex-direction: column;
    justify-content: center;
	height: auto;
	order: 1;
    padding-right: 30px;
	width: calc(100% - 426px);
}

.section-5 .inner-wrap p{
	color: #ffffff;
}

.section-5 .image{
	order: 2;
    position: relative;
	width: 426px;
}

.section-5 .image img{
	max-width: 100%;
	position: relative;
	top: 0;
	left: 0;
}

@media (min-width:992px) and (max-width:1199px){
	

	
}

@media (min-width:768px) and (max-width:991px){
	
	.section-5{
		padding-bottom: 40px;
	}
	
	.section-5 .d-flex{
		padding: 0px;
		flex-direction: column;
	}
    
    .section-5 .inner-wrap{
        padding: 0px 0px 30px 0px;
		width: 100%;
    }
	
    #product-tabs .section-5 .title{
        font-size: 32px;
        text-align: center;
        margin: 0px auto 20px;
    }
	
	.section-5 .image{
		text-align: center;
		padding-top: 0px;
		width: 100%;
	}

	.section-5 .image img{
		position: relative;
		top: 0;
		left: 0;
        max-width: 100%
	}
	
}

@media (max-width:767px){
	
	.section-5{
		padding-top: 30px;
		padding-bottom: 30px;
	}
	
	.section-5 .d-flex{
		padding: 0px;
		flex-direction: column;
	}
    
    .section-5 .inner-wrap{
        padding: 0px 0px 20px 0px;
		width: 100%;
    }
	
    #product-tabs .section-5 .title{
        font-size: 24px;
        text-align: center;
        max-width: 100%;
        margin: 0px auto 10px;
    }
	
	.section-5 .image{
		padding-top: 0px;
		width: 100%;
	}

	.section-5 .image img{
		position: relative;
		top: 0;
		left: 0;
        max-width: 100%
	}
	
}

/**/

.section-6{
	padding: 40px 0px 40px 0px;
}

#product-tabs .section-6 .title{
	text-align: center;
}

.section-6 > p{
	text-align: center;
}

.section-6 .d-flex{
	gap: 20px;
	padding-top: 20px;
}

.section-6 .card{
    background-color: #e5e5e5;
    border: none;
    border-radius: 20px;
    padding: 20px;
    width: 33.3333%;
	position: relative;
	overflow: hidden;
}

.section-6 .card:after{
    content: "";
    background: url(/wp-content/uploads/2025/09/green-quote.png) no-repeat 0 0 / cover;
    width: 130px;
    height: 108px;
    position: absolute;
    bottom: -10px;
    right: -10px;
    z-index: 1;
}

@media (max-width:767px){
	
	.section-6 {
		padding: 30px 0px 30px 0px;
	}
	
	.section-6 .card:after {
		width: 100px;
		height: 80px;
		bottom: -10px;
		right: 10px;
	}
	
	#product-tabs .section-6 .title {
        font-size: 24px;
        text-align: center;
        max-width: 320px;
        margin: 0px auto 10px auto;
	}
	
	.section-6 > p{
		text-align: left;
	}
	
	.section-6 .d-flex {
		flex-direction: column;
		padding-top: 0;
	}
	
	.section-6 .card {
		width: 100%;
	}

}

/**/

.section-7{
	
}

.section-7 .d-flex{
    background: #e5e6e6;
    padding: 0;
    overflow: hidden;
    max-width: 880px;
    margin: 0px auto;
}

.section-7 .image{
    position: relative;
    width: 50%;
}

.section-7 .image img{
    position: absolute;
    top: -65%;
    clip-path: polygon(0 0, 90% 0, 100% 100%, 0% 100%);
}

.section-7 .inner-wrap{
    width: 50%;
    padding: 20px 80px 20px 60px;
}

#product-tabs .section-7 h3{
    font-size: 36px;
    text-align: center;
    margin-bottom: 10px;
}

#product-tabs .section-7 p{
    font-size: 21px;
    line-height: 1.2em;
    font-weight: 600;
    text-align: center;
}

.section-7 .btn-primary:not(:disabled):not(.disabled).active, 
.section-7 .btn-primary:not(:disabled):not(.disabled):active, 
.section-7 .show>.btn-primary.dropdown-toggle, 
.section-7 a.btn-primary, 
.section-7 a.btn-primary:visited{
	display: block;
	font-size: 18px;
	margin: 0px auto 0px auto;
    padding: 8px 15px 8px 15px;
    width: 200px;
}

@media (max-width:767px){
	
	.section-7 .d-flex {
		flex-direction: column-reverse;
	}
	
	#product-tabs .section-7 h3{
    	font-size: 28px;
	}
	
    .section-7 .inner-wrap {
        background: #e5e6e6;
        padding: 30px 60px 30px 60px;
		width: 100%;
        position: relative;
        z-index: 2;
    }
	
    .section-7 .image {
        position: relative;
        width: 100%;
        padding-bottom: 65%;
        z-index: 1;
    }
	
	.section-7 .image img {
        position: absolute;
        top: -75px;
        clip-path: none;
        width: 100%;
    }
	
}

/**/

.section-8{
	padding-top: 40px;
	padding-bottom: 40px;
}

.section-8 .title{
	text-align: center;
}

.section-8 .d-flex{
	align-items: center;
	padding: 0px;
}

.section-8 .inner-wrap{
	display: flex;
    flex-direction: column;
    justify-content: center;
	height: auto;
	order: 2;
    padding-left: 40px;
	width: calc(100% - 468px);
}

.section-8 .image{
	order: 1;
    position: relative;
	width: 468px;
}

.section-8 .image img{
	max-width: 100%;
}

#product-tabs .section-8 .title{
	font-weight: 800;
	margin-bottom: 30px;
}

.section-8 .btn-primary:not(:disabled):not(.disabled).active, 
.section-8 .btn-primary:not(:disabled):not(.disabled):active, 
.section-8 .show>.btn-primary.dropdown-toggle, 
.section-8 a.btn-primary, 
.section-8 a.btn-primary:visited{
    position: relative;
    color: #fff;
    text-transform: uppercase;
    font-weight: 700;
    text-align: center;
    text-decoration: none;
    background: #362f2d;
    border: none;
    border-radius: 0;
    transition: none;
    width: 260px;
    padding: 15px;
}

@media (min-width:992px) and (max-width:1199px){
	
	.section-8 .inner-wrap{
		padding-left: 30px;
	}
	
}

@media (min-width:768px) and (max-width:991px){
	
	.section-8{
		padding-bottom: 20px;
	}
	
	.section-8 .d-flex{
		padding: 0px;
		flex-direction: column;
	}
    
    .section-8 .inner-wrap{
        padding-left: 0;
		padding-top: 20px;
		width: 100%;
    }
	
    #product-tabs .section-8 .title{
        font-size: 32px;
        text-align: center;
        margin: 0px auto 30px;
    }
	
	.section-8 .image{
		text-align: center;
		padding-top: 0px;
		width: 100%;
	}

	.section-8 .image img{
		position: relative;
		top: 0;
		left: 0;
        max-width: 100%
	}
	
}

@media (max-width:767px){
	
	.section-8{
        padding-bottom: 20px;
        padding-top: 20px;
	}
	
	.section-8 .d-flex{
		padding: 0px;
		flex-direction: column;
	}
    
    .section-8 .inner-wrap{
        padding-left: 0;
		padding-top: 20px;
		width: 100%;
    }
	
    #product-tabs .section-8 .title{
        font-size: 24px;
        text-align: center;
        max-width: 320px;
        margin: 0px auto 20px;
    }
	
	.section-8 .image{
		padding-top: 0px;
		width: 100%;
	}

	.section-8 .image img{
		position: relative;
		top: 0;
		left: 0;
        max-width: 100%
	}
	
}

/**/

.section-9{
    max-width: 800px;
    margin: 0px auto;
	padding-top: 0px;
    padding-bottom: 50px;
}

.section-9 .title{
	text-align: center;
}

.section-9 .d-flex{
	align-items: center;
	padding: 0px;
}

.section-9 .inner-wrap{
	display: flex;
    flex-direction: column;
    justify-content: center;
	height: auto;
	order: 1;
    padding-left: 40px;
	width: calc(100% - 468px);
}

#product-tabs .section-9 ul{
	list-style: none;
	margin-left: 0;
	padding-left: 0;
}

.section-9 .inner-wrap li{
	color: #000000;
	font-weight: 600;
	margin-bottom: 5px;
	padding-left: 18px;
	position: relative;
}

.section-9 .inner-wrap li:before{
	content: "";
	background: #5a792e;
	border-radius: 100%;
	position: absolute;
	top: 8px;
	left: 0;
	height: 10px;
	width: 10px;
}

.section-9 .image{
	order: 2;
    position: relative;
	width: 468px;
}

.section-9 .image img{
	max-width: 100%;
}

#product-tabs .section-9 .title{
	font-weight: 800;
	margin-bottom: 30px;
}

.section-9 .btn-primary:not(:disabled):not(.disabled).active, 
.section-9 .btn-primary:not(:disabled):not(.disabled):active, 
.section-9 .show>.btn-primary.dropdown-toggle, 
.section-9 a.btn-primary, 
.section-9 a.btn-primary:visited{
    position: relative;
    color: #fff;
    text-transform: uppercase;
    font-weight: 700;
    text-align: center;
    text-decoration: none;
    background: #362f2d;
    border: none;
    border-radius: 0;
    transition: none;
    width: 260px;
    padding: 15px;
}

@media (min-width:992px) and (max-width:1199px){
	
	.section-9 .inner-wrap{
		padding-left: 0px;
	}
	
}

@media (min-width:768px) and (max-width:991px){
	
	.section-9{
		padding-bottom: 20px;
	}
	
	.section-9 .d-flex{
		padding: 0px;
		flex-direction: column-reverse;
	}
    
    .section-9 .inner-wrap{
        padding-left: 0;
		padding-top: 20px;
		width: 100%;
    }
	
    #product-tabs .section-9 .title{
        font-size: 32px;
        text-align: center;
        margin: 0px auto 30px;
    }
	
	.section-9 .image{
		text-align: center;
		padding-top: 0px;
		width: 100%;
	}

	.section-9 .image img{
		position: relative;
		top: 0;
		left: 0;
        max-width: 100%
	}
	
	#product-tabs .section-9 ul{
		margin: 0px auto;
		padding-left: 0;
		width: 320px;
	}
	
	.section-9 .inner-wrap li{
		font-weight: 800;
		margin-bottom: 10px;
	}
	
}

@media (max-width:767px){
	
	.section-9{
		padding-bottom: 20px;
	}
	
	.section-9 .d-flex{
		padding: 0px;
		flex-direction: column-reverse;
	}
    
    .section-9 .inner-wrap{
        padding-left: 0;
		padding-top: 20px;
		width: 100%;
    }
	
    #product-tabs .section-9 .title{
        font-size: 24px;
        text-align: center;
        max-width: 320px;
        margin: 0px auto 20px;
    }
	
	.section-9 .image{
		padding-top: 0px;
		width: 100%;
	}

	.section-9 .image img{
		position: relative;
		top: 0;
		left: 0;
        max-width: 100%
	}
	
	.section-9 ul{
		margin-bottom: 0;
	}
	
	#product-tabs .section-9 ul {
		margin: 0px auto;
		padding-left: 0;
		width: 275px;
	}
	
	.section-9 .inner-wrap li{
		font-weight: 800;
		margin-bottom: 10px;
	}
	
}

/**/

#faq{
	margin: 0px auto 0px auto;
	max-width: 1100px;
	padding-top: 20px;
	padding-bottom: 40px;
}

#faq-accordion .title{
	font-weight: 800;
	text-align: center;
}

#faq-accordion .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{
	background: none;
    font-weight: 800;
	padding-left: 30px;
}

.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;
	}
	
}

@media (min-width:992px) and (max-width:1199px){
	
	#faq .title{
		margin-bottom: 30px;
	}
	
}

@media (min-width:768px) and (max-width:991px){
	
	#faq-tab .title{
		text-align: center;
		font-size: 34px;
	}
	
}

@media (max-width:767px){
	
    #faq{
        padding-top: 10px;
        padding-bottom: 20px;
    }
	
	.faq-section h2{
		text-align: center;
		font-size: 24px;
	}
	
	#product-tabs #faqs-tab .sub-title{
    	font-size: 24px;
	}
	
	#faq-tab .title{
		text-align: center;
		font-size: 28px;
	}
	
	#faq-accordion .card-header h4{
		font-size: 1em;
        line-height: 1.4em;
		padding: 0px 60px 0px 20px;
	}

}

/**/

.footnotes{
	padding-top: 30px;
}

.footnotes .title{
	text-align: center;
}

.footnotes a{
    display: block;
    color: #0c60c9;
    margin-bottom: 10px;
    white-space: break-spaces;
    word-break: break-word;
}

@media (max-width:767px){
	
	.footnotes{
		padding-top: 0px;
	}

}