/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : 9 fÃ©vr. 2016, 12:22:00
    Author     : ASUS
*/

.table {
    border: 1px solid #e0e0e0;
    margin-bottom: 0;
}

thead {
    display: table-header-group;
    vertical-align: middle;
    border-color: inherit;
}

tr {
    display: table-row;
    vertical-align: inherit;
    border-color: inherit;
}
.table-responsive>.table>thead>tr>th, .table-responsive>.table>tbody>tr>th, .table-responsive>.table>tfoot>tr>th, .table-responsive>.table>thead>tr>td, .table-responsive>.table>tbody>tr>td, .table-responsive>.table>tfoot>tr>td {
    white-space: normal;
}
.table .table-title {
    font: 700 15px/22px 'PT Sans', sans-serif;
    color: #565656;
    text-transform: uppercase;
}
.table thead tr th {
    padding: 20px;
    border-color: transparent;
    border-right: 1px solid #e0e0e0;
    background: #fafafa;
    border-bottom: 1px solid #e0e0e0;
}
.table > thead > tr > th, .table > tbody > tr > th, .table > tfoot > tr > th, .table > thead > tr > td, .table > tbody > tr > td, .table > tfoot > tr > td {
    padding: 30px 20px;
    line-height: 1.5;
    border-top: none;
    text-align: center;
}
tbody {
    display: table-row-group;
    vertical-align: middle;
    border-color: inherit;
}
.table-responsive>.table>tbody>tr>td, .table-responsive>.table>tfoot>tr>td {
    white-space: normal;
}

.cart-table .item-name-col {
    width: 410px;
}
.table > thead > tr > td, .table > tbody > tr > td, .table > tfoot > tr > td {
    border-top: 1px solid #e0e0e0 !important;
    border-right: 1px solid #e0e0e0 !important;
}

.table > thead > tr > th, .table > tbody > tr > th, .table > tfoot > tr > th, .table > thead > tr > td, .table > tbody > tr > td, .table > tfoot > tr > td {
    padding: 30px 20px;
    line-height: 1.5;
    border-top: none;
    text-align: center;
}
.cart-table .item-name-col {
    width: 410px;
}
.table > thead > tr > td, .table > tbody > tr > td, .table > tfoot > tr > td {
    border-top: 1px solid #e0e0e0 !important;
    border-right: 1px solid #e0e0e0 !important;
}
.table > tbody > tr > td, .table > tfoot > tr > td {
    padding: 30px 20px;
    line-height: 1.5;
    border-top: none;
    text-align: center;
}
.cart-table .item-name-col figure {
    width: 180px;
    /* float: left; */
    margin-right: 20px;
}
.table figure a {
    display: inline-block;
}

#content img {
    max-width: 100%;
    display: block;
    height: auto;
}
.table .item-name {
    margin-bottom: 15px;
    text-align: center;
}
.table .item-name {
    font-size: 20px;
    line-height: 24px;
    font-weight: 700;
}
.item-name a {
    color: #646464;
}
.table .custom-quantity-input {
    width: 108px;
    height: 44px;
    padding-right: 22px;
    margin: 0 auto;
}
.custom-quantity-input {
    display: block;
    position: relative;
    width: 140px;
    height: 52px;
    border: 1px solid #e0e0e0;
    border-radius: 3px;
    padding-right: 26px;
}
.table .custom-quantity-input input {
    height: 100%;
    width: 100%;
    font-size: 20px;
}
.custom-quantity-input input {
    height: 100%;
    width: 100%;
    border: none;
    text-align: center;
    font-weight: bold;
    font-size: 25px;
    line-height: 21px;
    color: #757575;
}
input {
    outline: none;
}
.table .custom-quantity-input .quantity-btn {
    width: 22px;
    height: 22px;
    line-height: 22px;
}

.custom-quantity-input .quantity-btn.quantity-input-up {
    top: -1px;
    border-radius: 3px 3px 0 0;
}

.custom-quantity-input .quantity-btn {
    background: #fafafa;
    display: block;
    width: 26px;
    height: 26px;
    position: absolute;
    right: -1px;
    color: #777;
    line-height: 26px;
    text-align: center;
    border: 1px solid #e0e0e0;
    font-size: 17px;
    box-shadow: inset 0 1px 1px rgba(255, 255, 255, 0.75);
    -webkit-box-shadow: inset 0 1px 1px rgba(255, 255, 255, 0.75);
}
.fa-angle-up:before {
    content: "\f106";
}
:before, :after {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.fa {
    display: inline-block;
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.custom-quantity-input .quantity-btn {
    background: #fafafa;
    display: block;
    width: 26px;
    height: 26px;
    position: absolute;
    right: -1px;
    color: #777;
    line-height: 26px;
    text-align: center;
    border: 1px solid #e0e0e0;
    font-size: 17px;
    box-shadow: inset 0 1px 1px rgba(255, 255, 255, 0.75);
    -webkit-box-shadow: inset 0 1px 1px rgba(255, 255, 255, 0.75);
}
.custom-quantity-input .quantity-btn.quantity-input-down {
    bottom: -1px;
    border-radius: 0 0 3px 3px;
}

