#container {
    width: 1200px;
    margin: 0 auto;
}
.product-description {
    float: left;
    margin-top: 0px;
}
#center {
    /*width: 600px;*/
    /*margin: 0 auto;*/
    /*min-height: 100%;*/
    /*position: relative;*/
    /*padding-bottom: 0;*/
    /*padding-top: 0;*/
    min-height: 100%;
    position: relative;
    padding-bottom: 0;
    padding-top: 0;
    float: left;
    width: 100%;
    padding: 0;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
}
.entry-details > div.detail-img {
    width: 47%;
    padding-right: 15px;
    box-sizing: border-box;
     -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
}
.entry-details > div.detail-img img {
    max-width: 100%;
}
.entry-details > div.detail-title {
    width: 53%;
}
.wrapper {
    width: 650px;
    margin: 0 auto;
}
#header {
    float: left;
    /*width: 600px;*/
    width: 100%;
    padding: 15px 0 20px 0;
    text-align: center;
}
body section {
    /*padding-bottom: 80px;*/
}
#header img {
    max-width: 30%;
}
.cat-row {
    float: left;
    width: 100%;
    margin-bottom: 10px;
}
.cat-row > div {
    padding: 5px;
     box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    float: left;
}
.cat-row > div:first-of-type {
    width: 20%;
    float: left;
}
.cat-row img {
    max-width: 100%;
}
.cat-row > div:last-of-type {
    width: 70%;
    float: left;
}
.cat-row div:last-of-type h2 {
    padding: 0;
    margin-top: -6px;
}
section {
    float: left;
    width: 100%;
    padding-bottom: 30px;
}
.col-md-12 {
    width: 100%;
}
.product-overview h2 {
    padding-top: 0;
    margin-top: -6px;
    background-color: #fff;
    padding-right: 6px;
    float: left;
    font-size: 18px;
    position: relative;
    z-index: 1;
}
.product-overview > div > a {
    width: 100%;
    display: block;
    height: 30px;
}
.price-tag b {
    position: absolute;
    width: auto;
    white-space: nowrap;
    background: #fff;
    padding-left: 5px;
    right: 0;
    top: 4px;
}
html, body {
    height: 100%;
}
footer {
    /*position: absolute;*/
    position: static;
    bottom: 0;
    float:left;
    width:100%;
}
.col-xs-6 {
    float: left;
    width: 50%;
}
.entry-details > div {
    float: left;
    width: 100%;
}
.detail-label i {
    float: right;
    padding-right: 30px;
}
hr {
    height: 0;
    border-style: none;
    border-top: 1px solid #9A9A9A;
    float: left;
    width: 100%;
}
.cat-row > div {
    position: relative;
}
.cat-row > div:nth-of-type(2) hr {
    position: absolute;
    border-top: 1px solid #9a9a9a;
    border-style: dashed;
    top: 7px;
    width: 230px;
    left: 6px;
}
.cat-row > div:nth-of-type(2) hr {
    position: absolute;
    border: 0 none;
    border-top: 1px dashed #000;
    top: 7px;
    width: 450px;
    left: 6px;
}
.cat-row > div:nth-of-type(3) hr {
    border: 0 none;
    border-top: 1px dashed #000;
    position: absolute;
    top: 7px;
    width: 100%;
    right: 0;
}
/**/
.cat-row.product-overview > div:first-of-type {
    width: 20% !important;
    float: left;
}
.cat-row.product-overview > div:nth-of-type(2) {
       width: 70% !important;
       overflow: hidden;
       min-height: 50px;
}
.cat-row.product-overview > div:last-of-type {
    width: 10% !Important;
    float: left;
}
/**/
.cat-row.product-overview > div:nth-of-type(2):after {
    content: "";
    background: #fff;
    position: absolute;
    right: 0;
    top: 0;
    /*width: 2px;*/
    height: 100%;
}
.detail-title > h2 {
    padding-top: 0;
    margin-top: -5px;
}
@media print {
    #Header, #Footer { display: none !important; }
}

