.h-line{
    height: 2px;
    padding-top: 10px;
    border-bottom: 1px solid #ddd;
}

.checkout h1, .checkout, .checkout p{
    color: #000;
}

.cart-table-holder{
    margin-bottom: 40px;
}

.input-group-btn button.tiny {
    display: inline-block;
    height: 35px;
    line-height: 15px;
    margin-bottom: 0;
    padding-left: 9px;
    padding-right: 9px;
}

.checkout {
    padding-top: 60px;
    padding-bottom: 0px;
}

.input-group-btn{
   line-height: 20px;
}

.checkout button.tiny.warning{
    padding-left: 10px;
    padding-right: 10px;
}

.cart-option-box button, .cart-option-box p, .cart-option-box a{
    margin-bottom: 0;
}

.cart-option-box h4{
    font-weight: 300;
}

input.coupon{
    height: 2.2rem;
}

table thead tr th,
table tfoot tr th,
table tfoot tr td,
table tbody tr th,
table tbody tr td,
table tr td{
    font-size: 17px;
    padding: 20px 14px;
}

table.checkout tfoot tr td,
table.checkout tbody tr td,
table.checkout tr td{
    line-height: 80px;
}

table tfoot tr td small,
table tbody tr td small,
table tr td small{
    font-size: 13px;
}

.product-detail form{
    margin-bottom: 0;
    height: 35px;
}

.product-detail .input-group{
    height: 35px;
    margin-top: 20px;
}

.btn-trash{
    margin-top: 25px;
}

.total-payment{
    background: #f9f9f9;
}

.total-payment td, td.rabais_line{
    line-height: 30px;
    font-size: 15px;
}

.rabais_line p{
    text-align: right;
}

.panel,.panel-group .panel{
    padding: 0;
    border-radius: 0;
}

.panel-heading{
    padding: 8px;
    border-radius: 0;
}

.panel-heading h4{
    margin-bottom: 0;
}

label{
    font-size: 17px;
    margin-bottom: 5px;
    text-align: left;
}

input[type="text"],
input[type="password"],
input[type="date"],
 input[type="email"],
input[type="search"],
input[type="tel"],
input[type="time"], input[type="url"],
input[type="color"],
textarea {
    font-size: 1rem;
    font-weight: 400;
}

cite{
    font-size: 14px;
    font-weight: 400;
}

#account{
    margin-top: 2%;
}

.panel-footer .button,
.panel-footer .form-group{
    margin-bottom: 0;
}

.secondary{
    background: #484C4A !important;
    color: #fff !important;
}

.secondary:hover {
    background: #3a3e3c !important;
}

.third{
    background: #fff !important;
    border: 1px solid #ccc8be;
    color: #000 !important;
}

.third:hover {
    background: #f5f5f5 !important;
}

.border-creme{
    border:2px solid #E8C7AB;
}

.bg-creme{
    background:#d6ac89;
    color: #fff;
    font-size: 16px;
}

.bg-creme:hover{
    background:#c19978;
}

.border-grey{
    border:2px solid #AEA293;
}

.bg-grey{
    background: #8f8577;
    color: #fff;
    font-size: 16px;
}

.bg-grey:hover{
    background: #7a7267;
}

.payement{
    margin-bottom: 30px;
}

.payement p{
    margin-bottom: 0;
}

.payement small{
    font-size: 15px;
    text-transform: none;
}

.cart-resume p{
    margin-bottom: 0;
}

.cart-resume tr:last-child td{
    border-top: 1px solid #ddd;
}

address{
    font-size: 16px;
}

input[type="text"].form-required,
input[type="password"].form-required,
input[type="date"].form-required,
input[type="email"].form-required,
input[type="search"].form-required,
input[type="tel"].form-required,
input[type="time"].form-required,
input[type="url"].form-required,
input[type="color"].form-required,
textarea.form-required{

}

.form-group{
    position: relative;
}

.parsley-errors-list{
    color: red;
    left: 0;
    position: absolute;
    top: 0;
}

.parsley-errors-list li{
    color: red;
}

fieldset .button{
    margin-bottom: 0;
}

.alert p{
    margin-bottom: 0;
}

.coupon_line p{
    line-height: 15px;
    margin-bottom: 10px;
}

.coupon_line p small{
    display: block;
    font-size: 11px;
    margin: 0;
    padding: 0;
}

.coupon_line.frontend p small{
    font-size: 13px;
    margin-top: 8px;
    display: inline-block;
}

table {
    background: #fff;
    margin-bottom: 1.25rem;
    border: solid 1px #ddd;
    table-layout: auto;
}

table tr.even, table tr.alt, table tr:nth-of-type(2n) {
    background: #F9F9F9;
}

.input-group-addon:first-child {
    border-right: 0;
}
.input-group .form-control:first-child,
.input-group-addon:first-child,
.input-group-btn:first-child > .btn,
.input-group-btn:first-child > .btn-group > .btn,
.input-group-btn:first-child > .dropdown-toggle,
.input-group-btn:last-child > .btn-group:not(:last-child) > .btn,
.input-group-btn:last-child > .btn:not(:last-child):not(.dropdown-toggle) {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}
.input-group-addon {
    padding: 6px 12px;
    font-size: 14px;
    font-weight: 400;
    line-height: 1;
    color: #555;
    text-align: center;
    background-color: #eee;
    border: 1px solid #ccc;
    border-right-color: rgb(204, 204, 204);
    border-right-style: solid;
    border-right-width: 1px;
    border-radius: 4px;
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
}

.bloc-footer {
    padding-top: 15px;
    margin-top: 15px;
    border-top: 1px solid rgba(0,0,0,.125);
}
