/*
Theme Name: Luchiana-Child
Theme URI: https://parkofideas.com/luchiana/
Text Domain: luchiana-child
Description: Cosmetics and Beauty Shop Theme
License: GNU General Public License v2.0 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Version: 1.2
Template: luchiana
Author: parkofideas.com
Author URI: https://parkofideas.com
Tags: right-sidebar, custom-background, custom-colors, featured-images, full-width-template, post-formats, theme-options, translation-ready
*/


/* Theme customization starts here
-------------------------------------------------------------- */
.custom-product-reviews{
    margin-top:40px;
}
.custom-product-reviews h2 {
	text-align: left;
}

/* WooCommerce Tabs → Accordion */
/* Hide WooCommerce tab navigation */
.woocommerce div.product .woocommerce-tabs ul.tabs {
    display:none;
}

/* Accordion title style */
.wc-accordion-title{
    cursor:pointer;
    padding:15px;
    background:#ffffff;
    border:1px solid #fff;
    margin-top:20px;
    font-weight:600;
}

/* Accordion content */
.wc-accordion-content{
    display:none;
    padding:20px;
    border:1px solid #fff;
    border-top:0;
	background-color: #fff;
}

/* Accordion icon styling */
.wc-accordion-title{
	display:flex;
	justify-content:space-between;
	align-items:center;
	cursor:pointer;
}

.wc-accordion-title i{
	transition: transform 0.3s ease;
	transform: rotate(90deg);
	font-size: 15px;
    height: 15px;
    line-height: 1;
    margin-right: 8px;
    transform-origin: center center;
    width: 8px;
}

/* Rotate icon when open */
.wc-accordion-title.active i{
	transform: rotate(270deg);
}