.pt-50.pb-50 {
    margin: 0;
}
.faq-container hr {
    border-bottom: unset;
}
.faq h3 {
    font-weight: 700;
}
.faq-header{
		font-family: 'Work Sans';
font-style: normal;
font-weight: 800;
font-size: 30px;
line-height: 50px;
text-align: center;
letter-spacing: -0.25px;
color: #121212;
	}
	.faq-answer ul{
		list-style: disc;
    padding-left: 20px;
		font-family: 'Lato';

font-weight: 400;

color: rgba(18, 18, 18, 0.6) !important;
	}
	
	.faq-answer a{
		color: #0180DE;
	}
	
	#tab-title-dimensions_tab{
		font-family: 'Lato';
font-style: normal;
font-weight: 900;
font-size: 18px;
line-height: 25px;
color: #121212;
	}
	
	 .faq-answer p{
		font-family: 'Lato';
font-style: normal;
font-weight: 400;
font-size: 16px;
line-height: 26px;
letter-spacing: -0.0875px;
padding-right:28px;
color: rgba(18, 18, 18, 0.6) !important;
	}
.faq-answer ul li{font-family: 'Lato'; font-size:16px; font-weight:400;}
.faq-answer ul {
    padding: 1rem 2rem;
}
 .faq-container {
	 max-width: 800px;
	 width: 90%;
	 margin: 25px auto;
}

 .faq, .wc-accordion {
	 margin-top: 15px;
	
}
 .faq .accordion, .wc-accordion .accordion {
	 padding: 20px 0px 5px 0px;
	 width: 100%;
	 text-align: left;
	 border: none;
	 outline: none;
	 transition: 0.4s;
	 border-radius: 0px;
	 background: none;
	 display: flex;
	 border-top: 0.75px solid #535353;
	 font-size: 1.25rem;
	 justify-content: space-between;
	 align-items: center;
	 background-color:transparent!important;
}
 .faq .active, .wc-accordion .active, .faq .accordion:hover, .wc-accordion .accordion:hover {
	 background-color: none!important;
}
 .faq .active i, .wc-accordion .active i {
	 transform: rotate(90deg);
}
 .faq .panel, .wc-accordion .panel {
	 max-height: 0;
	 overflow: hidden;
	 visibility: hidden;
	 transition-duration: 400ms;
	 transition-property: max-height, visibility;
	 transition-delay: 0, 400ms;
}
 .panel.open {
	 visibility: visible;
	 transition-duration: 400ms;
	 transition-property: max-height, visibility;
	 transition-delay: 400ms, 0;
}
 .closed .vertical {
	 transition: all 0.4s ease-in-out;
	 transform: rotate(-90deg);
}
 .closed .horizontal {
	 transition: all 0.4s ease-in-out;
	 transform: rotate(-90deg);
	 opacity: 1;
}
	
 .active {
	 opacity: 1;
}
 .active .vertical {
	 transition: all 0.4s ease-in-out;
	 transform: rotate(45deg);
}
 .active .horizontal {
	 transition: all 0.4s ease-in-out;
	 transform: rotate(45deg);	 
}
	.active .circle-animation{
		 background: #0180DE;
		border: 1px solid #0180DE;
	}
	.active .circle-animation .horizontal, .active .circle-animation .vertical {
		background-color:#FFFFFF;
	}
	
 .circle-animation {
	 position: relative;
	 flex: 0 0 30px;
	 border: 1px solid #121212;
    border-radius: 50%;
    background: white;
    padding: 14px;
}
 .circle-animation .horizontal {
	 position: absolute;
	 background-color: #121212;
	 width: 12px;
	 height: 1.5px;
	 left: 50%;
	 margin-left: -6px;
	 top: 50%;
	 margin-top: -1px;
}
 .circle-animation .vertical {
	 position: absolute;
	 background-color: #121212;
	 width: 1.5px;
	 height: 12px;
	 left: 50%;
	 margin-left: -1px;
	 top: 50%;
	 margin-top: -6px;
}
	
	@media only screen and (max-width: 600px) {
		#tab-title-dimensions_tab{
			padding-right:20px;
		}
		.faq-header{
			font-size: 30px;
			line-height: 36px;
			width: 250px;
			margin-left:auto;
			margin-right:auto;
		}
		
		.panel .open{
			max-height:450px !important;
		}
	}
	