/*
 Theme Name:   ShopStore Pro Child
 Theme URI:    [Ihre Website-URL]
 Description:  Child Theme für ShopStore Pro
 Author:       [Ihr Name]
 Author URI:   [Ihre Website-URL]
 Template:     shopstore-pro
 Version:      1.0.0
 License:      GNU General Public License v2 or later
 License URI:  http://www.gnu.org/licenses/gpl-2.0.html
 Text Domain:  shopstore-pro-child
*/

/* ---------------------------------------------------- */
/* CSS WORKAROUND: MUSS GANZ OBEN NACH DEM HEADER STEHEN */
/* ---------------------------------------------------- */

/* 1. Haupt-Stylesheet */
@import url("../shopstore-pro/style.css"); 

/* 2. Responsive Styles (oft wichtig für das Layout) */
@import url("../shopstore-pro/assets/responsive.css"); 

/* 3. Custom Styles (enthält oft finale Layout-Anpassungen) */
@import url("../shopstore-pro/assets/custom_style.css"); 

/* ---------------------------------------------------- */
/* HIER BEGINNT IHR EIGENES CHILD THEME CSS */
/* ---------------------------------------------------- */

.entry-content dl dt {
   /* background:#5f9be3;
    color:#fff;*/
    float:left; 
    font-weight:bold; 
    margin-right:10px; 
    padding:5px;  
    width:150px; 
}