
/* 1. HIDE THE TABS NAVIGATION */
.shp-tabs-row,
#p-detail-tabs,
.shp-tabs-holder {
    display: none !important;
}

/* 2. SHOW ALL CONTENT SECTIONS */
.tab-content > .tab-pane {
    display: block !important;
    visibility: visible !important;
    opacity: 1 !important;
    height: auto !important;
    margin-bottom: 40px;
    border-bottom: 1px solid #eee;
    padding-bottom: 20px;
}

/* 3. STATIC TITLE FOR DESCRIPTION */
#description::before {
    content: "Popis";
    display: block;
    font-family: 'Quicksand', sans-serif;
    font-size: 22px;
    font-weight: bold;
    margin-bottom: 15px;
    text-transform: uppercase;
}
