/*
Theme Name: OceanWP Child Theme
Theme URI: https://oceanwp.org/
Description: OceanWP WordPress theme. Sample child theme.
Author: OceanWP
Author URI: https://oceanwp.org/
Template: oceanwp
Version: 1.0
*/
.custom-product-accordion {
    margin-top: 20px;
    border-top: 1px solid #e5e5e5;
}

.custom-product-accordion .accordion-item {
    border-bottom: 1px solid #e5e5e5;
}

.custom-product-accordion .accordion-title {
    width: 100%;
    background: #f7f7f7;
    border: 0;
    padding: 18px 20px;
    text-align: left;
    font-size: 28px;
    line-height: 1.3;
    cursor: pointer;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.custom-product-accordion .accordion-icon {
    font-size: 28px;
    font-weight: 400;
}

.custom-product-accordion .accordion-content {
    display: none;
    padding: 20px;
    background: #fff;
}

.custom-product-accordion .accordion-item.active .accordion-icon {
    content: "-";
}
@media (min-width: 769px) {
    .custom-product-accordion {
        display: none;
    }
}
#site-header.transparent-header {
    border: none !important;
}
.star-rating
{
	overflow:visible !important
}
.star-rating span
{
	position:relative !important;
	padding-bottom: 0.5em;
}
#bs .star-rating span
{
	color: #fff;
	padding-bottom:1em;
}
.woocommerce div.product div.woocommerce-product-details__short-description {
    margin-top: 40px !important;
}