
/*=================================*/

/*======= FAQs Popup Form ========*/

/*===============================*/
.kfaq-ask-question-button{
	margin: 0px 0px 30px !important;
}
.koalaapp_faq_sbt{
	width: 100%;
    background-color: #af68af;
    color: white;
}
#cat_box, #tag_box{
    border-bottom: 1px solid #787878;
}
.kfaq-tax-faqs .kfaq-icon {
	position: static !important;
}
.ka-faqs-template-list{
	border-bottom: 1px solid lightgray;
}
.kfaq-overlay {
	z-index: 99999;
	box-shadow: 1px 1px 13px #000;
	padding: 20px;
	position: fixed;
	background-color: transparent;
	height: 100%;
	width: 100%;
	top: 0%;
	left: 0%;
}

.kfaq-overlay:target {
	visibility: visible;
	opacity: 1;
}

.kfaq-popup {
	z-index: 9999999;
    padding: 30px 30px;
    position: fixed;
    background-color: white;
    height: auto;
    width: 100%;
    top: 50%;
    left: 50%;
    display: none;
    border-radius: 10px;
    max-width: 600px;
    box-sizing: border-box;
    transform: translate(-50%, -50%);
    text-align: left;
  	-webkit-transition: all 0.3s ease-out;
	-moz-transition   : all 0.3s ease-out;
	-ms-transition    : all 0.3s ease-out;
	-o-transition     : all 0.3s ease-out;
	transition        : all 0.3s ease-out;
	-webkit-box-shadow: 0 0 18px 0 rgba(50, 50, 50, 0.32);
  	box-shadow: 0 0 18px 0 rgba(50, 50, 50, 0.32);
}

.kfaq-popup  h2 {
	font-size: 26px;
	color: #333;
	line-height: 36px;
	font-weight: bold;
	text-align: center;
}

.koala-faq-snd-btn{
	display: inline-block;
    width: 100%;
    margin-top: 30px;
    text-transform: uppercase;
    font-size: 16px;
    line-height: 26px;
    font-weight: bold;
    color: white;
    background-color: #96588a;
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -ms-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
    -webkit-box-shadow: 0 0 18px 0 rgb(50 50 50 / 32%);
    box-shadow: 0 0 18px 0 rgb(50 50 50 / 15%);
    border: 0;
    height: 40px;
}

.kfaq-popup .close {
	position: absolute;
	top: 10px;
	right: 12px;
	transition: all 200ms;
	font-size: 32px;
	font-weight: bold;
	text-decoration: none !important;
	color: #96588a;
	opacity: 0.7;
}

.kfaq-popup .close:hover,
.kfaq-popup .close:focus,
.kfaq-popup .close:Active{
	border: 0;
	opacity: 1;
	outline: 0 !important;
}

.kfaq-content form label{
	font-size: 14px;
	line-height: 34px;
	color: black;
	font-weight: 600;
}

.kfaq-content form input{
	box-shadow: none;
	border: 1px solid #00000026;
	margin:0px 0px 20px;
}

.kfaq-product-question-fld{
	width: 100%;
	margin-bottom: 15px;
	box-shadow: none;
	height: 100px;
}

.kfaq-layout-header h2{
	position: relative;
	margin-bottom: 35px;
}

.kfaq-layout-header h2 a{
    position: absolute;
    top: 0;
    right: 0;
    font-size: 16px;
    line-height: 26px;
    display: inline-block;
    text-align: center;
}

.kfaq-product-faq-section h3{
	font-size: 26px;
	line-height: 36px;
	font-weight: 600;
}

.kfaq-product-faq-section p,
.kfaq-list-container li p{
	color: #333;
	border-bottom: 1px solid #0000001a;
	padding-bottom: 20px;
	font-weight: normal;
	font-size: 14px;
	line-height: 24px;
}

.kfaq-list-container li p{
	position: relative;
	padding-left: 30px;
	min-height: 50px;
}

.kfaq-product-faq-section h4{
	display: block;
	text-decoration: none !important;
	color: #555;
	font-weight: 600;
	-webkit-transition: all 0.2s linear;
	-moz-transition: all 0.2s linear;
	transition: all 0.2s linear;
	font-size: 16px;
	line-height: 26px;
}

.faq-empty-fld-msg{
	font-size: 12px;
	line-height: 22px;
	color:red;
	font-weight: bold;
	background: white;
    position: absolute;
    padding: 5px;
    margin:0 !important;
}

/*================================*/

/*======= FAQs Accordians =======*/

/*==============================*/


.kfaq-accordion-container{
	position: relative;
	height: auto;
}

.kfaq-accordion-item{
	position: relative;
	width: 100%;
	/*float: left;*/
	display: block;
	height: auto;
}

.kfaq-accordion-item .kfaq-show-answer-btn{
	display: block;
	padding: 20px 15px;
	text-decoration: none;
	color: #555;
	font-size: 16px;
    font-weight: 600;
    line-height: 26px;
/*	border-bottom: 2px solid #7c7a7a;*/
	-webkit-transition:all 0.2s linear;
	-moz-transition:all 0.2s linear;
	transition:all 0.2s linear;
	text-decoration: none !important;
}

.kfaq-icon{
    display: inline-block;
    text-align: center;
    width: 20px;
    height: 20px;
    font-weight: 600;
    color: black;
    font-size: 13px;
    line-height: 10px;
    padding: 0px;
    position: absolute;
    left: 0;
    top: 0;
}

.kfaq-accordion-item .kfaq-icon{
    margin-right: 10px;
    position: relative !important;
    top: 7px !important;
    left: unset !important;
}

.kfaq-accordion-item .kfaq-show-answer-btn i{
	float: right;
	margin-top: 2px;
}

.kfaq-accordion-item .kfaq-show-answer-btn.active,
.kfaq-accordion-item .kfaq-show-answer-btn:hover,
.kfaq-accordion-item .kfaq-show-answer-btn:focus,
.kfaq-accordion-item .kfaq-show-answer-btn:active{
	background-color:#b7c1c7;
	color: black;
	border-bottom:1px solid transparent;
	outline: 0;
}

.kfaq-accordion-item-content{
	background-color: #fbfafae0;
	display:none;
	padding:15px;
 }

.kfaq-accordion-item-content p{
 	font-size: 14px;
 	line-height: 24px;
 	font-weight: normal;
 }

.kfaq-list-container h4{
 	font-size: 18px;
    font-weight: 600;
    line-height: 28px;
    position: relative;
    padding-left: 30px;
 }

.kfaq-list-container h4::first-letter{
	text-transform: capitalize;
}

.kfaq-answer-footer{
	width: 100%;
	padding-bottom: 20px;
}

.kfaq-helpful-box{
	display: block;
	width: 100%;
}

.kfaq-helpful-box span{
	float: left;
	margin-right: 15px;
	color: #333;
	font-size: 14px;
	line-height: 24px;
}

.kfaq-helpful-box ul,
.kfaq-list-container{
	list-style: none;
	padding: 0;
	margin: 0;
}

.kfaq-list-container li{
    padding: 20px 0px 20px;
    text-decoration: none;
    color: #555;
    font-size: 16px;
    font-weight: 600;
    line-height: 26px;
    -webkit-transition: all 0.2s linear;
    -moz-transition: all 0.2s linear;
    transition: all 0.2s linear;
    margin-bottom: 25px;
}

.kfaq-list-container li::marker{
	display: none;
}

.kfaq-helpful-box form label{
	margin: 0px 10px 0px 5px !important;
	color: #333;
	font-size: 14px;
	line-height: 24px;
}

.kfaq-read-more-box a{
	float: right;
	display: inline-block;
	width: 100%;
	text-align: center;
	color: white;
	background-color: black;
	font-size: 12px;
	line-height: 22px;
	padding: 3px 10px;
	max-width: 100px;
	text-decoration: none !important;
}

.kfaq-accordion-item-content p a,
.kfaq-ans a{
	text-decoration: none !important;
}


.theme-flatsome .kfaq-taxonomy-detail-page,
.theme-Divi-40 .kfaq-taxonomy-detail-page{
    width: 100%;
    max-width: 1280px;
    margin: 25px auto 45px;
    display: block;
}

.theme-flatsome .kfaq-layout-header{
	height: 50px;
	display: block;
}

.theme-flatsome .kfaq-product-faq-section{
	width: 100%;
    max-width: 1080px;
    margin: 0px auto 25px;
    display: block;
}


/*================================*/

/*======= FAQs PAgination =======*/

/*==============================*/



.kfaq_pagination{
	margin-top: 35px;
	text-align: right;
}

.kfaq_pagination .page-numbers {
	color: black;
	text-decoration: none;
	width: 15px;
	height: 15px;
	font-size: 12px;
	line-height: 22px;
	background-color: transparent;
	border-radius: 3px;
	cursor: pointer;
	border:1px solid #0000001f;
	padding: 5px 8px;
	margin-top: 25px;
}

.kfaq_pagination .page-numbers:hover,
.kfaq_pagination .kfaq_pagination .page-numbers:active,
.kfaq_pagination .page-numbers:focus,
.kfaq_pagination .current{
	background-color: #333333;
	color: white;
	text-decoration: none;
}

#feedback,
.kfaq-feedback-message{
	display: none;
}

.hide{
	display: block !important;
}

.kfaq_radio{
    background-color: transparent !important;
    border: 0;
    box-sizing: border-box;
    margin: 0px 8px;
    padding: 0 !important;
    font-size: 12px !important;
    line-height: 22px !important;
    float: left;
}

.show-feedback{
	display: block;
}

.hide-feedback{
	display: none !important;
}


/*==================================*/

/*======= FAQs Single Page =======*/

/*==============================*/


.kfaq-single-content .entry-title{
	font-size: 28px;
	line-height: 38px;
}

.kfaq-single-content .kfaq-single-answer{
	font-size: 14px;
	line-height: 24px;
	color: black;
}

.kfaq_side-bar-element{
	display: block;
	box-sizing: border-box;
	margin-bottom: 25px;
}

.kfaq_side-bar-element h3{
	font-size: 18px;
	line-height: 28px;
	color: black;
	text-transform: uppercase;
	font-weight: 600;
}

.kfaq_side-bar-element ul {
	list-style: none;
	padding:0;
	margin:0;
}

.kfaq_side-bar-element ul li{
	display: block;
	margin:0px 0px;
	padding: 10px 5px;
	border-bottom: 1px solid rgba(0,0,0,.05);
}

.kfaq_side-bar-element ul li a{
	font-size: 14px;
	line-height: 24px;
	color: black;
	text-transform: capitalize;
}

.kfaq-tax-listing-section ul{
	list-style: none;
	padding:0;
	margin:0;
}

.kfaq-tax-listing-grid-section ul li{
	display: inline-block;
	padding-left: 15px;
	padding-right: 15px;
	vertical-align: top;
	width: 30%;
}

.kfaq-tax-thumb img{
	width: 100%;
    max-width: 100px;
    height: 100%;
    max-height: 100px;
    margin: 0px 0px 10px;
    display: block;
}

.kfaq-tax-listing-item-content {
	padding: 10px 0px;
}

.kfaq-tax-listing-item-content a,
.kfaq-tax-listing-item-content h3,
.kfaq-tax-listing-item-content a,
.kfaq-tax-listing-item-content h3{
	color: black;
	text-decoration: none !important;
	font-size: 20px;
	line-height: 30px;
	margin:0;
	font-weight: 600;
	text-transform: capitalize;
}

.kfaq-tax-faqs{
	box-sizing: border-box;
}

.kfaq-col-6 .kfaq-tax-faqs {
	box-sizing: border-box;
	min-height: 145px;
}

.kfaq-col-4 .kfaq-tax-faqs {
	box-sizing: border-box;
	min-height: 100px;
}

.kfaq-col-4 .kfaq-tax-faqs h3{
	min-height: 45px;
}

.kfaq-view-all-faqs{
    display: inline-block;
    width: 100%;
    text-align: center;
    color: white;
    background-color: black;
    font-size: 10px;
    line-height: 20px;
    padding: 2px 5px;
    max-width: 60px;
    text-decoration: none !important;
    margin-top: 10px;
}

.kfaq-row::after {
  content: "";
  clear: both;
  display: table;
}

.kfaq-col-1 {width: 8%;}
.kfaq-col-2 {width: 16%;}
.kfaq-col-3 {width: 25%;}
.kfaq-col-4 {width: 33%;}
.kfaq-col-5 {width: 41%;}
.kfaq-col-6 {width: 49%;}
.kfaq-col-7 {width: 58%;}
.kfaq-col-8 {width: 66%;}
.kfaq-col-9 {width: 75%;}
.kfaq-col-10 {width: 83%;}
.kfaq-col-11 {width: 91%;}
.kfaq-col-12 {width: 100%;}

[class*="kfaq-col-"] {
 	box-sizing: border-box;
 	vertical-align: top;
 	display: inline-block;
  	padding: 25px 15px;
}


.kfaq-tax-faqs li{
	padding: 10px 0px 10px;
    text-decoration: none;
    color: #555;
    font-size: 14px;
    font-weight: 600;
    line-height: 24px;
    border-bottom: 1px solid #dddddd5c;
    -webkit-transition: all 0.2s linear;
    -moz-transition: all 0.2s linear;
    transition: all 0.2s linear;
}

.kfaq-col-12 .kfaq-tax-faqs h3,
.kfaq-col-6 .kfaq-tax-faqs h3{
	font-size: 16px;
    line-height: 26px;
    font-weight: 600;
    margin: 10px 0px;
    position: relative;
    padding-left: 30px;
}

.kfaq-col-4 .kfaq-tax-faqs h3,
.kfaq-col-4 .kfaq-tax-faqs a {
    font-size: 14px;
    line-height: 24px;
    font-weight: 600;
    margin: 5px 0px;
    text-decoration: none !important;
}

.kfaq-col-12 .kfaq-tax-faqs p,
.kfaq-col-6 .kfaq-tax-faqs p{
	font-size: 12px;
    line-height: 22px;
    font-weight: normal;
    position: relative;
    padding-left: 30px;
}

.kfaq-col-6 .kfaq-tax-faqs p{
	min-height: 45px;
	position: relative;
}

.kfaq-col-4 .kfaq-tax-faqs p{
	display: none;
}

.kfaq-tax-faqs{
	list-style: none !important;
/*	padding: 0 !important;*/
	margin: 0 !important;
}

.kfaq-taxonomy-detail-page{
	padding:25px 0px 45px;
}
/*===============================*/

/*======== Store FAQs ==========*/

/*=============================*/


.kfaq-store-faq-ques-button{
	position: relative;
	text-align: right;
	display: block;
	box-sizing: border-box;
	width: 100%;
}

.kfaq-store-faqs-section{
	position: relative;
	box-sizing: border-box;
	width: 100%;
	margin-top: 15px;
}

.kfaq-login-button{
    padding: 10px 3px;
    display: inline-block;
    box-sizing: border-box;
    width: 100%;
    max-width: 200px;
    background-color: #f2f2f2;
    text-align: center;
    color: black;
    border:0;
    text-decoration: none !important; 
}


/*===============================*/

/*======== Media Queries =======*/

/*=============================*/

@media all and (max-width: 480px){
	.kfaq-accordion-item .kfaq-show-answer-btn{
		padding:15px 5px !important;
		font-size: 12px;
		line-height: 22px;
	}

	.kfaq-list-container h4{
		font-size: 14px;
		line-height: 24px;
	}

	.kfaq-product-faq-section p, .kfaq-list-container li p,
	.kfaq-helpful-box span{
		font-size: 12px;
		line-height: 22px;
	}

	.kfaq-accordion-item-content{
		padding: 15px 5px !important;
	}

	.kfaq-layout-header h2 a{
		position: relative;
		font-size: 12px;
		line-height: 22px;
		display: block;
		margin-top: 10px;
	}

	.kfaq-col-12 .kfaq-tax-faqs h3, 
	.kfaq-col-6 .kfaq-tax-faqs h3{

	}

	.kfaq-col-6,
	.kfaq-col-4{
		width: 100%;
		display: block;
	}

	.kfaq-col-6 .kfaq-tax-faqs p,
	.kfaq-col-4 .kfaq-tax-faqs h3{
		min-height: auto;
	}

}


@media all and (max-width: 768px){

	.kfaq_feedback_form{
		margin-bottom: 0px !important;
	}

	.kfaq-list-container li{
		padding:0px !important;
	}

	.kfaq-col-4{
		width:49%;
	}
}


.not-show{
	display: none !important;
}


.kfaq-product-faq-section, .kfaq-product-faq-section-frst-temp, .kfaq-product-faq-section-scnd-temp, .kfaq-product-faq-section-trd-temp{
	clear: both !important;
}

.kfaq-layout-header h2 {
	display: flex;
	gap: 10px;
}

.kfaq-layout-header h2 a{
	position: unset;
	padding: 10px;
}

.kfaq-product-faq-section-trd-temp{
	margin-left: 30px;
}

@media screen and (max-width:600px){
	.kfaq-product-faq-section-trd-temp{
		margin-left: 0px!important;
	}

	.kfaq-accordion-item-frst-temp, .kfaq-accordion-container{
		padding-left: 0px !important;
	}

	.kfaq-accordion-item-li-item::marker{
		font-size: 12px;
	}

	li.kfaq-accordion-item-li-item{
		padding-right: 15px !important;
		padding-top: 10px !important;
		padding-bottom: 10px !important;
		margin-right: 15px !important;
		margin-bottom: 10px !important;
	}

	.kfaq-accordion-list, .kfaq-tax-faqs{
		padding-left: 0px !important;
	}

	.kfaq-helpful-box span{
		float: none;
	}

	.kfaq_radio{
		float: none;
	}

	.kfaq_feedback_form{
		display: flex;
	}

	.kfaq_radio{
		display: inline-block;
	}
}

	li.kfaq-accordion-item-li-item{
		padding-right: 15px !important;
		padding-top: 20px !important;
		padding-bottom: 10px !important;
		margin-right: 20px !important;
		margin-bottom: 10px !important;

	}