/* #Product Pages
================================================== */

.product-ratings {
    width: 100%;
}

.product-ratings .product-stars {
    width:100px;
    display: table-cell;
}

.product-ratings .product-count {
    display: table-cell;
    line-height: 21px;
    padding-left: 20px;
}

.product-picture-table {
    display:table; 
    width:100%
    margin-top:20px;
    margin-bottom: 20px;
}

.product-pictures {
    width: 100%;
    box-sizing: border-box;
    border: 1px solid blue;
    position: relative;
    display: table-row;
}

.product-pictures .thumbnails {
    width: 90px;
    display: table-cell;
    vertical-align: top;
    box-sizing: border-box;
    padding-top: 40px;
}

.product-pictures .thumbnails img {
    border:1px solid white;
}

.product-pictures .thumbnails .selected img {
    border:1px solid black;
}

.product-pictures .thumbnails img {
    width:90%;
    height: auto;
}

.product-pictures .picture {
    display: table-cell;
}

.product-pictures .picture img {
    width:100%;
    height: auto;
}

 {
    
}

.tab {
    float:left;
    padding: 5px 30px 5px 30px;
    background-color: #d6bf86;
    color: #552f1c;
    box-sizing: border-box;
    cursor: pointer;
    border-radius: 5px 5px 0px 0px;
    margin-right: 1px;
}
.product-tab .active
{
    background-color: #552f1c;
    color: #ffffff;
}

.product-information table {
    width: 100%;
    border-collapse: collapse;
}

.product-information table td:nth-child(1){
    width: 25%;
}

.product-information table {
    width: 100%;
    border-collapse: collapse;
}

.product-information table td:nth-child(1){
    width: 25%;
}

.product-information td {
    padding: 10px;
    box-sizing: border-box;
    border: 1px solid #552f1c;
}

.product-reviews {
    background-color: #f8ecaf; 
    padding: 10px; 
    box-sizing: border-box; 
    border-radius: 3px;
}

.product-reviews table {
    width: 100%;
    border-collapse: collapse;
}

.product-reviews table td:nth-child(1){
    width: 100px;
}

.product-reviews table {
    width: 100%;
    border-collapse: collapse;
}


.product-reviews td {
    padding: 10px;
    box-sizing: border-box;
    border: 1px solid #552f1c;
}

.product-reviews .review:after  {
    content:'';
    display:block;
    height: 1px;
    margin-left: 25%;
    width: 50%;
    background-color: #552f1c;
    margin-top: 15px;
    margin-bottom: 10px;
}

.product-reviews .form
{
    padding: 20px;
    box-sizing:border-box;
    background-color: #f8ecaf;
    clear: both;
    margin-top: 20px;
    overflow: ;
}

.product-reviews .form .half {
    width:50%;
    float: left;
}

.product-reviews .form .full {
    width:100%;

}

.product-reviews .form .half input,
.product-reviews .form .half select {
    width: 90%;
    padding: 5px;
    font-size: inherit;
    font-family: inherit;
}
.product-reviews .form div.full textarea {
    width: 100%;
    padding: 5px;
    font-size: inherit;
    font-family: inherit;
    resize: none;
    }


.product-reviews .form select.form-small {
    
}

.product-resources table {
    width: 100%;
    border-collapse: collapse;
}

.product-resources table {
    width: 100%;
    border-collapse: collapse;
}

.product-resources td {
    padding: 10px;
    box-sizing: border-box;
    border: 1px solid #552f1c;
}

.product-like {
    clear:both;
    margin-top: 20px;
}

.product-like > div {
    width:calc(100%/3); 
    text-align:center; 
    float:left
}

.product-like > div img {
    width: 100%;
    height: auto;
}

.product-side-bar {
    /*background-color: #f8ecaf;*/
    background-color: #d6bf86;
    padding: 20px;
    box-sizing: border-box;
    border-radius: 5px;
}

.product-social-link img {
    border-radius: 5px;
}

.product-preorder {
    clear: both;
    padding-top: 10px;
    font-size: 9pt;
    padding-bottom: 0px;
}

.product-question {
    clear: both;
    padding-top: 10px;
}

.product-question .input {
    width: 98%;
    resize: none;
}

