/*Schriftart definieren*/
h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
  font-family: "Lato",Helvetica,Arial,sans-serif;
  }    
body {
  font-family: "Lato",Helvetica,Arial,sans-serif;
  }
  
  
div#descriptionbox {
    width: 100%;
    text-align:left;
    }
#descriptionbox h2 {
    font-size: 18px;
    font-weight:600;
    text-transform: uppercase;
    border-bottom: 1px solid #ddd;
    }
div#productfeatures {
    width: 100%;
    text-align:left;
    }
#productfeatures h3 {
    font-size: 16px;
    font-weight: 600;
    margin: 10px 0px 10px 0px;
    }
.container-background {
    background-color: #e8e8e8;
    }
div#content {
    background-color: #fff;
    border:1px solid #bbb;
    font-size:12px;
    }
aside#sidepanel_left {
    background-color: #fff;
    border:1px solid #bbb;
    text-align:left;
    font-size:12px;
    text-transform:uppercase;
    padding:5px;
    }
.pgwSlider .ps-current img {
    border: none;
    }
#main-wrapper.fluid header, #main-wrapper.fluid #content-wrapper .container.beveled {
    box-shadow: none;
    }
aside#sidepanel_left.col-lg-2 {
    width: 16%;
    } 
#sidepanel_left h5.panel-title {
    padding: 5px 15px;
    font-size: 16px;
    font-weight: 600;
    border-bottom: 1px solid #ddd;
    }
#content-wrapper .panel-default {
    border: none;
    }
.headline {
    font-size: 18px;
    font-weight: 600;
    text-transform: uppercase;
    text-align: center;
    margin: 100px 0px 10px 0px;
    border-bottom: 1px solid #ddd;
    } 
.headline a {
    color:#000;
    }
.product-cell.text-center.thumbnail {
    min-height: 280px;
    border:1px solid #ddd;
    border-radius:0;
    padding:0px;
    }
.product-cell .title > h4 {
    font-size: 12px;
    text-align: left;
    }
.price_wrapper {
    text-align: left;
    }
.price_wrapper span {
    font-size: 14px;
    }  
.caption {
    text-align: left;
    } 
img.gallery_img {
    border: 1px solid #ddd;
    margin-bottom: 5px;
    }
#image_wrapper .ps-current > ul, #image_wrapper .ps-list {
    list-style: none;
    padding: 5px;
    margin-bottom: 10px;
    text-align: left;
    border: 1px solid #ddd;
    }
ul#image-preview {
    background-color: #f7f7f7;
    }	
li.col-lg-3.col-md-3.col-xs-3 {
    padding: 0;
    }
    
/*Sizechart*/
div#sizechart {
    margin-top: 15px;
    background-color: #fff;
    border: 1px solid #ddd;
    }
#sizechart ul {
    list-style: none;
    border: 1px solid #000;
    background-color: #e8e8e8;
    padding: 0;
    margin: 0px 0px 15px 0px;
    }
#sizechart li {
    text-align: center;
    background-color: #fff;
    margin: 5px 5px;
    padding:0px;
    border:1px solid #ddd;
    }
#sizechart h3 {
    text-align: center;
    text-transform: uppercase;
    font-size: 16px;
    background-color: #000;
    color: #fff;
    padding: 5px;
    margin-bottom: 0;
    }
table {
    font-size:12px;
    text-align:center;
    }
div#image_wrapper {
    margin-bottom:15px;
    } 