/*------------------------
	12.9. Cart
    --------------------------*/
.legend {
    padding: 35px 15px 10px;
    border: 1px solid #e9e9e9;
    position: relative;
    margin: 60px 0 0;
    width: 100%;
}

.legend h6 {
    font-size: 22px;
    position: absolute;
    padding: 10px;
    background: #fafbfd;
    top: -25px;
    left: 5px;
    color: #111;
    text-transform: capitalize;
    font-weight: bold;
}

.cart table {
    width: 100%;
    border: 1px solid #eee;
}

.cart table tr:first-child {
    background: #eee;
    border-bottom: none;
}

.cart table tr {
    border-bottom: 1px solid #ddd;
}

.cart table tr th, .cart table td {
    border-right: 1px solid #ddd;
    padding: 10px;
}

.cart table tr th:last-child {
    border-right: none;
}
.cart table tr td {
    vertical-align: middle;
}

.cart table tr td img {
    border: 1px solid #ddd;
    border-radius: 4px;
    padding: 5px;
    width: 60px
}

.cart table td ul li {
    display: table-cell;
}

.cart table td ul li:first-child {
    width: 60px;
    max-width: 100%;
}

.cart table td ul li:first-child input[type="text"] {
    width: 100%;
    background: #dddddd;
    border: 1px solid transparent;
    padding: 5px 10px;
}

.cart table td ul li button {
    background: #999;
    border: 1px solid transparent;
    padding: 5px 18px;
    color: #fff;
}

.cart table td ul li:last-child button {
    background: #212121;
    color: #fff;
}

.cart #accordionone .button {
    margin-top: 0;
    border: 1px solid transparent;
    margin-top: 10px;
}

.cart #accordionone .commentext {
    width: 100%;
    padding: 12px;
    background: #dddddd;
    border: 1px solid transparent;
}

.cart #accordionone label {
    padding-top: 10px;
}

.cart #accordionone #collapseTwo p {
    padding-bottom: 20px;
}

.cart #accordionone #collapseTwo .commentext {
    margin-bottom: 10px;
}

.cart #accordionone #collapseTwo label {
    text-align: right;
    line-height: 20px;
    font-weight: 400;
}

.cart .totaldata {
    padding: 40px 0;
}

.cart .totaldata table tr:first-child {
    background: transparent;
}

.cart .endbutton {
    margin-bottom: 40px;
}

.cart .endbutton a:first-child {
    background-color: #ddd;
    color: #000;
}

.cart .endbutton a:last-child {
    float: right;
}

.paymentmethod {
    height: 40px;
    width: 100%;
    background: #f2f2f2;
    border: none;
}

/*-------------------------
	12.10. checkout
    ---------------------------*/
.checkout {
    padding: 0 0 60px 0;
}

.checkout ul {
    padding: 0 15px;
}

.checkout ul li {
    display: inline-block;
}

.checkout ul li a {
    font: 600 14px/14px 'Open Sans', sans-serif;
    display: block;
    position: relative;
    padding: 0 15px 0 0;
}

.checkout ul li a:after {
    content: "";
    position: absolute;
    right: 5px;
    width: 1px;
    height: 100%;
    background: #ccc;
}

.checkout ul li:last-child a:after {
    display: none;
}

.checkout ul li.active a {
    color: #95c41f;
}

.checkout input[type="submit"] {
    border: none;
    padding: 10px 15px;
    margin-bottom: 15px;
}

.checkout p {
    margin-top: 30px;
    position: relative;
}

.checkout .para {
    padding-left: 15px;
    margin-bottom: 15px;
}

.checkout a.para {
    display: block;
    padding: 15px 0 0 0;
    cursor: pointer;
}

.checkout .invoice {
    padding-top: 5px;
}

.checkout p b {
    display: block;
}

.checkout .col-lg-8 p {
    margin: 0;
}

.checkout p label {
    font: 600 12px/20px 'Open Sans', sans-serif;
    padding-bottom: 25px;
}

.checkout .example {
    margin: 15px 0 !important;
}

.checkout form .form-control.last {
    margin-top: 0;
}

.checkout table {
    width: 100%;
}

.checkout .cartbox table {
    display: table ;
    transition: all 500ms ease;
}

.checkout table.open {
    display: table;
    transition: all 500ms ease;
}

.checkout table tr td {
    padding: 15px 0 0 0;
}

.checkout table tr td b {
    display: block;
    text-align: right;
    color: #333;
    font: 600 14px 'Open Sans', sans-serif;
}

.checkout table.ltable {
    margin-top: 15px;
    padding-top: 15px;
    border-top: 1px solid #efefef;
}

.checkout .secure {
    margin: 25px 0 0;
    padding: 0;
}

.checkout .secure li {
    padding: 0 0 25px 45px;
    position: relative;
    font: 600 14px/20px 'Open Sans', sans-serif;
    display: block;
}

.checkout .secure li i {
    position: absolute;
    left: 0;
    top: 0;
    color: #212121;
}

.checkout .disable.opacity {
    opacity: 0.6;
    transition: all 500ms ease;
}


.button:hover, .button:focus {
    color: #fff;
    background: #6d8f16;
    transition: all 500ms ease;
}

.checkout table tr td.price {
    white-space: nowrap;
    font-weight: bold;
    color: #cc1d1d;
}

.checkout table tr td.image {
    width: 50px;
}

.checkout table tr td.name {
    display: -webkit-box;
    margin: 0 auto;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    padding: 0 10px;
    margin-left: 5px;
    margin-right: 10px;
}

.button {
    font: 400 16px/20px 'Roboto', sans-serif;
    color: #111;
    text-transform: uppercase;
    display: inline-block;
    padding: 12px 20px;
    background: #95c41f;
    transition: all 500ms ease;
    margin-top: 15px;
    border: none;
}

.button:hover, .button:focus {
    color: #fff;
    background: #6d8f16;
    transition: all 500ms ease;
    text-decoration: none;
}
