/*
Theme Name: Flatsome Child
Description: This is a child theme for Flatsome Theme
Author: UX Themes
Template: flatsome
Version: 3.0.1
*/

/*************** ADD CUSTOM CSS HERE.   ***************/

/* Category Bottom Description */
.category-bottom-description {
    margin-top: 5em;
    padding-top: 1.5em;
}

.category-bottom-description__content {
    max-width: 100%;
}

.category-bottom-description__content p:last-child {
    margin-bottom: 0;
}

/* Customize for product detail Discount volumes */
h4.panel-title {
    margin-bottom: 10px;
}

.panel-heading h4 a {
    background-color: #f5f5f5;
    border-color: #2d2d2d;
    padding: 10px;
    display: block;
    color: #FA7105;
}

div.panel-body {
    padding: 10px;
    font-size: 15px;
}

div.panel-body table {
    border: none;
    border-collapse: separate;
    border-spacing: 0;
    margin: 0 0 1.75em;
    table-layout: fixed;
    width: 100%;
}

.panel-collapse:not(.show) {
    display: none !important;
}

.panel-collapse.show {
    display: block !important;
}

.panel-title a {
    position: relative;
    cursor: pointer;
}

.panel-title a:after {
    content: '+'; /* Styling for the collapse toggle */
    position: absolute;
    right: 15px;
    top: 10px;
}

.panel-title a[aria-expanded="true"]:after {
    content: '-';
}

@media only screen and (max-width: 48em) {
/*************** ADD MOBILE ONLY CSS HERE  ***************/


}