.product-body-widget {
    background: #f0efed;
	padding:50px !important;
    padding-bottom: 40px;
    padding-top: 50px;
    .carousel {
        width: 100%;
        background-position: center;
        background-size: cover;
        &.slide {
            min-height: 250px;
        }
        .item {
            .tweets {
                height: 100%;
            }
        }
        .item.active {
            .tweets-mobile {
                height: 100%;
            } 
        }
        .carousel-inner {
            .tweets-mobile {
                height: 100%;
            }
        }
    }
    .carousel-caption {
        &.mobile-slider {
            padding: 0 !important;
            width: 100% !important;
            text-align: center !important;
            bottom: 0 !important;
            left: inherit !important;
            right: inherit !important;
            position: relative !important;
        }
    }
    .carousel-indicators {
        &.mobile-indicators {
            position: relative;
            bottom: -15% !important;
            left: 0 !important;
            z-index: 15;
            margin-left: 0 !important;
            padding-left: 0 !important;
            list-style: none;
            text-align: right !important;
            margin: 0 auto !important;
            text-align: center !important;
            right: 0 !important;
            padding-top: 80px;
            li {
                display: inline-block;
                width: 10px;
                height: 10px;
                margin: 1px;
                text-indent: -999px;
                border: none;
                border-radius: 10px;
                cursor: pointer;
                background-color: #d1d1d0;
                &.active {
                    display: inline-block;
                    width: 10px;
                    height: 10px;
                    margin: 1px;
                    text-indent: -999px;
                    border: none;
                    border-radius: 10px;
                    cursor: pointer;
                    background-color: #575a5d;
                }
            }
        }
    }
    h2 {
        text-align: left;
        color: #000;
        margin-bottom: 50px;
        font-weight: 100;
        margin-top: 0px;
        text-shadow: none;
    }
    ul {
        padding-left: 20px;
        li {
            text-shadow: none;
            text-align: left;
        }
    }
    .accordion-button {
        padding: 0;
        margin: 0;
        border: none;
        @media (min-width: 768px) {
            padding: 0px 30px;
            margin: 0 -20px;
            border: 1px solid #f0efed;
        }
        h2 {
            padding: 0;
            color: #000;
            a {
                transition: color 0.4s ease;
                text-decoration: none;
                color: #000;
                .fa.fa-chevron-down {
                    color: #575a5d;
                    font-size: .875em !important;
                    font-weight: 100;
                    margin-top: 15px;
                    position: relative;
                }
            }
        }
    }
    .panel-collapse {
        border-bottom: 1px solid #f0efed;
        padding: 20px 40px;
        margin: 0 -20px;
    }
    .collapse.in {
        display: table;
    }
}



@media (max-width: 767px) {
    .product-body-widget {
        padding-bottom: 40px;
        padding-top: 0px;
        ul {
            padding-left: 10px;
        }
        .accordion-button {
            a {
                transition: color 0.4s ease;
                text-decoration: none;
                color: #000;
                h2 {
                    padding: 40px 0 0 0;
                    color: #000;
                    font-size: 1.75em !important;
                    width: 88%;
                    float: left;
                    line-height: 1.2em;
                    margin-bottom: 0px;
                }
                img {
                    width: 20px;
                    margin-top: 50px;
                    margin-left: 10px;
                }
                span.fa.fa-chevron-down {
                    color: #575a5d;
                    font-size: .875em !important;
                    font-weight: 100;
                    margin-top: 15px;
                    position: relative;
                    padding-left: 40px;
                }
            }
        }
    }
}
