/* @media only screen and (min-width: 1500px) and (max-width: 8000px) {
    .header-container {
       	display: flex !important;
		flex-direction: row;
		align-items: center;
		gap: 20px;
		padding-top: 15px !important;
		padding-bottom: 15px !important;
    }
	
	.header-container .nav>ul>li>a {
		padding: 15px 0;
	}
} */

.term-description {
	padding-top: 60px;
	padding-bottom: 60px;
	text-align: center;
}

.general-section a:hover, .general-section a:hover h5 {
    color: #FF9B33 !important;
}

/*.product-category-extra-content*/

.product-category-extra-content{
    padding-top: 60px;
	padding-bottom: 60px;
    position: relative;
    display: block;
    float: left;
    width: 100%;
}

.category-content-item{
    border:1px solid #e5e5e5;
    border-radius:12px;
    overflow:hidden;
    margin-bottom:16px;
    background:#fff;
}

.category-content-title{
    margin:0;
    padding:20px 60px 20px 20px;
    cursor:pointer;
    position:relative;
    font-size:20px;
    line-height:1.4;
    transition:all .3s ease;
}

.category-content-title:hover{
    background:#f8f8f8;
}

.category-content-title:after{
    content:"+";
    position:absolute;
    right:20px;
    top:50%;
    transform:translateY(-50%);
    font-size:28px;
    font-weight:300;
    transition:all .3s ease;
}

.category-content-item.active .category-content-title:after{
    transform:translateY(-50%) rotate(45deg);
}

.category-content-description{
    display:none;
    padding:0 20px 20px;
}

.category-content-description > *:first-child{
    margin-top:0;
}

.category-content-description > *:last-child{
    margin-bottom:0;
}


/*.choose-right-container*/

.choose-right-container {
    margin-bottom:40px;
}

.choose-right-container__header{
    margin-bottom:30px;
}

.choose-right-container__items {
    display:grid;
    grid-template-columns:repeat(1,1fr);
    gap:15px;
}
@media (min-width: 640px) and (max-width: 1024px){
    .choose-right-container__items{
        grid-template-columns:repeat(2,1fr);
    }
}
@media (min-width: 1024.9px){
    .choose-right-container__items{
        grid-template-columns:repeat(3,1fr);
    }
}

@media (min-width: 1200px){
    .choose-right-container__items{
        grid-template-columns:repeat(4,1fr);
    }
}
.choose-right-container__item{
    padding:20px;
    border:1px solid #e5e5e5;
    border-radius:8px;
}

.choose-right-container__title{
	font-size: 24px;
    margin-bottom:10px;
}

/*  */

/* product-category-cta  */

.product-category-cta {
	margin: 0 0 30px;
}
.product-category-cta .container{
    padding:60px;
    border-radius:4px;
    text-align:center;
    background:#FF9B33;
	color: #333333;
}
.product-category-cta__content {
	text-align: center;
}
@media (min-width: 768px){
	.product-category-cta__content {
		text-align: left;
		width: 60%;
	}
}
@media (min-width: 1024.9px){
	.product-category-cta .container {
		display: flex;
		gap: 20px;
	}
	.product-category-cta__content {
		text-align: left;
		width: 70%;
	}
}

.product-category-cta__subtitle{
	color: #333333;
    margin-bottom:12px;
    font-size:14px;
	font-weight: 600;
    text-transform:uppercase;
    letter-spacing:.08em;
}

.product-category-cta__title{
	color: #333333;
	font-weight: 600;
}

.product-category-cta__description{
	color: #333333;
}

.product-category-cta__buttons{
    display:flex;
    gap:15px;
    align-items: center;
    justify-content:center;
    flex-wrap:wrap;
}

.product-category-cta__buttons .cta-btn-primary {
    display: inline-flex !important;
    position: relative;
    height: 40px;
    background: rgba(255, 255, 255, .8);
    align-items: center;
    justify-content: center;
    margin: 5px 0;
	padding: 15px 25px;
    font-size: 14px;
	font-weight: 600;
    line-height: 36px;
    color: #fff;
    letter-spacing: 0px;
	background-color: #333333;
    border-radius: 4px;
    text-transform: uppercase;
    max-width: 100%;
}

.product-category-cta__buttons .cta-btn-primary:hover {
	background-color: #ffffff;
	color: #333333;
}

.product-category-cta__buttons .cta-btn-secondary {
	 margin: 5px 0;
	padding: 15px 25px;
    font-size: 14px;
	font-weight: 600;
    line-height: 36px;
}

.product-category-cta__buttons .cta-btn-outline:hover {
	color: #ffffff;
}