/**
* Theme Name: Kitchor Child
* Description: This is a child theme of Kitchor, generated by Merlin WP.
* Author: <a href="https://themelexus.com/">Themelexus</a>
* Template: kitchor
* Version: 1.0.5
*/
.single-product div.product .woocommerce-product-gallery.woocommerce-product-gallery-horizontal .woocommerce-product-gallery__image:hover a img {opacity:1!important}
.elementor-element-fc41dfb, .elementor-element-79a8b51 {
	    align-items: center;
}
.elementor-26 .elementor-element.elementor-element-8cb9958 {
	margin-top:-60px;
}


.category-description {
	float:left;
	padding-top: 1rem;
}

.category-description h2 {
	font-size: 24px;
}

@media (min-width:1280px) {
	.category-description p {
		font-size: 18px;
	}
}

.faq-accordion .faq-item {
    margin-bottom: 10px;
    border-top: 1px dashed #b7b2b2;
}

.faq-accordion .faq-question {
    width: 100%;
    padding: 15px 10px;
    border: none;
	border-radius: 0;
	background: transparent;
    text-align: left;
    cursor: pointer;
    font-size: 16px;
    font-weight: bold;
	color:#000000;
    outline: none;
}

.faq-accordion .faq-question:hover {
    background: #eaeaea;
	border-radius: 0;
}

.faq-accordion .faq-answer {
    display: none;
    padding: 10px;
	color: #817d7d;
    border-top: 1px dashed #b7b2b2;
}

.faq-accordion .faq-item.active .faq-answer {
    display: block;
}
