.product-banner {
    position: relative;
    height: 400px; /* Adjust the height as needed */
    color: #fff; /* Text color on the product-banner */
    text-align: center;
    display: flex;
    align-items: center;
    justify-product-content: center;
}

.product-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5); /* Adjust the product-overlay color and opacity as needed */
}

.product-content {
    z-index: 1;
    margin: auto;
}
.product-content * {
    color: white !important;
}

.product-banner h1 {
    margin-bottom: 10px;
}

.product-banner p {
    margin: 0;
}
.single-product .product_meta,.single-product .detail-container {
    display:none !important;
}
/*.single-product .tab-container.wootabs {
    display:none !important;
}*/


.accordion {
    background-color: #eee;
    color: #444;
    cursor: pointer;
    padding: 18px;
    width: 100%;
    border: none;
    text-align: left;
    outline: none;
    font-size: 15px;
    transition: 0.4s;
}

.woo_single_accordian .active, .woo_single_accordian .accordion:hover {
    background-color: #ccc;
}

.single-panel {
    padding: 0 18px;
    display: none;
    background-color: white;
    overflow: hidden;
}